@charset "UTF-8";
/*		[Reset(html5)]
-----------------------------------------------*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
body { line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}
nav ul,ul { list-style:none;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after,q:before, q:after { content:''; content:none;}
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent;}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*		[ General Setting]
-----------------------------------------------*/
body{
	font-family:"メイリオ", Meiryo,"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
    font-size:15px;
    line-height: 1.8em;
    letter-spacing: 1px;
}
h2{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 30px;
    line-height: 1.5em;
}
h3{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
a{
  overflow:hidden;
  outline:none;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	/*color: #E23838;*/
	color: #369FE6;
	text-decoration: none;
}
a:hover img{
    opacity:0.8;
}
img{
    width: 100%;
}
#about,
#oshokuji,
#shop{
  padding-top: 10%;
}
.title-box {
    margin-top:0;
}
#about{
    margin-bottom:30px;
}

/**ヘッダー
***********************/
header{
    position: fixed;
    height: 60px;
    top: 0;
    background: #000;
    z-index: 9998;
    width: 100%;
    box-sizing: border-box;
    padding: 0 6%;
}
.head-wrap {
    position: relative;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
h1{
    position: absolute;
    top: 16px;
    left: 0;
    color: #FFF;
    font-size: 23px;
}
h1 span{
    font-size: 13px;
    width: 306px;
}

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    color: #000;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
    background:#fff;
}

nav.globalMenuSp ul {
    background: #fff;
    margin: 0 auto;
    padding: 60px 30px 30px;
}

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-top: 1px solid #333;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: 1px solid #333;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    font-weight:bold;
    position:relative;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 11px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
