/* Font
   ========================================================================== */

@font-face {
 font-family: 'privacy';
 src:  url('../font/privacy.eot?gxy794');
 src:  url('../font/privacy.eot?gxy794#iefix') format('embedded-opentype'),
   url('../font/privacy.ttf?gxy794') format('truetype'),
   url('../font/privacy.woff?gxy794') format('woff'),
   url('../font/privacy.svg?gxy794#privacy') format('svg');
 font-weight: normal;
 font-style: normal;
 font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
 /* use !important to prevent issues with browser extensions that change fonts */
 font-family: 'privacy' !important;
 speak: never;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
 /* Better Font Rendering =========== */
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

.icon-takahashi_pre:before {
 content: "\e900";
}
.icon-kasahara_pre:before {
 content: "\e901";
}

.l_wrapper{

}

/* Header
   ========================================================================== */

.l_header{
    height: 85px;
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    border-bottom: solid #f4f4f4 1px;
}

.l_header .header_inner{

}




#header .navi_main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 60px;
}

#header .navi_inner {

}

#header .navi_inner .navi_item{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

#header .navi_inner2 {

}

#header .navi_inner2 .navi_item{
    font-size: 12px;
}
#header .navi_inner3 .navi_item{
    font-size: 12px;
    line-height: 2.4em;
    margin-top: 45px;
}

#header .navi_inner3 .navi_item p{
    color: #000;
    margin: 0px auto;
}

#header .navi_inner2 .sns {
    text-align: center;
    margin-left: 85px;
    margin-top: 85px;
}

#header .navi_inner2 .sns img{
    margin-right: 50px;
    
}

#header .map a{
    font-style: italic;
    border-bottom: solid 1px;
    position: relative;
}

#header .map a::after {
    content: '';
    position: absolute;
    right: -16px;
    top: 2px;
    width: 15px;
    height: 15px;
    background: url(../img/icons/map_arow.png) no-repeat;
}


#header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 85px;
    position: absolute;
    left: 80px;
}
#header .logo a{
    display: block;
    z-index: 999;
}
#header .logo img{
    width: 138px;
}
#header .title_main{
    position: absolute;
    left: 165px;
    top: 250px;
}
#header .title_main h1{
    font-size: 60px;
    line-height: 1em;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .05em;
}

#header .title_main p{
    font-size: 24px;
    margin-top: 20px;
    font-weight: 100;
}

/* nav */

.nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: absolute;
    right: 80px;
    font-size: 16px;
    z-index: 1;
    top: 0;
}

.nav a{
    display: block;
}

.nav .nav_box {
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;   
    -ms-justify-content    : center;
    justify-content        : center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-family: cormorant-garamond, serif;
    margin-left: 45px;
}

#header .nav .nav_box img {
    margin-bottom: 20px;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right: 5%;
  top: .7em;
  width : 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width: 30px;
  height: 1px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  -webkit-transform: rotate(-43deg);
  -moz-transform   : rotate(-43deg);
  transform        : rotate(-43deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(43deg);
  -moz-transform   : rotate(43deg);
  transform        : rotate(43deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  padding: 0 30px;
  top  : 0;
  left : 0;
  background: rgba(255,255,255,1);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  height: 100%;
  visibility: hidden;
}

nav.globalMenuSp ul {
    margin: 6em 0 3em;
    width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{

}

nav.globalMenuSp ul li a {
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
    font-size: 28px;
    z-index: 0;
    font-family: cormorant-garamond, serif;
}

nav.globalMenuSp.active {
  opacity: 100;
  height: 100% !important;
  visibility: visible;
}

.globalMenuSp .contact_text {
    font-size: .8em;
}
.globalMenuSp .contact_text a {
    display: block;
    background: #000;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 30px;
}

/* Index
   ========================================================================== */

.index {
    max-width: 1280px;
    margin: 0 auto;
    padding: 85px 0 190px;
}
.second{
    margin: 0 auto;
    padding: 85px 0 140px;
    max-width: 1280px;
}

.second .title {
    width: auto;
    position: relative;
    border-bottom: solid #f4f4f4 1px;
    padding-bottom: 80px;

}
.second section{
    position: relative;

}
/* tltle */
.title h1{
    font-size: 70px;
    font-family: cormorant-garamond, serif;
}
.title h2{
    font-size: 70px;
    font-family: cormorant-garamond, serif;
}

/* btn */


/* Footer
   ========================================================================== */

#footer {
    position: relative;
    font-size: 14px;
}
#footer .nav {
    position: static;
    font-size: 16px;
    z-index: 1;
}

