@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/* -----------------------------------------------------------
	header(PC)
----------------------------------------------------------- */

header {
    min-width: 980px;
    height: auto;
    background: url(https://www.on-toku.com/wp-content/uploads/footer_bg.png);
}

header:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

#header-box {
    width: 980px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.logo {
    clear: both;
    height: auto;
    width: 150px;
    position: absolute;
    top: 0;
    left: 25px;
    z-index: 10;
}

#header-box h1 {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    padding: 10px 0 0 205px;
    float: left;
}

.mail_header {
    width: 330px;
    height: auto;
    display: block;
    margin: 8px 33px 0 0;
    float: right;
}

.mail_header a:hover {
    opacity: 0.7;
}

.header_tel {
    width: 200px;
    float: left;
}

.header_reserve {
    float: right;
}

.header_reserve a {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
}

.header_reserve a .fa {
    padding-right: 10px !important;
    position: relative;
    top: 1px;
    font-size: 21px;
}


/* -----------------------------------------------------------
	header(スマートフォン)
----------------------------------------------------------- */

@media screen and (max-width: 1000px) {

.logo {
    clear: both;
    height: auto;
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

}


@media screen and (max-width: 768px) {

header {
    min-width: 100%;
    height: auto;
    margin-bottom: 0;
}

#header-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

header .logo {
    width: 200px;
    clear: both;
    position: static;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
}

#header-box h1 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    float: none;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    padding: 10px 0;
}

.mail_header {
    width: 80%;
    height: auto;
    float: none;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.mail_header a:hover {
    opacity: 0.7;
}

.header_tel {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
}

.header_reserve {
    float: none;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.header_reserve a {
    font-size: 32px;
}

.header_reserve a .fa {
    padding-right: 10px !important;
    position: relative;
    top: 1px;
    font-size: 30px;
}

}


/* -----------------------------------------------------------
	ヘッダーナビ(PC)
----------------------------------------------------------- */

#toggle {
    display: none;
}

nav .menu-header-navi-container {
    clear: both;
    width: 980px;
    height: 50px;
    padding-left: 180px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}

ul#navi, ul#navi li, ul#navi li a {
    display:block;
    zoom:1;
    height:50px;
    margin: 0;
}

ul#navi li {
    float:left; /*横並びに*/
    width: 140px;
}

ul#navi li#menu1 {
    width: 160px;
}

ul#navi li#menu2 {
    width: 220px;
}

ul#navi li a {
    text-indent: 105%; /*テキストを見えなくする*/
    white-space: nowrap;
    overflow: hidden;
}

/*各画像セット*/
ul#navi li#menu1 a {background: url(https://www.on-toku.com/wp-content/uploads/menu1.png);}
ul#navi li#menu2 a {background: url(https://www.on-toku.com/wp-content/uploads/menu2.png);}
ul#navi li#menu3 a {background: url(https://www.on-toku.com/wp-content/uploads/menu3.png);}
ul#navi li#menu4 a {background: url(https://www.on-toku.com/wp-content/uploads/menu5.png);}
ul#navi li#menu5 a {background: url(https://www.on-toku.com/wp-content/uploads/menu4.png);}

/*マウスオーバー時*/
ul#navi li#menu1 a:hover,
ul#navi li#menu2 a:hover,
ul#navi li#menu3 a:hover,
ul#navi li#menu4 a:hover,
ul#navi li#menu5 a:hover {
    opacity: 0.7;
}


/* -----------------------------------------------------------
	メニューボタン（スマートフォン）
----------------------------------------------------------- */

@media screen and (max-width: 768px) {

nav.pc {
    background: url(https://www.on-toku.com/wp-content/uploads/bg.png);
}

nav .menu-header-navi-container {
    clear: both;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

ul#navi {
    display: none;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #663A1D;
    margin: 0;
}

ul#navi li {
    width: 100%;
}

ul#navi li#menu1 {
    width: 100%;
}

ul#navi li#menu2 {
    width: 100%;
}

#toggle {
    display: block;
    position: relative;
    width: 100%;
    background: url(https://www.on-toku.com/wp-content/uploads/bg.png);
    line-height: 100%;
}

#toggle a {
    display: block;
    position: relative;
    padding: 15px 0;
    color: #663A1D;
    text-align: center;
    text-decoration: none;
}

#toggle a:before {
    content: "\f0c9";
    font-family: FontAwesome;
    position: relative;
    color: #663A1D;
    font-size: 28px;
    right: 8px;
    top: 4px;
}

ul#navi li#menu1 a,
ul#navi li#menu2 a,
ul#navi li#menu3 a,
ul#navi li#menu4 a,
ul#navi li#menu5 a,
ul#navi li#menu6 a {
    width: 100% !important;
    height: auto;
    display: block;
    text-indent: 0;
    padding: 15px 0;
    color: #663A1D;
    border-top: 1px solid #663A1D;
    text-align: center;
    text-decoration: none;
    background: none;
    background: url(https://www.on-toku.com/wp-content/uploads/bg.png);
}

ul#navi li#menu1 a:hover,
ul#navi li#menu2 a:hover,
ul#navi li#menu3 a:hover,
ul#navi li#menu4 a:hover,
ul#navi li#menu5 a:hover,
ul#navi li#menu6 a:hover {

}

}