@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
@media only screen and (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 40px;
  }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
/*=============================================
 ******************* main **********************
 *=============================================*/
@media screen and (min-width: 768px) {
   
}
@media only screen and (min-width: 768px) {
	.fadeInUp{
		
	}
	.fadeUp{
		 -webkit-animation-name: fadeUpAnime !important;
    animation-name: fadeUpAnime !important;
		animation-duration: 1.5s;
		animation-fill-mode: forwards;
		animation-delay: 1.5s;
	}
	.fadeUp{
		visibility: visible !important;
	}
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  /*=============================================
******************** header ******************
*=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  header .logo {
    text-align: center;
    font-size: 28px;
    padding: 20px 10px 10px;
  }
  header .logo a {
    text-decoration: none;
  }
  h1 {
    font-size: 12px;
    padding: 10px;
    text-align: left;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #head-key .logo {
    width: auto;
  }
  .js-scroll {
    display: flex;
    justify-content: flex-start;
  }
  .nav-header .g_btn {
    margin: inherit;
    /* border-left: 1px solid #fff; */
    width: 166px;
  }
  .nav-header .g_btn li {
    font-size: 11px;
    align-self: center;
    margin: 0 18px;
    /* transition: all 0.5s; */
    padding-top: 7px;
  }
  .nav-header .g_btn li a:hover {
    opacity: 0.5;
  }
  .nav-header .g_btn li:first-child {
    border-left: 1px solid #fff;
    padding-left: 20px;
  }
  .nav-header .g_btn li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nav-header .g_btn li.map a:before {
    /* content: url("../img/shared/icon_map.png"); */
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 30px;
    margin-bottom: -8px;
  }
  .nav-header .g_btn li.blog a:before {
    content: url("../img/shared/icon_blog.png");
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    margin-bottom: -8px;
  }
  /*=============================================
******************* nav-fixed ****************
*=============================================*/
  .nav-header {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    transition: none;
    height: 76px;
    left: auto;
  }
  .nav-header .logo-nav {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-header .logo-nav img {
    width: 100%;
    height: auto;
  }
  .nav-header .tel-icon {
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid;
    padding-left: 10%;
    width: 210px;
  }
  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 74px;
    max-width: 1000px;
    /* margin: auto; */
    padding-top: 0;
    width: auto;
  }
  .nav-header a.nav-main, .nav-header .sub-nav {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 5px 11px;
    margin: 0 12px;
    /* transition: all 0.5s; */
  }
  .nav-header a.nav-main.active, .nav-header .sub-nav {
    color: #f38e81;
  }
  .nav-header a.nav-main:hover {
    color: #f38e81;
  }
  .nav-header a.nav-main::after, .nav-header .sub-nav::after {
    width: 0%;
    height: 1px;
    background: #000;
    content: "";
    position: absolute;
    bottom: 20px;
    left: 5%;
    transition: all 0.4s ease;
  }
  .nav-header li a.nav-main.active::after, .nav-header li:hover a.nav-main::after, .nav-header li.sub-nav.active::after {
    width: 90%;
  }
  .nav-header .sub-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    width: 275px;
    background: #FFF;
    box-sizing: border-box;
    padding: 10px;
    transition: all 0.4s ease;
  }
  .nav-header .sub-nav::before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    transition: all 0.3s ease;
  }
  /*=============================================
******************* keyvisual ****************
*=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
  }
  #key-box {
    width: 100%;
    height: 855px;
    overflow: hidden;
    min-height: 100vh;
  }
  #key-box .keyvisual {
    width: 100%;
    height: 100%;
  }
  #key-box .keyvisual li {
    height: 800px;
  }
  .head-info {
    width: 472px;
    margin-right: 50px;
    text-align: center;
    padding: 39px 29px;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
  }
  .head-info dl {
    font-size: 12px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.08em;
    padding: 30px 0 65px;
  }
  .head-info dl dt {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;
  }
  .head-info dl dt .tel-icon {
    font-size: 25px;
  }
  .head-info dl dt .tel-icon span {
    font-size: 24px;
    padding: 0 4px 0 8px;
  }
  .head-info ul{
    display: flex;
    transform: -webkit-rotate(-90deg) translate(572px, 245px)  scale(1.01);
    transform: rotate(-90deg) translate(572px, 245px)  scale(1.01);
    min-width: 1061px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .head-info ul li {
    margin-right: 35px;
  }
  .head-info ul li a {
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    font-size: 15px;
    display: block;
    text-decoration: none;
    padding: 10px 0;
    /* min-width: 104px; */
    position: relative;
    font-weight: 300;
    color: #7c7c7c;
  }

  .head-info ul li a .jp{
   opacity: 0;
   visibility: hidden;
   display: block;
   font-size: 10px;
   line-height: 16px;
  }
  .head-info ul li.active a .jp, .head-info ul li:hover a .jp {
  opacity: 1;
    visibility: visible;
  }
    .head-info ul li.active  a:before,.head-info ul li:hover a:before{
    content:"/";
    position: absolute;
    left: 50%;
    top: -13px;
  }
  /*=============================================
******************* footer *******************
*=============================================*/
  footer {
    position: relative;
    padding: 76px 0 198px;
  }
  footer nav {
    text-align: center;
  }
  footer nav > a {
    margin-right: 15px;
  }
  footer nav > a + a:before {
    content: "\7C";
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-color: transparent;
  }
  footer .logo {
    text-align: center;
  }
  footer dl.tel-ft {
    padding: 10px 0 15px;
    text-align: center;
  }
  footer dl.tel-ft dt {
    font-weight: bold;
  }
  footer dl.tel-ft dt .tel-icon {
    font-size: 25px;
  }
  footer dl.tel-ft dt .tel-icon span {
    font-size: 24px;
    padding: 0 4px 0 8px;
  }
  footer .info-footer {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
  }
  footer .info-footer dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed;
  }
  footer .info-footer dl dt {
    font-weight: bold;
  }
  footer {
  }
  footer h2 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 58px;
  }
  footer .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  footer .left {
    width: 471px;
  }
  footer .tel {
    padding: 16px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  footer .tel dt {
    font-weight: bold;
  }
  footer .tel dt span {
    font-weight: bold;
    font-size: 30px;
    margin-left: 17px;
    vertical-align: sub;
  }
  footer .tel dd {
    font-size: 16px;
  }
  footer .banner {
    position: relative;
    margin-bottom: 30px;
  }
  footer .banner span {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    z-index: 10;
    top: 19px;
    left: 30px;
    line-height: 28px;
  }
  footer .right {
    width: 485px;
  }
  footer .right .info dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }
  footer .right .info dl dt {
    width: 150px;
  }
  footer .right .info dl dd {
    width: calc(100% - 150px);
    padding-left: 0;
  }
  footer .bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 0;
  }
  footer .bottom .address span {
    text-align: right;
  }
  footer .bottom .address span a {
    text-decoration: underline;
  }
  footer .bottom .address span a:hover {
    text-decoration: none;
  }

  /*=============================================
***************** copyright ******************
*=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
  }
  address {
    padding: 25px 0 10px;
  }
  address span {
    display: block;
  }
	address span a:hover{
		text-decoration: underline;
	}
}
/* Scss Document */
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
@media only screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  html #socialbuttons .social-line {
    width: auto;
    overflow: hidden;
  }
  html .wrap {
    padding: 0;
    width: 1000px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 768px) {
  body {
    position: static !important;
    top: 0 !important;
  }
	
}

