html, body, div, span, applet, object, iframe, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/*----------------------------------------
サブヘッダー
------------------------------------------*/
.pht-img{
  text-align:center;
}

/*----------------------------------------
サブページ共通
------------------------------------------*/
header {
  z-index: 500;
}

#nav{
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  /*position: fixed;*/
  top: 0;
  left: 0;
  z-index: 999999;
  /*overflow-x: hidden;*/
  box-shadow: 0 1px 10px rgba(0,0,0,.22);
  background-color: rgba(255,255,255,.85);
}


#nav .header_logo {
    left: 18px;
    top: 50%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-left: 30px;
    margin-right: 30px;
    z-index: 99999;
    position: relative;
}

#nav .main-nav {
    left: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	
}

.main-nav-info{
	margin:2% 0;
}

#indexcontact {
    position: absolute;
    z-index: 99999;
    right: 1%;
    top: 0;
}

#nav .main-nav ul {
    padding-left: 2vw;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul:not(.browser-default) li {
    list-style-type: none;
}

.main-nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    
    line-height: 5em;
}

.main-nav li {
   font-family: "YuMincho","Yu Mincho","Hiragino Mincho Pro","MS PMincho",serif;
}


.main-nav li + li {
    margin-left: 1.5vw;
}

.sub-page{
  padding-top:120px;
  margin-bottom:150px;
}

.header-wrap{
  z-index: 99999;
}

.content-all{
  width:100%;
  max-width: 1200px;
  margin:0 auto;
}

/*----------------------------------------
フッター
------------------------------------------*/
.footer-wrap{
padding: 50px 0 0;
text-align: center;
width: 100%;
}

a.pagetop{
  position: fixed;
  bottom:78px;
  left:50%;
  margin-left:-58px;
  z-index: 99999;
}

/*----------------------------------------
ページアップ
------------------------------------------*/
.top-btn {
    color: #fff;
    font-family: "YuMincho","Yu Mincho","Hiragino Mincho Pro","MS PMincho",serif;
    background-color: rgba(0,0,0,0.5);
    padding: 5px 15px;
}

a.top-btn:hover {
    color: #000;
}



/*----------------------------------------
コピーライト
------------------------------------------*/
.copyright {
    font-size: 11px;
    color: #999DA0;
    font-family: YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-weight: 400;
    letter-spacing: .15em;
    margin-top:20px;
    line-height: 1em;
}

span.span-copyright{
  font-size:1.8em;
  vertical-align: bottom;
}
