@charset "utf-8";


/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
body {
    color: #222;
    margin: 0px;
    padding: 0px;
    position: relative;
    background: #fff;
}


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:#222;
    text-decoration: none;
}

a:hover {
    color:#222;
    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;
}

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

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



/* 共通 */
.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: auto;
/*    height: 90px;*/
/*    background: white;*/
    position: absolute;
    top: 0;
    z-index: 5;
}

header h1 {
    position: absolute;
    top: 15px;
    left: 13px;
    font-size: 100%;
}

header #mainnav {
    position: absolute;
    top: 0;
    right: 0;
    overflow:hidden;
}

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

header #mainnav ul li {
    float: left;
    text-align: center;
    font-size: 110%;
/*    margin: 0 5px 0 0;*/
}


header nav ul li span {
    display: block;
    font-size: 50%;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

/* フッター */

footer {
    width: 100%;
    min-width: 1020px;
    position: relative;
/*    background-image: url(../images/footer.jpg);*/
    background-image: url(../images/footer-back.jpg);
    background-repeat: no-repeat;
}

.footer_wrap {
    width: 1100px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    padding-top: 100px;
}

.footer_info {
    width: 490px;
    float: left;
}

#fnav {
    width: 560px;
    float: right;
    margin: 0 auto;
    margin-top: 110px;
    margin-left: 50px;
}

#fnav ul li {
    width: 203px;
    background-image: url(../images/ft-menu.png);
}

#fnav ul li a {
    padding-top: 15px;
}

.footer_info .logo {
    margin: 20px 0 0 0;
    font-size: 50px;
}

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

.address-tel, .address-fax {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
}

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

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

.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 ul li {
    display: inline-block;
    margin: 0 40px 0 0;
    color: #000;
}

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

#fnav ul li a p {
    color: #000;
    font-weight: bold;
    border-bottom: 1px dotted #333333;
    padding-top: 8px;
    text-indent: 20px;
}

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;
}



/*********************************************************************************************/
.page_info{
    margin: 30px 0;
}

.in_box01 {
    width: 880px;
    margin: 0 auto;
}

.pagetopboxL{
    float: left;

}

.pagetopboxcenter {
    float: left;
    margin-left: 20px;
}

.pagetopboxR{
    float: left;
    margin-left: 20px;
}




.concept_cmt{
    text-align: center;
}

/***menu******************************************************************************************/
.menu_box{
    width: 900px;
    margin: 0 auto 30px auto;
    overflow:hidden;
    padding-bottom: 50px;
    background: url(../images/line_pickup_top.png) left bottom repeat-x;
}

.menu_boxL{
    float: left;
    width: 440px;
}

.menu_boxR{
    float: left;
    width: 440px;
    margin-left: 20px;
}

.menu_box table{
    width: 420px;
    margin: 0 10px 10px 10px;
    font-size: 120%;
}

.menu_box table tr{
    border-bottom: 1px dotted;
}

.menu_box table th{
    text-align: left;
    padding: 20px 5px 5px 5px;
}

.menu_box table td{
    text-align: right;
    padding: 20px 5px 5px 5px;
}

.menu_box table .menu_cmt{
    font-size: 80%;
    color: #777;
}

.menu_box .menu-cm{
    padding-left: 10px;
}

.menulast_box{
    width: 900px;
    margin: 0 auto 30px auto;
    overflow:hidden;
}




/***access******************************************************************************************/

.access_box{
    width: 900px;
    margin: 0 auto;
    overflow:hidden;
    padding-bottom: 50px;
    background: url(../images/line_pickup_top.png) left bottom repeat-x;
}

.access_boxL{
    float: left;
}

.access_boxR{
    float: left;
    margin-left: 10px;
}

.access_box table{
    margin: 10px 0 0 0;
    font-size: 110%;
}

.access_box table th{
    text-align: left;
    padding: 20px 5px 5px 0;
}

.access_box table td{
    padding: 20px 5px 5px 20px;
}


.access_box .tel{
    margin: 0 0 30px;
    font-size: 250%;
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.1em;
    color: #2f329d;
}

.access_box .tel a{
    color: #2f329d;
}



