﻿@charset "utf-8";

/*=============================================
 * body
 *=============================================*/

body {
    color: #000000;
    font: normal normal 13px/1.5em Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 0;
    background: url(../img/shared_nocca/bg.jpg) repeat;
    min-width: 1080px;
    max-height: 100%;
}


/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
    clear: both;
    width: 100%;
    min-width: 1080px;
    position: relative;
    overflow: hidden;
}

.wrap {
    width: 1080px;
    margin: 0 auto;
}


/*=============================================
 * header
 *=============================================*/

#header {
    min-width: 1080px;
    position: relative;
    padding-top: 138px;
}

#header:before {
    background: url(../img/shared_nocca/h_line.png) repeat-x center top;
    position: absolute;
    content: '';
    width: 100%;
    height: 13px;
    top: 858px;
    left: 0;
    z-index: 9;
}

#header h1 {
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 9;
}

#header .logo {
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 9;
}

#header .tel {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

#header .nav {
    width: 100%;
    background: url(../img/shared_nocca/nav-bg01.jpg) repeat-x center top;
    min-height: 138px;
    position: relative;
    z-index: 9;
}

#header .nav:before {
    background: url(../img/shared_nocca/leaf-left.png) no-repeat center top;
    position: absolute;
    content: '';
    width: 132px;
    height: 140px;
    top: 0;
    left: 0;
}

#header .nav:after {
    background: url(../img/shared_nocca/leaf-right.png) no-repeat center top;
    position: absolute;
    content: '';
    width: 141px;
    height: 150px;
    top: 0;
    right: 0;
}

#header .nav ul {
    padding: 50px 0 0 75px;
    margin-right: -100px;
}

.nav-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    color: #fff;
    background: url('../img/shared_nocca/fixed_deco_1.png') no-repeat top left, url('../img/shared_nocca/fixed_deco_2.png') no-repeat top right, url('../img/shared_nocca/bg_nav_fixed.jpg');
	font-family: Garamond, "游明朝", YuMincho, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.nav-fixed.fixed {
    opacity: 1;
    visibility: visible;
}

.nav-fixed .top,
.nav-fixed .top ul,
.nav-fixed .bottom ul {
    display: flex;
    justify-content: space-between;
}

.nav-fixed .bottom ul {
    align-items: center;
}

.nav-fixed .tel {
    margin-left: 33px;
}

.nav-fixed .bottom ul li a {
    text-decoration: none;
}

.nav-fixed .bottom ul li a:hover,
.nav-fixed .bottom ul li.active {
    color: #e09454;
}

.nav-fixed .bottom ul li {
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
}

.nav-fixed .bottom ul li small {
    font-size: 14px;
    display: block;
}


/*=============================================
 * key
 *=============================================*/

#key {
    width: 100%;
    min-height: 720px;
}

#key ul {
    min-height: inherit;
}

#key li {
    min-height: inherit;
}


/*=============================================
 * container
 *=============================================*/

#container {
    min-width: 1080px;
}


/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
    margin: auto;
    top: 257px;
    right: 0;
     min-width: 205px;
    position: absolute;
}
#socialbuttons iframe {
    float:left;
}


/*=============================================
 * footer
 *=============================================*/

#footer {
    text-align: center;
    background: url(../img/shared_nocca/f_bg.jpg) repeat-x center top, url('../img/shared_nocca/bg_f.jpg');
    min-width: 1080px;
    position: relative;
    min-height: 328px;
    padding-bottom: 39px;
}

#footer .logo {
    position: absolute;
    top: 66px;
    left: 56px;
}

#footer .tel {
    position: absolute;
    top: 234px;
    left: 19px;
}

#footer .nav {
    padding-top: 2px;
    color: #aea39f;
}

#footer .box01 {
    width: 694px;
    color: #be937c;
    padding: 51px 0 0 327px;
}

#footer .box01 dl {
    padding-bottom: 17px;
    text-align: left;
    line-height: 22px;
    width: 100%;
}

#footer .box01 dl dt {
    width: 78px;
    float: left;
}

#footer .box01 dl dd {
    width: 550px;
    float: left;
    letter-spacing: 0;
}

#footer .banner {
    position: absolute;
    top: 74px;
    right: 0;
}

#footer .nav li {
    padding: 0 17px;
    line-height: 1;
}

#footer .nav li+li {
    border-left: 1px solid;
}

#footer .nav li+li:before {
    /* display: none; */
}

address {
    font-size: 12px;
    color: #be937c;
    font-weight: bold;
    position: absolute;
    top: 281px;
    right: 5px;
    letter-spacing: 0.03em;
}

#footer p.sub-tel {
    position: absolute;
    left: 0;
    top: 291px;
    color: #be937c;
    line-height: 1.5;
    font-size: 14px;
}

.cookies_link {
    position: absolute;
    top: 302px;
    color: #be937c;
    right: 0;
    font-size: 12px;
    letter-spacing: 0.1em;
}