@charset "UTF-8";
/* ----------------------------------------------
body
---------------------------------------------- */
body {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5em;
  color: #512a00;
  background: #000;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  color: #222;
}
a:hover {
  text-decoration: underline;
}

/*
fordebug
-----------------*/
#pixel {
  background: #ff0000;
  width: 100px;
  padding: 1em;
  color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}

/* ----------------------------------------------
layout
---------------------------------------------- */
.container{
  width: 320px;
}


#wrapper {
  /*
  margin: 0px auto;
  overflow: hidden;
  */
  display: block;
  background: #fff2bd;
}

/* ----------------------------------------------
header
---------------------------------------------- */
#header{
  height: 95px;
  width: 320px;
  position: relative;
  z-index: 1000;
}

#site-header {
  height: 50px;
  background: url(../img/sp_header_bg.jpg);
  border-bottom: 3px solid #a20d36;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 100;
  width: 100%;
}

#site-header.is_fixed {
  position: fixed;
  top: 0;
  width: 320px;
}

.header-logo {
  width: 170px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -85px;
}
.header-logo img {
  width: 70%;
}

#site-header .header-logo img {
  width: 70%;
  text-align: center;
}

.is_toppage .header-logo {
  width: 170px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -85px;
}
.is_toppage .header-logo img {
  width: 100%;
}

.is_toppage #site-header .header-logo img {
  width: 100%;
  text-align: center;
}

.is_toppage #site-header.is_fixed .header-logo img {
  width: 70%;
  text-align: center;
  animation: inout .4s;
  animation-iteration-count: 1;
  -webkit-animation: inout .4s;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes inout {
  0% {
    width: 100%;
  }
  50% {
    opacity: 0;
  }
  100% {
    width: 70%;
    opacity: 1;
  }
}
@-webkit-keyframes inout {
  0% {
    width: 100%;
  }
  50% {
    opacity: 0;
  }
  100% {
    width: 70%;
    opacity: 1;
  }
}
.heaeder-navbutton {
  width: 35px;
  height: 35px;
  background: url(../img/sp_header_menu.gif);
  background-size: 100%;
  position: absolute;
  top: 7px;
  left: 8px;
}

.heaeder-navbutton a {
  width: 35px;
  height: 35px;
  display: block;
}

.header-pagetop {
  width: 35px;
  height: 35px;
  background: url(../img/sp_header_top.gif);
  background-size: 100%;
  position: absolute;
  top: 7px;
  right: 8px;
}

.header-pagetop a {
  width: 35px;
  height: 35px;
  display: block;
}

.header-nav {
  background: #020f34;
  /* position: relative;
  width: 277px;
  position: absolute;
  top:0;
  z-index: 1000; */
  color: #fff;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-button {
  width: 36px;
  height: 35px;
  background: url(../img/sp_header_menu_close.gif);
  background-size: 100%;
  position: absolute;
  top: 7px;
  right: -35px;
  text-indent: -10000px;
}

.nav-menuwrapper {
  margin-top: 7px;
  position: relative;
  width: 100%;
}

.nav-menuwrapper a {
  color: #fff;
}

.nav-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 5px;
}

.nav-contents.is_selected {
  z-index: 10000;
}

.nav-tab {
  border-radius: 4px;
  text-indent: -10000px;
  position: absolute;
  z-index: 100;
  width: 130px;
  height: 65px;
}

.nav-tab a{
  width: 130px;
  height: 65px;
  display: block;
}

.nav-tab--machi {
  background: url(../img/sp_m_tab_machi.png) no-repeat #cc2235 center 45%;
  background-size: 100px 38px;
  right: 5px;
}

.nav-tab--place {
  background: url(../img/sp_m_tab_place.png) no-repeat #3c4e84 center 45%;
  background-size: 100px 38px;
}

.is_selected .nav-tab {
  top: -5px;
}

.is_selected .nav-tab--machi {
  background-size: 120px 45px;
  right: 5px;
}

.is_selected .nav-tab--place {
  background-size: 120px 45px;
}

.is_selected .nav-menu {
  display: block;
}

.nav-menu {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  box-shadow: -3px 0px 3px 1px rgba(0, 0, 0, 0.2) inset, 0px -3px 3px 1px rgba(0, 0, 0, 0.2);
  display: none;
}

