    /*
    Theme Name: wp_takisada
    Description:瀧定名古屋　コーポレートサイト
    Theme URI: http://www.takisada-nagoya.jp/
    Author: SBM
    Author URI: http://s-b-m.co.jp/
    Version: バージョン
    License: SBM
    License URI: http://s-b-m.co.jp/
    */


@charset "UTF-8";

/* IMPORT RESET */
@import url("reset.css");

/* IMPORT utility */
@import url("utility.css");

/* IMPORT top.css */
@import url("top.css");

/* IMPORT content.css */
@import url("content.css");

/* IMPORT sustainable.css */
@import url("sustainable.css");



/* ==================================================
  setting
================================================== */
html{
  font-size: 62.5%;
}
body{
  font-size: 16px;
  font-size: 1.6rem;
  min-width: 1100px;
  position: relative;
}

body.en{
font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI" , sans-serif;
}
body.zh{
    font-family:"Microsoft YaHei", "微软雅黑",'SimHei', 'Hei',sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
.pc_none {
  display: none;
}
.btn_hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn_hover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

main{
min-height:500px;
padding: 0px 0 50px;
}

.ttl_section{
  font-family: 'Jost', sans-serif;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 50px;
}
.ttl_section.center{
  text-align: center;
}
.ttl_section.white{
color: #fff;
}

@media only screen and (max-width: 768px) {
  .ttl_section{
    font-size: 32px;
    margin-bottom: 25px;
  }

  .ttl_section.-sm{
    font-size: 27px;
  }
}

.wrapper{
  overflow: hidden;
}

/* page_top
----------------------------- */
#page_top{
  width: 50px;
  position: fixed;
  right: 50px;
  bottom:50px;
  z-index: 20;
}
#page_top a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

@media only screen and (max-width: 768px) {

#page_top{
  right: 5px;
  bottom:5px;
}

}

/* ==================================================
  header
================================================== */
#header {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: -50px auto 0;
    padding: 0px 0 10px;
    height: 150px;
    z-index: 2000;
    background:rgba(255,255,255,0.0);
}

#header .header_frame {
  width: 1000px;
  margin: 0 auto;
  padding: 0px 0 0;
  position: relative;
}

/* Fixed */
#header.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    height: 150px;
    background:rgba(255,255,255,1.0);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    box-shadow:1px 1px 3px #333;
}

#pagetop_kasou #header.fixed  {
    margin: 0px auto 0;
}

#h_logo {
  float: left;
  padding:15px 0 5px;
}


#header ul.s_nav {
    list-style: none;
    position: absolute;
    font-size: 13px;
    font-size: 1.3rem;
}

#header ul.s_nav.posi01 {
    right: 150px;
    top: 10px;
}

#header ul.s_nav.posi02 {
    right: 0px;
    top: 10px;
}


.fixed#header ul.s_nav {
    right: 0px;
}

#header ul.s_nav a{
    color: #000;
    text-decoration: none;
}

#header ul.s_nav li{
    float: left;
    padding:0 10px;
    border-right:solid 1px #999999;
}

#header ul.s_nav li a{
    padding:5px 0px;
}

#header ul.s_nav li.lang{
    font-size: 93%;
    border-right:none;
}


#header ul.s_nav li:last-child{
    border-right:none;
    border-left:solid 1px #999999;
}

#header ul.s_nav li a:hover{
    border-bottom:solid 3px #ccc;
    opacity:0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}

.ja #header ul.s_nav li .ja,
.en #header ul.s_nav li .en,
.zh #header ul.s_nav li .zh{
    border-bottom:solid 3px #ccc;
    opacity:0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}


    /* #検索窓の表示 */

div#panel{
position: absolute;
left: 10px;
width: 300px;
height: 50px;
background:#f7f7f7;
box-shadow:1px 1px 3px #333;
transition: top 1s linear 0s;
}
div#panel.hidden{
top: -320px;
}
div#panel.appear{
top: 0px;
}

.search_close{
position: absolute;
right: 10px;
top:30%;
}

#s {
    width: 190px;
    display: block;
    height: 24px;
    position: relative;
    top:10px;
    left:10px;
}
.en #s{
    width:175px;
}

