@charset "utf-8";

body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
    font-size: 500;
    /*    font-family:'Lato','游ゴシック Medium','Yu Gothic Medium','游ゴシック','Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;*/
    position: relative;
    left: 0;
    overflow-x: hidden;
}

.inc_page {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

.hide-nav {
    display: block;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media (max-width: 1024px) {
    .pc-only {
        display: none;
    }
    
    .sp-only {
        display: block;
    }  
}

.footer-bnr {
    margin: 20px 0;
    text-align: center;
}

.footer-bnr img  {
    max-width: 100%;
}

/*menu*/
/*
.inmenu{
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 99;
}
*/
.inmenu {
    height: 30px;
    position: absolute;
    right: 3px;
    top: 6px;
    width: 35px;
    z-index: 99;
}

.inmenu_h {
    height: 30px;
    position: absolute;
    right: 3px;
    top: 6px;
    width: 35px;
    z-index: 99;
}

.menu__line {
    background: #000000;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
}

.menu__line--center {
    top: 9px;
}

.menu__line--bottom {
    bottom: 0;
}

.menu__line--top {
    top: 14px;
    left: 6px;
    transform: rotate(225deg);
    width: 30px;
}

.menu__line--top.activenav {
    top: 14px;
    left: 6px;
    transform: rotate(45deg);
    width: 30px;
}

.menu__line--center {
    display: none;
}

.menu__line--center.activenav {
    transform: scaleX(0);
}

.menu__line--bottom {
    bottom: 14px;
    left: 6px;
    transform: rotate(315deg);
    width: 30px;
}

.menu__line--bottom.activenav {
    bottom: 14px;
    left: 6px;
    transform: rotate(135deg);
    width: 30px;
}

/*gnav*/
.show {
    display: block !important;
}

.fixedall {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fixbody {
    width: 100%;
    height: 100%;
    position: fixed;
}

.gnav {
    background: #fff;
    border: 13px solid #4d93a0;
    display: none;
    height: 96.3%;
    position: fixed;
    width: 74.7%;
    z-index: 99996;
    top: 4px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: left;
}

.gnav_h {
    background: #fff;
    border: 13px solid #7c5d9f;
    display: none;
    height: 96.3%;
    position: fixed;
    width: 74.7%;
    z-index: 99996;
    top: 4px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: left;
}

.gnav01 {
    background: #fff;
    border: 13px solid #4d93a0;
    display: none;
    height: 96.3%;
    position: fixed;
    width: 74.7%;
    z-index: 99996;
    top: 4px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: left;
}

.gnav01_h {
    background: #fff;
    border: 13px solid #7c5d9f;
    display: none;
    height: 96.3%;
    position: fixed;
    width: 74.7%;
    z-index: 99996;
    top: 4px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: left;
}

.gnav-back {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1011;
    background-color: rgba(255, 255, 255, 0.8);
}

.gnav__wrap {
    /*    align-items:center;*/
    display: flex;
    height: 100%;
    /*    justify-content: center;*/
    position: absolute;
    overflow: auto;
    width: 100%;
}

.gnav .gnav__menu.menu.pc,
.gnav_h .gnav__menu.menu.pc{
    width: 100%;
    padding: 44px 0 0 0;
    height: auto;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.gnav .gnav__menu.menu.pc::-webkit-scrollbar,
.gnav_h .gnav__menu.menu.pc::-webkit-scrollbar{
    display:none;
}

.gnav01 .gnav__menu.menu.sp{
    width: 100%;
    padding: 44px 0 0 0;
    height: 70vh;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
}

.gnav01_h .gnav__menu.menu.sp{
    width: 100%;
    padding: 44px 0 0 0;
    height: auto;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
}

/*gnav*/

.scrolldown,
.scrolldown1 {
    display: inline-block;
}

.list01,
.list02,
.list03,
.list04 {
    display: inline-block;
}

.aosani {
    display: inline-block;
}

.pointer:hover {
    cursor: pointer;
}

.company_emerge {
    display: block;
    position: relative;
    top: 63px;
}

a {
    color: inherit;
    text-decoration: none;
}

/*
.bottom_side_nav{
    position: fixed;
    right: 0;
    bottom: 30%;
    width: 60px;
    height: 75px;
    color: #fff;
    background-color: #7a1419;
}
.bottom_side_nav p{
    text-align: center;
    margin: 25px auto;
    font-size: 25px;
}
*/
#slide_menu {
    position: fixed;
    bottom: 110px;
    left: -200px;
    width: 200px;
    height: 80px;
    background: #fff;
    border-top: 2px solid #e07f7a;
    border-bottom: 2px solid #e07f7a;
    z-index: 99999;
}

#slide_menu li {
    color: #7a1419;
    padding: 12px;
    letter-spacing: 0.8px;
}

#slide_menu li:nth-of-type(1) {
    border-bottom: solid 1px #d56767;
}

#button {
    display: none;
    position: fixed;
    bottom: 110px;
    left: 0;
    width: 60px;
    height: 84px;
    outline: none;
    border: none;
    background: #e07f7a;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 99996;
}

i.phon_rotation {
    transform: rotate(-135deg);
    transition: transform .4s;
}

i.phon_rotation_a {
    transform: rotate(90deg);
}

#button p {
    font-size: 15px;
}

#pageTop {
    position: fixed;
    bottom: 110px;
    right: 40px;
    z-index: 71;
}

#pageTop a {
    display: block;
    z-index: 8000;
    /*  padding: 8px 0 0 8px;*/
}

#wrapper {
    overflow-x: hidden;
}

#main_width_size {
    clear: both;
    margin: 0 auto;
    width: 960px;
}

#main_width_size_footer {
    clear: both;
    margin: 0 auto;
    width: 960px;
}

header {
    width: 100%;
    background-color: #fff;
    z-index: 5000;
}

#backcolor01 {
    margin: 0 auto;
    width: 960px;
}

.header_info {
    float: right;
    margin: 20px 0 0 0;
}

.header_info li {
    font-size: 22px;
    color: #81151a;
}

.header_info li:first-child {
    margin: 0 0 3px 0;
}

.header_info li:last-child {
    margin: 3px 0 7px 0;
}

.header_info li span {
    display: block;
    padding: 3px 5px 3px 5px;
    margin: 0 5px 0 0;
    background-color: #000;
    font-size: 14px;
    color: #fff;
    text-align: center;
    float: left;
}

.header_info li.min {
    font-size: 14px;
    color: #000;
}

.header_info a img {
    box-shadow: 2px 2px 4px gray;
}

header h1 {
    margin: 0 0 -45px 0;
}

header h1 img {
    clear: both;
    display: block;
    width: 18.6%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
    top: -106px;
}

header .header_nav {
    clear: both;
    width: 100%;
    background-color: #fff;
    margin: -81px 0 0 0;
}

header .header_nav ul {
    text-align: center;
}

header .header_nav ul li {
    display: block;
    float: left;
    width: 240px;
    padding: 0 0 0 0;
    font-size: 16px;
}

header .header_nav ul li a {
    display: block;
    padding: 16px 0;
}

header .header_nav ul li a:hover {
    color: #919191;
    transition-duration: 0.2s;
}

main {
    display: block;
    clear: both;
}

.catering_img {
    clear: both;
    margin: 60px 0 0 0;
    /*    background-image: url(https://sakusaku.ohashi-michitaka.com/images/catering01_back.jpg);*/
    height: 530px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.top_catering {
    position: relative;
    top: 0;
}

#emerge_text {
    position: relative;
    top: -450px;
}

.text_box p {
    -ms-writing-mode: tb-rl;
    /* IE用　*/
    -webkit-writing-mode: vertical-rl;
    /* chrome用　*/
    -o-writing-mode: vertical-rl;
    /* opera用　*/
    writing-mode: vertical-rl;
    font-size: 17px;
    line-height: 3;
    letter-spacing: 0.4em;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    padding-top: 30px;
    margin: 0 0 0 0;
}

.grayback {
    margin: -312px 0 0 0;
    height: 272px;
    background-color: #a8a8a8;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.news_box {
    margin: 0 auto;
    width: 960px;
}

