@charset "utf-8";


/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */


h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,li,dt,dd,th,td {
    margin: 0px;
    padding: 0px;
    border: 0;
    vertical-align: baseline;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,td {
    text-align: left;
    vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
    margin: 0px;
    padding: 0px;
}

img {
   vertical-align: middle;
}

button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

a:link,a:visited {
/*    color:#fff;*/
    text-decoration: none;
}

a:hover {
    color:#3e3c39;;
    text-decoration: underline;
}

a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

a img:hover,
a img:hover,
input[type="image"]:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

    text-decoration: none;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;

}

a.nop img:hover,
a.nop img:hover {
    text-decoration: none;
    filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;

}

ul {
    list-style-type: none;
}

div.clear {
    clear: both;
    height: 0px;
    overflow:hidden;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
/*.clearfix {
    overflow:hidden;
}*/

.none {
    display: none !important;
}

.bold {
    font-weight: bold;
}

.bold2 {
    font-weight: bold;
    font-size: 25px;
}

.cont {
    width: 1000px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}



/* 共通 */

body {
    background: #fff url(../images/common/common_bg1.jpg);
}

article {
    padding: 40px 0 0;
}

article.sub {
    min-width: 1021px;
    padding: 160px 0 120px;
}

.mainh {
    font-family: 'EB Garamond', serif;
    font-size: 340%;
    text-align: center;
    margin: 20px 10px;
    letter-spacing: 0.05em;
    clear: both;
}

.mainh span {
    display: block;
    margin: 0px 0 0;
    padding: 15px 0 0;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 30%;
    letter-spacing: 0;
    color: #a6a6a6;
}




/* ヘッダー */

header {
    width: 100%;
    min-width: 1020px;
    height: 110px;
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    z-index: 5;
    /* padding-bottom: 20px; */
    /* position: absolute; */
}

header .logo {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 35px;
    font-weight: bold;
}

header .logo a {
    color: #74ace5;
}

header nav {
    position: absolute;
    top: 18px;
    right: 5px;
    overflow: hidden;
}

header nav ul {
/*    width: 880px;*/
    float: right;
    overflow: hidden;
}

header nav ul li {
    float: left;
    text-align: center;
    margin: 23px 20px 0 0;
    font-size: 19px;
    font-weight: bold;
}

header nav ul .nav-tel {
    float: left;
    text-align: center;
    margin: -5px 7px 0 7px;
    font-size: 40px;
    font-weight: bold;
    color: #7ec9c1;
/*    color: #81d8d0;*/
    color: #74ace5;
}

header nav ul .nav-tel span {
    font-size: 15px;
    background: #ffae15;
    color: #fff;
    padding: 5px 20px 5px 20px;
    border-radius: 50px;

}

header nav ul li a {
    color: #3e3c39;
}



header h1 {
    position: absolute;
    top: 15px;
    left: 15px;
}

.nav-sub nav {
    position: absolute;
    top: 10px;
    right: 30px;
    overflow:hidden;
}

.nav-sub  nav ul {
    width: 750px;
    float: left;
    overflow: hidden;
}

.nav-sub nav ul li {
    float: left;
    text-align: center;
    font-size: 150%;
    font-family: 'Be Vietnam Pro', sans-serif;
    margin: 23px 20px 0 15px;
    letter-spacing: 1.3px;
    color: #000;
}

.nav-sub nav ul li a {
    color: #000;
}

.nav-sub nav ul li a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    opacity:0.6;
}



/* フッター */
footer {
    margin-top: -40px;
}

.footer_wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.footer_info {
    text-align: center;
}

.footer_info .logo {
    margin: 0 0 25px;
}

.footer_info .address {
    font-size: 20px;
    margin: 0 0 5px;
}

.footer_info .tel{
    margin: 10px 0 30px 0;
    font-size: 280%;
    letter-spacing: 0.1em;
    color: #222;
    line-height: 1.5;
}

.footer_info .tel a{
    color: #222;
}

.footer_info ul {
    margin: 0 0 40px;
}

.footer_info ul li {
    display: inline-block;
    margin: 0 25px 0 0;
}

.footer_info ul li:last-child {
    margin: 0;
}

.fnav {
    text-align: center;
}

.fnav ul li {
    display: inline-block;
    margin: 0 40px 0 0;
    color: #777;
}

.fnav ul li:last-child {
    margin: 0;
}

.fnav ul li a {
    color: #222;
}

.footer_wrap .catch {
    position: absolute;
    left: 150px;
    top: 70px;
}

footer .recruitb {
    position: absolute;
    right: 0;
    top: 50px;
}

/*
footer #page-top {
    position: absolute;
    right: 70px;
    top: 20px;
    width: 80px;
    height: 80px;
    opacity: 0.6;
}
*/

footer #page-top {
    position: fixed;
    right: 70px;
    bottom: 50px;
    width: 80px;
    height: 80px;
}

footer #page-top a img {
  position: relative;
  display: block;
  text-decoration: none;
}

footer #page-top a img::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/*

footer #page-top a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

    text-decoration: none;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}
*/

footer .copyright {
    margin: 40px 0 0;
    padding: 15px 0;
    text-align: center;
    background: #c3c3c3;
    font-size: 100%;
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.1em;
    color: #777;
}