#searchsubmit {
    position: absolute;
    top: 12px;
    right: 45px;
    background-color:#000;
    color:#fff;
    padding:2px 10px;
    border:none;
    cursor: pointer;
}

.en #searchsubmit{
    top: 11px;
    padding: 5px 10px;
    line-height: 1;
}

.screen-reader-text {
	display: none;
}

@media screen and (max-width: 1000px) {
    /* #スマホの検索窓 */

form#searchform{
    background-color: white;
    width:90%;
    margin:5px auto 15px;
    height: 35px;
    border: 1px #ccc solid;
    border-radius: 3px;
}


form#searchform input{
    vertical-align: top;
    margin: 0px;
    height: 35px;
    box-sizing: border-box;
    background-color: transparent;
}
.en #searchsubmit{
    top: 0;
}
#s{
    width: 100%;
    display: block;
    height: 24px;
    position: relative;
    top:0px;
    left:0px;
    border: none;
}
#input02{
    border: none;
    width: 90%;
    padding:0px 0 0px 0px;
}
#searchsubmit{
    width: 19px;
    border: none;
    background-image: url(common_img/musi.png);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    top: 0px;
    right: 10%;
    text-indent: -9999px;
    cursor: pointer;
}


}

/* ==================================================
  gnav
================================================== */

#gnav {
  padding-top: 30px;
}
#gnav .main_navi > li {
  text-align: center;
  float: left;
  margin:0 20px;
  position: relative;
}

#gnav .main_navi > li.g_ml00{
  margin:0 20px 0px 0px;
}
#gnav .main_navi > li span,
#gnav .main_navi > li > a {
  color: #000;
  text-decoration: none;
  padding-bottom: 19px;
  display: block;
  border-bottom: solid 3px transparent;
  cursor: pointer;
  font-size: 13px;
  font-size: 1.3rem;
}
#gnav .main_navi > li span.open,
#gnav .main_navi > li > a:hover {
  background:url(common_img/ic_under.png) repeat-x center 65%;
  color:#447665;
}

#gnav .main_navi > li span.current,
#gnav .main_navi > li > a.current {
  background:url(common_img/ic_under.png) repeat-x center 65%;
  color:#447665;
}

#gnav .main_navi > li span.open:hover{background:url(common_img/ic_arrow09.png) no-repeat center bottom,url(common_img/ic_under.png) repeat-x center 65%;}

#gnav .sub_navi {
  display: none;
  font-size: 0;
  text-align: center;
  width: 360%;
  min-width: 210px;
  padding: 10px 15px;
  background: rgba(0,0,0,1.0);
  position: absolute;
  left: 0;
  top:38px;
  z-index: 10;
}
#gnav .sub_navi li {
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: top;
  text-align:left;
  /* padding: 0px 10px; */
}

#gnav .sub_navi li:first-child{
  font-weight:bold;
  padding: 0px 0px;
}

#gnav .sub_navi .txt {
  margin-top: 5px;
  line-height: 1.1;
}
#gnav .sub_navi a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 12px 10px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
#gnav .sub_navi a:hover {
  color:#447665;
}

.en #gnav .sub_navi{
    width: 32rem;
}
.zh #gnav .sub_navi{
    width: 25rem;
}


/* menu button
----------------------------- */
#menuButton {
  display: none;
}

/* ==================================================
  footer
================================================== */
footer {
	padding:45px 0px 0px;
	background:#447665;
}

footer nav{
width:100%;
display:table;
margin:0 auto 20px;
font-size:93%;
}

footer nav ul{
display:table-cell;
margin:0 0px 0px 0;
width:10%;
}

footer nav ul:nth-child(3){
padding:0 0 0px 30px;
}
footer nav ul:nth-child(5){
padding:0 0 0px 30px;
}

footer nav ul li{
margin-bottom:10px;
color:#fff;
font-weight:bold;
}

footer nav ul li.last_m{
margin-bottom:25px;
}

footer nav ul li.first_li{
font-size:107%;
font-weight:bold;
margin-bottom:15px;
}

