@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: 'Noto Sans Japanese','Meiryo', 'メイリオ', '平成明朝', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
  font-display: swap;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.8em;
}

p, .h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6, dl {
  margin: 0;
  padding: 0;
  font-size: 1em;
  word-wrap: break-word;
  word-break: break-all;
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

/******************************************************************************************/
/* 応募フォーム */
/**/
.formlink {
  margin: .5em 0;
  max-width: 460px;
  color: #FFF;
  border: 2px solid #AD0606;
  border-radius: 15px;
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: .8em 0;
  box-shadow: rgba(113, 135, 164, 0.37) 0px 5px 3px -3px;
  -webkit-box-shadow: rgba(113, 135, 164, 0.37) 0px 5px 3px -3px;
  -moz-box-shadow: rgba(113, 135, 164, 0.37) 0px 5px 3px -3px;
  background: #ff6085;
  background: -moz-linear-gradient(top, #ff6085 0%, #ff1c1f 100%);
  background: -webkit-linear-gradient(top, #ff6085 0%, #ff1c1f 100%);
  background: linear-gradient(to bottom, #ff6085 0%, #ff1c1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6085', endColorstr='#ff1c1f',GradientType=0 );
  text-shadow: 2px 2px 0px #66353e;
}

/**/
.formlink:hover,
.formlink:focus {
  color: #FFF;
  text-decoration: none;
  background: #d6334e;
  background: -moz-linear-gradient(top, #d6334e 0%, #e01818 100%);
  background: -webkit-linear-gradient(top, #d6334e 0%, #e01818 100%);
  background: linear-gradient(to bottom, #d6334e 0%, #e01818 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6334e', endColorstr='#e01818',GradientType=0 );
}

/******************************************************************************************/
body {
  background-color: #fb5;
  background-image: url(../img/bg_wtstripe.png);
}

#wrapper {
  overflow: hidden;
  /*  padding-top: 80px;/*naviありなら設定有効に*/
  /*margin-left: auto;
  margin-right: auto;*/
}

@media (min-width: 768px) {
  #wrapper {
    /*PC（768～）*/
    width: 100%;
    max-width: 980px;
    position: relative;
    /*    height:auto !important; /*IE6対策*/
    /*    height: 100%; /*IE6対策*/
    /*    min-height: 100%;*/
  }
}

#header {
  position: relative;
  border-top: solid 1rem #300;
  border-bottom: solid 1rem #300;
  background-image: url(../img/bg_eat.png);
  background-color: #ce9e6b;
  /*#ff921e;  /**/
}

@media (min-width: 768px) {
  #header {
    /*PC（768～）*/
    border-top: solid 2rem #300;
    border-bottom: solid 2rem #300;
  }
}

#header h1 {
  max-width: 980px;
  padding: 0;
}

/*特殊お知らせ*/
#infomation {
  background-color: #fff;
  border-radius: .3rem;
  padding: .5rem;
}

/*店舗紹介*/
.shop-pr {
  background-color: #fff;
  border-radius: .3rem;
  padding: .2rem;
}

.shop-pr > * {
  border: 5px dotted #ff7776;
  padding: 1rem;
}

.shop-pr .oaday {
  color: #e57800;
}

.shop-pr .shopname {
  font-size: 1.3rem;
}

.shop-pr .shopdata {
  /* dl */
  font-size: 1.0rem;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .shop-pr .shopdata {
    /*SP（～767）*/
    padding: 1.0rem 0.5rem 0;
  }
}

.shop-pr .shopdata .addr {
  position: relative;
  padding-right: 2rem;
}

.shop-pr .shopdata .mapmark {
  position: absolute;
  top: 25%;
  right: 2%;
  font-size: 2.0rem;
  display: inline-block;
  height: 2.0rem;
}

.shop-pr .shopdata dt {
  margin-bottom: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .shop-pr .shopdata dt {
    /*PC（768～）*/
    margin-bottom: 0.5rem;
  }
}

.shop-pr .shopdata dt p {
  min-width: 100%;
  height: 100%;
  text-align: center;
  padding: .5rem 0;
  background-color: #48b6c3;
  /* #5cad63;*/
  color: #FFF;
  /*border-radius: 7px;*/
}

.shop-pr .shopdata dd {
  padding: .3rem;
  margin-bottom: .5rem;
}

.midashi {
  color: #831;
  font-size: 1.2rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  padding-bottom: 0.2rem;
}

#yokoku {
  /*border: dashed 2px #f00;/*作成中用ダミー*/
  background-color: #fff;
  border-radius: .3rem;
  padding: .5rem;
}

/*再放送情報*/
.reair {
  background-color: #fd8;
  border-left: 2rem solid #382;
  padding: .75rem;
  transform-origin: left top;
  transform: rotate(-1deg);
  /**/
}

.reair h3 {
  /*    height: ;/**/
  font-size: 1.2em;
  /*    transform-origin: left top;
    transform: rotate( -5deg );/**/
}

/*ご意見*/
.letter div {
  background-color: #f77;
  border-radius: .3rem;
}

/*過去の放送*/
#archive {
  background-color: #ff921e;
  background-image: url(../img/woo_025_w800.jpg);
  border: solid 2px #c76d12;
  border-radius: .3rem;
}

