@charset "utf-8";

table tr {
    vertical-align: top;
}
.content {
    margin-top: 15%;
    margin-bottom: 12%;
    font-size: 15px;
}
.content > .title {
    padding-left: 3%;
    font-size: 26px;
    width:46.5%;
    display: inline-block
}
li.current {
    border-bottom: solid 1px #000;
}
ul#sort {
    list-style: none;
    margin: 8% 0 5%;
}
ul#sort li {
    display: inline-block;
    margin-right: 30px;
}
br.sp {
    display: none;
}
br.pc {
    display: block;
}

/*  works */

.works_index {
    width:calc(100% - 5%);
    padding-left: 3%;
    padding-right: 2%;
    margin-top: 7%;
}
.hiziki,
.nibroll {
    display: none;
}
.all {
    display: block;
}
#container > div.introduction {
    margin: 0 0 3% 1%;
    width: calc(100% - 1%);
    font-size: 13px;
}
#container > div.introduction p.introduction01 {
    font-size: 15px;
    padding: 0;
}
#container > div.introduction p.introduction02 {
    width: 66%;
    line-height: 2;
}
#container {
    width: 100%;
    margin-left: -1%;
}
#container > div {
    width:32.3%;
    float: left;
    margin: 0.5% 0 0px 1%;
}
#container > div.other_house_image03 {
    width: calc(100% - 1%);
    margin: 0.5% 0 0px 1%;
    float: left;
}
#container > div.other_house_image {
    width: 49%;
    margin: 0.5% 0 0px 1%;
    float: left;
}
#container > div.other_house_image:first-child {
    clear: both;
}
#container > div.other_house_image img:hover {
    opacity: 1;
    filter: brightness(100%);
}
#container > div img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#container > div img:hover {
    opacity: 0.8; filter: brightness(110%);
}
#container > div p {
    padding: 10px 0 30px;
    line-height: 1.6;
}

.content .subtitle {
    font-size: 18px;
    width:30%;
    display: inline-block
}
.content .subtitle_other {
    font-size: 18px;
    width:30%;
    display: inline-block;
    padding-left:1%;
}

#works_caption_area {
    float: left;
    width: 40%;
}
.caption_atelierphi:first-child {
    margin-top: 0;
}
.caption_atelierphi {
    float: left;
    display: block;
    font-size: 13px;
    line-height: 1.6;
    width: calc(100% - 5%);
    padding-left: 1%;
    margin-top: 70px;
}
.caption {
float: none;
    line-height: 1.6;
}
.caption_title {
    margin-bottom:12%;
    font-size:18px;
}
.caption_text {
    width:85%;
    margin-top: 5%;
}
.caption_detail {
    font-size: 14px;
    line-height: 2;
}
.caption_detail tr {
    vertical-align: top;
}
.caption_detail td.cont{
    padding-right:25px;
}
.caption_text > .title{
    display: none;
    font-size: 15px;
    padding:70px 0px 50px;
}
.caption_text .text{
    font-size: 13px;
    line-height: 2.2;
    padding-bottom:10px;
}
#works_image_area {
    width: 50%;
    float: left;
    margin-left: 9%;
}
#works_image_area > div > p {
    font-size: 12px;
    padding-top: 10px;
    line-height: 1.7;
}
#works_image_area > div.img {
    width: 100%;
    margin-bottom:10px;
}
div.img img {
    width:100%;
}
.backtoindex {
    width: 30%;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 12px 0px;
    text-align: center;
    margin: 10% auto 0;
    clear: both;
}
.text_main {
    display: block;
}
.toggle_switch::after {
    content: none;
}
.top {
	top: 100px;
}

