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

.sp {
    display: block;
}

#wrapper, .home #wrapper {
    width: 100%;
    overflow: hidden;
}

.WrapInner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/*****  header *****/

header {
    /*display: none;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    /*-webkit-justify-content: flex-start;*/
    /*-ms-flex-pack: start;*/
    /*justify-content: flex-start;*/
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}

h1#Logo {
    /*margin-top: 10px;*/
    width: 30%;
}

h1#Logo a {
    width: 100%;
    height: 48px;
    margin-left: 0;
    background-size: contain;
}

#nav_toggle {
    right: 12px;
    top: 1em;
    display: block;
    position: fixed;
    font-size: 8px;
    text-align: center;
    color: #000;
    z-index: 10001;
}

#nav_toggle .toggle-btn {
    position: relative;
    background: url(../images/bg-inner.png) repeat;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

#nav_toggle .toggle-btn span {
    display: block;
    height: 2px;
    background: #000;
    position: absolute;
    width: 22px;
    left: 7px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#nav_toggle .toggle-btn span:nth-child(1) {
    top: 11px;
}

#nav_toggle .toggle-btn span:nth-child(2) {
    top: 17px;
}

#nav_toggle .toggle-btn span:nth-child(3) {
    top: 23px;
}

.menu-open #nav_toggle span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.menu-open #nav_toggle span:nth-child(1) {
    top: 16px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.menu-open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

#NavArea {
    /*width: 168px;*/
    /*width: 325px;*/
    /*margin-top: 13px;*/
    /*margin-left: 10px;*/
    margin-top: 10px;
    width: 100%;
}

#SnsNav {
    /*padding-left: 0;*/
    /*display: block;*/
    /*height: auto;*/
    width: 66%;
    height: 48px;
    padding-left: 0;
    position: relative;
    right: 0;
}

#SnsNav li {
    width: 100%;
}

#SnsNav .facebook a {
    width: 100%;
    background-size: contain;
    height: 48px;
}

#SnsNav .facebook a:hover {
    background-size: contain;
}

/*nav#NavArea ul .facebook a {
    width: 100%;
    !*height: 40px;*!
    !*height: 60px;*!
    background-size: contain;
}

nav#NavArea ul .facebook a:hover {
    background-size: contain;
}*/

#gnav {
    width: 100%;
}

#gnav li {
    width: 20%;
}

#gnav li a {
    height: 40px;
}

#gnav li.outline a, #gnav li.gourmet a, #gnav li.lunch a, #gnav li.mail a {
    width: 100%;
    background-size: 90% auto;
}

#gnav li.course_1 a, #gnav li.course_2 a, #gnav li.course_3 a {
    width: 100%;
    background-size: auto 63%;
    background-position: center 9px;
}

/*#gnav {
    position: fixed;
    display: block;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: url("../images/bg-inner.png");
    opacity: 0;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    padding-top: 25%;
}

#gnav li {
    margin-bottom: 2em;
}

.menu-open #gnav {
    opacity: 1;
    top: 0;
}

#gnav li.outline a {
    width: 148px;
    margin-left: auto;
    margin-right: auto;
    background-position: -2px 0;
}

#gnav li.outline a:hover {
    width: 148px;
    background-position: -2px 0;
}

#gnav li.gourmet a {
    width: 148px;
    margin-left: auto;
    margin-right: auto;
    background-position: -151px 0;
}

#gnav li.gourmet a:hover {
    width: 148px;
    background-position: -151px 0;
}

#gnav li.lunch a {
    width: 148px;
    margin-left: auto;
    margin-right: auto;
    background-position: -301px 0;
}

#gnav li.lunch a:hover {
    width: 148px;
    background-position: -301px 0;
}

#gnav li.mail a {
    width: 148px;
    margin-left: auto;
    margin-right: auto;
    background-position: -451px 0;
}

#gnav li.mail a:hover {
    width: 148px;
    background-position: -451px 0;
}*/

/*****  Index *****/

#ConWrap {
    width: 100%;
}

#ConWrap .bxslider {

}

#ConWrap .bxslider li {

}

#ConWrap .bxslider li img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.sub_a {
    display: block;
    width: 100%;
}

.fbleft {
    max-width: 490px;
    width: calc(100% - 40px);
    /*height: 350px;*/
    padding-top: 350px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.fbleft iframe {
    height: 100% !important;
}

.sub_a .fbleft .fb-page {
    width: 100%;
    top: 10px;
}

.sub_a .fbleft .fb-page > span {
    height: 350px !important;
}

.sub_r {
    width: 100%;
    margin-top: 1em;
    padding-bottom: 1em;
}

.course_list {
    margin: 40px auto;
}

.info_covid {
    margin: 0 10px;
    border-radius: 10px;
}

.bn-rurubu {
    padding: 0;
    margin-top: 1em;
}

#ConSponsor {
    width: 100%;
}

#ConSponsor ul li {
    margin-right: 0;
    margin-bottom: 10px;
    width: 47%;
}

