@charset "utf-8";
img{
	vertical-align:top;
}

/* pc */
@media screen and (min-width: 1104px) {
  body{
    font-family: 'M PLUS 1p', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    margin: 0;         /* 余白の削除 */
    padding: 0;        /* 余白の削除 */
    /*width:100vw;
    height:10000px;*/
		background-image: url(../images/TK_bg.jpg);
  }

  html{

  }

  p{
    margin: 0;
  }

  img {
    max-width: 100%;
    /*width: 100%;*/
  }

  .wrapper{

  }

  /*ハンバーガーメニュー*/
  #toggle {
    position: fixed;
    top: 25px;
    right: 25px;
  }
  #toggle-box {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #000;
    transition: all 0.5s ease-out;
  }
  #toggle-box > span {
    width: 20px;
    height: 2px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
  }
  #toggle-box > span:nth-child(1) {
    top: 25%;
  }
  #toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
  }
  #toggle-box > span:nth-child(3) {
    bottom: 25%;
  }
  #toggle {
    z-index: 1000;
  }
  #main {
    position: relative;
    z-index: 990;
  }
  #nav-content {
    z-index: 900;
    /*overflow: auto;*/
    width: 300px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    text-align: left;
    transform: translateX(100%);
    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-content ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 50px;
  }
  #nav-content li {
    margin: 0 0 20px 0;
  }
  #nav-content a {

  }
  #nav-content a:hover {
    opacity: 0.7;
  }
  .is-open {
    /*overflow: hidden;*/
  }
  .is-open #toggle-box {
    transition: all 0.5s ease-out;
    background-color: #fff;
  }
  .is-open #toggle-box > span {
    background: #fff;
  }
  .is-open #toggle-box > span:nth-child(1) {
    top: 50%;
    transform: rotate(405deg) translatey(-50%);
    background-color: #000;
  }
  .is-open #toggle-box > span:nth-child(2) {
    width: 0;
  }
  .is-open #toggle-box > span:nth-child(3) {
    top: 50%;
    transform: rotate(-405deg) translatey(-50%);
    left: 11px;
    background-color: #000;
  }
  .is-open #nav-content {
    z-index: 999;
    transform: translateX(0);
  }
  .overlay {
    background: rgba(0,0,0,0.5);
    height: 100vh;
    transition: all 0.5s ease-out;
  }
  /*ハンバーガーメニュー*/

  .content{
    /*background-image: url(../images/TK_bg.jpg);*/
    color: #fff;
    text-align: center;
  }
  .head_img{
    margin: 0 0 -6px 0;
  }
  .head_img img{
    width: 100%;
  }
	.head_img video{
    width: 100%;
  }
  .tk_main{

  }
  .pc_tk_content{
    /*width: 90%;
    margin: 0 auto;*/
    padding: 90px 0 115px 0;
  }
  .top_link_box{
    background-color: #fff;
  }
  .top_link_box a:hover{
    opacity: 0.7;
  }
  .top_link_box img{
    width: 100%;
  }
  .logo_box{
    /*width: 30%;
    margin: 0 auto;*/
  }
  .logo_box img{
    width: 190px;
  }
  .text_box{
    margin: 95px 0 140px 0;
    font-size: 24px;
    line-height: 48px;
  }

	/* フッター */
  .tk_foot{
    padding: 0 0 115px 0;
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 400;
  }
  .tk_foot_link_box{
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: 0 auto 55px auto;
  }
  .tk_foot_link{
    border: 2px #fff solid;
    padding: 17px 65px;
  }
  .tk_foot_link_box a{
    text-decoration: none;
    color: #fff;
  }
  .tk_foot_link_box a:hover{
    opacity: 0.7;
  }
  .hara_logo img{
    width: 182px;
    margin: 18px auto 0 auto;
  }
	.hara_logo a:hover{
    opacity: 0.7;
  }
  .copy{
    font-size: 12px;
    margin: 32px 0 0 0;
  }
	/* フッター */


  /* 下層ページ */
	/* 下層共通 */
  .tk_lower_main{
    padding: 55px 0 0 0;
    width: 1104px;
    margin: 0 auto;
  }
  .head_img{
    width: 100%;
  }
  .logo{
    margin: 0 0 35px 0;
  }
  .logo img{
    width: 453px;
  }
  .lower_content_box{
    width: 776px;
    margin: 0 auto;
    text-align: left;
  }
  .catchi_box_a{
    font-size: 18px;
    margin: 0 0 170px 0;
  }
  .catchi_box_b{
    font-size: 24px;
    margin: 0 0 100px 0;
  }
	.catchi_line{
		width: 488px;
		margin: 12px auto;
	}
  .catchi_text{
    /*margin: 25px 0 0 0;*/
  }
  .lower_text01{
    font-size: 26px;
    margin: 0 0 50px 0;
  }
  .lower_text02{
    font-size: 18px;
    line-height: 34px;
    margin: 0 0 90px 0;
		font-feature-settings: "palt";
  }
  .lower_text03{
    font-size: 14px;
		line-height: 24px;
  }
  .lower_text04{
    font-size: 20px;
  }
  .lower_text05{
    font-size: 26px;
    margin: 0;
  }
  .lower_caption{
    font-size: 14px;
    text-align: right;
    margin: 10px 65px 0 0;
    right: 100px;
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 400;
  }
	/* 下層共通 */


  /* philosophy */
  .area_a{
    background-color: #fff;
    color: #002d47;
    margin: 0 0 113px 0;
  }
  .img_space{
    padding: 0 0 5px 0;
  }
  .bloc_a{
    padding: 90px 0 110px 0;
		background-color: #fff;
  }
  .bloc_b{
    padding: 90px 0 0 0;
		background-color: #fff;
  }
  .bloc_c{
    padding: 90px 0 110px 0;
		background-color: #fff;
  }
	.bloc_d{
    padding: 0 0 40px 0;
  }
	.bloc_e{
    padding: 90px 0 110px 0;
		background-color: #fff;
  }
  .line_tate_box{
    display: flex;
  }
  .line_tate{
    background-color: #002d47;
    width: 2px;
    margin: 0 37px 0 0 ;
  }
  .lower_img_box{
    margin: 100px 0 0 0;
  }
	.philosophy_lower_img_box{
    margin: 100px 0 0 0;
  }
  .blue_area{
    background-color: #094868;
    color: #fff;
  }
  .blue_bloc{
    width: 976px;
    margin: 0 auto;
    padding: 116px 0 110px 0;
    text-align: left;
  }
  .blue_bloc .lower_text01{
    margin: 0 0 50px 0;
  }
  /*.blue_bloc .lower_text03{
    margin: 50px 0 80px 0;
  }*/
  .blue_bloc img{
    margin: 0 0 20px 0;
  }
	.green_area{
    background-color: #46642a;
    color: #fff;
  }
  .green_bloc{
    width: 976px;
    margin: 0 auto;
    padding: 116px 0 110px 0;
    text-align: left;
  }
  .green_bloc .lower_text01{
    margin: 0 0 50px 0;
  }
  /*.green_bloc .lower_text03{
    margin: 50px 0 80px 0;
  }*/
  .green_bloc img{
    margin: 0 0 20px 0;
  }
	#philosophy .lower_text02{
		font-size: 16px;
	}
  /* philosophy */


  /* concept */
  .line_yoko_box{
    margin: 0 0 60px 0;
  }
  .line_yoko_catchi{
    font-size: 18px;
    border-bottom: solid 2px #023d5a;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
  }
  .line_yoko_text{
    font-size: 14px;
    color: #4c4948;
		font-weight: 400;
  }
  /* concept */


	/* landscape */
	#landscape .lower_text01{
		font-size: 25px;
		margin: 0 0 50px 0;
	}
	#landscape .lower_text02{
		font-size: 16px;
		line-height: 34px;
		margin: 0 0 90px 0;
	}
	/* landscape */


	/* public */
	.public_text{
		font-size: 17px;
		line-height: 34px;
		margin: 0 0 90px 0;
	}
  #public .text02{
    font-size: 18px;
    line-height: 34px;
    margin: 0 0 90px 0;
    text-align: center;
  }
  #public .text03{
    font-size: 18px;
    line-height: 34px;
    margin: 90px 0;
    text-align: center;
  }
  #public .text04{
    font-size: 18px;
    line-height: 34px;
    margin: 90px 0 0 0;
    text-align: center;
  }
  #public .text05{
    font-size: 18px;
    line-height: 34px;
    padding: 0 0 90px 0;
  }
  .facility_area{
    display: flex;
    justify-content: flex-start;
  }
  .facility_area:nth-child(2){
    margin: 50px 0 0 0;
  }
  .facility_catchi{
    font-size: 18px;
    width: 200px;
  }
  .facility_bloc_a{
    font-size: 16px;
    width: 300px;
  }
  .facility_bloc_b{
    font-size: 16px;
  }
  .facility_box{
    display: flex;
    margin: 0 0 20px 0;
  }
  .facility_box hr{
    width: 18px;
    margin: 10px 23px 0 0;
  }
  /* public */


  /* creator */
  #creator .lower_text01{
    margin: 0 0 30px 0;
  }
  .creator_line01{
    border: solid 1px #023d5a;
    margin: 0 0 50px 0;
  }
  .creator_line02{
    border: solid 1px #023d5a;
    margin: 70px 0 50px 0;
  }
  .creator_bloc{
    font-size: 16px;
    line-height: 28px;
  }
	.creator_box_b{
    display: flex;
    margin: 0;
    font-size: 18px;
  }
  .creator_box_a{
    display: flex;
    margin: 0;
    font-size: 18px;
  }
	.creator_box{
    display: flex;
    margin: 0 0 30px 0;
    font-size: 18px;
  }
  .creator_bloc_left{
    width: 387px;
    font-size: 16px;
  }
	.creator_bloc_left_b{
    width: 387px;
    font-size: 16px;
  }
	.creator_bloc_box{
		display: flex;
	}
	.creator_bloc_center{
    width: 150px;
  }
	.creator_bloc_right{
    font-size: 14px;
  }
	.creator_bloc_left_b{
    display: flex;
    font-size: 0.9rem;
  }

  .takenaka_logo_box{
    margin: 100px 0 0 0;
  }
  .takenaka_logo_box a:hover{
    opacity: 0.7;
  }
  .awards_text{
    font-size: 18px;
    line-height: 36px;
  }
  /* creator */


  /* outline */
  .outline_bloc{
    font-size: 16px;
    line-height: 28px;
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 400;
  }
  .outline_box{
    display: flex;
    margin: 0 0 40px 0;
  }
  .outline_bloc_left{
    width: 160px;
  }
	.outline_bloc_right{
		width: 70%;
	}
  .bloc_map{
    padding: 0 0 110px 0;
  }
  /* Google Mapを囲う要素 */
  .gmap {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding-top: 56.25%; /* 比率を4:3に固定 */
  }
  /* Google Mapのiframe */
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* outline */


	/* contact */
	.contact_content{
		color: #333333;
		width: 776px;
		margin: 0 auto 210px auto;
		text-align: left;
		font-size: 16px;
	}
	.contact_catchi{
		font-size: 24px;
		margin: 0 0 35px 0;
	}
	.rehouse_img{
		margin: 38px 0 30px 0;
	}
	.rehouse_text{
		font-size: 18px;
		margin: 0 0 30px 0;
	}
	.contact_line_a{
		height: 1px;
		margin: 0;
	}
	.contact_line_b{
		height: 1px;
		margin: 32px 0 0 0;
	}
	.contact_box{
		display: flex;
		line-height: 30px;
	}
	.contact_left{
		width: 103px;

	}
	/* contact */


	/* sitemap */
	#sitemap a{
		text-decoration: none;
		color: #002d47;
	}
	#sitemap a:hover{
		opacity: 0.7;
	}
	.sitemap_bloc{
		display: flex;
	}
	.sitemap_left{
		margin: 0 100px 0 0;
	}
	.sitemap_right{
		width: 400px;
	}
	.sitemap_text{
		margin: 0 0 30px 0;
		border-bottom: solid 2px #002d47;
		padding: 0 0 10px 0;
	}
	/* sitemap */
  /* 下層ページ */


  /* 表示切り替え */
  .pc_tk_content {
    display: block !important;
  }
  .sp_tk_content {
    display: none;
  }
  .pc_header{
    display: block;
  }
  .sp_header{
    display: none;
  }
	.pc_br{
		display: block;
	}
	.sp_br{
		display: none;
	}
  /* 表示切り替え */
}