/*  work style */
#workstyle_content {
    width:57%;
    float: right;
    margin-right: 1%;
}
.workstyle_title {
    margin-bottom:10%;
    font-size: 18px;
}
.workstyle_text {
    font-size: 14px;
    line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
.workstyle_text > p{
    margin-bottom: 20px;
}
.workstyle_text > p img {
    width:100%;
}
.pagenation {
    text-align: right;
    margin: 10% 0 0 auto;
}
.pagenation p {
    border-bottom: solid 1px #ccc;
    display: inline-block;
    border-top: solid 1px #ccc;
    font-size: 16px;
    padding: 13px;
    width: 180px;
    text-align: center;
}
.pagenation p:first-child {
    border-right: solid 1px #ccc;
}
ul.works_list {
    list-style: none;
    font-size: 13px;
    width: 40%;
    float: left;
}
ul.works_list li {
    padding-bottom: 13px;
    line-height: 2;
}
ul.works_list li.on {
    text-decoration: underline;
}


/* profile */

.portfolio {
    width: 25%;
    float: left;
    margin-right: 15%;
}
.portfolio img {
    width:100%;
}
.main_content {
    width:60%;
    float: left;
    margin-left: auto;
    line-height: 2;
    font-size: 14px;
}
.main_content p.name {
    font-size: 15px;
    line-height: 2;
}
.main_content p.profile_text {
    line-height: 2.5;
    margin-top: 8%;
}
.main_content p.profile_text a {
    text-decoration: underline;
}
table.address {
    margin-top: 3%;
    line-height: 2;
}
table.address td {
    padding-right: 20px;
    vertical-align: top;
}
#biography,
#awards,
#publicity {
    margin-top: 10%;
}
#awards .main_content p {
    margin-bottom:10px;
}
.title_sub {
    width:40%;
    float: left;
    font-size: 18px;
}
.main_content table.bio tr {
    line-height: 2.5;
}
.main_content table.bio tr td {
    padding-right: 50px;
    vertical-align: top;
}
.press {
    width: 25%;
    float: left;
}
.press img {
    border: solid 1px #ccc;
    width: 78%;
    height: auto;
}
.press > p.caption {
    font-size: 13px;
    margin-bottom: 25%;
    width: 70%;
}

/*  news  */
.year {
    font-size: 14px;
    float: left;
    width: 25%;
}
.news_content {
    width: 75%;
    float: left;
    font-size: 14px;
}
.news_table {
    line-height: 2;
    margin-bottom:7%;
    clear: both;
}
.news_table:after {
    display: block;
    content:"";
    clear:both;
}
.news_left {
    width: 15%;
    float: left;
}
.news_right {
    padding-left:4%;
    width: 80%;
    float: left;
    border-left: solid 1px #ccc;
}
.news_right a {
    text-decoration: underline;
}

@media screen and (max-width:1080px) {
/* 画面サイズが1080px以下の場合に適用 */
.content > .title {
font-size: 22px;
width:39.5%;
}
#works_caption_area {
float: none;
width: 100%;
} 
.caption {
float: left;
}
.caption_text > .title{
    font-size: 15px;
    padding: 0 0 40px;
}
.caption_detail {
    font-size: 14px;
    line-height: 2;
}
.caption_text {
    width: 58%;
    float: right;
}
.content .subtitle_other {
    padding-left:7.5%;
}
#works_caption_area:after {
    content: "";
    display: block;
    clear: both;
}
#works_image_area {
    width: calc(100% - 1%);
    margin: 10% 0 0 0;
    float: none;
}
#container > div {
    width: 32.1%;
    margin-right:0;
}
#container > div.other_house_image:first-child {
    clear: both;
}
#container > div.other_house_image_02 {
    width: 32.3%
}
.press {
    width: 33%;
    min-height: 329px;
}
.press > p.caption {
    font-size: 12px;
}

}
@media screen and (max-width:930px) {
.content .subtitle {
    width: calc(100% - 50px);
    padding-left: 3%;
    padding-top: 20px;
}
.content .subtitle_other {
    width: calc(100% - 50px);
    padding-left: 4%;
    padding-top: 20px;
}
.caption_title {
    margin-bottom:5%;
}
.caption {
    float: none;
    margin-top: 10%;
}
.caption_text {
    float: none;
    width: 100%;
    margin-bottom:8%;
    font-size: 13px;
}
.press > p.caption {
    font-size: 11px;
    width: 100%;
}
.news_left {
    width: 20%;
}
.news_right {
    width: 70%;
}
}