.nav-menu--machi {
  background: #cc2235;
}

.nav-menu--place {
  background: #3c4e84;
}

.nav-menulist {
  margin: 10px;
}

.nav-menulist li {
  width: 100%;
  border-radius: 4px;
  background-size: 45px 45px;
  box-sizing: border-box;
  padding-left: 50px;
  margin: 5px 0;
}

.nav-menulist li a {
  display: block;
  width: 100%;
  height: 50px;
  position: relative;
  box-sizing: border-box;
}
.nav-menulist li a:after {
  content: '';
  background: url(../img/sp_arrow_right_white.png);
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  right: 10px;
}

.nav-menulist li a.is_cs:after {
  content: '';
  background: none;
}

.nav-menulist--machi li {
  border: 2px solid #66041f;
  background-color: #88092c;
}

.nav-menulist--machi li a {
  padding-top: 15px;
}

.nav-menulist--place li {
  border: 2px solid #020f34;
  background-color: #263255;
}

.nav-menulist--place li a {
  padding-top: 8px;
  line-height: 1.3em;
}

.nav-menulist--place li span {
  color: #ffec6c;
  display: block;
  font-size: 13px;
}

.nav-menulist--place li em {
  font-size: 12px;
  display: block;
}

.menulist-sitetop {
  background: url(../img/sp_m_ico_machi_map.gif) no-repeat left 50%;
}

.menulist-news {
  background: url(../img/sp_m_ico_machi_news.gif) no-repeat left 50%;
}

.menulist-about {
  background: url(../img/sp_m_ico_machi_about.gif) no-repeat left 50%;
}

.menulist-car {
  background: url(../img/sp_m_ico_machi_car.gif) no-repeat left 50%;
}

.menulist-cast {
  background: url(../img/sp_m_ico_machi_cast.gif) no-repeat left 50%;
}

.menulist-event {
  background: url(../img/sp_m_ico_machi_event.gif) no-repeat left 50%;
}

.menulist-lv {
  background: url(../img/sp_m_ico_machi_lv.gif) no-repeat left 50%;
}

.menulist-goods {
  background: url(../img/sp_m_ico_machi_goods.gif) no-repeat left 50%;
}

.menulist-attention {
  background: url(../img/sp_m_ico_machi_attention.gif) no-repeat left 50%;
}

.nav-menulist--machi li.menulist-onemin{
  border: 2px solid #fc6565;
  background-color: #fc6565;
    -moz-box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.35);
}
.menulist-onemin {
  background: url(../img/sp_m_ico_machi_1min.png) no-repeat left 50%;
}


.menulist-place--iwate {
  background: url(../img/sp_m_ico_place_iwate.gif) no-repeat left 50%;
}

.menulist-place--kochi {
  background: url(../img/sp_m_ico_place_kochi.gif) no-repeat left 50%;
}

.menulist-place--hiroshima {
  background: url(../img/sp_m_ico_place_hiroshima.gif) no-repeat left 50%;
}

.menulist-place--fukuoka {
  background: url(../img/sp_m_ico_place_fukuoka.gif) no-repeat left 50%;
}

.menulist-place--hokkaido {
  background: url(../img/sp_m_ico_place_hokkaido.gif) no-repeat left 50%;
}

.menulist-place--aichi {
  background: url(../img/sp_m_ico_place_aichi.gif) no-repeat left 50%;
}

.menulist-place--okinawa {
  background: url(../img/sp_m_ico_place_okinawa.gif) no-repeat left 50%;
}

.menulist-place--osaka {
  background: url(../img/sp_m_ico_place_osaka.gif) no-repeat left 50%;
}

.menulist-place--ishikawa {
  background: url(../img/sp_m_ico_place_ishikawa.gif) no-repeat left 50%;
}

.menulist-place--nagano {
  background: url(../img/sp_m_ico_place_nagano.gif) no-repeat left 50%;
}


.nav-menu-close {
  padding: 10px;
}

.nav-menu-close a {
  background: url(../img/sp_arrow_left_white.png) no-repeat left 50%;
  background-size: 18px 18px;
  padding-left: 25px;
  height: 30px;
  display: block;
  line-height: 30px;
}

.nav-menu-close--machi {
  background-color: #66041f;
}

.nav-menu-close--place {
  background-color: #263255;
}

