@charset "utf-8";


/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
body {
    color: #222;
    line-height: 160%;
    font-size: 13px;
    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:#000;
    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;
}

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

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





/* ヘッダー */

header {
    width: 100%;
    min-width: 1020px;
    height: 100px;
    background: rgba(255,255,255,0.8);
    position: fixed;
    top: 0;
    z-index: 5;
/*    padding-bottom: 20px;*/
/*    background: #224B8F;*/
/*    position: absolute;*/
/*
    -moz-box-shadow: 0 1px 3px #ccc;
    -webkit-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #ccc;
*/
}

/*
header h1 {
    position: absolute;
    top: 23px;
    left: 20px;
}
*/

header h1 {
    position: absolute;
    top: 3px;
    right: 20px;
    font-size: 10px;
}

header .logo {
    position: absolute;
    top: 15px;
    left: 20px;
}

header nav {
    position: absolute;
    top: 28px;
    right: 180px;
    overflow:hidden;
}

header nav ul {
    width: 830px;
    float: left;
    overflow: hidden;
}

header nav ul li {
    float: left;
    text-align: center;
/*    font-size: 150%;*/
    font-size: 18px;
/*    margin: 23px 40px 0 0;*/
    margin-top: 10px;
    font-weight: 500;
    color: #000;
    margin-left: 10px;
/*    border-bottom: 2px solid #0071bc;*/
}

header nav ul li span {
    display: block;
    font-size: 50%;
/*    color: #fff;*/
    margin: 3px 0 0;
    font-weight: bold;
}

header 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;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}

header nav .tel {
    float: left;
    color: white;
    padding: 0 15px;
    background: #a1a6a6;
    font-size: 200%;
    font-family: 'EB Garamond', serif;
    text-align: center;
}

header nav .tel p {
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 0.05em;
}

header nav .tel span {
    display: block;
    font-size: 90%;
    margin: 0 0 2px;
}

header nav .tel a{
    color: white;
}


/* フッター */
footer {
    min-width: 1020px;
    color: #222;
    padding: 52px 0 0;
    position: relative;
}

.footer_info {
    width: 490px;
    margin: 0 auto;
}

.footer_info .logo {
    width: 260px;
    margin: 0 auto;
}

.footer_info .address {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}

.footer_info .tel {
    font-size: 32px;
    font-weight: bold;
    height: 50px;
    text-align: center;
}

.footer_info .tel span {
    font-size: 20px;
}

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





/*********************************************************************************************/
.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;
}

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

.recruit_nav1{
    float: left;
}

.recruit_box{
    width: 900px;
    margin: 30px auto 10px auto;
    overflow:hidden;
    padding-bottom: 10px;
}

.recruit_box .mengashi_cmt{
    text-align: center;
}

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

.qanda{
    margin-bottom: 10px;
    border-bottom: 1px solid #cdcdd9;
}

.recruit_q{
    font-size: 120%;
    font-weight: bold;
    background: url(../images/q.jpg) no-repeat;
    padding: 0 0 10px 30px;
}

.recruit_a{
    background: url(../images/a.jpg) no-repeat;
    padding: 0 0 10px 30px;
}







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










/***coupon******************************************************************************************/
.coupon_box{
    width: 900px;
    margin: 0 auto;
    overflow:hidden;
    padding-bottom: 50px;
}

.copon_box_in{
    overflow:hidden;
}


.coupon1{
    float: left;
    width: 280px;
    border: 1px solid;
    margin: 0px 10px 10px 2px;
    padding: 3px;
}

.coupon1-in{
    min-height: 80px;
    border: 1px solid;
}

.coupon_bot{
    text-align: right;
    padding-bottom: 5px;
    font-size: 90%;
}

.coupon_com{
    text-align: center;
    padding: 20px 0;
    font-size: 120%;
}

.coupon_top{
    background: #111;
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-size: 150%;
    padding: 5px 0 3px 10px;
}


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


.campaign_box table{
    width: 800px;
    margin: 10px 10px 10px 50px;
    font-size: 120%;
}

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

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

.campaign_box table td{
    text-align: right;
    padding: 20px 10px 5px 5px;
    color: #e5564f;
    font-size: 120%;
}

.cam_cmt{
    padding: 0 0 0 50px;
}