.navToggle.active span{
    border-color: #000;
}

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

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-contact{
    margin:15px 30px;
}
.nav-contact h2{
    font-size:18px;
}
.nav-contact h2 + p{
    font-weight: bold;
    font-size: 20px;
    margin-bottom:15px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin-top:5px;
}
.gmaplink{
    display: flex;
    align-items:center;
    justify-content: center;
}
.h-phone{
    position: absolute;
    right: 48px;
    top: 2px;
    display: block;
    width: 17px;
    height: 27px;
    color: #FFF;
    margin: 5% auto 0;
}
.h-phone a{
    display: block;
    width: 100%;
    height: 100%;
}
.h-phone a img{
    width: 100%;
}
.h-phone span{
    display: block;
    font-size: 14px;
}
.head-wrap{
    display: block;
    text-align: center;
}
.head-wrap a{
    color: #FFF;
}
.nav-contact a{
    color:#000;
}
.main-vis{
    height: 100vh;
}
.slide-box{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.slide-box img{
    object-fit: cover;
    width: 100%;
    height: 100vh;
}
.slick-slide img{
  transform-origin: center center;
  transform: scale(1.1);
  transition: 7s ease-out;
}
.slick-slide.slick-active img {
  transform: scale(1.0);
}
.slide-box div{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
    color: #FFF;
    font-size: 24px;
    line-height: 1.5em;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    height: 100%;
    width: 100%;
}
.slide-box div p{
    text-indent: -5em;
    margin-top:5em;
    font-weight: bold;
}
.top-slide {
    width: 100%;
    margin: 0 auto;
}
.top-slide img {
    width: 100%;
}
section .inner{
    padding: 0 30px;
    margin: 0 auto;
}
.title-box {
    min-height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-box h2{
    width: fit-content;
    margin: 0 auto;
    writing-mode: vertical-rl;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 10px 0;
    font-size: 24px;
    line-height: 2em;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    letter-spacing: 3px;
}
.title-box h2 span {
    font-size: 18px;
}
.slick-dots{
    bottom: 24px !important;
}
.slick-dots li button:before{
    font-size: 30px !important;
    color: #FFF !important;
    opacity: 1 !important;
}
.slick-dots li.slick-active button:before{
    color: #666 !important;
}
.fadein{
  opacity: 0;
  transform: translate(0,60px);
  -webkit-transform: translate(0,60px);
  transition: 1s;
}
.in{
  opacity: 1.0;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
}
.card-list{
    display:flex;
    flex-wrap:wrap;
}
.card-list li img{
    width:60px !important;
    height:auto;
}
/**ゆくらの紹介
****************************/
.about-box{
    max-width: 955px;
    margin: 0 auto;
}
.about-box h2{
    text-align: center;
    margin-bottom: 60px;
}
.about-pic{
    width: 100%;
    margin-bottom: 3%;
}
.about-txt{
    width: 100%;
    margin-left: 0;
}
.about-box h2{
    margin-bottom: 8%;
    font-size: 18px;
}
#menus .note{
    text-align: center;
    font-size:15px;
}



/**お食事
****************************/
#menus > div.inner,
.tab-inner{
    display: flex;
    flex-direction: column;
}
.page-id-11483 #menus > div.inner{
    display: block;
}
.title-box.menus {
    background-image: url(../img/restaurant/yukura/title-oshokuji2.jpg);
}
.page-id-11330 .title-box.menus{
    background-position:center center;
}
.menus-box h3{
    text-align: center;
}
.menus-box h3.mb{
    margin-bottom:20px;
}
.menus-box h3 span{
    font-weight: normal;
    letter-spacing: 3px;
    min-width: 150px;
    text-align: center;
    background: #8e8e8e;
    margin: 0 auto 35px;
    font-size: 15px;
    color: #FFF;
    padding: 3px 5px;
    display: inline-block;
}
.menus-box .hosoku{
    max-width:970px;
    margin:0 auto 30px;
    font-size:13px;
    line-height:1.8em;
    text-align:center;
}
.menus-inner{
    max-width: 970px;
    margin: 0 auto 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.menus-inner:last-of-type{
    margin: 0 auto 0;
}
.menus-inner .card{
    width: 23%;
    margin: 0 1% 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.menus-pic{
    height: 0;
    overflow: hidden;
    padding-bottom: 67.25%;
    position: relative;
    margin-bottom: 10px;
}
.menus-pic img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 110%;
  height: auto;
}
.menus-box{
    margin-bottom:60px;
}
.menus-box h4{
    font-weight: normal;
    font-size: 16px;
}
.menus-box .prc{
    font-size: 14px;
}
.menus-box .prc span{
    display: inline-block;
}
.menus-box .prc span span{
    display: inline;
    font-size:11px;
}
.menus-box .menu-lists .prc > span:nth-child(1) span:nth-child(2){
    padding-right:1em;
}
.menu-lists{
    display:none;
}
.menus-box.txtmenus .menu-lists{
    display: block;
    max-width: 970px;
    margin:0 auto 80px;
}
.menus-box.txtmenus .menu-lists .list:first-child{
    border-top:dashed 1px #aaa;
}
.menu-lists .list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:10px 0;
    border-bottom:dashed 1px #aaa;
}
.menu-lists h4{
    width: 70%;
}
.menu-lists .prc{
    text-align:right;
}
.menus-box.txtmenus .menus-inner{
    margin-bottom:0;
}
@media screen and (max-width: 880px) {
    .menus-inner .card{
        width: 48%;
    }
}
@media screen and (max-width: 600px) {
.menus-inner{
    display: block;
}
.menus-inner .card{
    width: 100%;
    margin:0 0 30px;
}
}
#menus .inner > div:last-child{
    margin-bottom:10px;
}

#menus .inner > div:last-child .menus-inner .card:last-child{
    margin-bottom:0;
}
.arrow{
  position: absolute;
  display: inline-block;
  padding-left: 20px;
  right:0;top:50%;
}

.arrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}


/**店舗概要
****************************/
.title-box.shop {
    background-image: url(../img/restaurant/yukura/title-tenpo.jpg);
    background-position: center bottom;
}
.table-box{
    max-width: 680px;
    margin: 0 auto;
}
table.tempo-info{
    width: 100%;
    margin: 0 auto 30px;
    border-collapse: collapse;
    font-size:14px;
}
table.tempo-info th{
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
    padding:10px 10px 0 0;
    display: block;
}
table.tempo-info td{
    padding:0 0 10px;
    box-sizing: border-box;
    border-bottom:dotted 1px #000;
    display: block;
}
table.tempo-info td img{
    width: 100px;
}


/**アクセス
****************************/
section#accessmap{
    padding: 0 30px;
    margin-top: 5%;
}
.g-map {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}
.g-map iframe {
position: absolute;
left: 0;
top: 0;
height: 280px;
width: 100%;
}