/* ********************
sidr
******************** */
/*
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 270px;
}

*/


.sidr.left {
  left: -270px;
  right: auto;
}

#layer{
/*  background: rgba(0,0,0,0.7); */
  width: 100%;
  position: fixed;
  z-index: 99;
  display: none;
  top:0;
}

.htmlsidr{ overflow:hidden; position:relative; }
.htmlsidr body{ overflow:hidden; }
.sidr{  margin: 0; width: 270px !important; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 0;
        -webkit-transform: translate3d(0%, 0, 0);
        -moz-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
  display:none;
  background: #020f34;
  overflow-x: none;
  overflow-y: auto;
  font-size: 14px;
  color: #fff;
}

.closesidr{ background:#ffffff; opacity:0.5; position:fixed; z-index:100; width:100%; height:100%; left:0; top:0; display:none; }
.htmlsidr .closesidr{ display:block; }
.htmlsidr #wrapper{
  -webkit-transform: translate(270px, 0);
  -moz-transform: translate(270px, 0);
  -ms-transform: translate(270px, 0);
  -o-transform: translate(270px, 0);
  transform: translate(270px, 0);
  position:fixed left 270px; overflow:hidden;
  height:100%;

}


.htmlsidr #site-header {
  -webkit-transform: translate(270px, 0);
  -moz-transform: translate(270px, 0);
  -ms-transform: translate(270px, 0);
  -o-transform: translate(270px, 0);
  transform: translate(270px, 0);
}

.htmlsidr #nicoSiteHeader,
.htmlsidr #site-header.is_fixed {
  -webkit-transform: translate(270px, 0);
  -moz-transform: translate(270px, 0);
  -ms-transform: translate(270px, 0);
  -o-transform: translate(270px, 0);
  transform: translate(270px, 0);
}

/* ----------------------------------------------
footer
---------------------------------------------- */
.footer-tourlist__title {
  height: 34px;
  background: url(../img/sp_top_tourlist_title.gif);
  background-size: 100% 100%;
  text-indent: -10000px;
  margin-bottom: 15px;
}

.tourlist {
  text-align: center;
  padding-bottom: 10px;
}

.tourlist li {
  width: 20%;
  display: inline-block;
}

.tourlist li img {
  width: 100%;
  height: auto;
}

#footer {
  background: #0077d3;
  color: #fff;
}

.social {
  padding: 10px 0;
  text-align: center;
}

.social li {
  display: inline-block;
}

.sns-fb{
  position: relative;
  top: -5px;
}

.footer-boshu__title {
  height: 34px;
  background: url(../img/sp_top_boshu_title.jpg);
  background-size: 100%;
  text-indent: -10000px;
}

.boshulist {
  padding: 10px 2.5px;
}

.boshulist li {
  width: 33.3333%;
  float: left;
  box-sizing: border-box;
  padding: 2.5px;
}

.boshulist li img {
  width: 100%;
}

.footer-bg-navy {
  background: url(../img/sp_footer_bg.gif) no-repeat top #00396a;
  background-size: 320px 195px;
  padding-top: 55px;
  color: #fff;
}

.footer-sponsor {
  margin: 0 25px;
}

.footer-sponsor dt {
  background: rgba(0, 47, 88, 0.8);
  width: 95px;
  float: left;
  text-align: center;
  line-height: 36px;
  height: 36px;
  margin: 2px 0;
}

.footer-sponsor dd {
  width: 175px;
  float: left;
  margin: 2px 0;
}

.footer-sponsor dd img {
  max-width: 100%;
}

.footer-past {
  padding: 20px 8px 10px 8px;
}

.footer-past h5 {
  text-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.35);
  margin-bottom: 8px;
  margin-left: 2px;
}

.pastlist li {
  width: 33.3333%;
  box-sizing: border-box;
  padding: 2px;
  float: left;
}

.pastlist li img {
  width: 100%;
  -moz-box-shadow: 0 1px 1x rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}

.footer-copyright {
  background: #002a4e;
  font-size: 10px;
  padding: .5em 0;
  text-align: center;
}

/* ----------------------------------------------
module
---------------------------------------------- */
/* ********************
news
******************** */
.news-list {
  font-size: 13px;
}

.news-item {
  width: 100%;
  clear: both;
  display: block;
  margin: 2px 0;
}