.grayback .news {
    font-size: 21px;
    float: left;
    margin: 64px 5% 0 10%;
    padding-bottom: 0px;
    border-bottom: solid 2px #fff;
}

.grayback dl {
    padding: 64px 0 44px 0;
    font-size: 15px;
    float: left;
}

.grayback dt {
    margin: 0 0 0 0;
    float: left;
    width: 90px;
}

.grayback dd {
    width: 522px;
    margin: 0 0 22px 111px;
}

.grayback dd p {}

.catering_img02 {
    clear: both;
    position: relative;
    top: 0;
    background-image: url(https://sakusaku.ohashi-michitaka.com/images/catering02_back.jpg);
    height: 530px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.companyver {
    top: 0;
}

.catering_img02 img {
    display: block;
    margin: 0 auto;
    padding: 140px 0 0 0;
}

.menu_nav {
    display: block;
    width: 100%;
    height: 36px;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    background-color: #fff;
    transition: .3s;
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}

.inmodal {
    width: 100%;
    height: 100%;

}

.is-hide {
    transform: translateY(-100%);
}

.main {
    padding-top: 80px;
}

.menu_nav ul {
    text-align: center;
    margin: 0 auto;
    width: 960px;
}

.menu_nav li {
    display: block;
    float: left;
    width: 240px;
    padding: 0 0 0 0;
    font-size: 16px;
}

.menu_nav li:hover {
    background-color: #f0f0f0;
    transition-duration: 0.2s;
}

.menu_nav a {
    display: block;
    padding: 10px 0;
}

.belief {
    clear: both;
    text-align: center;
}

.belief_top {
    font-size: 20px;
    margin: 0 0 30px 0;
}

.belief_top p {
    display: block;
}

.belief_bottom {
    margin: 0 0 80px 0;
    line-height: 2;
}

.slider_nav {
    z-index: 70;
    position: absolute;
    right: 0;
    width: 60px;
    height: auto;
    margin-top: -30px;
}

.slider_nav_h{
    z-index: 69;
    position: absolute;
    right: 0;
    width: 60px;
    height: auto;
    margin-top: -30px;
}

.slider_nav_inner {
    text-align: center;
    margin-top: 90px;
    top: -51.6px !important;
}

.slider_nav_inner a {
    background: rgba(76, 147, 160, 1);
    color: #ffffff;
    display: block;
    padding: 35px 21px;
    font-size: 18px;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 1.9px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    cursor: pointer;
    
}

.slider_nav_inner_h{
    margin-top: 400px;
}

.slider_nav_inner_h a{
    background: #7c5e9f;
    color: #ffffff;
    display: block;
    padding: 35px 21px;
    font-size: 18px;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 1.9px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    cursor: pointer;
    
}
#single,#single2{
}

.opc0{
    opacity: 0.4;
}

.opc{
    opacity: 1;
}

.sp-menu1 li.slider_nav_inner {
    text-align: center;
    margin-top: 0;
}

.sp-menu1 li.slider_nav_inner a {
    background: rgb(74, 131, 142);
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
}

.sp-menu1 li.slider_nav_inner_h {
    text-align: center;
    margin-top: 0;
}

.sp-menu1 li.slider_nav_inner_h a {
    background: #7c5e9f;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
}

.is-fixed2 {
    position: fixed;
    top: 90px;
    right: 0;
    z-index: 2;
    /*  width: 100%;*/
}

.bandbox {
    padding: 40px 0 40px 0;
    display: inline-block;
}

.menu_list {
    clear: both;
}

.menu_list img {
    margin: 0 0 10px 0;
    width: 100%;
}

.menu_list ul {}

.menu_list li {
    float: left;
    width: 280px;
    height: 412px;
    padding: 0 0 20px 0;
}

.menu_list li.other {
    height: auto;
}

.menu_list li p {
    font-size: 20px;
    letter-spacing: 1.6px;
}

.menu_list li p span:nth-of-type(1) {
    font-size: 14px;
    padding: 2px 0 2px 3px;
    margin: 0 6px 0 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    vertical-align: 2px;
}

.menu_list li p.menu_name {
    font-size: 16px;
    margin-bottom: 6px;
}

.menu_list li .menu_commentary {
    margin: 7px 0 0 0;
}

.menu_list li .menu_commentary p {
    font-size: 14px;
    line-height: 1.5;
}

.p_annotate{
    font-size: 12px!important;
    color: #fff;
    background-color: #81151a;
    padding: 2px 0 2px 4px;
    margin: 3px 0 0 0;
    letter-spacing: 1px!important;
}

.center {
    margin: 0 60px 0 60px;
}

.other_menu {
    clear: both;
}

.other_menu li {
    float: left;
    width: 320px;
}

.dessert_notes {
    text-align: center;
}

.dessert_notes p {
    line-height: 2;
}

.dessert_notes p:nth-child(2n) {
    margin: 0 0 40px 0;
}

footer {
    clear: both;
    margin: 90px 0 0 0;
}

/*
footer .pattern{
    height: 183px;
    background-color: #d8d8d8;
    background-image: url(https://sakusaku.ohashi-michitaka.com/images/pattern.png);
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
}
*/
footer .pattern {
    height: 183px;
    background-color: #81151a;
    background-image: linear-gradient(45deg, #7a1419 25%, transparent 25%, transparent 75%, #7a1419 75%, #7a1419), linear-gradient(45deg, #7a1419 25%, transparent 25%, transparent 75%, #7a1419 75%, #7a1419);
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
}

footer .pattern img {
    float: left;
    margin: 60px 0 60px 0;
    padding: 0 0 0 0;
}

footer .pattern .footerinfo {
    float: left;
    color: #fff;
    letter-spacing: 1.8px;
    font-size: 14px;
    margin: 15px 50px;
    padding: 14px 0 14px 25px;
    border-left: 1px solid #cea7a9;
}

footer .pattern .footerinfo li {
    margin-bottom: 4.1px;
}

footer .pattern .footerinfo li:nth-of-type(2) {
    margin-bottom: 21px;
}

footer .pattern .footermenu {
    float: left;
    color: #cea7a9;
    letter-spacing: 1.4px;
    font-size: 14px;
    padding: 10px 0 26px 0;
    margin: 15px 0;
}

footer .pattern .footermenu:first-child {
    border-left: 1px solid #cea7a9;
    padding-left: 25px;
}

footer .pattern .footermenu li {
    margin-bottom: 4.1px;
}

footer .pattern .footermenu li a:hover {
    text-decoration: underline;
}

footer p {
    clear: both;
    text-align: center;
}

.copyright {
    padding: 4px 0;
    letter-spacing: 0.1em;
}

.company_description {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 159px 0;
}

.company_description img {
    padding: 0 0 0 0;
    margin: -38px auto;
    width: 62%;
    height: auto;
}

.company_information {
    margin: 130px 0 130px 0;
}

.address_etc {
    float: left;
}

.address_etc p {
    font-size: 15px;
    margin: 0 0 20px 0;
    letter-spacing: 0.1em;
}

.address_etc p span {
    display: block;
    width: 67px;
    height: auto;
    margin: 0 60px 0 0;
    float: left;
}

.map {
    /*    float: left;*/
    margin: 0 0 60px 517px;
}

.owner_profile {
    clear: both;
    margin: 0 0 0 0;
    padding: 30px 0 30px 0;
    background-color: #f2f2f2;
    border: 1px solid #8d8d8d;
}

.owner_profile p {
    margin: 0 0 0 56px;
}

.owner_profile p:nth-of-type(1) {
    margin-bottom: 15px;
}

.owner_profile p:nth-of-type(2) {
    margin-bottom: 15px;
}

.owner_profile p span {
    margin-left: 20px;
}

.owner_profile p:nth-of-type(3) {
    margin-top: 20px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.inline {
    border-top: 1px solid #8d8d8d;
}

.delivery_order {
    margin: 80px 0 0 0;
    background-image: url(https://sakusaku.ohashi-michitaka.com/images/order_back.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.delivery_order h2 {
    font-size: 25px;
    padding: 20px 0 4px 0;
    display: block;
    width: 226px;
    border-bottom: 1px solid #000;
}

.order_top h3 {
    text-align: center;
    margin: 45px 0 0 0;
    font-size: 18px;
    padding: 6px 0;
    width: 130px;
    border: 1px solid #000;
}

.order_top h3 + p {
    margin-top: 8px;
}

.order_top p {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.order_top p:nth-of-type(5) {
    font-size: 22px;
}

.order_bottom {
    margin-top: 17px;
}

.order_bottom h4,
.order_bottom p {
    font-size: 14.8px;
}

.order_bottom h4 {
    width: 90px;
    margin-bottom: 6px;
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
}

.order_bottom p {
    margin-bottom: 20px;
    line-height: 1.3;
}

.order_bottom p:nth-of-type(5) {
    font-size: 22px;
    margin: 28px 0 2px 0;
}

.order_box {
    clear: both;
    margin: 50px 0 -37px 0;
    padding: 30px 0 30px 0;
    background-color: #f2f2f2;
    border: 1px solid #8d8d8d;
}

.order_box h4,
.order_box ul,
.order_box p {
    margin-left: 40px;
}

.order_box ul,
.order_box p {
    width: 90%
}

.order_box p {
    margin: 0 52px;
    text-indent: -1em;
    letter-spacing: 0.4px;
}

.order_box h4 {
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
    margin-bottom: 11px;
    font-weight: bold;
}

.order_box h4:nth-of-type(1) {
    width: 116px;
}

.order_box h4:nth-of-type(2) {
    width: 161px;
}

.order_box ul {
    margin-bottom: 27px;
    letter-spacing: 0.2px;
}

.order_box li {
    margin-bottom: 2.6px;
}

.tabview1,
.li689,
.tax {
    display: none;
}

.no-center {
    margin: 0 0 0 0;
}

.win-center {
    /*    margin: 0 2.6%;*/
}

#main_width_size2 {
    clear: both;
    margin: 0 auto;
    width: 887px;
}

.win-li {
    width: 31% !important;
    margin: 0 1% !important;
}

.mititaka_link {
    font-weight: bold;
    text-decoration: underline;
}

/*--------------------------------------------株式ページ---------------------------------------------*/
.header_inc {
    height: 80px;
}

.company_emerge_inc {
    position: inherit;
}

.Inc_mititaka_box {
    width: 240px;
    margin: 20px 0 0 0;
}

.catering_img_inc {
    height: 183px;
    background-color: #d8d8d8;
    background-image: url(https://sakusaku.ohashi-michitaka.com/images/pattern.png);
    background-position: 0 0, 15px 15px;
    background-size: 50px;
    background-repeat: repeat;
}

.company_description_inc {
    padding: 0;
}

.company_description_inc p {
    color: #fff;
    text-shadow: 0px 0px 5px #949494, 0px 0px 5px #949494, 0px 0px 5px #949494, 0px 0px 5px #949494;
    padding: 60px 0 0 0;
}

.company_description_inc p:nth-of-type(1) {
    font-size: 30px;
}

.company_description_inc p:nth-of-type(2) {
    font-size: 16px;
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
}

.company_information_inc {
    margin: 50px 0 0px 0;
}

.address_etc_inc {
    float: none;
    margin: 0 auto;
    width: 80%;
}

.address_etc_inc p {
    border-bottom: 1px solid #c4c4c4;
    padding: 0 0 20px 0;
}

.address_etc_inc p span {
    display: block;
    width: 127px;
    height: auto;
    margin: 0 60px 0 0;
    float: left;
    font-weight: bold;
}

.owner_profile_inc {
    clear: both;
    margin: 0 0 0 0;
    padding: 30px 0 30px 0;
    background-color: #f2f2f2;
    border: 0px solid #8d8d8d;
}

.owner_profile_inc_inner {
    width: 960px;
    margin: 0 auto;
}

.inc_footer {
    background-color: #000;
    margin: 0px 0 0 0;
}

.copyright_inc {
    color: #fff;
    margin: 0 0 0 0;
}

/*----------------------------------------株式ページ終わり--------------------------------------------*/
@media (max-width: 1086px) {
    .slider_nav {
        z-index: 70;
        position: absolute;
        right: 0;
        width: 60px;
        height: 315px;
        margin-top: -118px;
    }

    .slider_nav_h {
        margin-top: -140px;
    }
    
    .slider_nav_inner {
        text-align: center;
        margin-top: 75px;
    }
}

@media (max-width: 1024px) {
    .map {
        float: right !important;
        margin: 0;
    }

    .address_etc {
        margin-bottom: 50px;
    }

    #main_width_size2 {
        clear: both;
        margin: 0 auto;
        width: 690px;
    }

    .win-price {
        display: none;
    }

    .slider_nav {
        width: 48px;
        height: auto;
    }
    
    .slider_nav_inner a {
        padding: 19px 15px;
        /*        opacity: 0.7;*/
    }
    .slider_nav_h {
        margin-top: -170px;
    }
    .slider_nav_inner_h a{
        padding: 19px 15px;
        margin: 0 0px 0 12px;
    }
    /*
    .slider_nav_inner a:hover{
        opacity: 1;
        transition-duration: 0.3s;
    }
*/
    #button {
        bottom: 130px;
        
    }

    #slide_menu {
        bottom: 130px;
        left: -220px;
        width: 220px;
    }
}

@media (min-width: 960px) {
    .br959 {
        display: none;
    }
}

@media (max-width: 959px) {
    .br959 {
        display: block;
    }
    
    .tax {
        display: none;
    }

    #backcolor01 {
        width: 100%;
    }

    .header_info {
        float: right;
        margin: 20px 5px 0 0;
    }

    header .header_nav ul li {
        display: block;
        float: left;
        width: 25%;
        padding: 0 0 0 0;
        font-size: 16px;
    }

    #main_width_size {
        width: 97%;
    }

    .news_box {
        margin: 0 30px;
        width: 100%;
    }

    .grayback .news {
        font-size: 20px;
        float: left;
        margin: 34px 2.9% 0 7%;
        padding-top: 44px;
        padding-bottom: 0px;
        border-bottom: solid 2px #fff;
    }

    .grayback dl {
        margin: 18px 0 0 0;
        font-size: 15px;
        float: left;
        width: 370px;
    }

    .grayback dt {
        width: 78px;
    }

    .grayback dd {
        width: 100%;
        margin: 0 0 14px 111px;
    }

    .grayback dd:nth-of-type(3) {
        margin-bottom: 0;
    }

    .grayback dd p {
        text-align: justify;
    }

    .menu_nav ul {
        width: 100%;
    }

    .menu_nav li {
        width: 25%;
        font-size: 16px;
    }

    .bandbox {
        padding: 40px 0 40px 0;
        display: inline-block;
        width: 100%;
    }

    .menu_list {
        margin: 0 auto;
    }

    .menu_list li {
        float: left;
        width: 29%;
        height: 412px;
        padding: 0 0 20px 0;
    }

    .menu_list li p span {
        display: none;
    }

    .menu_list li p span.taxsmall {
        display: block;
        font-size: 18px;
        margin-top: 4px;
    }

    .menu_list img {
        width: 100%;
    }

    .center {
        margin: 0 6.5%;
    }

    #main_width_size_footer {
        clear: both;
        margin: 0 auto;
        width: 100%;
    }

    footer .pattern .footerinfo {
        float: left;
        color: #fff;
        letter-spacing: 1.8px;
        font-size: 14px;
        margin: 15px 19px;
        /*        padding: 14px 0 35px 15px;*/
        border-left: 1px solid #cea7a9;
    }

    footer .pattern .footermenu {
        float: left;
        color: #cea7a9;
        letter-spacing: 1.4px;
        font-size: 14px;
        padding: 0 0 0 0;
        margin: 19px 0;
    }

    footer .pattern img {
        float: left;
        width: 17%;
        margin: 60px 0 60px 6%;
        padding: 0 0 0 0;
    }

    footer .pattern .footermenu:first-child {
        border-left: 1px solid #cea7a9;
        padding-left: 19px;
    }

    .tabview1 {
        display: block;
    }

    .tabview2 {
        display: none;
    }

    .company_description {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 159px 0;
    }

    .company_information {
        margin: 70px 0 0 0;
    }

    .address_etc {
        float: none;
        width: 461px;
        margin: 0 auto;
    }

    .map {
        clear: both;
        float: none !important;
        width: 466px;
        margin: 0 auto;
        margin-bottom: 60px;
    }

    .delivery_order {
        margin: 80px 0 0 0;
        background-image: url(https://sakusaku.ohashi-michitaka.com/images/order_back.png);
        background-repeat: no-repeat;
        background-position: 82% -2%;
        background-size: auto;
    }

    .catering_img {
        clear: both;
        margin: 60px 0 0 0;
        background-image: url(https://sakusaku.ohashi-michitaka.com/images/catering01_back.jpg);
        height: 337px;
        background-position: 50% 50%;
        background-size: 1150px;
        background-repeat: no-repeat;
    }

    .text_box p {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 17px;
        line-height: 3;
        letter-spacing: 0.4em;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 20px;
        padding-top: 30px;
        margin: 0 0 0 0;
    }

    #emerge_text {
        position: relative;
        top: -323px;
    }

    .address_etc p:nth-of-type(1) {
        letter-spacing: 0.2px;
    }

    #main_width_size2 {
        clear: both;
        margin: 0 auto;
        width: 540px;
    }

    .win-li {
        width: 46% !important;
        margin: 0 2% !important;
    }

    .win-center {
        margin: 0;
    }

    .company_description_inc {
        padding: 0;
    }

    .address_etc_inc {
        float: none;
        margin: 0 auto 40px;
        width: 80%;
    }

    .owner_profile_inc_inner {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 908px) {
    footer .pattern .footerinfo {
        margin: 15px 20px;
        font-size: 13px;
    }

    footer .pattern .footermenu:nth-of-type(2) {
        float: left;
    }
}

