@charset "UTF-8";

@media only screen and (max-width: 980px) {
    .header-logo {
        margin-top: 9px;
        margin-bottom: 4px;
        width: 10%;
    }
}

.sp-menu-tel-btn {
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    width: 60px;
    height: 50px;
    float: right;
    margin-left: 850px;
    color: #18530c;
}

.sp-menu-tel-btn> figure > figcaption {
    font-size: 10px;
}
/* @media only screen and (max-width: 980px) {
    .sp-global-navi ul {
        width: 100%;
        text-align: center;
        float: left;
    }
}

.sp-global-navi ul {
    width: 980px;
    margin: 0 auto 8px auto;
    list-style: none;
    text-align: center;
    float: left;
} */

@media only screen and (max-width: 420px) {
    .sp-menu-hbm-area {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
    }

    .sp-menu-hbm-area nav {
        display: block;
        position: fixed;
        top: 50px;
        bottom: 0;
        width: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: all .5s;
        z-index: 3;
        opacity: 0;
    }

    .open#sp-menu-hbm-area nav {
        right: 0;
        opacity: 1;
        width: 220px;
    }

    #sp-menu-hbm-area nav .inner {
        padding: 25px;
    }

    #sp-menu-hbm-area nav .inner ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #sp-menu-hbm-area nav .inner ul li {
        position: relative;
        margin: 0;
        border-bottom: 1px solid;
    }

    #sp-menu-hbm-area nav .inner ul li a {
        display: block;
        font-size: 14px;
        padding: 1em;
        text-decoration: none;
        transition-duration: 0.2s;
    }

    #sp-menu-hbm-area nav .inner ul li a:hover{

    }



    .sp-menu-hbm-btn {
        display: block;
        position: absolute;
        top: 5px;
        right: 10px;
        width: 30px;
        height: 30px;
        transition: all .5s;
        cursor: pointer;
        z-index: 3;
    }

    .sp-menu-hbm-btn span {
        display: block;
        position: absolute;
        left: 3px;
        width: 25px;
        height: 2px;
        border-radius: 4px;
        transition: all .5s;
    }

    .sp-menu-hbm-btn>div {
        position: absolute;
        top: 8px;
        font-size: 20px;
        float: right;
        color: #1080b3;
        margin-left: 850px;
    }

    .sp-menu-hbm-btn span:nth-child(1) {
        top: 4px;
    }

    .sp-menu-hbm-btn span:nth-child(2) {
        top: 12px;
    }

    .sp-menu-hbm-btn span:nth-child(3) {
        bottom: 7px;
    }

    .open .sp-menu-hbm-btn span:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(-315deg);
        transform: translateY(9px) rotate(-315deg);
    }

    .open .sp-menu-hbm-btn span:nth-child(2) {
        opacity: 0;
    }

    .open .sp-menu-hbm-btn span:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(315deg);
        transform: translateY(-8px) rotate(315deg);
    }
}

#mask {
    display: none;
    transition: all .5s;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .0;
    z-index: 2;
    cursor: pointer;
}

@media only screen and (max-width: 980px) {
    h2 {
        width: 100vw;
        margin-left: -16px;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
        padding: 7px 0 7px 0;
        color: #4187ff;
        letter-spacing: .12em;
    }
    img {
        width: 100%;
    }
    .sp-item {
        display: block;
    }
    .sp-none{
        display: none;
    }

    h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .img-300px {
        width: 100vw;
        margin: 0 0 10px -16px;
    }

    #main-image {
        height: 350px;
        margin-bottom: 22px;
    }

    .open#sp-menu-hbm-area nav {
        right: 0;
        opacity: 1;
        width: 220px;
    }

    #sp-menu-hbm-area nav {
        display: block;
        position: fixed;
        top: 50px;
        bottom: 0;
        width: 0;
        background: #4187ff;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: all .5s;
        z-index: 3;
        opacity: 0;
    }
}

.sp-menu {
    /* position:relative; */
    width: 100px;
    height: 50px;
}

@media only screen and (max-width: 375x) {
    .sp-menu-tel-btn>figure {
        position: absolute;
        margin: 0;
        width: 20px;
        left: 0;
        right: 0;
        top: 8px;
        bottom: 0;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 414px) {
    .sp-menu-hbm-btn {
        display: block;
        position: absolute;
        top: 5px;
        right: 10px;
        width: 30px;
        height: 30px;
        transition: all .5s;
        cursor: pointer;
        z-index: 3;
    }
}

@media only screen and (max-width: 414px) {
    .sp-menu-hbm-btn span {
        display: block;
        position: absolute;
        left: 3px;
        width: 25px;
        height: 2px;
        background-color: #4187ff;
        border-radius: 4px;
        transition: all .5s;
    }
}

@media only screen and (max-width: 414px) {
    .header-right {
        float: right;
        text-align: center;
        width: auto;
    }
}

@media only screen and (max-width: 414px) {
    #sp-menu-hbm-area {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
    }
    .sp-menu-hbm-btn>div {
        position: relative;
        top: 10px;
        font-size: 20px;
        color: #1080b3;
    }
}