.news-item__text {
  float: left;
  width: 78%;
}

.news-item__text .new {
  color: #ff0000;
  font-size: 13px;
  display: inline-block;
  padding-left: 3px;
}

.news-item__icon {
  display: inline-block;
  box-sizing: border-box;
  width: 20%;
  padding: 0 .2em;
  height: 18px;
  line-height: 18px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  float: left;
  margin-right: 2%;
}

.news-item__text .kyubo {
  display: inline-block;
  box-sizing: border-box;
  min-width: 2em;
  padding: 0 .4em;
  height: 18px;
  line-height: 18px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #ff0000;
}

.news-item__icon--iwate {
  background: #d1291e;
}

.news-item__icon--kochi {
  background: #2399a4;
}

.news-item__icon--hiroshima {
  background: #268639;
}

.news-item__icon--fukuoka {
  background: #974390;
}

.news-item__icon--hokkaido {
  background: #666666;
}

.news-item__icon--aichi {
  background: #866b1a;
}

.news-item__icon--okinawa {
  background: #b74419;
}

.news-item__icon--osaka {
  background: #3e72ab;
}

.news-item__icon--nagano {
  background: #66822d;
}

.news-item__icon--ishikawa {
  background: #cc3373;
}

.news-item__icon--all {
  background: #f6028c;
}

/* ********************
page-title
******************** */
.page-title {
  height: 97px;
  position: relative;
  margin-top: -10px;
  z-index: 0;
}

.page-title__title {
  height: 97px;
  width: 100%;
  background-size: 100% 100%;
  text-indent: -10000px;
}

.page-title__title--news {
  background: url(../img/sp_pagetitle_news.gif);
  background-size: 100% 100%;
}

.page-title__title--about {
  background: url(../img/sp_pagetitle_about.gif);
  background-size: 100% 100%;
}

.page-title__title--goods {
  background: url(../img/sp_pagetitle_goods.gif);
  background-size: 100% 100%;
}

.page-title__title--cast {
  background: url(../img/sp_pagetitle_cast.gif);
  background-size: 100% 100%;
}

.page-title__title--lv {
  background: url(../img/sp_pagetitle_lv.gif);
  background-size: 100% 100%;
}

.page-title__title--matsuri {
  background: url(../img/sp_pagetitle_matsuri.gif);
  background-size: 100% 100%;
}

.page-title__title--attention {
  background: url(../img/sp_pagetitle_attention.gif);
  background-size: 100% 100%;
}

.page-title__title--event {
  background: url(../img/sp_pagetitle_event.gif);
  background-size: 100% 100%;
}

.page-title__title--car {
  background: url(../img/sp_pagetitle_car.gif);
  background-size: 100% 100%;
}

/* ********************
page-nav
******************** */
.page-nav {
  text-align: center;
  background: #a29152;
  padding: 10px 0 5px 0;
  -moz-box-shadow: 1.5px 1px 3px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1.5px 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 1.5px 1px 3px rgba(0, 0, 0, 0.35);
  margin-bottom: 15px;
  margin-top: 10px;
  box-sizing:border-box;
}

.page-nav li {
  display: inline-block;
  line-height: 1em;
}

