@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(//fonts.googleapis.com/css?family=Libre+Baskerville);
@import url(//fonts.googleapis.com/css?family=EB+Garamond);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
  color:#000;
  font-weight:400;
  font-size:16px;
  margin: 0;
  padding: 0;
  position:relative;
  word-wrap: break-word;
  background:#FFF;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,section{
  margin: 0px;
  padding: 0px;
  display: block;
}

input,textarea,select {
  font-size: 1em;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul{
  list-style-type: none;
}

li {
  list-style-type: none;
}

img{
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  vertical-align:middle;
}

p{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
}

input,textarea,select {
  font-size: 1em;
}

.clearfix:after {
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}

 figure{margin:0}
 
/* .a
-------------------------------------------------- */
a {
  text-decoration: none;
  outline:none!important;
}

a:hover {
  text-decoration: none;
}


/* .line
-------------------------------------------------- */
hr {
  display : none;
}

.clr {
  height : 0;
  clear : both;
}

/* wrapper
--------------------------------------------------*/
#wrapper {
  width: 100%;
  line-height:1.6;
  min-height: 70vh;
  letter-spacing : 0.05em;
}

@media only screen and  (max-width: 568px) {
#wrapper {
  min-height: initial;
}
}

.bg_sub {
  padding-top:90px;
}

@media only screen and  (max-width: 810px) {
.bg_sub {
  padding-top:50px;
}
}

@media only screen and  (max-width: 568px) {
.bg_sub {
  padding-top:60px;
}
}

/* #container
--------------------------------------------------*/
#container{
  width:100%;
  max-width:1280px;
  box-sizing: border-box;
  margin:0 auto;
  position:relative;
}

/* p_navi
--------------------------------------------------*/
.p_navi{
  width:100%;
  box-sizing: border-box;
  margin:0 auto;
  font-size :12px;
  padding:20px 2% 5px;
  color: #898989;
}

.p_navi a {
  color: #898989;
  text-decoration: none;
}

.p_navi a:hover {  
  opacity: 0.7;
  text-decoration: underline;
}

@media screen and (max-width: 810px) {
.p_navi{display:none;}
}

/* footer
========================================================================== */
footer{
  color:#4A4A4A;
  background:#F5F5F5;
  width:100%;
  margin:0 auto;
  display:block;
  position:relative;
}

.footerArea {
  padding: 1.5% 2%;
  box-sizing: border-box;
  margin: 0 auto 0;
  text-align: center;
  width:100%;
  max-width:950px;
}

.footerArea dt{
  vertical-align: middle;
  display: inline-block;
  width:100px;
}

.footerArea dt img{
  width:100%;
  height:auto;
}

.footerArea dd{
  vertical-align: middle;
  display: inline-block;
  width:80%;
  padding:0 0 0 4%;
  box-sizing: border-box;
  text-align: left;
  font-size:13px;
  line-height:1.8;
}

@media screen and (max-width: 810px) {
.footerArea {
  padding: 2% 3%;
}

.footerArea dt{
  width:15%;
}

.footerArea dd{
  width:85%;
  padding:0 0 0 4%;
  line-height:1.6;
}
}

.copy {
  background:#000;
  color:#FFF;
  padding: 1.5% 3%;
  box-sizing: border-box;
  margin: 0 auto 0;
  position: relative;
}

@media only screen and  (max-width: 810px) {
.copy {
  padding:2% 3% 30px;
}
}

#f-container {
  padding: 0 2%;
  box-sizing: border-box;
  margin: 0 auto 0;
  width:100%;
  max-width:1000px;
}

.f_menu{
  margin:1% auto;
  font-size:0.85em;
}

.f_left{
  vertical-align: middle;
  display: inline-block;
  width:60%;
  padding:0 2%;
  box-sizing: border-box;
  font-size:14px;
}

@media only screen and  (max-width: 810px) {
.f_left{
  display: block;
  width:100%;
  padding:1% 2%;
  text-align: center;
  font-size:13px;
}
}

.f_menu li{
  margin:5px 10px 0;
  display:inline-block;
  text-transform: uppercase;
  letter-spacing : 0.05em;
  line-height:1;
  font-family: Roboto,sans-serif;
}

.f_menu a {
  text-decoration: none;
  color: #FFF;
}

.f_menu a:hover {
  color: #FFF;
  text-decoration: underline;
}

.f_right{
  vertical-align: middle;
  display: inline-block;
  width:40%;
  padding:0 2%;
  box-sizing: border-box;
  text-align: right;
  font-size:0.75em;
  letter-spacing : 0.05em;
  font-family: Roboto,sans-serif;
}

@media only screen and  (max-width: 810px) {
.f_right{
  display: block;
  width:100%;
  padding:0 2% 0;
  text-align: center;
}
}

.copy a {
  text-decoration: none;
  color: #FFF;
}

.copyu a:hover {
  color: #FFF;
  text-decoration: none;
}

/* page_top
========================================================================== */
#page_top {
  position: fixed;
  bottom: 2%;
  right: 1%;
  z-index:998;
  width:40px;
  height:40px;
}

#page_top img{
  width:40px;
  height:40px;
}

@media only screen and  (max-width: 810px) {
#page_top {
  bottom: 4px;
  right: 6px;
}
}

/*HIDE
========================================================================== */
.pcHide{display: none;}

@media screen and (max-width: 1280px) {
.pcHide{display: block;}
.pcHides{display: none;}
}

@media screen and (max-width: 810px) {
.pcHide{display: block;}
.pcHides{display: block;}
.tbHide{display: none;}
}

@media screen and (max-width: 568px) {
.pcHide{display: block;}
.spHide{display: none;}
}