@media (max-width: 794px) {
    .address_etc_inc p span {
        width: 100%;
        margin: 0 60px 5px 0;
    }
}

@media (min-width: 769px) {
    .br425_01 {
        display: none;
    }

    #pageTop {
        position: fixed;
        bottom: 30px;
        right: 20px;
    }

    .br768 {
        display: none;
    }
}

@media (max-width: 768px) {
    .menu_list li .menu_commentary p.size {
        font-size: 13.8px;
    }

    .menu_list li .menu_commentary p.space {
        letter-spacing: 0.4px;
    }

    .br768 {
        display: block;
    }

    .menu_list li .menu_commentary p {
        font-size: 14.6px;
        line-height: 1.5;
        letter-spacing: 1px;
        text-align: justify;
    }

    #pageTop {
        position: fixed;
        bottom: 29px;
        right: 40px;
    }

    .delivery_order {
        margin: 80px 0 0 0;
        background-image: url(https://sakusaku.ohashi-michitaka.com/images/order_back.png);
        background-repeat: no-repeat;
        background-position: 82% -2%;
        background-size: auto;
    }

    .wspace p {
        letter-spacing: 0.9px;
    }

    p.annotation {
        letter-spacing: -0.5px !important;
        font-size: 12.7px !important;
    }

    p.annotation02 {
        letter-spacing: -0.5px !important;
        font-size: 12.7px !important;
    }

    .menu_list li.sekihan {
        float: left;
        width: 29%;
        height: 412px;
        padding: 80px 0 20px 0;
    }

    .br768_01 {
        letter-spacing: 3px !important;
    }

    .br768_02 {
        letter-spacing: 0.4px !important;
    }

    .owner_profile p {
        margin: 0 0 0 56px;
        width: 85%;
    }
}