/**フッター
****************************/
footer{
    background: #000;
    padding: 0 0 10px;
}
footer .inner-top{
    min-height: 230px;
    width: 100%;
    background-image: url(../img/restaurant/yukura/bg-footer.jpg);
    background-position: center -20px;
    background-size: 200%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 0 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inner-top .f-phone-box {
    margin: 0 auto;
    display: block;
    max-width: 374px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 22px;
    color: #FFF;
    text-align: center;
}

.btn-f-phone {
    max-width: 100%;
}
.btn-f-phone a{
    display: block;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 15px;
    font-size: 28px;
    letter-spacing: 1px;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
}
.btn-f-phone a:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url(../img/restaurant/yukura/tel.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.page-id-11483 .inner-top .f-phone-box{
    color:#000;
}
.page-id-11483 .inner-top .f-phone-box a{
    color:#000;
    border:solid 1px #000;
}
.page-id-11483 .btn-f-phone a::before{
    content:"";
    background-image:url(../img/restaurant/hanagasa/tel2.png);
    background-size: auto 100%;
    width:20px;
}
footer .inner_bottom{
    max-width: 960px;
    margin: 10px auto 0;
    padding: 0 6%;
}
footer .inner_bottom a{
    color: #FFF;
    font-size: 13px;
}
footer .inner_bottom a span{
    letter-spacing: -4px;
    margin-right: 10px;
}
footer .inner_bottom .copyright{
    color: #FFF;
    font-size: 12px;
    text-align: center;
}
.travel-page-link{
    text-align: center;
    margin-top: -40px;
    font-size: 14px;
    order: 8;
}
.travel-page-link a{
    border: solid 1px #000;
    padding: 10px;
    display: block;
}
.page-id-11626 .travel-page-link a:hover{
    color: #00A799;
}
.page-id-11626 .travel-page-link a:hover svg{
    fill: #00A799;
}
.page-id-12440 .travel-page-link a:hover{
    color: #A57F23;
}
.page-id-12440 .travel-page-link a:hover svg{
    fill: #A57F23;
}
.travel-page-link.not{
    border: solid 1px #000;
    padding: 20px;
    max-width: 500px;
    margin: -40px auto 30px;
}
.travel-page-link.not a{
    border: none;
    padding: 0;
}
.travel-page-link.not a:hover{
    color: #b11616;
}
.travel-page-link.not a:hover svg{
    fill: #b11616;
}
.page-id-11330 .travel-page-link.not{
    margin-top: -20px;
}

/*  沖縄料理 花笠ページ
-----------------------------------------------*/
.page-id-11483 .h-phone{
    width:auto;
}
.page-id-11483 .title-box.menus {
    background-image: url(../img/restaurant/hanagasa/pic2.jpg);
}
.page-id-11483 .title-box.shop {
    background-image: url(../img/restaurant/hanagasa/pic3.jpg);
    background-position:center center;
}
.page-id-11483 footer .inner-top{
    background-image: url(../img/restaurant/hanagasa/slide1.jpg);
    background-position:center center;
}
.page-id-11483 header{
    background:#fff;
}
.page-id-11483 .head-wrap a{
    color:#b11616;
}
.page-id-11483 .h-phone svg{
    fill:#b11616;
}
.page-id-11483 .title-box h2{
    border:none;
    background:#b11616;
    font-size:24px;
}
.page-id-11483 .menus-box h3 span{
    border:solid 1px #b11616;
    color:#b11616;
    background:none;
}
.page-id-11483 .h-left ul{
    font-weight: bold;
}
.page-id-11483 .h-left h1 span {
    margin-right: 5px;
}
.page-id-11483 .navToggle span{
    border-bottom-color:#b11616;
}
.page-id-11483 nav.globalMenuSp{
    background: #b11616;
    color:#fff;
}
.page-id-11483 nav.globalMenuSp ul{
    background:transparent;
}
.page-id-11483 nav.globalMenuSp ul li a{
    color:#fff;
}
.page-id-11483 .navToggle.active span{
    border-color: #fff;
}
.page-id-11483 nav.globalMenuSp ul li{
    border-top:none;
}
.page-id-11483 .arrow::before{
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.page-id-11483 nav.globalMenuSp ul li:last-child{
    border-bottom:none;
}
.page-id-11483 .head-wrap .nav-contact a{
    color:#fff;
}
.page-id-11483 .nav-contact{
    margin: 0 30px;
    border: solid 1px #fff;
    padding: 20px 10px;
}
.page-id-11483 .head-wrap .nav-contact a svg{
    fill: #fff;
}
.about-box h2 span{
    display: inline-block;
}
.page-id-11483 #tabbox2,
.page-id-11483 #tabbox3{
    display:none;
}
.page-id-11483 .tabmenu{
    width:100%;
    max-width: 970px;
    margin:0 auto 50px;
    display:flex;
}
.page-id-11483 .tabmenu li{
    width:100%;
}
.page-id-11483 .tabmenu li a{
    display: block;
    text-align:center;
    padding:5px;
    font-size:14px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: bold;
    border-left:solid 1px #ccc;
    position: relative;
    overflow: visible;
}
.page-id-11483 .tabmenu li:first-child a{
    border-left:none;
}
.page-id-11483 .tabmenu li a.active{
    background:#b11616;
    color:#fff;
}
.page-id-11483 .tabmenu li a:hover{
    color:#b11616;
}
.page-id-11483 .tabmenu li a.active:hover{
    color:#fff;
}
.page-id-11483 .tabmenu li a.active::after{
    content:"";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #b11616 transparent transparent transparent;
    position:absolute;
    left:calc(50% - 10px);bottom:-10px;
}

/*  ビーチテラスカフェ ダイヤモンドブルーページ
-----------------------------------------------*/
.page-id-11587 header{
    background:#fff;
}
.page-id-11587 .head-wrap a{
    color:#fff;
}
.page-id-11587 .head-wrap h1 span{
    display: block;
}
.page-id-11587 .head-wrap{
    text-align:left;
}
.page-id-11587 .head-wrap h1 a{
    color:#46aee8;
}
.page-id-11587 .h-phone svg{
    fill:#e7a500;
}
.page-id-11587 .navToggle span{
    border-bottom-color:#e7a500;
}
.page-id-11587 .navToggle.active span{
    border-bottom-color:#fff;
}
.page-id-11587 h1{
    top:8px;
    line-height: 1em;
    font-size:21px;
    letter-spacing: 0;
}
.page-id-11587 .h-phone{
    width:25px;
    top:3px;
}
.page-id-11587 nav.globalMenuSp ul,
.page-id-11587 nav.globalMenuSp{
    background: #e7a500;
    color:#fff;
}
.page-id-11587 nav.globalMenuSp ul li{
    border-top:none;
}
.page-id-11587 nav.globalMenuSp ul li:last-child{
    border-bottom:none;
}
.page-id-11587 .arrow::before{
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.page-id-11587 .nav-contact svg{
    fill:#fff;
}
.page-id-11587 .about-box h2{
    color:#46aee8;
    position:relative;
    padding-bottom: 17px;
    font-size:20px;
}
.page-id-11587 .title-box.menus{
    background-image: url(../img/restaurant/diamond/slide4.png);
}
.page-id-11587 .about-box h2::after{
    content: "";
    display: block;
    width:20px;
    height:2px;
    background:#e7a500;
    position:absolute;
    left:calc(50% - 10px);
    bottom:0;
}
.page-id-11587 .title-box h2{
    color: #e7a500;
    border:none;
    background:rgba(255,255,255,0.9);
    font-size:22px;
    padding:15px 0;
}
.page-id-11587 .menus-box h3 span{
    background: #e7a500;
    margin: 0 auto 55px;
}
.page-id-11587 .menus-box h3{
    position:relative;
}
.page-id-11587 .menus-box h3::after{
    content: "";
    display: block;
    width:10px;
    height:2px;
    background:#46aee8;
    position:absolute;
    left:calc(50% - 5px);
    bottom:38px;
}
.page-id-11587 #menus .note {
    font-size: 14px;
    margin-bottom: 35px;
}
.page-id-11587 .title-box.shop {
    background-image: url(../img/restaurant/diamond/slide3.png);
    background-position: center center;
}
.page-id-11587 footer .inner-top {
    background-image: url(../img/restaurant/diamond/slide2.png);
}
.page-id-11587 .inner-top .f-phone-box {
    color: #e7a500;
}
.page-id-11587 .btn-f-phone {
    background: rgba(255,255,255,0.7);
}
.page-id-11587 .btn-f-phone a{
    color: #e7a500;
    font-size:26px;
    border:none;
}
.page-id-11587 .btn-f-phone a::before{
    background-image: url(../img/restaurant/diamond/tel.png);
    background-position: left center;
}
.page-id-11587 footer{
    background:#555;
}

/*  展望レストラン 美ら海ページ
-----------------------------------------------*/
.page-id-11626 header{
    background:transparent;
}
.page-id-11626 header::after{
    content:"";
    display: block;
    width:100%;
    height:100%;
    position:absolute;
    left:0;top:-100%;
    background:rgba(255,255,255,0.9);
    transition: all .4s;
    z-index:-1;
}
.page-id-11626 header.bg::after{
    top:0;
}
.page-id-11626 .head-wrap a{
    color:#00A799;
}
.page-id-11626 .h-phone svg{
    fill:#00A799;
}
.page-id-11626 .slide-box p{
    text-shadow: #333 1px 1px 6px, #333 -1px 1px 6px;
}
.page-id-11626 .about-box h2{
    color:#00A799;
}
.page-id-11626 .about-pic{
    width: 100%;
    line-height: 0;
    margin-bottom:0;
}
.page-id-11626 .about-txt{
    color:#fff;
    background:#00A799;
    width:calc(100% - 60px);
    margin-left:0;
    padding:30px;
}
.page-id-11626 .title-box h2{
    border:none;
    font-size:24px;
    background: rgb(211, 167, 37);
}
.page-id-11626 .menus-box h3 span{
    background:none;
    color:#00A799;
    font-size:18px;
}
.page-id-11626 .title-box.menus{
    background-image: url(../img/restaurant/churaumi/food.jpg);
}
.page-id-11626 .title-box.shop {
    background-image: url(../img/restaurant/churaumi/shop.jpg);
    background-position: center center;
}
.page-id-11626 footer .inner-top{
    background-image: url(../img/restaurant/churaumi/footer.jpg);
}
.page-id-11626 .inner-top .f-phone-box{
    color:#619F9A;
}
.page-id-11626 .btn-f-phone a{
    background: rgb(211, 167, 37);
    color:#fff;
    border:none;
    padding:10px;
    font-size:32px;
}
.page-id-11626 footer{
    background:#499D96;
    line-height: 1;
}
.page-id-11626 footer .inner_bottom .copyright{
    margin-top:5px;
}
.page-id-11626 .navToggle span{
    border-bottom-color:#00A799;
}
.page-id-11626 .h-phone{
    width:25px;
    top:2px;
}
.page-id-11626 nav.globalMenuSp ul li{
    border-top:none;
}
.page-id-11626 nav.globalMenuSp ul li:last-child{
    border-bottom:none;
}
.page-id-11626 .nav-contact{
    background:#00A799;
    color:#fff;
    padding:20px;
    margin:0 30px 15px;
}
.page-id-11626 .nav-contact a{
    color:#fff;
}
.page-id-11626 .nav-contact p:nth-child(3){
    font-size:14px;
}
.page-id-11626 .nav-contact svg{
    fill:#fff;
}
.page-id-11626 .arrow::before{
    border-top: solid 1px #00A799;
    border-right: solid 1px #00A799;
}
.page-id-11626 nav.globalMenuSp ul{
    padding-top:50px;
}
.page-id-11626 header{
    transition: 0.5s;
}
.page-id-11626 header.change-color{
    background:rgba(255,255,255,0.8);
}

/*      [琉球ビュッフェ キッチンやんばるページ]
-----------------------------------------------*/
.page-id-11861 h1{
	top:4px;
	font-size:20px;
	line-height: 1.1em;
	text-align:left;
    position: relative;
    padding-left: 15px;
}
.page-id-11861 header{
	background:transparent;
    transition: .5s;
}
.page-id-11861 header.bg{
    background:rgba(255,255,255,0.9);
}
.page-id-11861 .head-wrap a{
	color:#000;
}
.page-id-11861 h1::after {
    content: "";
    display: block;
    width: 3px;
    height: 40px;
    background: #971b1b;
    position: absolute;
    left: 0;
    top: 7px;
}
.page-id-11861 .h-phone{
    width:22px;
    top:3px;
}
.page-id-11861 .navToggle span{
    border-bottom:solid 3px #000;
}
.page-id-11861 nav.globalMenuSp ul li,
.page-id-11861 nav.globalMenuSp ul li:last-child{
    border:none;
}
.page-id-11861 .navToggle.active span{
    border-color: #971b1b;
}
.page-id-11861 .arrow::before{
  content: '';
  border-top: solid 1px #971b1b;
  border-right: solid 1px #971b1b;
}
.page-id-11861 .nav-contact{
    border-top:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    padding:15px 0;
}
.page-id-11861 .nav-contact svg{
    fill:#971b1b;
}
.page-id-11861 .about-box h2{
    padding-bottom:20px;
}
.page-id-11861 .about-box h2::after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #971b1b;
    position: absolute;
    left: calc(50% - 13px);
    bottom: 0;
}
.page-id-11861 .title-box h2{
    width:110px;
    min-height: 90px;
    background:rgba(255,255,255,0.8);
    color:#000;
    font-size:18px;
    border:none;
    display: flex;
    justify-content: center;
    align-items:center;
    position:relative;
}
.page-id-11861 .title-box h2::before{
    content:"";
    display: block;
    width:2px;
    height:20px;
    background:#971b1b;
    position:absolute;
    left:calc(50% - 1.5em);
}
.page-id-11861 .menus-box h3 span{
    display: block;
    background:#d8cb9a;
    color:#fff;
    max-width:950px;
}
.page-id-11861 .title-box.menus{
    background-image:url(../img/restaurant/yanbaru/pic1.jpg);
}
.page-id-11861 .title-box.shop{
    background-image:url(../img/restaurant/yanbaru/pic1.jpg);
}
.page-id-11861 footer .inner-top{
    background-image:url(../img/restaurant/yanbaru/pic1.jpg);
}
.page-id-11861 #shop{
    padding-top:0;
}
.page-id-11861 footer{
    background: transparent;
    position:relative;
    padding:0;
}
.page-id-11861 footer .inner_bottom .copyright,
.page-id-11861 footer .inner_bottom a{
    color:#000;
}
.page-id-11861 footer .inner_bottom{
    width:88%;
    position:absolute;
    left:0;bottom:0;
    text-align:center;
    max-width:100%;
    background:rgba(255,255,255,0.8);
    padding-top:5px;
}
.page-id-11861 footer .inner_bottom .copyright{
    font-size:12px;
}
.page-id-11861 .inner-top .f-phone-box{
    margin-bottom:30px;
    padding-bottom: 25px;
}
.page-id-11861 .btn-f-phone a{
    margin-top:10px;
    color:#971b1b;
    border:none;
    background:rgba(255,255,255,0.8);
}
.page-id-11861 .btn-f-phone a::before {
    content: "";
    background-image: url(https://www.okashigoten.co.jp/cms/wp-content/themes/okashigoten/img/restaurant/yanbaru/tel.png);
    background-size: auto 100%;
}
.page-id-11861 footer .inner_bottom a{
    font-size:12px;
}
.menus-box .hosoku{
    text-align:left;
}

/*  沖縄料理 御殿ページ
-----------------------------------------------*/
.page-id-12440 header{
    background: #fff;
}
.page-id-12440 .head-wrap a{
    color:#A57F23;
}
.page-id-12440 .about-box h2{
    color:#a27631;
}
.page-id-12440 .title-box.menus{
    background-image:url(../img/restaurant/uduun/meal.jpg);
}
.page-id-12440 .title-box.shop{
    background-image:url(../img/restaurant/uduun/slide1.jpg);
}
.page-id-12440 footer .inner-top{
    background-image:url(../img/restaurant/uduun/slide1.jpg);
}
.page-id-12440 .title-box h2{
    background:#A57F23;
    border:none;
    font-size:22px;
}
.page-id-12440 .menus-box h3 span{
    background:#fff;
    color:#C21616;
    font-size:20px;
    font-weight: bold;
}
.page-id-12440 .inner-top .f-phone-box{
    color:#A57F23;
}
.page-id-12440 .btn-f-phone a{
    background:#A57F23;
    border:none;
    color:#fff;
}
.page-id-12440 footer .inner_bottom{
    text-align:center;
}
.page-id-12440 footer .inner_bottom .copyright{
    font-size:12px;
}
.page-id-12440 .navToggle span{
    border-bottom: solid 3px #A57F23;
}
.page-id-12440 .h-phone{
    width:24px;
    top:1px;
}
.page-id-12440 nav.globalMenuSp ul li{
    border-top:none;
}
.page-id-12440 nav.globalMenuSp ul li:last-child{
    border-bottom:none;
}
.page-id-12440 .nav-contact{
    background: #A57F23;
    color: #fff;
    padding:20px;
    margin-top:0;
}
.page-id-12440 .head-wrap .nav-contact a{
    color:#fff;
}
.page-id-12440 .arrow::before{
    content:"";
    border-top: solid 1px #888;
    border-right: solid 1px #888;
}
.page-id-12440 .head-wrap .nav-contact svg{
    fill:#fff;
}


/*      [店舗・施設からのお知らせ 各ページ]
-----------------------------------------------*/
#shop-news{
    max-width:960px;
    margin:60px auto 0;
    position:relative;
}
#shop-news h2{
    text-align:center;
    font-size:22px;
    font-family:"メイリオ", Meiryo,"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
    width:100%;
    position:absolute;
    left:0;top:-16px;
}
#shop-news h2 > span{
    display:inline-block;
    background:#fff;
    padding:0 25px;
    margin:0 30px;
}
.page-id-11483 #shop-news h2 > span{
    padding:0 20px;
}
.page-id-11330 #shop-news h2 > span{
    padding:0 15px;
}
#shop-news h2 span span{
    display: inline-block;
}
#shop-news h3{
    font-weight:bold;
    font-family:"メイリオ", Meiryo,"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
    line-height: 1.7em;
    margin-bottom:10px;
}
#shop-news .news-box{
    position:relative;
    border:solid 5px #e6e6e6;
    padding:45px 60px 0;
}
#shop-news .news-box img{
    max-width:100%;
    height:auto;
}
#shop-news .news-box .post{
    display: flex;
    padding-bottom:35px;
    margin-bottom:35px;
    border-bottom:dashed 1px #ccc;
}
#shop-news .news-box .post:last-child{
    border-bottom:none;
    margin-bottom:0;
}
#shop-news .news-box .post .pic{
    width:26%;
    margin-right:4%;
}
#shop-news .news-box .post .txts{
    width:70%;
}
#shop-news .news-box .post .txt{
    font-size:15px;
    line-height:1.9em;
}
#shop-news .news-box .post .txt a{
    text-decoration: underline;
}
#shop-news .news-box .post > div:nth-child(1){
    width:100%;
}
#shop-news::before,
#shop-news::after,
#shop-news .news-box::before,
#shop-news .news-box::after{
    content:"";
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    z-index: 1;
}
#shop-news::before{
    left:0;top:0;
    border-top:solid 5px #F0D126;
    border-left:solid 5px #F0D126;
}
#shop-news::after{
    right:0;top:0;
    border-top:solid 5px #F0D126;
    border-right:solid 5px #F0D126;
}
#shop-news .news-box::before{
    left:-5px;bottom:-5px;
    border-bottom:solid 5px #F0D126;
    border-left:solid 5px #F0D126;
}
#shop-news .news-box::after{
    right:-5px;bottom:-5px;
    border-bottom:solid 5px #F0D126;
    border-right:solid 5px #F0D126;
}
@media screen and (max-width:1020px) {
#shop-news{
    margin:60px 30px 0;
}
}
@media screen and (max-width:768px) {
#shop-news h2{
    font-size:20px;
}
}
@media screen and (max-width:600px) {
#shop-news h2{
    top: -26px;
    font-size:18px;
}
.page-id-11483 #shop-news h2{
    top: -15px;
}
#shop-news .news-box{
    padding:45px 30px 0;
    border:solid 4px #e6e6e6;
}
#shop-news::before{
    left:0;top:0;
    border-top:solid 4px #F0D126;
    border-left:solid 4px #F0D126;
}
#shop-news::after{
    right:0;top:0;
    border-top:solid 4px #F0D126;
    border-right:solid 4px #F0D126;
}
#shop-news .news-box::before{
    left:-4px;bottom:-4px;
    border-bottom:solid 4px #F0D126;
    border-left:solid 4px #F0D126;
}
#shop-news .news-box::after{
    right:-4px;bottom:-4px;
    border-bottom:solid 4px #F0D126;
    border-right:solid 4px #F0D126;
}
#shop-news .news-box .post{
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#shop-news .news-box .post:last-child{
    border-bottom:none;
    margin-bottom:0;
}
#shop-news .news-box .post .pic{
    width:100%;
    margin-right:0;
}
#shop-news .news-box .post .txts{
    width:100%;
}
}