 ul, ol {
    list-style: none;
}
#gNav {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    height: 60px;
    z-index: 5000;
    width: 100%;
    min-width: 320px;
    padding: 6px 0 50px;
    color: #fff;
    background: #321900;
    border-top: 3px solid #987830;
    box-sizing: border-box;
    text-align: left;
    -webkit-overflow-scrolling: touch;
}
.mod_inner01 {
    padding-left: 15px;
    padding-right: 15px;
}

#gNav .list .item {
    position: relative;
    border-bottom: 1px dotted #987830;
}
#gNav .list .item a {
    display: block;
    padding: 10px 0 11px 26px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}
  #sMenu{
    display: none;
    z-index: 1;
  }
  .sideBnr.is_visible .bnrs {
    opacity: 1;
}

.sideBnr .bnrs.js-bnrsposition-center {
    top: calc(50% - 415px);
}
.sideBnr .bnrs {
    position: fixed;
    z-index: 9000;
    right: 0;
    top: 5px;
    width: 80px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sideBnr .bnrs .item {
    position: relative;
}
.sideBnr .bnrs .item + .item {
    margin-top: 10px;
}
.sideBnr .bnrs .item {
    position: relative;
}
.sideBnr .bnrs .item .number {
    position: absolute;
    z-index: 9001;
    top: 0;
    right: 80px;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    width: 258px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
  @media (min-width: 600px){
#gNav {
    position: static;
    display: none;
    width: 100%;
    min-width: auto;
    padding: 0;
    color: #391c00;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f5e8), to(#e9ddba));
    background: linear-gradient(to bottom, #f8f5e8, #e9ddba);
    -webkit-linear-gradient: top, #f8f5e8, #e9ddba;
    -moz-linear-gradient: top, #f8f5e8, #e9ddba;
    border-top: 1px solid #987830;
}
#gNav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
#gNav .list .item {
    width: calc(100% /7);
    text-align: center;
    border-bottom: none;
    z-index: 99;
}
#gNav .list .item a {
    padding: 10px 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    border-right: 1px solid #f8f1e8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#gNav .list .item a:hover {
    background-color: #eee8d7;
}
.mod_inner01 {
    box-sizing: border-box;
    margin: auto;
    padding-right: 0;
    padding-left: 0;
}
#gNav .list .item a .en {
    display: block;
    font-size: .9rem;
    color: #987830;
    font-weight: 600;
}
 
}


@media (max-width: 767px){
    #gNav,#sMenu{
        display: none !important;
    }
 }

      #youtube {
        position: relative;
    margin-top: 50px;
    background: #f4ebe2;
    z-index: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mod_inner01 {
    padding-left: 15px;
    padding-right: 15px;
}
#youtube .youtubeSec {
    position: relative;
    padding: 30px 0;
}
#youtube .tit {
    position: relative;
    margin-bottom: 15px;
    padding: 6px;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #987830;
}
#youtube .iframe {
    position: relative;
}
#youtube .flow {
    padding: 5px 10px;
    margin-bottom: 25px;
    background: #fff;
    color: #391c00;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}
@media (min-width: 600px){
#youtube .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 75px 0;
}
.mod_inner01 {
    box-sizing: border-box;
    width: 1200px;
    margin: auto;
    padding-right: 0;
    padding-left: 0;
}
#youtube .youtubeSec {
    padding: 0 25px 0 25px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#youtube .flow {
    padding: 10px 0;
    margin-bottom: 40px;
    margin-top: 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
}
#youtube .tit {
    margin-bottom: 30px;
    padding: 10px 0;
    font-size: 2.2rem;
    width:100%;
}
}