#archive h2 {
  color: #fff;
  text-shadow: 1px 1px 3px #831;
  font-size: 1.3em;
}

#archive .card {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: .5rem;
}

#archive .oalink {
  color: #ff4900;
  display: block;
  background-color: #fff;
  border-radius: .5rem;
}

#archive .oalink:visited {
  color: #ff4900;
}

#archive .oalink:hover, #archive .oalink:active {
  color: #b30000;
}

#archive .oalink:hover .card, #archive .oalink:active .card {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#archive a.btn {
  background-color: rgba(100, 0, 0, 0.3);
}

#archive a.btn:hover, #archive a.btn:active {
  background-color: #fff;
}

/* footer */
#footer {
  background-color: #f80;
  color: #FFF;
  line-height: 1.4em;
  margin-top: 1em;
}

@media (min-width: 768px) {
  #footer {
    /*PC（768～）*/
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    /*    height: 120px;*/
  }
  #footer a {
    color: #FFF;
  }
}

#sp-footer {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}

#sp-footer li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  list-style: none;
  width: 32%;
  font-size: 70%;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: .1em;
}

#sp-footer span,
#sp-footer i {
  font-size: 180%;
}

#sp-footer a {
  color: #FFF;
  display: block;
  padding: .8em;
}

#sp-footer a:hover, #sp-footer a:active {
  background: #3CF;
  color: #FFF;
  border-radius: 8px;
  text-decoration: none;
}

#pnkz {
  max-width: 980px;
  margin: .5em auto 1em;
  padding: 0 1em;
}

#copyright {
  text-align: center;
  padding: 1em;
  font-size: .75em;
}

@media (min-width: 768px) {
  #copyright {
    /*PC（768～）*/
    max-width: 980px;
    margin: 0 auto;
    padding: 0 1em 1em;
  }
}

/*SNS*/
.snsbtn {
  padding-top: .5em;
  overflow: visible;
  padding-left: 0;
  text-align: center;
}

.snsbtn li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 12px;
  bottom: 50px;
  width: 54px;
  height: 54px;
  text-align: center;
  z-index: 999;
  background: #FFF;
  box-shadow: rgba(60, 60, 60, 0.6) 0px 2px 6px 0px;
  -webkit-box-shadow: rgba(60, 60, 60, 0.6) 0px 2px 6px 0px;
  -moz-box-shadow: rgba(60, 60, 60, 0.6) 0px 2px 6px 0px;
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 768px) {
  #pagetop {
    /*PC（768～）*/
    bottom: 92px;
    right: 3%;
  }
}

#pagetop a {
  display: block;
  font-size: 3em;
  color: #FFF;
  background: #FF43A6;
  height: 54px;
}

#pagetop a:hover {
  color: #FFF;
  background: #33b18e;
}

/* SNS埋め込み */
#sns .snsinner {
  position: relative;
  margin: 0 auto;
}

#sns .snsinner .insta {
  border-radius: .3rem;
  overflow: hidden;
  background-color: #fff;
}

#sns .snsinner .insta .instaid {
  font-family: 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
  margin-top: 0.5rem;
}

#sns .snsinner a {
  display: block;
}

#sns .snsinner .cover {
  /*上にかぶせるカバー*/
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/******************************************************************************************/
/* utility */
.red {
  color: #F00;
}

.gray {
  color: #a0a7ab;
}

.visible-xs {
  display: block;
}

@media (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

br.visible-xs {
  display: inline;
}

@media (min-width: 768px) {
  br.visible-xs {
    display: none;
  }
}

.hidden-xs {
  display: none;
}

@media (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

br.hidden-xs {
  display: none;
}

@media (min-width: 768px) {
  br.hidden-xs {
    display: inline;
  }
}

.f-sm {
  font-size: .8em;
}

.f-lg {
  font-size: 1.4em;
}

.border-dot {
  border-style: 1px dotted;
  border: 2px dashed #aaa;
  margin: .5em;
  padding: .5em;
  border-radius: 10px;
}

.bx-shadow {
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.ribbon-t-lcut {
  /* 左カットリボン */
  display: inline-block;
  width: 90%;
  position: relative;
  /*height: 60px;*/
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #f77;
  color: #FFF;
  box-sizing: border-box;
}

.ribbon-t-lcut > * {
  margin: 0;
  padding: .5rem 30px .5rem 15px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  /* line-height: 46px; /**/
}

.ribbon-t-lcut:after {
  content: "";
  width: 20px;
  height: 100%;
  right: 0px;
  top: 0;
  position: absolute;
  background: linear-gradient(to bottom right, transparent 50%, #fff 50%) top left/100% 50% no-repeat, linear-gradient(to top right, transparent 50%, #fff 50%) bottom left/100% 50% no-repeat;
}

.yurayura {
  /*ゆらゆら揺れる*/
  animation: yurayura_name 3s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes yurayura_name {
  /*ゆらゆら揺れる*/
  0% {
    transform: translateX(0px) translateY(0px);
  }
  33% {
    transform: translateX(4px) translateY(-6px);
  }
  66% {
    transform: translateX(-4px) translateY(0px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