footer nav ul li.first_li a{
font-weight:bold;
}

footer nav ul li.f_lang{
margin:0px 0 5px;
}


footer nav ul li a{
display:block;
color:#fff;
font-weight:normal;
text-decoration:none !important;
}

footer nav ul li a:hover{
color:rgba(255,255,255,0.6) !important;
}

.en footer nav ul:nth-child(1){
    width:5%;
}
.en footer nav ul:nth-child(2){
    width:12%;
}
.zh footer nav ul:nth-child(1){
    width:7%;
}



.bo_le{
border-left:solid 1px #fff;
padding:0 0 0 5% ;
}

.btn_sns{
text-align:right;
margin-top:40px;
}

.btn_sns img{
margin-left:10px;
}

#site_copy{
margin:80px 0 0 0;
padding:30px 0 30px;
color:#fff;
background:#000;
font-size:60%;
}

.last_nav{
text-align:center;
margin-bottom:20px;
font-size:120%;
}

.last_nav a{
color:#fff;
text-decoration:none !important;
padding:0 20px;
border-left:solid 1px #fff;
}

.last_nav a:last-child{
border-left:solid 1px #fff;
border-right:solid 1px #fff;
}

.last_nav a:hover{
color:rgba(255,255,255,0.6) !important;
}

#site_copy p{
text-align:center;
}

.sp_f_nav{
display:none;
}

@media only screen and (max-width: 768px) {

footer {
	padding:0px 0px 0px;
}

}


/* ▽ SP layout ============================================================ */

@media screen and (max-width: 1000px) {

/* ==================================================
  setting
================================================== */
  body{
    min-width: auto;
  }
  .pc_none {
    display: inherit;
  }
  .sp_none {
    display: none;
  }
  .btn_hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100)";
  }

  /* page_top
  ----------------------------- */
  #page_top{
    right: 5px;
    bottom: 5px;
  }
  #page_top a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100)";
  }

/* ==================================================
  header
================================================== */

#header{
height: 60px;
}

.inner {
width: 100%;
padding: 0;
}
#header{
top: 0;
position: fixed;
margin-top: 0;
}

    /* Fixed reset */

#header.fixed {
padding-top: 0;
background: transparent;
height: 60px;
}

  #header .header_frame {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 30;
  }
  #header .header_inner {
    padding: 15px 10px 20px;
    background: #fff;
    box-shadow: 0 1px 3px #999;
  }
  #h_logo {
    width: 115px;
    float: none;
    padding:0px 0 0px;
  }
  #header .s_nav{
    display: none;
  }


/* ==================================================
  gnav
================================================== */

  #sp_nav {
    width: 100%;
    height: 100%;
    padding: 10px 0px 20px;
    background: rgba(68,118,101,1.0);
    box-sizing: border-box;
    position: fixed;
    top: 70px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0)";
    visibility: hidden;
    overflow: hidden;
  }
  #sp_nav.active{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100)";
    visibility: visible;
    overflow: visible;
    overflow-y: scroll;
  }

#gnav {
  padding-top: 0px;
}

  #gnav .main_navi > li {
    text-align: left;
    width: 100%;
    float: none;
    margin:0 0px;
  }
  #gnav .main_navi > li span,
  #gnav .main_navi > li > a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0;
    border: none;
    padding: 15px 15px;
    color:#fff;
    border-top:dotted 1px #fff;
  }
  #gnav .main_navi > li span,
  #gnav .main_navi > li:nth-child(-n +3) a {
    background:url(common_img/ic_arrow02.png) no-repeat 98% 40%;
  }
  #gnav .main_navi > li span.open {
    background:url(common_img/ic_arrow02_on.png) no-repeat 98% 40% !important;
  }
  #gnav .main_navi > li span.open,
  #gnav .main_navi > li > a:hover {
    border-bottom: none;
    color:#fff;
  }

#gnav .main_navi > li span.current{
  background:url(common_img/ic_arrow02.png) no-repeat 98% 40%;
    color:#fff;
}