.page-nav li a {
  line-height: 1em;
  height: 35px;
  min-width: 58px;
  background: #fff;
  padding: 0 .4em;
  font-size: 12px;
  border-radius: 20px;
  display: table-cell;
  vertical-align: middle;
  color: #8f7c38;
  margin: 5px;
  box-sizing: border-box;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

.page-nav li a:hover {
  text-decoration: none;
  background: #fffc14;
}

.page-nav.is_fixed {
  position: fixed;
  top: 40px;
  z-index: 99;
  width: 320px;
  background: #a29152;
}

/* ********************
heading
******************** */
.heading {
  height: 63px;
  margin: 0px auto 10px auto;
  background: url(../img/sp_heading_bg.gif) no-repeat bottom;
  background-size: 100%;
  position: relative;
}

.heading--navy {
  background: url(../img/sp_heading_bg_navy.gif) no-repeat bottom;
  background-size: 100%;
}

.heading__title {
  height: 40px;
  position: absolute;
  padding-left: 45px;
  font-size: 18px;
  font-weight: bold;
  color: #512a00;
  bottom: 0px;
  left: 6px;
  padding-top: 12px;
  box-sizing: border-box;
}

.heading--navy .heading__title {
  color:#fff;
}

.heading__title--about {
  background: url(../img/sp_heading_ico_about.png) no-repeat left;
  background-size: 40px 40px;
}

.heading__title--cast {
  background: url(../img/sp_heading_ico_cast.png) no-repeat left;
  background-size: 40px 40px;
}

.heading__title--lv {
  background: url(../img/sp_heading_ico_lv.png) no-repeat left;
  background-size: 40px 40px;
}

.heading__title--matsuri {
  background: url(../img/sp_heading_ico_matsuri.png) no-repeat left;
  background-size: 40px 40px;
}

.heading__title--attention {
  background: url(../img/sp_heading_ico_attention.png) no-repeat left;
  background-size: 40px 40px;
}

/* ********************
pop up
******************** */
.popup-window {
  box-sizing: border-box;
  position: relative;
  background: #fff;
  width: 270px;
  padding: 10px;
  margin: 20px auto;
  border-top: 30px solid #ffe476;
  -moz-box-shadow: 0.5px 0.9px 4px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0.5px 0.9px 4px rgba(0, 0, 0, 0.18);
  box-shadow: 0.5px 0.9px 4px rgba(0, 0, 0, 0.18);
}

/* ********************
cast-list
******************** */
.cast-list {
  width: 100%;
  box-sizing: border-box;
  padding: 0 6px;
}

.cast-item {
  float: left;
  width: 50%;
  padding: 2px;
  box-sizing: border-box;
}

.cast-item figure {
  display: table-cell;
  width: 38px;
  vertical-align: middle;
  line-height: 1.3em;
}
.cast-item figure img {
  width: 100%;
}

.cast-item h4 {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 12px;
  line-height: 1.2em;
}

.cast-item__tag {
  height: 23px;
}
.cast-item__tag span {
  background: #d8b111;
  border-radius: 3px;
  color: #fff;
  box-sizing: border-box;
  line-height: 1em;
  font-size: 8px;
  padding: .2em .5em;
}

a.cast-th {
  width: 100%;
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #512a00;
  box-sizing: border-box;
  text-align: left;
  font-size: 13px;
  background: #fff;
  border: 1px solid #ffec9f;
}

a.cast-th:hover {
  border: 1px solid #ffc706;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.cast-popup {
  color: #512a00;
}

.cast-popup figure {
  line-height: 1em;
  text-align: center;
}
.cast-popup figure img {
  max-width: 100%;
}

.cast-popup h4 {
  margin: 10px 0 8px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.cast-popup p {
  font-size: 13px;
}

.cast-link {
  border-top: 2px solid #ebebeb;
  padding: 4px 0;
  text-align: center;
  line-height: 0;
  height: 20px;
}

.cast-link li {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-indent: -10000px;
  line-height: 0;
}

.cast-link li a {
  width: 20px;
  height: 20px;
  display: block;
}

.cast-link li a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.link--twitter {
  background: url(../img/icon_twitter.gif);
  background-size: 20px 20px;
}

.link--jiten {
  background: url(../img/icon_jiten.gif);
  background-size: 20px 20px;
}

.link--commu {
  background: url(../img/icon_commu.gif);
  background-size: 20px 20px;
}

.link--mylist {
  background: url(../img/icon_mylist.gif);
  background-size: 20px 20px;
}

.link--blomaga {
  background: url(../img/icon_blomaga.gif);
  background-size: 20px 20px;
}

.link--hp {
  background: url(../img/icon_hp.gif);
  background-size: 20px 20px;
}

.cast-link li.is_non {
  opacity: 0.2;
}

.cast-link li.is_non:before {
  content: 'none';
}

.cast-link li.is_non a {
  display: none;
}

.cast-place {
  border-top: 2px solid #ebebeb;
  padding: 4px 0;
  text-align: center;
}

.cast-place ul {
  width: 80%;
  margin: 0px auto;
}

.cast-place li {
  display: inline-block;
  margin: 1px 0px;
}

.cast-place li a {
  display: block;
  color: #fff;
  padding: .3em .8em;
  border-radius: 5px;
  line-height: 1em;
  font-size: 10px;
}

.cast-place li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.place--iwate a{
  background: #d1291e;
}

.place--kochi a{
  background: #2399a4;
}

.place--hiroshima a{
  background: #268639;
}

.place--fukuoka a{
  background: #974390;
}

.place--hokkaido a{
  background: #666666;
}

.place--aichi a{
  background: #866b1a;
}

.place--okinawa a{
  background: #b74419;
}

.place--osaka a{
  background: #3e72ab;
}

.place--all a{
  background: #f6028c;
}

.cast-comment {
  border-top: 2px solid #ebebeb;
  padding: 8px 0;
}

.cast-comment h5 {
  font-weight: bold;
}

/* ********************
goods-list
******************** */
.goods-list {
  padding: 8px;
}

.goods-text {
  font-size: 16px;
  padding: 15px 5px;
}

.goods-item {
  border: 1px solid #ffe785;
  background: #fff;
  margin-bottom: 5px;
}

a.goods-th {
  display: table;
  color: #512a00;
}
a.goods-th figure {
  display: table-cell;
  width: 95px;
  height: 77px;
  padding-right: 10px;
  line-height: 1em;
}
a.goods-th figure img {
  max-width: 95px;
}

.goods-th__text {
  width: 195px;
  vertical-align: middle;
  display: table-cell;
}
.goods-th__text span {
  font-weight: bold;
}

.goods-popup {
  color: #512a00;
}

.goods-popup figure {
  line-height: 1em;
}
.goods-popup figure img {
  max-width: 100%;
}

.goods-popup h4 {
  border-bottom: 2px solid #ebebeb;
  padding: 4px 0;
  text-align: center;
  font-weight: bold;
}

.goods-popup p {
  font-size: 12px;
  padding: 10px 0;
}

.goods-popup span {
  font-weight: bold;
}

/* ********************
lv-list
******************** */
.lv-list {
  width: 287px;
  margin: 0px auto;
}

.lv-item {
  margin-bottom: 5px;
}

.lv-machilink {
  text-align: center;
  width: 300px;
  margin: 0px auto;
}

.lv-machilink a {
  width: 100%;
  font-size: 16px;
}

/* ----------------------------------------------
common style
---------------------------------------------- */
/* ********************
layout
******************** */
.maxWidth {
  max-width: 100%;
}

.unit,
.sidepadding {
  padding: 0 8px;
}

.is_none,
.none {
  display: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.a-center {
  text-align: center;
}

.a-left {
  text-align: left;
}

.a-right {
  text-align: right;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

/* ********************
font
******************** */
.t8 {
  font-size: 8px;
  line-height: 1.5em;
}

.sp-t9,
.t9 {
  font-size: 9px;
  line-height: 1.5em;
}

.t10 {
  font-size: 10px;
  line-height: 1.5em;
}

.t11 {
  font-size: 11px;
  line-height: 1.5em;
}

.t12 {
  font-size: 12px;
  line-height: 1.5em;
}

.t13 {
  font-size: 13px;
  line-height: 1.5em;
}

.t14 {
  font-size: 14px;
  line-height: 1.5em;
}

.t15 {
  font-size: 15px;
  line-height: 1.5em;
}

.t16 {
  font-size: 16px;
  line-height: 1.5em;
}

.t17 {
  font-size: 17px;
}

.t18 {
  font-size: 18px;
}

.t19 {
  font-size: 19px;
}

.t20 {
  font-size: 20px;
}

.t21 {
  font-size: 21px;
}

.t22 {
  font-size: 22px;
}

.t23 {
  font-size: 23px;
}

.t24 {
  font-size: 24px;
}

.t25 {
  font-size: 25px;
}

.t26 {
  font-size: 26px;
}

.t27 {
  font-size: 27px;
}

.t28 {
  font-size: 28px;
}

.t29 {
  font-size: 29px;
}

b {
  font-weight: bold;
}

.t-marker {
  background: #ffee2b;
}

.darkred {
  color: #be1e0a;
}

.red {
  color: #ff0000;
}

.blue{
  color: #0074d3;
}

.lightblue{
  color: #2eb0df;
}

.pink{color:#ff3e82;}

.purple{color:#800080;}

.gray{
  color: #767676;
}

b {
  font-weight: bold;
}

/* ********************
margin
******************** */
.mb-100 {
  margin-bottom: 100px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-50{
  margin-top: 50px;
}

.mt-20{
  margin-top: 20px;
}

/* ********************
padding
******************** */
.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.prl-10{
  padding: 10px;
}

/* ********************
arrow
******************** */
.arrow-white5 {
  position: relative;
  display: inline-block;
}

.arrow-white5:before {
  content: '';
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #fff;
  position: relative;
  top: 2px;
}

.arrow-white8 {
  position: relative;
  display: inline-block;
}

.arrow-red5 {
  position: relative;
  display: inline-block;
}

.arrow-red5:before {
  content: '';
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #bb2800;
  position: relative;
}

.arrow-white8:before {
  content: '';
  display: inline-block;
  border: 8px solid transparent;
  border-left-color: #fff;
  position: relative;
  top: 2px;
}

.arrow-brown5:before {
  content: '';
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #512a00;
  position: relative;
}

.arrow-orange5 {
  position: relative;
  display: inline-block;
}

.arrow-orange5:before {
  content: '';
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #eb5300;
  position: relative;
}

.arrow-pink5 {
  position: relative;
  display: inline-block;
}

.arrow-pink5:before {
  content: '';
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #e5007e;
  position: relative;
}



.arrow-blue5 {
  position: relative;
  display: inline-block;
}

.arrow-blue5:before {
  content: '';
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #3795ff;
  position: relative;
}

.arrow-lred5 {
  position: relative;
  display: inline-block;
}

.arrow-lred5:before {
  content: '';
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #ff1e00;
  position: relative;
}




/* ********************
button
******************** */
.button-yellow {
  box-sizing: border-box;
  background-color: #FFD014;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  color: #512a00 !important;
  text-align: center;
  padding: .8em;
  display: inline-block;
  width: 100%;
}
.button-yellow:hover {
  background: #fffc14;
  text-decoration: none;
}

.button-blue {
  background: #0068dd;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  padding: .8em;
  text-align: center;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  width: 100%;
}
.button-blue:hover {
  background: #3795ff;
  text-decoration: none;
}

.button-red {
  background: #ba2f21;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  padding: .8em;
  text-align: center;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  width: 100%;
}

.button--lv-white {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 5px;
  color: #bb2800;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}
.button--lv-white figure {
  float: left;
  padding-right: 5px;
  width: 32px;
}
.button--lv-white figure img {
  width: 100%;
}
.button--lv-white span {
  float: left;
  display: inline-block;
  background: url(../img/icon_arrow_red_11.gif) no-repeat left center;
  background-size: 7px 7px;
  width: 80px;
  padding-left: 10px;
}
.button--lv-white span.line1 {
  margin-top: 10px;
}
.button--lv-white span.line2 {
  margin-top: 5px;
}

.button-s{
  padding: .3em .8em;
}

/* ********************
title
******************** */
.title-pinkradius{
  background: #ff3e82;
  border-radius: 10px;
  line-height: 1em;
  box-sizing:border-box;
  padding: 5px .5em;
  display: inline-block;
  color: #fff;
  position: relative;
  top: -2px;
}

.title-bgred{
  background: #cd292a;
  color: #fff;
  padding: 5px .5em;
  line-height: 1em;
  font-weight: bold;
  border-radius: 2px;
  margin-bottom: 10px;
}

.title-bgblue{
  background: #0074d3;
  color: #fff;
  padding: 5px .5em;
  line-height: 1em;
  font-weight: bold;
  border-radius: 2px;
  margin-bottom: 10px;
}

.title-bgpink{
  background: #ff3e82;
  color: #fff;
  padding: 5px .5em;
  line-height: 1em;
  font-weight: bold;
  border-radius: 2px;
  margin-bottom: 10px;
}



/* ********************
section
******************** */
.section-bordergray{
  padding: 10px 0;
  border-bottom:1px dashed #ccc;
}

.box-borderyel{
  border:5px solid #ffe476;
  border-radius: 10px;
  background: #fff;
  margin: 8px;
  box-sizing:border-box;
  padding: 5px;
  position: relative;
}

/* ********************
list
******************** */
.list-indent{
  padding-left: 1.5em;
}

.list-indent li{
  text-indent: -1.5em;
  margin-bottom: 3px;
}

/* ********************
others
******************** */
embed {
  background: #000 !important;
  max-width: 100% !important;
}

iframe {
  max-width: 100% !important;
}


img{
  max-width: 100%;
  height: auto;}