#footer .nav .nav_box {
    margin: 0;
    width: 500px;
    border: #f4f4f4 solid 1px;
    border-left: none;
    height: 60px;
}
#footer .nav .nav_box a{
   /* width: 500px;*/
    /* height: 60px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
#footer .nav .nav_contact{
    width: 100%;  
    background: #f4f4f4;
    position: relative;  
}

#footer .nav .nav_contact a{
    background: #f4f4f4;
    display: block;
    width: 100%;  
}

#footer .nav .nav_contact ::after{
    content: '';
    background: url(../img/common/arrow.png);
    position: absolute;
    top:21px;
    right: 50px;
    width: 31px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: 100%;
}
#footer .footer_bottom {
    position: relative;
}

#footer .footer_bottom .copy {
    line-height: 70px;
    margin: 0;
    text-align: center;
    font-size: 12px;
}
#footer .footer_bottom .privacy{
    position: absolute;
    right: 70px;
    color: #cdcecf;
    line-height: 50px;
}
#footer .footer_bottom .p_mark img{
    position: absolute;
    display: block;
    width: 60px;
    right: 20px;
    top: 20px;
    padding-bottom: 20px;
}


@media screen and (min-width: 1201px) {

/* Index
   ========================================================================== */


.sp {
    display: none !important;
}

}


@media screen and (max-width: 1200px) {


.pc {
    display: none !important;
}
.l_wrapper{
overflow-x: hidden;
}

.index {
    min-width: auto;
    padding-bottom: 0;
    padding-top: 4em;
}
.second {
    min-width: auto;
    padding: 4em 5%;
}
.l_header {
    border-bottom: none;
    height: 4em;
}

.title h1 {
    font-size: 40px;
}
.title h2 {
    font-size: 40px;
}
.second .title {
    padding-bottom: 5%;
}
.second section {
    padding: 2em 0 !important;
}
/* Header
   ========================================================================== */


#header .logo {
    -webkit-justify-content: center;   
    -ms-justify-content    : center;
    justify-content        : center;
    left: 30px;
    height: 4em;
}
#header .logo img {
    width: 105px;
}

/* nav
   ========================================================================== */
.nav {
    display: block;
}

/* Footer
   ========================================================================== */
    

#footer .nav_sp1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
#footer .nav_sp1 .nav_box{
    border-bottom: none;
}


#footer .nav_sp2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#footer .nav .nav_box {
    font-size: 13px;
    height: 40px;
}
#footer .nav .nav_privacy {
    width: 40%;
}
#footer .nav .nav_contact {
  /*  width: 60%; */
}
#footer .nav .nav_contact ::after {
    top: 1em;
    width: 20px;
    right: 20px;
}
#footer .nav .nav_box a {
    width: 100%;
}

#footer .footer_bottom .p_mark img {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: static;
}
#footer .footer_bottom .copy {

}
}
@media screen and (max-width: 480px) {


}

@media screen and (max-width: 320px) {

/* Header
   ========================================================================== */

/* nav */

#header .navi_main {
    padding: 0 5%;
    text-align: left;
}

#header .navi_inner2 .sns img {
    margin-right: 20px;
}

#header .navi_inner3 {
    padding: 0 5%;
}

/* Footer
   ========================================================================== */

#footer .navi_main {
    padding: 5%;
}

#footer .navi_inner2 .sns img {
    margin-right: 20px;
}

#footer .navi_inner3 .navi_item {
    padding: 0 5% 20%;

}