#gnav .main_navi > li > a.current {
  background:none;
    color:#fff;
}



  #gnav .sub_navi {
    padding: 10px 0;
    background: #447665;
    position: inherit;
    width: 100%;
    top:0px;
    border-top:dotted 1px #fff;
  }

.en #gnav .sub_navi{
    width: 100%;
}
.zh #gnav .sub_navi{
    width: 100%;
}


  #gnav .sub_navi li {
    text-align: left;
    margin: 0;
    display: block;
  }
  #gnav .sub_navi a {
    color: #fff;
    padding: 8px 20px;
    display: block;
    border-top:none;
  }
  #gnav .sub_navi a:hover{
    color: #fff;
  }

  #gnav .sub_navi .txt {
    margin: 0;
    line-height: 1.5;
  }
  #gnav .sub_navi .img {
    display: none;
  }

  /* menu button
  ----------------------------- */
  #menuButton{
    display: block;
    position: fixed;
    top: 22px;
    right: 8px;
    height: 32px;
    width: 30px;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }
  #menuButton.active .top{
    background: #447665;
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    transform: translateY(10px) translateX(0) rotate(45deg);
  }
  #menuButton.active .middle{
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0)";
  }
  #menuButton.active .bottom{
    background: #447665;
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    transform: translateY(-10px) translateX(0) rotate(-45deg);
  }
  #menuButton span{
    background: #000;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
  }
  #menuButton span:nth-of-type(2){
    top: 10px;
  }
  #menuButton span:nth-of-type(3){
    top: 20px;
  }
  #menuButton p {
    color: #2f58b6;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    width: 40px;
    position: absolute;
    bottom: 0;
  }
  #menuButton .op,
  #menuButton.active .cl {
    display: none;
  }
  #menuButton.active .op {
    color: #fff;
    display: block;
  }



    /* #スマホのみのコンタクトボタンと言語選択 */

  #gnav .ul_sp{
    padding:15px 0;
}

  #gnav .sp_lang{
    float:left;
    width:33.3%;
    line-height:30px;
    text-align:center !important
}

  #gnav .sp_lang a{
    text-align:center !important;
    display:inline !important;
    padding:5px 15px !important;
    border-top:none !important;
    font-size: 13px;
    font-size: 1.3rem;
    color:#fff;
    text-decoration:none;
}

.ja #gnav .sp_lang a.ja,
.en #gnav .sp_lang a.en,
.zh #gnav .sp_lang a.zh{
    background:#ccc;
    color:#000 !important;
}

#gnav .sp_contact{
width:95%!important;
margin:10px auto !important;
text-align:center !important;
}

#gnav .sp_contact a{
display:block;
text-align:center !important;
background:#f2f2f2;
color:#447665 !important;
border-top: none;
text-align:center;
}
#gnav .sp_contact a:hover{
background:#ccc !important;
}

/* ==================================================
  footer
================================================== */

footer .container {
	max-width: 100% !important;
}


.pc_f_nav{
display:none;
}

.sp_f_nav{
display:block;
}

footer nav ul{
display:block;
margin:0 0px 0px 0;
width:100%;
}

footer nav ul li{
color:#fff;
margin-bottom:0px;
font-size:100%;
font-weight:bold;
}

footer nav ul li a{
display:block;
padding:15px 20px;
border-bottom:solid 1px #a0c9bb;
background:url(common_img/ic_arrow06.png) no-repeat 95% center;
}

footer nav ul li span{
float:left;
width:50%;
}


footer nav ul li span a{
display:block;
padding:15px 0px 15px 30px;
border-bottom:none;
background:url(common_img/ic_arrow08_on.png) no-repeat 5% center;
}


.btn_sns{
text-align:center;
margin-top:0px;
}

.btn_sns img{
margin:5px;
}

.bo_le{
border-left:none;
padding:0 0 0 0 ;
}

.last_nav a{
padding:0 5px;
font-size:70%;
}
}

#cookie-notice{
  color: #696969;
  background-color: #fff;
  box-shadow: 0 0 18px rgba(0,0,0,.2);
}

#cn-accept-cookie{
  background-color: #003399;
    border-color: #003399;
    color: #FFFFFF;
}
#cn-refuse-cookie{

}