@media only screen and (max-width: 428px) {
    .sp-menu-hbm-btn {
        display: block;
        position: absolute;
        top: 5px;
        right: 10px;
        width: 30px;
        height: 30px;
        transition: all .5s;
        cursor: pointer;
        z-index: 3;
    }

    .header-right {
        float: right;
        text-align: center;
    }

    .sp-menu-hbm-btn > div {
        position: absolute;
        top: 27px;
        font-size: 10px;
    }
    header.ptnC {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: static;
    }
    p {
        font-size: 14px;
        line-height: 1.6em;
        margin: 0;
        margin-bottom: 0.7em;
    }
    .img2 {
        width: 100%;
    }
    #contents {
        width: 100%;
        margin: 0 auto;
    }
    /*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

dd {
    font-size: 20px;
}
dt {
    font-size: 20px;
}
dl, dt, dd {
    font-size: 20px;
}
    @media only screen and (max-width: 375px) {
        p {
            font-size: 14px;
            line-height: 1.6em;
            margin: 0;
            margin-bottom: 0.7em;
        }
        .img2 {
            width: 100%;
            height: auto;
        }

        #contents {
            width: 100%;
            margin: 0 auto;
        }

        dd {
            font-size: 20px;
        }
        dt {
            font-size: 20px;
        }

        dl, dt, dd {
            font-size: 20px;
        }
    }
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}

.btn--radius,
a.btn--radius,
button.btn--radius
{
    border-radius: 100vh;
}

@media only screen and (max-width: 375px) {
    #contents {
        width: 100%;
        margin: 0 auto;
    }
}


@media only screen and (max-width: 375px) {
    .img2 {
        width: 100%;
    }
}

@media only screen and (max-width: 980px) {
    .right-img {
        float: none;
    }
    .left-img {
        float: none;
        margin: 0;
    }
    .img2 {
        width: 100%;
    }
    .introduction {
        width: 100%;
        margin-bottom: 20px;
    }
    dl, dt, dd {
        font-size: 25px;
    }
    p {
        font-size: 25px;
    }
    .address-title {
        font-size: 30px
    }
    .address {
        font-size: 28px
    }

    .pay-line {
        padding: 0;
    }
    h2 span {
        font-size: 60px;
    }

    .margin-left-10px {
        margin-left: 0;
    }

    .flex-box-item-3col {
        width: 440px;
        padding-bottom: 20px;
    }
    .ptnC {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: static;
    }

    .header-right {
        width: auto;
    }

    .header-right {
        float: right;
        text-align: center;
    }

    #sp-menu-hbm-area {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
    }

    .sp-menu-hbm-btn span {
        background-color: #9c786d;
    }

    .sp-menu-hbm-btn span {
        display: block;
        position: absolute;
        left: 3px;
        width: 25px;
        height: 2px;
        border-radius: 4px;
        transition: all .5s;
    }

    .sp-menu-hbm-btn {
        display: block;
        position: absolute;
        top: 40px;
        right: 10px;
        width: 40px;
        height: 30px;
        transition: all .5s;
        cursor: pointer;
        z-index: 3;
    }

    .sp-menu-hbm-btn span:nth-child(1) {
        top: 4px;
    }

    .sp-menu-hbm-btn span:nth-child(2) {
        top: 12px;
    }

    .sp-menu-hbm-btn span:nth-child(3) {
        bottom: 7px;
    }

    .sp-menu-hbm-btn > div {
        position: absolute;
        top: 27px;
        font-size: 10px;
    }

    #sp-menu-hbm-area nav {
        background-color: #18530c;
    }

    .header-left {
        width: calc(100% - 120px);
        max-height: 50px;
    }

      /* ナビゲーション */
    /* .sp-global-navi {
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0px;
        width: 450px;
        height: 30%;
        padding: 60px 10px 0;
        background-color: #18530c;
        text-align: center;
        transition: right 0.5s;
    }

    .sp-global-navi a {
    display: inline-block;
    padding: 5px 0;
    }

    .sp-global-navi a:link,
    .sp-global-navi a:visited,
    .sp-global-navi a:active {
        color: #fff;
    } */

    .footer-logo {
        margin-left: 420px;
        margin-top: 60px;
        width: 15%;
    }

    .sp-global-navi.open{
        right: 0;
    }

    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 3;
        right: 13px;
        top: 28px;
        width: 50px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all;
    }
    .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #18530c;
    }
    .hamburger span:nth-child(1) {
    top: 10px;
    }
    .hamburger span:nth-child(2) {
    top: 20px;
    }
    .hamburger span:nth-child(3) {
    top: 30px;
    }

  /* ナビ開いてる時のボタン */
    .hamburger.active{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
    .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
    }
    .hamburger.active span:nth-child(2) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
    }
    .hamburger.active span:nth-child(3) {
    opacity: 0;
    }

    nav.globalMenuSp {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: rgb(145, 64, 64);
    background: rgb(221, 20, 20);
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;

    }

    nav.globalMenuSp ul {
    background: #18530c;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    }

    nav.globalMenuSp ul li {
        display: block;
        padding: 20px 20px 20px 20px;
        color: #fff;
        font-size: 35px;
    }
    nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    }
    nav.globalMenuSp ul li:hover{
    background :rgb(34, 33, 33);
    }

    nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    text-decoration :none;
    margin: 40px 10px 40px 10px;
    }

  /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
    transform: translateX(0%);
    }

    .margin-botttom-200px {
        margin-bottom: 200px;
    }

    h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .recep-time dd {
        display: block;
        float: left;
        margin: 10px 0 10px 20px;
        margin-bottom: 1.3em;
        padding: 13px 0 6px 0;
        color: #000;
        font-size: 30px;
    }

    .sp-footer-area {
        background-color: #18530c;
    }

    .sp-global-navi ul li a {
        display: block;
        padding: 60px 20px 60px 20px;
        color: #fff;
        font-size: 35px;
    }

    .grd-line2 {
        height: 1px;
        background: rgb(255,255,255);
    }

    .linkbtn {
        margin-left: 350px;
    }

    .link-button {
        display: block;
        width: 400px;
        border: 2px solid;
        border-radius: 18px;
        text-align: center;
        padding: 8px 0 6px 0;
        margin: 40px 20px 10px -80px;
        font-size: 40px;
    }

    .recep-time dt {
        display: block;
        float: left;
        clear: left;
        margin-right: 20px;
        margin-bottom: 50px;
        width: 140px;
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 500;
        letter-spacing: 0.2em;
        text-align: center;
        padding: 8px 0 8px 2px;
        border: solid 2px #18530c;
    }
    /* .border {
        border: 2px solid;
    } */

    .border {
        display: flex;
        align-items: center;
        font-size: 50px;
    }

    .border:before,
    .border:after {
        content: "";
        height: 10px;
        flex-grow: 1;
        background-color: rgb(10, 128, 55);
    }

    .border:before {
        margin-right: 1rem;
    }

    .border:after {
        margin-left: 1rem;
    }

    .komidasi {
        font-size: 30px;
    }

    ul.bullets-list2 {
        padding: 0;
    }

    ul.bullets-list2 li {
        position: relative;
        list-style-type: none!important;
        vertical-align: top;
        line-height: 1.6em;
        padding-left: 1em;
        margin-bottom: 0.7em;
        font-size: 30px;
        margin: 0;
        color: #000;
    }

    ul.bullets-list2 li:before {
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 15px;
        height: 2px;
        top: 0.6em;
        left: 0;
        border-radius: 2px;
        background: #93f02f;
    }

    .sticky-btns-area a {
        color: rgb(10, 128, 55);
        border-color: rgb(10, 128, 55);
        background-color: rgba(255,255,255,0.8);
    }

    .sticky-btns-area a {
        display: block;
        width: 780px;
        padding: 10px 0 8px 0;
        border: 1px solid;
        border-radius: 30px;
        margin: 10px auto auto;
        margin-left: 110px;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        letter-spacing: 0.08em;
        background-color: rgba(255,255,255,0.8);
    }

    .sticky-btns-area {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 150px;
        background-color: rgba(0,0,0,.6);
        text-align: center;
    }

    /* .scroll{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300px;
        height: 300px;
        margin: 0 auto;
        opacity: 0;
        visibility: hidden;
        transform: translateY(100px);
        transition: all 1s;
    }
    
    .scroll:nth-of-type(n+2){
        margin-top: 50px;
    }
    
    .scroll__txt{
        font-size: 18px;
        color: #fff;
    } */
    
    /* 画面領域に差し掛かった時に付与するクラス */
    .js-fade{
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
    #footer-info-sp {
        width: 980px;
        margin: auto auto auto auto;
        background-color: white;
    }

    .sp-footer-area {
        padding-bottom: 110px;
    }

    .to-top-btn {
        position: fixed;
        bottom: 190px;
        right: 40px;
        width: 110px;
        height: 110px;
        border-radius: 5px;
        background: url(img-parts/arrow.png) no-repeat center;
        cursor: pointer;
    }
    .to-top-btn {
        background-color: rgba(0,0,0,.6);
    }
    .to-top {
        color: #fff;
        margin: 20px 30px;
        text-align: center;
        font-size: 30px;
    }

    .hamburger.active span {
        background-color: #fff;
    }
}