@media screen and (max-width:840px) {
.content {
    margin-top: 20%;
}
.content > .title {
    font-size: 20px;
    padding-left: 4%;
}
.content .subtitle {
    padding-left: 3%;
}
.works_index {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
}
#works_caption_area {
    width: calc(100% - 8%);
    margin-left: 4%;
}
#works_image_area {
    width: calc(100% - 8%);
    margin-left: 4%;
}
ul#sort {
    font-size: 13px;
    padding-left: 4%;
}
#container {
    width:100%;
    margin-left: 0px;
}
.works_index > #wrapper > #container {
    width: calc(100% - 4%);
    margin-left: 4%;
}
#container > div {
    margin-left: 4%;
    width: 44%;
}
#container > div.other_house_image {
    width: 47%;
    margin: 0.5% 2% 0 0;
    float: left;
}
#container > div.other_house_image_02 {
    width: 31%;
    margin: 0.5% 0 0 1%;
}
#container > div.other_house_image03 {
    width: calc(100% - 4%);
    margin: 0.5% 0 0px 0;
}
.caption_atelierphi {
    padding-left: 0%;
}
#container > div p {
    padding: 10px 0;
    font-size: 13px;
}

.caption {
    margin-top: 0;
    margin-bottom:8%;
    font-size: 13px;
}
.caption_text {
    margin-top: 10%;
    width: 100%;
}
.caption_text > .title {
    display: block;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    position: inherit;
}
.text_main {
    display: none;
    margin-top: 50px;
}
.toggle_switch2 {
    cursor: pointer;
}
.toggle_switch2::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("../imgs/toggle.png");
    background-size: contain;
    position: absolute;
    right: 30px;
}
.toggle_switch2.open::after {
    background-image: url("../imgs/toggle_open.png");
}
    
/*  work style */
    #workstyle_content {
    float: none;
    width: calc(100% - 7%);
    margin-left: 4%;
}
    .workstyle_title {
    margin-top: 10%;
    font-size: 16px;
}
    .workstyle_text {
    font-size: 13px;
}
    .pagenation {
    display: none;
}
    ul.works_list {
    float: none;
    border-top: solid 1px #ccc;
    width: calc(100% - 7%);
    margin: 10% 0 0 4%;
}
    ul.works_list li:first-child {
        padding-top: 8%;
}
ul.works_list li.on {
    text-decoration: none;
}
ul.works_list li.on a{
    text-decoration:none;
    color: #999999;
}
    
/* profile */
    
.portfolio {
    width: 50%;
    float: none;
    margin: 0 auto;
}
#profile,
#biography,
#awards,
#publicity {
    width: calc(100% - 7%);
    margin-left: 4%;
}
.main_content {
    width:100%;
    font-size: 11px;
}
.main_content p.name {
    font-size: 14px;
    text-align: center;
    margin-top: 3%;
}
.main_content p.profile_text {
    font-size: 11px;
    margin-top: 5%;
    margin-bottom: 0;
}
table.address {
    font-size: 11px;
    margin-top: 1%;
}
.title_sub {
    width: 100%;
    font-size: 16px;
    margin: 10% 0 5%;    
}
.press {
    width: 30%;
    margin-right: 4.5%;
}
.press img {
    width: 100%;
}
.press:nth-child(3n) {
    margin-right: 0;
}
.press > p.caption {
    font-size: 11px;
    width: 100%;
}
    
    
/*  news  */
    