/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 1103px) {
  body{
    font-family: 'M PLUS 1p', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    margin: 0;         /* 余白の削除 */
    padding: 0;        /* 余白の削除 */
    /*width:100vw;
    height:10000px;*/
		background-image: url(../images/TK_bg.jpg);
  }

  html{

  }

  p{
    margin: 0;
  }

  img {
    max-width: 100%;
  }

	/*ハンバーガーメニュー*/
  #toggle {
    position: fixed;
    top: 25px;
    right: 25px;
  }
  #toggle-box {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #000;
    transition: all 0.5s ease-out;
  }
  #toggle-box > span {
    width: 20px;
    height: 2px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
  }
  #toggle-box > span:nth-child(1) {
    top: 25%;
  }
  #toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
  }
  #toggle-box > span:nth-child(3) {
    bottom: 25%;
  }
  #toggle {
    z-index: 1000;
  }
  #main {
    position: relative;
    z-index: 990;
  }
  #nav-content {
    z-index: 900;
    /*overflow: auto;*/
    width: 300px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    text-align: left;
    transform: translateX(100%);
    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-content ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 50px;
  }
  #nav-content li {
    margin: 0 0 20px 0;
  }
  #nav-content a {

  }
  #nav-content a:hover {
    opacity: 0.7;
  }
  .is-open {
    /*overflow: hidden;*/
  }
  .is-open #toggle-box {
    transition: all 0.5s ease-out;
    background-color: #fff;
  }
  .is-open #toggle-box > span {
    background: #fff;
  }
  .is-open #toggle-box > span:nth-child(1) {
    top: 50%;
    transform: rotate(405deg) translatey(-50%);
    background-color: #000;
  }
  .is-open #toggle-box > span:nth-child(2) {
    width: 0;
  }
  .is-open #toggle-box > span:nth-child(3) {
    top: 50%;
    transform: rotate(-405deg) translatey(-50%);
    left: 11px;
    background-color: #000;
  }
  .is-open #nav-content {
    z-index: 999;
    transform: translateX(0);
  }
  .overlay {
    background: rgba(0,0,0,0.5);
    height: 100vh;
    transition: all 0.5s ease-out;
  }
  /*ハンバーガーメニュー*/


  .content{
    /*background-image: url(../images/TK_bg.jpg);*/
    color: #fff;
    text-align: center;
  }

  .head_img{
    margin: 0 0 -6px 0;
  }
  .head_img img{
    width: 100%;
  }
	.head_img video{
    width: 100%;
  }
	.tk_main{
		padding: 0 0 113px 0;
  }

  .sp_tk_logo_box{
    width: 90%;
    margin: 0 auto;
    padding: 20% 0 12% 0;
  }
  .top_link_box{
    background-color: #fff;
  }
  .top_link_box a:hover{
    opacity: 0.7;
  }
	.top_link_box a img{
    width: 100%;
  }
  .logo_box{
    width: 40%;
    margin: 0 auto;
  }
  .logo_box img{
    /*width: 190px;*/
  }
  .text_box{
    margin: 95px 0 140px 0;
    font-size: 18px;
    line-height: 36px;
  }

  .tk_foot{
    padding: 0 0 12% 0;
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 400;
  }
  .tk_foot_link_box{
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto 55px auto;
  }
  .tk_foot_link{
    border: 2px #fff solid;
    padding: 3% 9%;
  }
  .tk_foot_link_box a{
    text-decoration: none;
    color: #fff;
  }
  .tk_foot_link_box a:hover{
    opacity: 0.7;
  }
  .hara_logo{
    width: 45%;
    margin: 4% auto 0 auto;
  }
	.hara_logo a:hover{
    opacity: 0.7;
  }
  .copy{
    font-size: 0.6rem;
    margin: 10% 0 0 0;
  }


  /* 下層ページ */
  .tk_lower_main{
    padding: 55px 0 0 0;
    /*width: 1104px;*/
    margin: 0 auto;
  }
  .logo{
    margin: 0 0 35px 0;
  }
  .logo img{
    width: 377px;
  }
  .lower_content_box{
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .catchi_box_a{
    font-size: 18px;
    margin: 0 0 170px 0;
  }
  .catchi_box_a img{
    /*width: 50%;
		height: auto;*/
  }
  .catchi_box_b{
    font-size: 24px;
    margin: 0 0 100px 0;
  }
	.catchi_line{
		width: 488px;
		margin: 12px auto;
	}
  .catchi_text{
    /*margin: 25px 0 0 0;*/
  }
  .lower_text01{
    font-size: 26px;
    margin: 0 0 50px 0;
  }
  .lower_text02{
    font-size: 18px;
    line-height: 34px;
    margin: 0 0 90px 0;
  }
  .lower_text03{
    font-size: 14px;
		line-height: 24px;
  }
  .lower_text04{
    font-size: 1rem;
  }
  .lower_text05{
    font-size: 1.2rem;
    margin: 0;
  }
  .lower_caption{
    font-size: 0.8rem;
    text-align: right;
    width: 80%;
    margin: 0 auto;
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 400;
  }

  /* philosophy */
  .area_a{
    background-color: #fff;
    color: #002d47;
    margin: 0 auto 113px auto;
    width: 90%
  }
  .img_space{
    padding: 0 0 5px 0;
  }
  .bloc_a{
    padding: 90px 0 110px 0;
  }
  .bloc_b{
    padding: 90px 0 0 0;
  }
  .bloc_c{
    padding: 90px 0 110px 0;
  }
	.bloc_d{
    padding: 0 0 40px 0;
  }
	.bloc_e{
    padding: 90px 0 110px 0;
  }
  .line_tate_box{
    display: flex;
  }
  .line_tate{
    background-color: #002d47;
    width: 2px;
    margin: 0 37px 0 0 ;
  }
  .lower_img_box{
    margin: 100px 0 0 0;
  }
  #philosophy .lower_img_box{
    width: 80%;
    margin: 10% auto 0 auto;
  }
	.philosophy_lower_img_box{
    margin: 100px 0 0 0;
  }
  .blue_area{
    background-color: #094868;
    color: #fff;
  }
  .blue_bloc{
    width: 80%;
    margin: 0 auto;
    padding: 116px 0 110px 0;
    text-align: left;
  }
  .blue_bloc .lower_text01{
    margin: 0 0 50px 0;
  }
  /*.blue_bloc .lower_text03{
    margin: 50px 0 80px 0;
  }*/
  .blue_bloc img{
    margin: 0 0 20px 0;
  }
	.green_area{
    background-color: #46642a;
    color: #fff;
  }
  .green_bloc{
    width: 80%;
    margin: 0 auto;
    padding: 116px 0 110px 0;
    text-align: left;
  }
  .green_bloc .lower_text01{
    margin: 0 0 50px 0;
  }
  /*.green_bloc .lower_text03{
    margin: 50px 0 80px 0;
  }*/
  .green_bloc img{
    margin: 0 0 20px 0;
  }
	#philosophy .lower_text02{
		font-size: 15px;
	}
  /* philosophy */

  /* concept */
  .line_yoko_box{
    margin: 0 0 60px 0;
  }
	.line_yoko_box:nth-child(6n){
    margin: 0;
  }
  .line_yoko_catchi{
    font-size: 18px;
    border-bottom: solid 2px #023d5a;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
  }
  .line_yoko_text{
    font-size: 14px;
    color: #4c4948;
		font-weight: 400;
  }
  #concept .lower_img_box{
    width: 80%;
    margin: 0 auto;
  }
  /* concept */


  /* landscape */
	#landscape .lower_text01{
		font-size: 23px;
		margin: 0 0 50px 0;
	}
	#landscape .lower_text02{
		font-size: 16px;
		line-height: 34px;
		margin: 0 0 90px 0;
	}
  #landscape .lower_img_box{
    width: 80%;
    margin: 0 auto;
  }
  /* landscape */


  /* public */
	.public_text{
		font-size: 16px;
		line-height: 34px;
		margin: 0 0 90px 0;
	}
  #public .text02{
    font-size: 18px;
    line-height: 34px;
    margin: 0 0 90px 0;
    text-align: center;
  }
  #public .text03{
    font-size: 18px;
    line-height: 34px;
    margin: 90px auto;
    text-align: center;
    width: 80%;
  }
  #public .text04{
    font-size: 18px;
    line-height: 34px;
    margin: 90px 0 0 0;
    text-align: center;
  }
  #public .text05{
    font-size: 18px;
    line-height: 34px;
    padding: 0 0 90px 0;
  }
  .facility_area{
    display: flex;
    justify-content: flex-start;
  }
  .facility_area:nth-child(2){
    margin: 50px 0 0 0;
  }
  .facility_catchi{
    font-size: 18px;
		width: 200px;
  }
  .facility_bloc_a{
    font-size: 16px;
    width: 300px;
  }
  .facility_bloc_b{
    font-size: 16px;
  }
  .facility_box{
    display: flex;
    margin: 0 0 2% 0;
  }
  .facility_box hr{
    width: 5%;
    margin: 4% 5% 0 0;
  }
  /* public */


  /* creator */
  #creator .lower_text01{
    margin: 0 0 30px 0;
  }
  .creator_line01{
    border: solid 1px #023d5a;
    margin: 0 0 50px 0;
  }
  .creator_line02{
    border: solid 1px #023d5a;
    margin: 70px 0 50px 0;
  }
  .creator_bloc{
    font-size: 16px;
    line-height: 28px;
  }
	.creator_box_b{
    display: flex;
    margin: 0;
    font-size: 18px;
  }
	.creator_box_a{
    display: flex;
    margin: 0;
    font-size: 18px;
  }
	.creator_box{
    display: flex;
    margin: 0 0 30px 0;
    font-size: 18px;
  }
  .creator_bloc_left{
    width: 387px;
    font-size: 16px;
  }
	/*.creator_bloc_left_b{
    width: 387px;
    font-size: 16px;
  }*/
	.creator_bloc_box{
		display: flex;
		width: 400px;
	}
	.creator_bloc_center{
		width: 100px;
  }
	.creator_bloc_right{
    font-size: 14px;
  }
	.creator_bloc_left_b{
    display: flex;
    font-size: 0.9rem;
		width: 387px;
  }
	.creator_bloc_center_b{
		width: 400px;
  }
	.takenaka_logo_box{
    margin: 100px 0 0 0;
  }
  /* creator */


  /* outline */
  .outline_bloc{
    font-size: 16px;
    line-height: 28px;
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 400;
  }
  .outline_box{
    display: flex;
    margin: 0 0 40px 0;
  }
  .outline_bloc_left{
		width: 160px;
  }
	.outline_bloc_right{
		width: 70%;
	}
  .bloc_map{
    padding: 0 0 110px 0;
  }

  /* Google Mapを囲う要素 */
  .gmap {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding-top: 56.25%; /* 比率を4:3に固定 */
  }

  /* Google Mapのiframe */
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* outline */


	/* contact */
	.contact_content{
		color: #333333;
		/*width: 70%;*/
		margin: 0 auto 210px auto;
		text-align: left;
		font-size: 16px;
	}
	.contact_catchi{
		font-size: 24px;
		margin: 0 0 35px 0;
	}
	.rehouse_img{
		margin: 38px 0 30px 0;
	}
	.rehouse_text{
		font-size: 18px;
		margin: 0 0 30px 0;
	}
	.contact_line_a{
		height: 1px;
		margin: 0;
	}
	.contact_line_b{
		height: 1px;
		margin: 32px 0 0 0;
	}
	.contact_box{
		display: flex;
		line-height: 30px;
	}
	.contact_left{
		width: 150px;
	}
	.contact_right{
		width: 632px;
	}
	/* contact */


	/* sitemap */
	.sitemap_bloc{
		display: flex;
	}
	.sitemap_left{
		margin: 0 100px 0 0;
	}
	.sitemap_right{
		width: 400px;
	}
	#sitemap a{
		text-decoration: none;
		color: #002d47;
	}
	#sitemap a:hover{
		opacity: 0.7;
	}
	.sitemap_text{
		margin: 0 0 30px 0;
		border-bottom: solid 2px #002d47;
		padding: 0 0 10px 0;
	}
	/* sitemap */
  /* 下層ページ */


  /* 表示切り替え */
  .pc_tk_content {
    display: block;
		padding: 90px 0 0 0;
  }
  .sp_tk_content {
    display: none;
  }
  .pc_header {
    display: block;
  }
  .sp_header {
    display: none;
  }
	.pc_br{
		display: block;
	}
	.sp_br{
		display: none;
	}
  /* 表示切り替え */
}


