@charset "UTF-8";

/* ================================================
BASE
================================================ */
body,html{
  height: 100%;
  font-size: 16px;
}
body{
  font-family:"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;*/
  -webkit-text-size-adjust: 100%;
}

/* Paragraph
------------------------------------------------ */
p{
  line-height: 1.8;
}
/* image responsive
------------------------------------------------ */
img{
  max-width: 100%;
  height: auto;
}
/* anchor
------------------------------------------------ */
a{
  text-decoration: none;
}
/* Box sizing
------------------------------------------------ */
*, *:before, *:after {
  box-sizing: border-box;
}
/* Form style reset
------------------------------------------------ */
button, input, select, textarea{
  font-family : inherit;
}

/* Web font
------------------------------------------------ */
@font-face {
  font-family: "Noto Serif";
  font-weight:400;
  src: url("../fonts/NotoSerifCJKjp-Regular.woff")  format('woff');
}
@font-face {
  font-family: "Noto Sans";
  font-weight:400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff")  format('woff');
}
@font-face {
  font-family: "Noto Sans";
  font-weight:900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2")  format('woff');
}

/* ================================================
CLEARFIX
================================================ */
.clearfix:before, .clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}

/* ================================================
DEVICE ONLY
================================================ */
.only-sp,
.only-tb,
.only-tb-sp{
  display: none !important;
}
/* ================================================
MODULE
================================================ */
/* wrapper
------------------------------------------------ */
.wrapper {
	position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
/* Contents
------------------------------------------------ */

/* ================================================
HEADER
================================================ */



/* ================================================
nav
================================================ */



/* ================================================
FOOTER
================================================ */
#footer{
  padding:0;
  background: #000;
  color: #fff;
  width: 100%;
}
#footer .copyright{
  padding:5px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

/* btn-pagetop
------------------------------------------------ */
.btn-pagetop{
  position: fixed;
  right: 60px;
}
.btn-pagetop .animation{
    position: relative;
 }
.btn-pagetop .animation .wing01,
.btn-pagetop .animation .wing02{
  position: absolute;
  z-index: -1;
 }
.btn-pagetop .animation .wing01{
  top: 25px;
  left: 5px;
}
.btn-pagetop .animation .wing02{
  top: 40px;
  left: 5px;
}
.btn-pagetop .txt{
  position: absolute;
  right: -25px;
  top: 20px;
  margin: auto;
}
/* btn-pagetop animation */
.btn-pagetop.move .animation{
   animation: bee 0.5s ease infinite;
   transform-origin: 50% 50%;
}
 @keyframes bee {
   0% {
     transform: translateY(0)
   }
   50% {
     transform: translateY(-15px)
   }
   100% {
     transform: translateY(0)
   }
 }
.btn-pagetop.move .animation .wing01{
  animation: rotate-anime1 0.5s ease infinite;
  transform-origin: right bottom; 
}
.btn-pagetop.move .animation .wing02{
  animation: rotate-anime2 0.5s ease infinite;
  transform-origin: right top; 
}
@keyframes rotate-anime1 {
  0%  {transform: rotate(0);}
  50%  {transform: rotate(15deg);}
  100%  {transform: rotate(0);}
}
@keyframes rotate-anime2 {
  0%  {transform: rotate(0);}
  50%  {transform: rotate(-15deg);}
  100%  {transform: rotate(0);}
}

/* ================================================
404 ERROR
================================================ */
#id-404 .area-error{
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
#id-404 .area-error p{
  margin: 0 0 50px;
}
#id-404 .area-error a{
  position: relative;
  padding: 12px 40px 12px 20px;
  display: inline-block;
  color: #4d7b74;
  border: 1px solid #4d7b74;
  transition: 0.1s;
}
#id-404 .area-error a:hover{
  opacity: 0.7;
}
#id-404 .area-error a:after {
  position: absolute;
  margin: auto 0 auto 10px;
  content: "";
  display: block;
  width: 14px;
  height: 9px;
  top: 0;
  bottom: 0;
  right: 15px;
  background: url(../img/ico_arrow_03.png) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
/* ================================================

TABLET & SMARTPHONE

================================================ */
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media screen and (max-width:768px) {
  /* ================================================
  BASE
  ================================================ */
  body,html{
    font-size: 15px;
  }
  /* ================================================
  MODULE
  ================================================ */
  /* ttl-page-common
  ------------------------------------------------ */
  .ttl-page-common{
    margin-top: 1px;
  }
  /* ================================================
  CLEARFIX
  ================================================ */
  /* ================================================
  DEVICE ONLY
  ================================================ */
  .only-pc{
    display: none !important;
  }
  .only-tb,
  .only-tb-sp{
    display: inline !important;
  }
  /* ================================================
  HEADER
  ================================================ */


  /* ================================================
  FOOTER
  ================================================ */
  #footer{
  }
  #footer .copyright{
  }

}

/* ================================================

SMARTPHONE

================================================ */
@media screen and (max-width: 480px) {
  /* ================================================
  DEVICE ONLY
  ================================================ */
  .only-tb{
    display: none !important;
  }
  .only-sp{
    display: block !important;
  }
  /* ttl-page-common
  ------------------------------------------------ */
  .ttl-page-common{
    height: 100px;
    font-size: 22px;
  }
  /* ================================================
  FOOTER
  ================================================ */

  /* btn-pagetop
  ------------------------------------------------ */
  .btn-pagetop{
    right: 30px;
  }
  .btn-pagetop .animation .bee{
    width: 50px;
  }
  .btn-pagetop .animation .wing01{
    width: 15px;
    top: 18px;
    left: 2px;
  }
  .btn-pagetop .animation .wing02{
    width: 12px;
    top: 30px;
    left: 2px;
  }
  /* ================================================
  404 ERROR
  ================================================ */
  #id-404 .area-error{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
  }
  #id-404 .area-error a{
    max-width: 200px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}