@media (max-width: 751px) {
    .tax {
        display: block;
    }

    .menu_list li p span:nth-of-type(2) {
        display: block;
        font-size: 17px;
        margin-top: 5px;
    }

    .menu_list li.sekihan {
        padding: 30px 0 0 0;
    }
}

@media (max-width: 695px) {
    .address_etc_inc p span {
        width: 100%;
        margin: 0 0 0 0;
    }
}

@media (max-width: 694px) {
    footer .pattern .footerinfo {
        padding: 14px 0 24px 15px;
    }

    .grayback .news {
        font-size: 17px;
        margin: 44px 2.9% 0 5%;
    }

    .grayback dl {
        margin: 26px 0 0 0;
        font-size: 14px;
        float: left;
    }

    .grayback dd {
        width: 360px;
        margin: 0 0 14px 97px;
    }

    .li689no {
        display: none;
    }

    .li689 {
        display: block;
        margin-bottom: 8.4px !important;
    }

    footer .pattern img {
        float: left;
        width: 20%;
        margin: 60px 0 60px 9%;
        padding: 0 0 0 0;
    }
}

@media screen and (min-width:646px) and (max-width:746px) {
    .company_description img {
        padding: 0 0 0 0;
        margin: -38px auto;
        width: 78%;
        height: auto;
    }
}

@media (min-width: 645px) {
    .newline {
        display: none;
    }
}

@media (max-width: 645px) {
    .br959 {
        display: none;
    }
    
    .grayback .news {
        font-size: 17px;
        margin: 34px 0.4% 0 6%;
        float: left;
    }

    .grayback dl {
        margin: 17px 0 0 17px;
        font-size: 14px;
        float: left;
        width: 260px;
    }

    .grayback dd {
        width: 96.5%;
        margin: 0 0 6px 97px;
    }

    .company_description img {
        padding: 0 0 0 0;
        margin: -38px auto;
        width: 81%;
        height: auto;
    }

    .newline {
        display: block;
    }
}