/* smartPhone */
@media screen and (max-width: 640px) {
  body{
    font-family: 'M PLUS 1p', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    margin: 0;         /* 余白の削除 */
    padding: 0;        /* 余白の削除 */
		background-image: url(../images/TK_bg.jpg);
  }

  html{

  }
  p{

  }

  img {
    max-width: 100%;
  }

  /*ハンバーガーメニュー*/
  #sp_toggle {
    position: fixed;
    top: 1.5%;
    right: 3%;
  }
  #toggle-box {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #000;
    transition: all 0.5s ease-out;
  }
  #toggle-box > span {
    width: 20px;
    height: 2px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
  }
  #toggle-box > span:nth-child(1) {
    top: 25%;
  }
  #toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
  }
  #toggle-box > span:nth-child(3) {
    bottom: 25%;
  }
  #sp_toggle {
    z-index: 1000;
  }
  #main {
    position: relative;
    z-index: 990;
  }
  #nav-content {
    z-index: 900;
    overflow: auto;
    width: 100vw;
    height: 100%;
    background: #fff;
    /*color: #fff;*/
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-content ul {
    list-style: none;
    padding: 0;
    margin: 10% auto;
    width: 40%;
  }
  #nav-content li {
    margin: 0 0 15% 0;
  }
  #nav-content a {

  }
  #nav-content a:hover {
    opacity: 0.7;
  }
  .is-open {
    /*overflow: hidden;*/
  }
  .is-open #toggle-box {
    transition: all 0.5s ease-out;
    background-color: #fff;
  }
  .is-open #toggle-box > span {
    background: #fff;
  }
  .is-open #toggle-box > span:nth-child(1) {
    top: 50%;
    transform: rotate(405deg) translatey(-50%);
    background-color: #000;
  }
  .is-open #toggle-box > span:nth-child(2) {
    width: 0;
  }
  .is-open #toggle-box > span:nth-child(3) {
    top: 50%;
    transform: rotate(-405deg) translatey(-50%);
    left: 11px;
    background-color: #000;
  }
  .is-open #nav-content {
    z-index: 999;
    transform: translateX(0);
  }
  .overlay {
    background: rgba(0,0,0,0.5);
    height: 100vh;
    transition: all 0.5s ease-out;
  }
  /*ハンバーガーメニュー*/


  .content{
    /*background-image: url(../images/TK_bg.jpg);*/
    color: #fff;
    text-align: center;
  }
  .head_img{
    margin: 0 0 -6px 0;
  }
  .head_img img{
    width: 100%;
  }
	.head_img video{
    width: 100%;
  }

  .sp_tk_logo_box{
    width: 90%;
    margin: 0 auto;
    padding: 20% 0 12% 0;
  }
  .top_link_box{
    /*margin: 0 0 -6px 0;*/
    background-color: #fff;
  }
  .top_link_box a:hover{
    opacity: 0.7;
  }
  .logo_box{
    width: 40%;
    margin: 0 auto;
  }
  .logo_box img{
    /*width: 190px;*/
  }
  .text_box{
    margin: 20% 0;
    font-size: 1rem;
    line-height: 2rem;
  }

  .tk_foot{
    padding: 0 0 12% 0;
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 400;
  }
  .tk_foot_link_box{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 15% auto;
  }
  .tk_foot_link{
    border: 2px #fff solid;
    padding: 3% 9%;
  }
  .tk_foot_link_box a{
    text-decoration: none;
    color: #fff;
  }
  .tk_foot_link_box a:hover{
    opacity: 0.7;
  }
  .hara_logo{
    width: 45%;
    margin: 4% auto 0 auto;
  }
	.hara_logo a:hover{
    opacity: 0.7;
  }
  .copy{
    font-size: 0.6rem;
    margin: 10% 0 0 0;
  }


  /* 下層ページ */
  .tk_lower_main{
    padding: 55px 0 0 0;
    margin: 0 auto;
  }
  .logo{
    margin: 0 0 35px 0;
  }
  .logo img{
    width: 60%;
  }
  .lower_content_box{
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .catchi_box_a{
    font-size: 1.1rem;
    margin: 0 0 30% 0;
  }
  .catchi_box_a img{
    width: 50%;
		height: auto;
  }
  .catchi_box_b{
    font-size: 1.2rem;
    margin: 0 0 30% 0;
  }
	.catchi_line{
		width: 80%;
		margin: 3% auto;
	}
  .catchi_text{
    /*margin: 5% 0 0 0;*/
  }
  .lower_text01{
    font-size: 1.1rem;
    margin: 0 0 15% 0;
  }
  .lower_text02{
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 0 0 30% 0;
  }
  .lower_text03{
    font-size: 0.9rem;
  }
  .lower_text04{
    font-size: 1rem;
  }
  .lower_text05{
    font-size: 1.2rem;
    margin: 0;
  }
  .lower_caption{
    font-size: 0.6rem;
    text-align: right;
    /*margin: 10px 65px 0 0;
    right: 100px;*/
    width: 80%;
    margin: 0 auto;
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 400;
  }

  /* philosophy */
  .area_a{
    background-color: #fff;
    color: #002d47;
    margin: 0 auto 30% auto;
    width: 90%
  }
  .img_space{
    padding: 0 0 3px 0;
  }
  .bloc_a{
    padding: 10vh 0;
    margin: 0 auto;
  }
  .bloc_b{
    padding: 30% 0 0 0;
  }
  .bloc_c{
    padding: 30% 0;
    margin: 0 auto;
  }
	.bloc_d{
    padding: 0 0 10% 0;
  }
	.bloc_e{
    padding: 10vh 0 0 0;
    margin: 0 auto;
  }
  .line_tate_box{
    display: flex;
  }
  .line_tate{
    background-color: #002d47;
    width: 4px;
    margin: 0 8% 0 0 ;
  }
  .lower_img_box{
    margin: 100px 0 0 0;
  }
  /*#philosophy .lower_img_box{
    width: 80%;
    margin: 10% auto 0 auto;
  }*/
	.philosophy_lower_img_box{
    margin: 0 0 20% 0;
  }
  .blue_area{
    background-color: #094868;
    color: #fff;
  }
  .blue_bloc{
    width: 80%;
    margin: 0 auto;
    padding: 30% 0 20% 0;
    text-align: left;
  }
  .blue_bloc .lower_text01{
    margin: 0 0 10% 0;
  }
  /*.blue_bloc .lower_text03{
    margin: 50px 0 80px 0;
  }*/
  .blue_bloc img{
    margin: 0 0 3% 0;
  }
	.green_area{
    background-color: #46642a;
    color: #fff;
  }
  .green_bloc{
    width: 80%;
    margin: 0 auto;
    padding: 30% 0 20% 0;
    text-align: left;
  }
  .green_bloc .lower_text01{
    margin: 0 0 10% 0;
  }
  /*.green_bloc .lower_text03{
    margin: 50px 0 80px 0;
  }*/
  .green_bloc img{
    margin: 0 0 3% 0;
  }
  /* philosophy */


  /* concept */
  .line_yoko_box{
    margin: 0 0 15% 0;
  }
	.line_yoko_box:nth-child(6n){
    margin: 0;
  }
  .line_yoko_catchi{
    font-size: 1.2rem;
    border-bottom: solid 2px #023d5a;
    padding: 0 0 3% 0;
    margin: 0 0 6% 0;
  }
  .line_yoko_text{
    font-size: 1rem;
    color: #4c4948;
		font-weight: 400;
  }
  #concept .lower_img_box{
    width: 80%;
    margin: 0 auto;
  }
  /* concept */


  /* landscape */
  #landscape .lower_img_box{
    width: 80%;
    margin: 0 auto;
  }
  /* landscape */


  /* public */
	.public_text{
		font-size: 1rem;
    line-height: 1.6rem;
    margin: 0 0 30% 0;
	}
  #public .text02{
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 0 0 10vh 0;
    text-align: center;
  }
  #public .text03{
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 10vh auto;
    text-align: center;
    width: 80%;
  }
  #public .text04{
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 10vh 0 0 0;
    text-align: center;
  }
  #public .text05{
    font-size: 1rem;
    line-height: 1.6rem;
    padding: 0 0 10vh 0;
  }
  .facility_area:nth-child(2){
    margin: 20% 0 0 0;
  }
  .facility_catchi{
    font-size: 1.3rem;
  }
  .facility_bloc_a{
    font-size: 1.1rem;
    width: 300px;
    margin: 5% 0 0 0;
  }
  .facility_bloc_b{
    font-size: 1.1rem;
  }
  .facility_box{
    display: flex;
    margin: 0 0 2% 0;
  }
  .facility_box hr{
    width: 3vw;
    margin: 4% 5% 0 0;
  }
  /* public */


  /* creator */
  #creator .lower_text01{
    margin: 0 0 15% 0;
  }
  .creator_line01{
    border: solid 1px #023d5a;
    margin: 0 0 15% 0;
  }
  .creator_line02{
    border: solid 1px #023d5a;
    margin: 20% 0 15% 0;
  }
  .creator_bloc{
    font-size: 1rem;
    line-height: 1.5rem;
  }
	.creator_box_b{
    display: flex;
		justify-content: space-between;
    margin: 0 0 8% 0;
  }
	.creator_box_a{
    /*display: flex;*/
    margin: 0 0 3% 0;
  }
  .creator_box{
    /*display: flex;*/
    margin: 0 0 8% 0;
  }
  .creator_bloc_left{
		/*margin: 0 5% 0 0;*/
		font-size: 0.9rem;
  }
	.creator_bloc_box{
		display: flex;
	}
	.creator_bloc_center{
		width: 35%;
	}
	.creator_bloc_right{
		font-size: 0.9rem;
	}

	.creator_bloc_left_b{
    display: flex;
    font-size: 0.9rem;
  }

  .takenaka_logo_box{
    margin: 20% auto 0 auto;
		width: 80%;
  }
  .awards_text{
    font-size: 1rem;
    line-height: 2rem;
    margin: 5% 0 0 0;
  }
  /* creator */


  /* outline */
  .outline_bloc{
    font-size: 1rem;
    line-height: 1.4rem;
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 400;
  }
  .outline_box{
    /*display: flex;*/
    margin: 0 0 10% 0;
  }
  .outline_bloc_left{
    margin: 0 0 4% 0;
  }
	.outline_bloc_right{
		/*width: 70%;*/
	}
  .bloc_map{
    padding: 0 0 110px 0;
  }

  /* Google Mapを囲う要素 */
  .gmap {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding-top: 100%; /* 比率を4:3に固定 */
  }

  /* Google Mapのiframe */
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* outline */


	/* contact */
	.contact_content{
		color: #333333;
		width: 90%;
		margin: 0 auto 30% auto;
		text-align: left;
		/*font-size: 16px;*/
	}
	.contact_catchi{
		font-size: 1.2rem;
		margin: 0 0 10% 0;
	}
	.rehouse_img{
		margin: 10% 0 8% 0;
		width: 50%;
		height: auto;
	}
	.rehouse_text{
		font-size: 1.2rem;
		margin: 0 0 5% 0;
	}
	.contact_line_a{
		height: 1px;
		margin: 0;
	}
	.contact_line_b{
		height: 1px;
		margin: 32px 0 0 0;
	}
	.contact_box{
		/*display: flex;*/
		/*line-height: 30px;*/
		margin: 0 0 5% 0;
	}
	.contact_left{
		margin: 0 0 1% 0;

	}
	/* contact */


	/* sitemap */
	#sitemap a{
		text-decoration: none;
		color: #002d47;
	}
	#sitemap a:hover{
		opacity: 0.7;
	}
	.sitemap_text{
		margin: 0 0 10% 0;
		border-bottom: solid 2px #002d47;
		padding: 0 0 2% 0;
	}
	/* sitemap */
  /* 下層ページ */


  /* 表示切り替え */
  .pc_tk_content {
    display: none;
  }
  .sp_tk_content {
    display: block;
  }
  .pc_header {
    display: none;
  }
  .sp_header {
    display: block;
  }
	.pc_br{
		display: none;
	}
	.sp_br{
		display: block;
	}
  /* 表示切り替え */
}