.year {
    float: none;
    width: calc(100% - 8%);
    margin: 0 auto;
    font-size: 11px;
}    
.year p {
    display: inline-block;
    padding-right: 40px;
}
.news_content {
    float: none;
    width: calc(100% - 8%);
    margin: 7% auto 0;
    font-size: 11px;
}
.news_table {
    margin-bottom: 10%;
}
.news_left {
    width: 100%;
    float: none;
    padding-bottom: 2%;
}
 
.news_right {
     width: 100%;
    float: none;
    border-left: 0;
    padding: 2% 0 0 0;
    border-top: solid 1px #ccc;
}
}
@media screen and (max-width:768px) {
/* 画面サイズが768px以下の場合に適用 */
    
    
/*  Works  */
#container {
    margin-left: 0;
}
.content > .title {
    padding-left: 4%;
    font-size: 18px;
    width:12%;
}
ul#sort {
    padding-left: 4%;
}
.content .subtitle,
.content .subtitle_other {
    font-size: 15px;
    padding-left:0px;
    width: 45%;
    text-align: left;
}
.caption_title {
    font-size: 16px;
    margin-bottom: 20px;
}
.caption_detail {
    font-size:13px;
}
.toggle_contents {
    display: none;
}
.caption_atelierphi {
    padding-left:0;
}
.caption_text > .title {
    width: 100%!important;
    font-size: 15px;
    padding: 20px 0 10px 0;
}
ul.works_list li {
    padding-bottom: 8px;
}
#container > div {
    margin-left: 0;
    width: 47%;
    margin-right: 2%;
}
#container > div.introduction {
    width: 100%;
    margin: 0px 0px 3%;
}
#container > div.introduction p.introduction01 {
    font-size: 15px;
}
#container > div.introduction p.introduction02 {
    width: calc(100% - 4%);
    font-size: 13px;
}
.br-sp { display:block; }
.br-pc { display:none; }

}

@media screen and (max-width:420px) {
.content {
    margin-top: 35%;
}
.content > .title {
    font-size: 20px;
    width: 25%;
}
br.sp {
    display: block;
}
br.pc {
    display: none;
}
.works_index {
    margin-top: 18%;
}
ul#sort {
    list-style: none;
    margin: 18% 0 15% 0;
}
ul#sort li {
    margin-right: 20px;
}
#container > div {
    width: 47%;
    margin-left: 0;
    margin-right: 2%;
}
#container > div.other_house_image {
    margin:0.8% 2% 0 0;
}
#container > div.other_house_image_02 {
    margin: 0 0 0 1%;
}
#container > div p {
    padding: 0px 0 25px;
    margin: 10px 0px;
    font-size: 11px;
}
.content .subtitle {
    font-size: 15px;
}
.caption_text > .title {
    font-size:14px;
    width:100%;
}
#works_caption_area {
    width: calc(100% - 30px);
}
.caption_text {
    width: 100%;
}
#works_image_area {
    width:calc(100% - 30px);
    margin-top: 22%;
}
.text_main {
    margin-top: 20px;
}
.backtoindex {
    width: calc(100% - 8%);
    }
#container > div.introduction p.introduction02 {  
    width: calc(100% - 3%);
    font-size: 13px;
}
#container > div.other_house_image03 {
    width: calc(100% - 4%);
}
    
/* work style */
.workstyle_title {
    margin-top: 18%;
    font-size: 15px;
    margin-bottom: 18%;
}
ul.works_list {
    font-size: 12px;
}
    
/* profile */
.main_content p.name {
    margin: 8% 0 13%;
}
.main_content p.profile_text {
    margin-top: 8%;
}
table.address td {
    padding: 0px;
}
table.address td.td01 {
    width: 25%;
}
.main_content table.bio tr td {
    padding-right: 0;
}
.main_content table.bio tr td.td02 {
    width:30%;
}
.press {
    width: 47%;
    margin-right: 4.5%;
}
.press:nth-child(3n) {
    margin-right: 4.5%;
}
.press:nth-child(2n) {
    margin-right: 0%;
}
}