#ConSponsor ul li:nth-child(2n) {
    margin-left: 6%;
}

#ConSponsor ul li img {
    width: 100%;
}

/*****  About *****/
#about {
    width: 100%;
    margin-left: 0;
}

#about .AboutBox {
    height: 168px;
}

#about .AboutBox img {
    max-height: 100%;
}

.About2colR, .About3colR, .About4colR, .About5colR {
    width: 100%;
}

.About4colR center {
    text-align: left;
}

.course_price img {
    width: 254px;
}

.questionnaire {
    display: block;
}

.questionnaire li {
    margin-left: 0;
    text-align: left;
}

.present-tickets {
    text-align: left;
    padding-left: 26px;
}

.present-tickets li {
    list-style: disc;
}

/*****  inquily *****/

form#mailform {
    max-width: 480px;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
}

table.mailform {
    width: 100%;
}

table.mailform tr th {
    width: 100%;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: none;
}

table.mailform tr td {
    padding-bottom: 14px;
}

table.mailform tr th, table.mailform tr td {
    display: block;
}

.mailform input[type=text], .mailform textarea {
    width: 100%;
}

table.mailform .submit-btns {
    text-align: center;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
    margin: 0.7em;
}

.MailNote {
    /*text-align: left;*/
    margin: 1em;
}

#gourmet-course .gourmet-desc .course_icon {
    margin-top: 0;
}

.shop-list li a {
    /*padding-bottom: 72px;*/
}

.shop-list .shop-excerpt {
    display: block;
}

.shop-list .shop-excerpt .shop-content .location {
    margin-bottom: 4px;
}

.shop-name-title {
    font-size: 1.3em;
    margin-top: 10px;
}

.shop-name-title .ttl-sm {
    font-size: 0.6em;
    display: block;
    margin-bottom: 0.5em;
}

.shop-list .option-plan {
    position: relative;
    width: 100%;
    font-size: 13px;
    bottom: auto;
}

.shop-list .option-plan h4 {
    font-size: 14px;
    margin-bottom: 6px;
}

.shop-list .shop-excerpt .photo {
    margin-bottom: 10px;
    width: 100%;
}

#shop-name {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.shop-content-wrap {
    display: block;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

#shop-content {
    width: 100%;
}

.shop-outline {

}

.shop-outline .shop-image {

}

.shop-outline .shop-image img {
    width: 100%;
    height: auto;
}

.shop-outline .shop-info {

}

#detail {
    width: 100%;
}

.person-txtbox {
    width: 50%;
}

.pic-right {
    width: calc(50% - 30px);
}

#detail .course-menu {
    padding-left: 0;
}

#map {
    margin-bottom: 0;
}

#map iframe {
    width: 100%;
}

#map .left {
    width: 100%;
    float: none;
}

#map .right {
    width: 100%;
    float: none;
    text-align: center;
    height: auto;
}

#map .right img {
    width: 180px;
    margin: 20px;
}

.shop-lunch {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.shop-lunch > .TxtCenter {
    text-align: left;
}

.lunch-box {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.lunch-box figure {
    width: 100%;
}

.lunch-box .shop-content2 {
    width: 100%;
}

.lunch-box .shop-info {
    margin-top: 14px;
}

.toggle-content {
    display: none;
}

.lunch-box .btn-open {
    display: block;
    background: #AD1827;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 8px;
    margin-top: 10px;
}

.lunch-block p.details02 {
    border-bottom: none;
}

/*****  footer *****/

footer {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
}

footer #Logo {
    width: 100%;
    text-align: center;
}

footer h1#Logo a {
    margin-left: auto;
    margin-right: auto;
    background-position: center center;
    background-size: contain;
    height: 100px;
}

footer dl {
    display: block;
    width: 100%;
}

footer dl dt {
    display: block;
    width: auto;
}

footer dl dd {
    display: block;
    width: auto;
}

#copy {
    position: relative;
    left: auto;
    bottom: auto;
}

.center-pc {
    text-align: left;
}

@media only screen and (min-width: 500px) {
    header {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: flex-end;
        height: 95px;
    }

    header h1#Logo {
        width: 28%;
    }

    header h1#Logo a {
        height: 78px;
        background-position-y: bottom;
    }

    #gnav li a {
        /*height: 48px;*/
    }

    #SnsNav {
        position: absolute;
        right: 10px;
    }

    #SnsNav .facebook a {
        background-position-x: right;
    }

    #NavArea {
        width: 70%;
    }
}

@media only screen and (min-width: 600px) {
    /*#gnav {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }*/
}


@media only screen and (max-width: 479px) {
    /*h1#Logo a {*/
    /*width: auto;*/
    /*height: 40px;*/
    /*}*/
    /*#NavArea {*/
    /*width: 168px;*/
    /*}*/
    /*nav#NavArea ul .facebook a {*/
    /*height: 40px;*/
    /*}*/
    footer {
        /*text-align: left;*/
    }

    .MailNote {
        /*text-align: left;*/
    }
}