@media (max-width: 639px) {
    header .header_nav ul li {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    #pageTop {
        position: fixed;
        bottom: 30px;
        right: 20px;
        transform: translate3d(0, 0, 2px);
    }

    p.annotation {
        letter-spacing: 1.5px !important;
        font-size: 12.7px !important;
    }

    .order_box li:nth-of-type(3),
    .order_box li:nth-of-type(5) {
        margin-left: 16px;
        text-indent: -1em;
        letter-spacing: 0.4px;
        line-height: 20px;
    }

    .order_box li:nth-of-type(6) {
        text-indent: 1em;
    }

    .order_box h4,
    .order_box ul {
        margin-left: 34px;
    }

    .order_box p {
        margin-left: 51px;
    }

    .order_box ul {
        text-align: left;
    }

    footer .pattern img {
        float: left;
        width: 20%;
        margin: 60px 0 60px 7%;
        padding: 0 0 0 0;
    }

    .grayback dd {
        width: 116%;
        margin: 0 0 16px 97px;
    }

    .grayback .news {
        font-size: 17px;
        margin: 34px 0.4% 0 2%;
        float: left;
    }

    .grayback {
        margin: -312px 0 0 0;
        height: 295px;
        background-color: #a8a8a8;
        color: #fff;
        letter-spacing: 0.1em;
        font-weight: bold;
        line-height: 1.7;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

@media (max-width: 587px) {
    footer .pattern img {
        float: left;
        width: 17%;
        margin: 60px 0 60px 7%;
        padding: 0 0 0 0;
    }
}

@media(max-width: 551px) {
    .grayback .news {
        font-size: 17px;
        margin: 16px 0.4% 0 3%;
        float: left;
    }

    footer .pattern img {
        float: left;
        width: 17%;
        margin: 60px 0 60px 4%;
        padding: 0 0 0 0;
    }

    .company_description img {
        padding: 0 0 0 0;
        margin: -38px auto;
        width: 90%;
        height: auto;
    }

    .delivery_order {
        margin: 80px 0 0 0;
        background-image: url(https://sakusaku.ohashi-michitaka.com/images/order_back.png);
        background-repeat: no-repeat;
        background-position: 82% 11%;
        background-size: 140%;
    }
}

@media(min-width: 586px) {
    .sp {
        display: none;
    }
}

@media(max-width: 585px) {
    body .menu {
        position: relative;
    }

    .pc,
    .hide-nav {
        display: none;
    }

    main {
        margin: 361px 0 0 0;
    }

    .maincom {
        margin: 266px 0 0 0;
    }

    .maindeli {
        margin: 240px 0 0 0;
    }

    .company_information {
        margin: 37px 0 0 0;
    }

    header h1 img {
        clear: both;
        display: block;
        width: 18.6%;
        height: auto;
        margin: 0 auto;
        padding: 0 0 0 0;
        position: relative;
        top: 0;
    }

    #backcolor01 {
        margin: 0 auto;
        width: 425px;
    }

    header .header_nav {
        position: fixed;
        top: 0;
        clear: both;
        width: 100%;
        height: 75px;
        padding: 0 0 0 0;
        background-color: #fff;
        margin: 0 0 0 0;
    }

    .splogo {
        margin: 0 0;
    }

    .splogo img {
        display: block;
        position: absolute;
        top: -175px;
        left: 33.6%;
        margin: 0 auto;
        width: 29%;
    }

    .splogo img.main_sp_logo {
        top: 95px;
    }

    .catering_img02 {
        clear: both;
        position: relative;
        top: 0;
        background-image: url(https://sakusaku.ohashi-michitaka.com/images/catering02_back.jpg);
        height: 248px;
        background-position: 50% 50%;
        background-size: 170%;
        background-repeat: no-repeat;
    }

    .company_description {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 159px 0;
    }

    .company_description .sp img {
        padding: 0 0 0 0;
        margin: -81px auto;
        width: 62%;
        height: auto;
        position: static;
        top: 0;
        left: 0;
    }

    #main_width_size {
        clear: both;
        margin: 0 auto;
        width: 95.1%;
    }
    .slider_nav_inner_h a {
        margin: 0 0px 0 0px;
    }
    #main_width_size_footer {
        clear: both;
        margin: 0 auto;
        width: 100%;
    }

    .list01,
    .list02,
    .lidt02,
    list04 {
        display: inline-block;
    }

    .catering_img.sp {
        margin: -50px 0 0 0;
        height: 290px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .text_box {
        margin-top: 254px;
    }

    .text_box p.sp {
        line-height: 1.8;
        padding: 2px;
        padding-top: 14px;
        height: 167px;
        margin: -160px 0 190px 0px;
    }

    .news_box {
        margin: 0 auto;
        width: 100%;
    }

    .sp_back {
        width: 96%;
        height: 835px;
        margin: 11px;
        padding: 0px;
        background-image: url(https://sakusaku.ohashi-michitaka.com/images/order_back_sp.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 99% auto;
        position: absolute;
        top: 132px;
    }

    .delivery_order {
        margin: 110px 0 0 0;
        background-image: none;
        background-repeat: no-repeat;
    }

    .grayback {
        margin: -437px 0 0 0;
        height: auto;
        background-color: #fff;
        color: #000;
        letter-spacing: 0.1em;
        font-weight: bold;
        line-height: 1.7;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .grayback .news {
        font-size: 21px;
        float: none;
        width: 100px;
        margin: 83px auto 0;
        text-align: center;
        padding-bottom: 0px;
        border-bottom: solid 2px #000;
    }

    .grayback dt {
        margin: 0 0 0 10px;
        font-size: 14px;
        float: left;
        width: 90px;
    }

    .grayback dl {
        margin: 24px 5% 0;
        font-size: 15px;
        float: none;
        width: 100%;
    }

    .grayback dd {
        width: auto;
        margin: 0 2.5% 22px 2.5%;
        float: left;
        border-bottom: 1px solid #a4a4a4;
        padding-bottom: 6px;
        width: 84%;
        letter-spacing: 0.8px;
    }

    .grayback dd:nth-of-type(3) {
        margin-bottom: 65px;
    }

    .grayback dd p {
        width: auto;
        margin: 0 auto;
    }

    .sp .bandbox {
        width: 60%;
        padding: 40px 108px;
        margin: 0 auto;
        display: inline-block;
    }

    .belief_bottom {
        margin: 0 0 20px 0;
    }

    .menu_list li {
        float: left;
        width: 47.2%;
        height: 340px;
        padding: 0 0 80px 0;
    }

    .menu_list li p.menu_name {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .menu_list li p.sp {
        line-height: 1.2;
    }

    .menu_list li.sekihan {
        padding: 0 0 0 0;
        width: 47.2%;
    }

    .menu_list li .menu_commentary p {
        font-size: 13.8px;
    }

    li.spleft {
        margin-right: 5.5%;
    }
    li.spleft.dnone{
        display: none;
    }
    li.spheight {
        margin-bottom: 100px;
    }

    li.spshort {
        height: auto;
        padding: 0 0 25px 0;
    }

    li.other {
        width: 151px;
        margin-right: 0;
    }

    .center {
        margin: 0;
    }

    #pageTop {
        position: fixed;
        bottom: 40px;
        left: 80%;
        width: 64px;
    }

    footer {
        margin: 100px 0 0 0;
    }

    .belief_top.sp {
        font-size: 20px;
        margin: 59px 0 59px 0;
        line-height: 1.3;
    }

    .catering_img02 img {
        display: block;
        margin: 0 0;
        padding: 1% 0;
        position: absolute;
        top: 9px;
        left: 38%;
        width: 23.1%;
        height: auto;
    }

    .menu_nav.sp {
        margin-top: 0%;
        width: auto;
        height: auto;
        border-top: none;
        border-bottom: none;
        background-color: #fff;
        transition: .3s;
    }

    .menu_nav li {
        display: block;
        float: left;
        width: 49.8%;
        padding: 0 0 0 0;
        font-size: 16px;
    }

    .menu_nav li:nth-of-type(1) {
        border-top: 1px solid #949494;
        border-bottom: 1px solid #949494;
        border-right: 1px solid #949494;
    }

    .menu_nav li:nth-of-type(2) {
        border-top: 1px solid #949494;
        border-bottom: 1px solid #949494;
    }

    .menu_nav li:nth-of-type(3) {
        clear: both;
        border-bottom: 1px solid #949494;
        border-right: 1px solid #949494;
    }

    .menu_nav li:nth-of-type(4) {
        border-bottom: 1px solid #949494;
    }

    .order_top p {
        line-height: 1.7;
        letter-spacing: 0;
        margin-bottom: 0;
    }

    .order_top h3 {
        background-color: #fff;
    }

    .order_top h3:nth-of-type(2) {
        margin: 665px 0 0 0;
    }

    .order_box {
        padding: 35px 0 35px 0;
    }

    .order_box ul,
    .order_box p {
        text-indent: -1em;
        margin: 0 10px 0 35px;
        line-height: 1.3;
        width: 89%;
        text-align: justify;
    }

    .order_box h4 {
        margin: 0 auto 11px;
        padding-bottom: 4px;
        text-align: center;
        font-size: 23px;
        width: 65% !important;
    }

    .order_box h4:nth-of-type(2) {
        margin-top: 33px;
    }

    .order_box li {
        margin-bottom: 6px;
        line-height: 1.3;
    }

    .order_box li:nth-of-type(6) {
        text-indent: 0;
    }

    .order_bottom {
        margin-top: 30px;
    }

    .order_bottom p {
        line-height: 1.6;
    }

    .order_bottom h4 {
        margin-top: 35px;
    }

    .address_etc {
        float: left;
        margin: 0 7px 20px;
        width: 97%;
    }

    .address_etc .sp p {
        line-height: 1.8;
        margin: 0 0 50px 0;
    }

    .address_etc p {
        font-size: 15px;
        margin: 0 0 45px 0;
        letter-spacing: 0.1em;
    }

    .address_etc p span {
        font-size: 17px;
        display: block;
        width: 98%;
        height: auto;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #000;
        float: none;
    }

    .map {
        float: left;
        margin: 0 auto 60px;
        width: 100%;
    }

    .spmap {
        width: 100%;
    }

    .owner_profile p {
        margin: 0 6%;
    }

    .owner_profile p span {
        margin-left: 11px;
    }

    .owner_profile p:nth-of-type(1) {
        font-size: 23px;
        padding-bottom: 20px;
        margin-bottom: 21px;
        text-align: center;
        border-bottom: 1px solid #000;
    }

    .inline {
        border-top: none;
    }

    footer .pattern {
        height: 100%;
    }

    footer .pattern .footerinfo {
        float: none;
        color: #fff;
        letter-spacing: 1.8px;
        font-size: 14px;
        margin: 0 0;
        padding: 0 0 0 0;
        border-left: none;
    }

    footer .pattern .footerinfo .sp {
        margin: 0 0;
    }

    footer .pattern .footerinfo .sp li {
        margin-bottom: 0;
        padding: 14px 20px;
        border-bottom: 1px solid #fff;
    }

    footer .pattern .footerinfo .sp li a {
        display: block;
    }

    footer .pattern .footerinfo .sp li span {
        float: right;
    }

    footer .pattern .footerinfo li:nth-of-type(2) {
        margin-bottom: 0;
    }

    footer .pattern .footermenu:first-child {
        border-left: none;
        padding-left: 0;
    }

    footer .pattern .footermenu {
        float: none;
        color: #cea7a9;
        letter-spacing: 1.4px;
        font-size: 14px;
        padding: 0 0 0 0;
        margin: 0;
    }

    footer .pattern img {
        float: none;
        width: 24%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .footermenu .sp {
        color: #fff;
        margin: 12px 0 0 0;
        padding: 0 40px;
    }

    .footermenu .sp li img {
        width: 28%;
        margin: 0 0 0 8px;
    }

    .footermenu .sp ul {
        line-height: 1.2;
    }

    .footermenu .sp li:nth-of-type(1),
    .footermenu .sp li:nth-of-type(2) {
        margin: 0 0 9px 0;
    }

    footer p {
        clear: both;
        text-align: center;
        font-size: 13px;
        margin: 10px 0 0 0;
    }


    /*-----------------------------ナビゲーションバー-----------------------------*/
    .head-bar {
        font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
        font-weight: 100;
        display: block;
        position: fixed;
        overflow: hidden;
        top: 0;
        left: 0;
        background: #fff;
        box-sizing: border-box;
        width: 100%;
        height: 60px;
        padding: 10px 2.5%;
        z-index: 1002;
    }

    .menu_nav.sp ul {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    /*---------------------------ハンバーガーメニュー---------------------------*/
    .menu-btn1,
    .menu-btn1 span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-btn1 {
        display: block;
        float: right;
        margin: 4px auto;
        position: relative;
        width: 38px;
        height: 40px;
    }

    .menu-btn1 span {
        display: block;
        position: absolute;
        left: 4px;
        width: 75%;
        height: 4px;
        text-align: center;
        border-bottom: solid 3px #000;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    .menu-btn1 span:nth-of-type(1) {
        top: 0;
    }

    .menu-btn1 span:nth-of-type(2) {
        top: 8px;
    }

    .menu-btn1 span:nth-of-type(3) {
        top: 16px;
    }

    .menu-btn1 span:nth-of-type(4) {
        border: none;
        font-size: 11.3px;
        font-weight: 300;
        left: 3.3px;
        top: 24.9px;
    }

    .element2 {
        border: none;
        width: 42px;
        color: #81151a;
        font-size: 11.3px;
        font-weight: 300;
        position: absolute;
        left: 3.1px;
        top: 25px;
    }

    /* 最初のspanをマイナス45度に */
    .menu-btn1.active span:nth-child(1) {
        top: 8px;
        left: 4px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* 2番目と3番目のspanを45度に */
    .menu-btn1.active span:nth-child(2),
    .menu-btn1.active span:nth-child(3) {
        top: 8px;
        left: 5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* 色変更 */
    .menu-btn1.active span {
        border-color: #81151a;
    }

    /*
    .menu-btn.active span:nth-of-type(4){
        color: #81151a;
    }
*/

    /*    ２番目*/
    .menu-btn2,
    .menu-btn2 span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-btn2 {
        display: block;
        float: right;
        margin: 4px 21px;
        position: relative;
        width: 38px;
        height: 40px;
    }

    .menu-btn2 i {
        font-size: 22px;
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 7px;
    }

    .menu-btn2 p {
        font-size: 11.3px;
        font-weight: 300;
        position: absolute;
        top: 24.5px;
        left: 9.9px;
    }

    .menu-btn2 p.element4 {
        font-size: 11.3px;
        position: absolute;
        left: 4.1px;
    }

    .menu-btn2.active2 {
        color: #81151a;
    }


    /*---------------------------ハンバーガーメニュー---------------------------*/
    .sp-menu1 {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        z-index: 99998;
    }

    .sp-menu1 li {
        box-sizing: border-box;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    .sp-menu1 li a {
        background: #81151a;
        box-sizing: border-box;
        color: #fff;
        display: block;
        font-size: 16px;
        line-height: 26px;
        padding: 8px 10px !important;
        text-decoration: none;
        width: 100%;
        text-align: center;
    }


    /*    ２番目*/
    .sp-menu2 {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        z-index: 99998;
    }

    .sp-menu2 li {
        box-sizing: border-box;
        /*        border-bottom: 2px solid #b97478;*/
        background: #fff7f7;
        box-sizing: border-box;
        display: block;
        font-size: 16px;
        line-height: 26px;
        padding: 45px 10px;
        text-decoration: none;
        width: 100%;
        text-align: center;
    }

    .sp-menu2 li a {
        display: block;
        padding: 10px;
        color: #b97478;
        margin: 10px auto;
        background-color: #fff;
        border: 2px solid #b97478;
        text-align: center;
        max-width: 130px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    .sp-menu2 li p {
        font-size: 14px;
        color: #b97478;
    }

    .sp-menu2 li p:nth-of-type(1) {
        margin: 0 -10px 0 0;
    }

    .sp-menu2 li i {
        margin-right: 6px;
    }

    .wrap {
        overflow: hidden;
    }

    .order_box li:nth-of-type(3),
    .order_box li:nth-of-type(5) {
        margin-left: 0;
        letter-spacing: 0.6px;
    }

    .order_box p {
        line-height: 21px;
    }

    .slider_nav {
        width: 45px;
        height: auto;
    }

    .slider_nav_inner a {
        font-size: 15px;
    }

    .slider_nav {
        width: 45px;
        height: auto;
        margin-top: -147px;
    }

    .gnav01 {
        background: #fff;
        border: 13px solid #4d93a0;
        display: none;
        height: 78.3%;
        position: fixed;
        width: 74.7%;
        z-index: 99996;
        top: 88px;
        right: 0;
        left: 0;
        margin: 0 auto;
        text-align: left;
    }

    .inc_logo {
        width: 90% !important;
    }

    .maincom_inc {
        margin: 0 0 0 0;
    }

    .catering_img_inc {
        height: 183px;
        background-color: #d8d8d8;
        background-image: url(https://sakusaku.ohashi-michitaka.com/images/pattern.png);
        background-position: 0 0, 15px 15px;
        background-size: 50px;
        background-repeat: repeat;
    }

    .company_description_inc {
        padding: 0;
    }

    .address_etc_inc p span {
        border-bottom: 0px solid #000;
    }
}

@media(max-width: 470px) {
    .gnav__menu {
        width: 98%;
    }

    .win-li {
        width: 72% !important;
        margin: 0 14% !important;
    }
}

@media(max-width: 425px) {
    body .menu {
        position: relative;
    }

    .pc {
        display: none;
    }

    main {
        margin: 301px 0 0 0;
    }

    .maincom {
        margin: 186px 0 0 0;
    }

    .maindeli {
        margin: 240px 0 0 0;
    }

    .company_information {
        margin: 37px 0 0 0;
    }

    header h1 img {
        clear: both;
        display: block;
        width: 18.6%;
        height: auto;
        margin: 0 auto;
        padding: 0 0 0 0;
        position: relative;
        top: 0;
    }

    #backcolor01 {
        margin: 0 auto;
        width: 425px;
    }

    header .header_nav {
        position: fixed;
        top: 0;
        clear: both;
        width: 100%;
        height: 75px;
        padding: 0 0 0 0;
        background-color: #fff;
        margin: 0 0 0 0;
    }

    .splogo {
        margin: 0 0;
    }

    .splogo img {
        display: block;
        position: absolute;
        top: 74px;
        left: 29.8%;
        margin: 0 auto;
        width: 36%;
    }

    .splogo img.main_sp_logo {
        top: 74px;
    }

    .splogo img.deli {
        top: -166px;
    }

    .splogo img.com {
        top: -113px;
    }

    .catering_img02 {
        clear: both;
        position: relative;
        top: 0;
        background-image: url(https://sakusaku.ohashi-michitaka.com/images/catering02_back.jpg);
        height: 248px;
        background-position: 50% 50%;
        background-size: 170%;
        background-repeat: no-repeat;
    }

    .company_description {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 159px 0;
    }

    .company_description .sp img {
        padding: 0 0 0 0;
        margin: -81px auto;
        width: 62%;
        height: auto;
        position: static;
        top: 0;
        left: 0;
    }

    #main_width_size {
        clear: both;
        margin: 0 auto;
        width: 95.1%;
    }

    #main_width_size_footer {
        clear: both;
        margin: 0 auto;
        width: 100%;
    }

    .list01,
    .list02,
    .lidt02,
    list04 {
        display: inline-block;
    }

    .catering_img.sp {
        margin: -50px 0 0 0;
        height: 290px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .text_box {
        margin-top: 254px;
    }

    .text_box p.sp {
        line-height: 1.8;
        padding: 2px;
        padding-top: 14px;
        height: 167px;
        margin: -170px 0 190px 0px;
    }

    .news_box {
        margin: 0 auto;
        width: 100%;
    }

    .sp_back {
        width: 100%;
        height: 660px;
        margin: 0px;
        padding: 0px;
        background-image: url(https://sakusaku.ohashi-michitaka.com/images/order_back_sp.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 99% auto;
        position: absolute;
        top: 190px;
    }

    .delivery_order {
        margin: 110px 0 0 0;
        background-image: none;
        background-repeat: no-repeat;
    }

    .grayback {
        margin: -437px 0 0 0;
        height: auto;
        background-color: #fff;
        color: #000;
        letter-spacing: 0.1em;
        font-weight: bold;
        line-height: 1.7;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .grayback .news {
        font-size: 21px;
        float: none;
        width: 100px;
        margin: 83px auto 0;
        text-align: center;
        padding-bottom: 0px;
        border-bottom: solid 2px #000;
    }

    .grayback dt {
        margin: 0 0 0 10px;
        font-size: 14px;
        float: left;
        width: 90px;
    }

    .grayback dl {
        margin: 24px 5% 0;
        font-size: 15px;
        float: none;
        width: 100%;
    }

    .grayback dd {
        width: auto;
        margin: 0 2.5% 22px 2.5%;
        float: left;
        border-bottom: 1px solid #a4a4a4;
        padding-bottom: 6px;
        width: 84%;
        letter-spacing: 0.8px;
    }

    .grayback dd:nth-of-type(3) {
        margin-bottom: 65px;
    }

    .grayback dd p {
        width: auto;
        margin: 0 auto;
    }

    .sp .bandbox {
        width: 78%;
        margin: 40px 37px;
        padding: 0;
        height: auto;
        display: inline-block;
    }

    .belief_bottom {
        margin: 0 0 20px 0;
    }

    .menu_list img {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .menu_list li {
        float: left;
        width: 47.2% !important;
        height: 340px;
        padding: 0 0 50px 0;
    }

    .menu_list li p.menu_name {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .br768_01 {
        letter-spacing: 3px !important;
    }

    .br425_01 {
        display: block;
    }

    .menu_list li p.sp {
        line-height: 1.2;
    }

    .menu_list li .menu_commentary p {
        font-size: 12.5px !important;
        text-align: justify;
    }

    li.spleft {
        margin-right: 5.5%;
    }

    li.spheight {
        margin-bottom: 0px;
    }

    li.spshort {
        height: auto;
        padding: 0 0 25px 0;
    }

    .center {
        margin: 0;
    }

    #pageTop {
        position: fixed;
        bottom: 40px;
        left: 80%;
    }

    footer {
        margin: 100px 0 0 0;
    }

    .belief_top.sp {
        font-size: 20px;
        margin: 59px 0 59px 0;
        line-height: 1.3;
    }

    .catering_img02 img {
        display: block;
        margin: 0 0;
        padding: 1% 0;
        position: absolute;
        top: 9px;
        left: 32%;
        width: 36.1%;
        height: auto;
    }

    .menu_nav.sp {
        margin-top: -1%;
        width: auto;
        height: auto;
        border-top: none;
        border-bottom: none;
        background-color: #fff;
        transition: .3s;
    }

    .menu_nav li {
        display: block;
        float: left;
        width: 49.8%;
        padding: 0 0 0 0;
        font-size: 16px;
    }

    .menu_nav li:nth-of-type(1) {
        border-top: 1px solid #949494;
        border-bottom: 1px solid #949494;
        border-right: 1px solid #949494;
    }

    .menu_nav li:nth-of-type(2) {
        border-top: 1px solid #949494;
        border-bottom: 1px solid #949494;
    }

    .menu_nav li:nth-of-type(3) {
        clear: both;
        border-bottom: 1px solid #949494;
        border-right: 1px solid #949494;
    }

    .menu_nav li:nth-of-type(4) {
        border-bottom: 1px solid #949494;
    }

    .order_top p {
        line-height: 1.7;
        letter-spacing: 0;
        margin-bottom: 0;
    }

    .order_top h3 {
        background-color: #fff;
    }

    .order_top h3:nth-of-type(2) {
        margin: 595px 0 0 0;
    }

    .order_box {
        padding: 35px 0 35px 0;
    }

    .order_box ul,
    .order_box p {
        text-indent: -1em;
        margin: 0 10px 0 32px;
        line-height: 1.3;
        width: 84%;
        text-align: justify;
    }

    .order_box h4 {
        margin: 0 auto 11px;
        padding-bottom: 4px;
        text-align: center;
        font-size: 23px;
        width: 65% !important;
    }

    .order_box h4:nth-of-type(2) {
        margin-top: 33px;
    }

    .order_box li {
        margin-bottom: 6px;
        line-height: 1.3;
    }

    .order_box li:nth-of-type(6) {
        text-indent: 0;
    }

    .order_bottom {
        margin-top: 30px;
    }

    .order_bottom p {
        line-height: 1.6;
    }

    .order_bottom h4 {
        margin-top: 35px;
    }

    .address_etc {
        float: left;
        margin: 0 7px 20px;
        width: 97%;
    }

    .address_etc .sp p {
        line-height: 1.8;
        margin: 0 0 50px 0;
    }

    .address_etc p {
        font-size: 15px;
        margin: 0 0 45px 0;
        letter-spacing: 0.1em;
    }

    .address_etc p span {
        font-size: 17px;
        display: block;
        width: 98%;
        height: auto;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #000;
        float: none;
    }

    .map {
        float: left;
        margin: 0 auto 60px;
        width: 100%;
    }

    .spmap {
        width: 100%;
    }

    .owner_profile p {
        margin: 0 6%;
    }

    .owner_profile p span {
        margin-left: 11px;
    }

    .owner_profile p:nth-of-type(1) {
        font-size: 23px;
        padding-bottom: 20px;
        margin-bottom: 21px;
        text-align: center;
        border-bottom: 1px solid #000;
    }

    .inline {
        border-top: none;
    }

    footer .pattern {
        height: 100%;
    }

    footer .pattern .footerinfo {
        float: none;
        color: #fff;
        letter-spacing: 1.8px;
        font-size: 14px;
        margin: 0 0;
        padding: 0 0 0 0;
        border-left: none;
    }

    footer .pattern .footerinfo .sp {
        margin: 0 0;
    }

    footer .pattern .footerinfo .sp li {
        margin-bottom: 0;
        padding: 14px 20px;
        border-bottom: 1px solid #fff;
    }

    footer .pattern .footerinfo .sp li a {
        display: block;
    }

    footer .pattern .footerinfo .sp li span {
        float: right;
    }

    footer .pattern .footerinfo li:nth-of-type(2) {
        margin-bottom: 0;
    }

    footer .pattern .footermenu:first-child {
        border-left: none;
        padding-left: 0;
    }

    footer .pattern .footermenu {
        float: none;
        color: #cea7a9;
        letter-spacing: 1.4px;
        font-size: 14px;
        padding: 0 0 0 0;
        margin: 0;
    }

    footer .pattern img {
        float: none;
        width: 24%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .footermenu .sp {
        color: #fff;
        margin: 12px 0 0 0;
        padding: 0 40px;
    }

    .footermenu .sp li img {
        width: 28%;
        margin: 0 0 0 8px;
    }

    .footermenu .sp ul {
        line-height: 1.2;
    }

    .footermenu .sp li:nth-of-type(1),
    .footermenu .sp li:nth-of-type(2) {
        margin: 0 0 9px 0;
    }

    footer p {
        clear: both;
        text-align: center;
        font-size: 13px;
        margin: 10px 0 0 0;
    }


    /*-----------------------------ナビゲーションバー-----------------------------*/
    .head-bar {
        font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
        font-weight: 100;
        display: block;
        position: fixed;
        overflow: hidden;
        top: 0;
        left: 0;
        background: #fff;
        box-sizing: border-box;
        width: 100%;
        height: 60px;
        padding: 10px 2.5%;
    }

    .menu_nav.sp ul {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    /*---------------------------ハンバーガーメニュー---------------------------*/
    .menu-btn1,
    .menu-btn1 span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-btn1 {
        display: block;
        float: right;
        margin: 4px auto;
        position: relative;
        width: 38px;
        height: 40px;
    }

    .menu-btn1 span {
        display: block;
        position: absolute;
        left: 4px;
        width: 75%;
        height: 4px;
        text-align: center;
        border-bottom: solid 3px #000;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    .menu-btn1 span:nth-of-type(1) {
        top: 0;
    }

    .menu-btn1 span:nth-of-type(2) {
        top: 8px;
    }

    .menu-btn1 span:nth-of-type(3) {
        top: 16px;
    }

    .menu-btn1 span:nth-of-type(4) {
        border: none;
        font-size: 11.3px;
        font-weight: 300;
        left: 2.8px;
        top: 24.9px;
    }

    .element2 {
        border: none;
        width: 42px;
        color: #81151a;
        font-size: 11.3px;
        font-weight: 300;
        position: absolute;
        left: 3.1px;
        top: 25px;
    }

    /* 最初のspanをマイナス45度に */
    .menu-btn1.active span:nth-child(1) {
        top: 8px;
        left: 4px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* 2番目と3番目のspanを45度に */
    .menu-btn1.active span:nth-child(2),
    .menu-btn1.active span:nth-child(3) {
        top: 8px;
        left: 5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* 色変更 */
    .menu-btn1.active span {
        border-color: #81151a;
    }

    /*
    .menu-btn.active span:nth-of-type(4){
        color: #81151a;
    }
*/

    /*    ２番目*/
    .menu-btn2,
    .menu-btn2 span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-btn2 {
        display: block;
        float: right;
        margin: 4px 21px;
        position: relative;
        width: 38px;
        height: 40px;
    }

    .menu-btn2 i {
        font-size: 22px;
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 7px;
    }

    .menu-btn2 p {
        font-size: 11.3px;
        font-weight: 300;
        position: absolute;
        top: 24.5px;
        left: 9.9px;
    }

    .menu-btn2 p.element4 {
        font-size: 11.3px;
        position: absolute;
        left: 4.1px;
    }

    .menu-btn2.active2 {
        color: #81151a;
    }


    /*---------------------------ハンバーガーメニュー---------------------------*/
    .sp-menu1 {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
    }

    .sp-menu1 li {
        box-sizing: border-box;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    .sp-menu1 li a {
        background: #81151a;
        box-sizing: border-box;
        color: #fff;
        display: block;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px;
        text-decoration: none;
        width: 100%;
        text-align: center;
    }


    /*    ２番目*/
    .sp-menu2 {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
    }

    .sp-menu2 li {
        box-sizing: border-box;
        /*        border-bottom: 2px solid #b97478;*/
        background: #fff7f7;
        box-sizing: border-box;
        display: block;
        font-size: 16px;
        line-height: 26px;
        padding: 45px 10px;
        text-decoration: none;
        width: 100%;
        text-align: center;
    }

    .sp-menu2 li a {
        display: block;
        padding: 10px;
        color: #b97478;
        margin: 10px auto;
        background-color: #fff;
        border: 2px solid #b97478;
        text-align: center;
        max-width: 130px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    .newline {
        display: none;
    }

    .sp-menu2 li p {
        font-size: 14px;
        color: #b97478;
    }

    .sp-menu2 li p:nth-of-type(1) {
        margin: 0 -10px 0 0;
    }

    .sp-menu2 li i {
        margin-right: 6px;
    }

    .wrap {
        overflow: hidden;
    }

    li.win-li {
        width: 72% !important;
        margin: 0 15% !important;
    }

    .Inc_mititaka_box {
        width: 200px;
    }

    .maincom_inc {
        margin: 0 0 0 0;
    }

    .catering_img_inc {
        height: 183px;
        background-color: #d8d8d8;
        background-image: url(https://sakusaku.ohashi-michitaka.com/images/pattern.png);
        background-position: 0 0, 15px 15px;
        background-size: 50px;
        background-repeat: repeat;
    }

    .company_description_inc {
        padding: 0;
    }

    .address_etc_inc p span {
        border-bottom: 0px solid #000;
        margin: 0 0 0 0;
    }
}

@media (max-width: 414px) {
    .menu_nav.sp {
        margin-top: -1.6%;
    }

    .menu_list li .menu_commentary p.annotation,
    .menu_list li .menu_commentary p.annotation02 {
        font-size: 12px !important;
    }

    .menu_list li .menu_commentary p.space {
        letter-spacing: 0.7px;
    }
}

@media (max-width: 400px) {
    .catering_img02 {
        height: 235px;
    }
}

@media (max-width: 375px) {
    .menu_nav.sp {
        margin-top: -1%;
    }

    .menu_list li .menu_commentary p {
        font-size: 11.9px !important;
        letter-spacing: 0.2px;
    }

    .menu_list li p.menu_name {
        font-size: 17.2px;
        margin-bottom: 6px;
    }

    .menu_list li .menu_commentary p.annotation,
    .menu_list li .menu_commentary p.annotation02 {
        font-size: 11px !important;
        letter-spacing: -0.5px !important;
    }

    .menu_list li .menu_commentary p.space {
        letter-spacing: 0.1px;
    }

    .catering_img02 {
        height: 220px;
    }

    .menu_list li p {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .owner_profile p:nth-of-type(3) {
        letter-spacing: 1.3px;
    }

    .owner_profile p:nth-of-type(3) br:nth-of-type(2) {
        display: none;
    }

    .company_description_inc p {
        padding: 90px 0 0 0;
    }

    .address_etc p {
        font-size: 14.3px;
        line-height: 1.2;
    }
}

@media (min-width: 397px) {
    .br360 {
        display: none;
    }
}

@media (max-width: 396px) {
    .br360 {
        display: block;
    }
}

@media (max-width: 360px) {
    .menu_list li .menu_commentary p {
        font-size: 12px !important;
        letter-spacing: -0.3px;
    }

    .menu_list li .menu_commentary p.annotation02 {
        font-size: 10px !important;
        letter-spacing: -0.5px !important;
    }

    .menu_list li .menu_commentary p.space {
        letter-spacing: -0.5px;
    }

    .belief_bottom.sp {
        font-size: 13.8px;
    }

    .menu_list li p.menu_name {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .address_etc .sp p {
        letter-spacing: 1px;
    }

    .owner_profile p span {
        font-size: 14.5px;
    }

    .order_top p {
        letter-spacing: 3px;
    }

    .order_box li:nth-of-type(2) {
        letter-spacing: -1.3px;
        margin-left: 0.5px;
    }

    .order_box li:nth-of-type(4) {
        letter-spacing: -0.2px;
    }

    .order_box h4:nth-of-type(2) {
        width: 75% !important;
    }

    .menu_nav.sp {
        margin-top: -2.1%;
    }

    .menu_list li .menu_commentary p.annotation {
        font-size: 10.6px !important;
    }

}

@media (max-width: 320px) {

    .menu_list li .menu_commentary p.annotation,
    .menu_list li .menu_commentary p.annotation02 {
        letter-spacing: 1.3px !important;
    }

    .menu_list li .menu_commentary p.space {
        letter-spacing: 0.1px;
    }

    .catering_img02 {
        height: 188px;
    }

    .menu_list li p {
        font-size: 19px;
        letter-spacing: 0px;
    }

    li.spleft {
        margin-right: 4.2%;
    }

    .dessert_notes p:nth-child(2n) {
        font-size: 14px;
    }

    .company_description_inc p {
        padding: 70px 0 0 0;
    }
}