@charset "UTF-8";
/* SP */
.gnav_item:before, .gnav_item:first-child:before, .gnav_item:first-child:after, .title:before, .title:after, .panel:before, .panel:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ece7d2;
  background-image: -webkit-gradient(linear, left top, right top, from(#eb7728), color-stop(50%, #f5eca9), to(#ea6a08));
  background-image: -webkit-linear-gradient(left, #eb7728, #f5eca9 50%, #ea6a08);
  background-image: linear-gradient(to right, #eb7728, #f5eca9 50%, #ea6a08);
}

@font-face {
  font-family: hanamin;
  src: url(../font/HanaMinA.ttf) format("truetype");
}
/* start */
.gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 75px;
  padding: 8px 0;
  background: #fff;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gnav_area {
  position: relative;
}
.gnav_inner {
  margin-top: 10px;
}
.gnav_box {
  position: relative;
  height: 0;
  -webkit-transition: height .4s ease-in;
          transition: height .4s ease-in;
  overflow: hidden;
  /* ナビゲーションの動き */
}
.gnav_box.-on {
  height: 400px;
}
.gnav_box.-close {
  height: 0;
}
.gnav_logo img {
  width: 150px;
  height: auto;
}
.gnav_btn {
  position: absolute;
  top: 33%;
  right: 15px;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  z-index: 1;
}
.gnav_icn {
  position: relative;
  display: block;
  width: 30px;
  height: 26px;
  padding: 0;
  border: none;
  background: none;
  outline: 0;
  tap-highlight-color: transparent;
  cursor: pointer;
}
.gnav_icn_layer {
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 5px;
  background: #ea6a08;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.gnav_icn_layer.-top {
  top: 0;
}
.gnav_icn_layer.-mid {
  top: 10px;
}
.gnav_icn_layer.-btm {
  top: 20px;
}
.gnav_list, .sns {
  width: 100%;
  margin: 0 auto;
  padding: 15px 3% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gnav_item {
  position: relative;
  display: table;
  width: 100%;
}
.gnav_item a {
  display: block;
  padding: 10px 18px 5px;
}
.gnav_item.-coupon {
  display: block;
  float: left;
  width: 50%;
  border-bottom: 1px solid #c3c3c3;
}
.gnav_item.-coupon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 40px;
  margin-top: -20px;
  background: #c3c3c3;
}
.gnav_item.-coupon a {
  padding: 20px 0 19px;
}
.gnav_item.-mileage {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #c3c3c3;
}
.gnav_item.-mileage a {
  padding: 15px 0 15px;
}
.gnav_item:before {
  top: 0;
  background-color: #ff923d;
  background-image: none;
}
.gnav_item:first-child:before {
  top: 0;
}
.gnav_item:first-child:after {
  top: 3px;
}
.gnav_item_img, .gnav_item_txt {
  display: table-cell;
  height: auto;
  vertical-align: middle;
}
.gnav_item_img img, .gnav_item_txt img {
  width: 60px;
  height: auto;
}
.gnav_item_txt {
  padding-left: 20px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gnav_item_txt img {
  width: 100px;
}
.gnav_item.-mileage .gnav_item_txt img {
  width: 124px;
}




/* ハンバーガーメニューの動き */
.-on1 {
  -webkit-animation-name: icon1;
          animation-name: icon1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.-close1 {
  -webkit-animation-name: iconclose1;
          animation-name: iconclose1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes icon1 {
  99.9%,to {
    height: 2px;
    top: 6px;
  }
}

@keyframes icon1 {
  99.9%,to {
    height: 2px;
    top: 6px;
  }
}
@-webkit-keyframes iconclose1 {
  0% {
    height: 2px;
    top: 6px;
  }
  99.9%,to {
    height: 5px;
    top: 0;
  }
}
@keyframes iconclose1 {
  0% {
    height: 2px;
    top: 6px;
  }
  99.9%,to {
    height: 5px;
    top: 0;
  }
}
.-on2 {
  -webkit-animation-name: icon2;
          animation-name: icon2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.-close2 {
  -webkit-animation-name: iconclose2;
          animation-name: iconclose2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes icon2 {
  99.9%,to {
    height: 2px;
  }
}

@keyframes icon2 {
  99.9%,to {
    height: 2px;
  }
}
@-webkit-keyframes iconclose2 {
  0% {
    height: 2px;
  }
  99.9%,to {
    height: 5px;
  }
}
@keyframes iconclose2 {
  0% {
    height: 2px;
  }
  99.9%,to {
    height: 5px;
  }
}
.-on3 {
  -webkit-animation-name: icon3;
          animation-name: icon3;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.-close3 {
  -webkit-animation-name: iconclose3;
          animation-name: iconclose3;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes icon3 {
  99.9%,to {
    height: 2px;
    top: 14px;
  }
}

@keyframes icon3 {
  99.9%,to {
    height: 2px;
    top: 14px;
  }
}
@-webkit-keyframes iconclose3 {
  0% {
    height: 2px;
    top: 14px;
  }
  99.9%,to {
    height: 5px;
    top: 20px;
  }
}
@keyframes iconclose3 {
  0% {
    height: 2px;
    top: 14px;
  }
  99.9%,to {
    height: 5px;
    top: 20px;
  }
}
/* sns */
.sns {
  clear: both;
  margin-top: 15px;
  text-align: left;
}
.sns_item {
  margin-bottom: 5px;
}
.sns_item:last-child {
  margin-bottom: 0;
}


/* 404 */
.notfound {
  padding: 80px 3% 30px;
  line-height: 1.8;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}
.notfound_lead {
  margin-bottom: 30px;
}
.notfound_txt-main {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}


/* free */
.free-head {
  width: 114px;
  margin: 0 auto;
  padding: 15px 0;
}
.free-foot {
  padding: 15px 3%;
  background: #efe8c6;
  text-align: center;
}
.free-foot_txt {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
}
.free-area {
  width: 100%;
  color: #343434;
  overflow: hidden;
}
.free-area_title {
  margin-bottom: 15px;
  line-height: 1.8;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
.free-txtarea {
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
}

.box-area-sns_title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  color: #343434;
}
.box-area-sns_title:before {
  content: '';
  position: absolute;
  background-color: #f5eca9;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
}
.box-area-sns_title:after {
  content: '';
  position: absolute;
  background-color: #f5eca9;
  width: 100%;
  bottom: 3px;
  left: 0;
  height: 1px; 
}
.box-inner-sns {
  background: #fff;
}

.box-inner-sns.fb_iframe_widget,
.box-inner-sns.fb_iframe_widget span,
.box-inner-sns.fb_iframe_widget iframe[style]{
    max-width: 500px;
    width: 100% !important;
}


/* 各ブレークポイント
============================================*/
@media (min-width: 768px) {
  .gnav {
    position: relative;
    width: 100%;
    min-height: auto;
    padding: 15px 20px;
    overflow: hidden;
    z-index: 9999;
  }
  .gnav_area {
    position: relative;
    margin-bottom: 15px;
  }
  .gnav_inner {
    margin-top: 0;
  }
  .gnav_box {
    height: auto;
    /* ナビゲーションの動き */
  }
  .gnav_box.-on {
    height: auto;
  }
  .gnav_box.-close {
    height: auto;
  }
  .gnav_logo img {
    width: 200px;
  }
  .gnav_logo a {
    display: block;
  }
  .gnav_logo a:hover {
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  .gnav_btn {
    display: none;
  }
  .gnav_list, .sns {
    margin: 0;
    padding: 0;
  }
  .gnav_item {
    display: block;
    width: auto;
    text-align: left;
  }
  .gnav_item.-coupon {
    float: none;
    width: 100%;
  }
  .gnav_item.-coupon:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 1px !important;
    margin: 0;
    background-color: #ece7d2;
    background-image: -webkit-gradient(linear, left top, right top, from(#eb7728), color-stop(50%, #f5eca9), to(#ea6a08));
    background-image: -webkit-linear-gradient(left, #eb7728, #f5eca9 50%, #ea6a08);
    background-image: linear-gradient(to right, #eb7728, #f5eca9 50%, #ea6a08);
  }
  .gnav_item.-mileage {
    width: 100%;
  }
  /* .gnav_item.-mileage:before,
  .gnav_item.-mileage:after {
    display: none;
  } */
  .gnav_item.-mileage .gnav_item_txt img {
    width: auto;
  }
  .gnav_item a {
    padding: 14px 5px 9px;
  }
  .gnav_item a:hover {
    background: #fffbe1;
  }
  .gnav_item a:hover .gnav_item_img img, .gnav_item a:hover .gnav_item_txt img {
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  .gnav_item a:hover .gnav_item_txt img {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .gnav_item.-coupon a {
    padding: 20px 0 17px 8px;
  }
  .gnav_item.-mileage a {
    padding: 18px 0 12px 8px;
  }
  .gnav_item:before {
    top: 0;
    height: 1px !important;
    background-color: #ece7d2;
    background-image: -webkit-gradient(linear, left top, right top, from(#eb7728), color-stop(50%, #f5eca9), to(#ea6a08));
    background-image: -webkit-linear-gradient(left, #eb7728, #f5eca9 50%, #ea6a08);
    background-image: linear-gradient(to right, #eb7728, #f5eca9 50%, #ea6a08);
  }
  .gnav_item:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 1px !important;
    background-color: #ece7d2;
    background-image: -webkit-gradient(linear, left top, right top, from(#eb7728), color-stop(50%, #f5eca9), to(#ea6a08));
    background-image: -webkit-linear-gradient(left, #eb7728, #f5eca9 50%, #ea6a08);
    background-image: linear-gradient(to right, #eb7728, #f5eca9 50%, #ea6a08);
  }
  .gnav_item_img, .gnav_item_txt {
    display: inline-block;
    height: auto;
  }
  .gnav_item_img img, .gnav_item_txt img {
    width: 60px;
    -webkit-transition: .20s ease-in;
            transition: .20s ease-in;
  }
  .gnav_item_txt {
    margin: 0;
    padding-left: 0;
    text-align: center;
  }
  .gnav_item_txt img {
    width: auto;
  }

  /* sns */
  .sns {
    margin-top: 10px;
    padding-left: 20px;
  }
  .sns_item {
    margin-bottom: 8px;
  }
  .sns_item:last-child {
    margin-bottom: 0;
  }

  .fb_iframe_widget iframe {
    bottom: 0;
  }

  .box-area-sns_title {
    font-size: 16px;
  }


  /* 404 */
  .notfound {
    padding: 150px 0 30px;
   }
  .notfound_lead {
    margin-bottom: 60px;
  }
  .notfound_txt-main {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }


  /* free */
  .free-head {
    width: 228px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .free-foot {
    padding: 30px 3%;
    background: #efe8c6;
    text-align: center;
  }

  .free-area {
    width: 1000px;
    margin: 0 auto;
  }
  .free-area_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .free-txtarea {
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .box-area-sns {
    width: 100%;
    overflow: hidden;
  }
  .box-area-sns_item {
    float: left;
    width: 30%;
    margin-right: 5%;
  }

  .box-area-sns_item:last-child {
    margin-right: 0;
  }

  .box-area-sns_item .widgettitle {
    display: none;
  }
  .box-area-sns_item .textwidget .sbi_header_link {
    color: #343434 !important;
  }

  #sb_instagram .sbi_header_text {
      width: 95%;
  }
  #sb_instagram .sbi_header_img {
    margin: 0 0 0 -95% !important;
  }

}
/* foot */
footer {
  padding-top: 91px;
  background: url(../img/cmn/foot_wave.png);
  background-size: 502px;
  background-color: #fffff2;
  background-position: top center;
}

.foot {
  background: #343434;
  text-align: center;
}
.foot_logo {
  padding: 30px 0;
}
.foot_logo img {
  width: 60px;
  height: auto;
}
.foot_list {
  text-align: center;
}
.foot_list a {
  display: block;
  padding: 15px 0;
  background: #444444;
}
.foot_item + .foot_item {
  border-top: 2px solid #343434;
}
.foot-g {
  padding: 15px 0 10px;
  background: #fff;
}
.foot-g_logo {
  display: inline-block;
  vertical-align: middle;
}
.foot-g_logo.-cw {
  width: 140px;
  margin-right: 15px;
}
.foot-g_logo.-atom {
  width: 66px;
}
.copy {
  margin-top: 10px;
  font-size: 0.9rem;
  font-size: 9px;
  color: #666;
}

/* 各ブレークポイント
============================================*/
@media (min-width: 736px) {
  footer {
    padding-top: 158px;
    background-size: 895px;
  }

  .foot {
    background: #343434;
    text-align: center;
  }
  .foot_logo {
    padding: 25px 0;
  }
  .foot_logo img {
    width: 48px;
  }
  .foot_list {
    padding: 40px 0;
    text-align: center;
  }
  .foot_list a {
    display: inline;
    padding: 0;
    background: #343434;
  }
  .foot_list a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #ea6a08;
  }
  .foot_item {
    display: inline-block;
    margin: 0 5px;
    line-height: 1.8;
  }
  .foot_item + .foot_item {
    border-top: none;
  }
  .foot-g {
    padding: 20px 0 15px;
  }
  .foot-g_logo.-cw {
    width: 180px;
    margin-right: 20px;
  }
  .foot-g_logo.-atom {
    width: 86px;
  }
  .copy {
    margin-top: 15px;
    font-size: 1rem;
    font-size: 10px;
  }
}
@media (min-width: 915px) {
  .foot_item {
    margin: 0 25px;
  }
}
@media print {
  body {
    margin: 0 !important;
    padding: 0 !important;
  }

  .nav {
    display: none !important;
  }

  .main {
    padding: 0 !important;
  }

  .mainimg {
    display: none !important;
  }

  .mainTxt {
    display: none !important;
  }

  .wrap {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    overflow: inherit;
  }

  .bread.sp.pc {
    display: none !important;
  }

  .shopDetail {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .shopDetail_body {
    width: 100% !important;
    margin-bottom: 10px !important;
    overflow: hidden !important;
  }
  .shopDetail_body.-tel {
    display: block !important;
  }
  .shopDetail_title {
    width: 100%;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    font-size: 24px !important;
  }
  .shopDetail_title.tag:before {
    display: none;
  }
  .shopDetail_box {
    float: right !important;
    width: 50% !important;
  }
  .shopDetail_area {
    float: left !important;
    width: 48% !important;
  }
  .shopDetail_img {
    width: 100% !important;
  }
  .shopDetail_img img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .shopDetail_access.sp {
    display: none !important;
  }
  .shopDetail_access.pc {
    display: block !important;
  }

  .shopBlock {
    border: none !important;
  }

  .shopBlock_body.-lower.-tel {
    font-size: 24px !important;
    color: #343434 !important;
  }

  .shopBlock_txt.-tel.pc {
    display: block !important;
  }

  .shopBlock_body {
    border: none !important;
  }

  .shopBlock_body.-tel .sp {
    display: none !important;
  }

  .shopBlock_body.-lower.-map {
    display: none !important;
  }

  .shopBlock_btn.sp {
    display: none !important;
  }

  .shopInfo {
    position: absolute !important;
    top: 550px !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
  }

  .shopInfo_list {
    display: table !important;
    width: 100% !important;
  }

  .shopInfo_head {
    display: table-cell !important;
    width: 20% !important;
    padding: 3px !important;
    font-size: 12px !important;
  }

  .shopInfo_body {
    width: 75% !important;
    padding: 3px !important;
    font-size: 12px !important;
  }

  .shopInfo.-map.pc.sp {
    display: block !important;
    position: absolute !important;
    top: 330px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .shopInfo.-map.pc.sp .shopInfo_title {
    display: none !important;
  }

  #gMap {
    position: absolute !important;
    display: block !important;
    width: 108% !important;
    height: 200px !important;
    margin-left: -8% !important;
  }

  .btn {
    display: none;
  }

  footer {
    display: none;
  }

  .content {
    width: 100%;
  }
  .content .box {
    display: none;
  }

  @-moz-document url-prefix() {
    html {
      height: 100% !important;
    }

    body {
      position: relative !important;
      height: 100% !important;
      margin: 0 !important;
      margin-top: -200px !important;
      padding: 0 !important;
    }

    #gMap {
      position: absolute !important;
      display: block !important;
      width: 120% !important;
      height: 200px !important;
      left: -60px !important;
    }
  }
}
article {
  position: relative;
}

section {
  padding-bottom: 20px;
  background: #fffff2;
}

.content {
  position: relative;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 9;
}

.main {
  padding: 25px 3%;
  background: url(../img/cmn/bg_01.jpg) repeat 0 0;
  -webkit-background-size: 84px 84px;
          background-size: 84px 84px;
}

a {
  outline: none;
}

.is-noTxt {
  height: 80px;
  text-align: center;
  font-size: 25px;
  font-size: 1.6rem;
  font-size: 16px;
  color: #343434;
}

/* pc,sp切り替え */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

.mainimg {
  width: 100%;
  max-height: 125px !important;
  min-height: 125px !important;
  background: #000;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  z-index: -1;
}

.mainimg img {
  width: 100%;
  min-height: 125px !important;
  margin: 0 auto;
  filter: brightness(80%);
}

.mainTxt {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  padding-bottom: 15px;
  text-align: center;
  font-size: 30px;
  overflow: hidden;
  z-index: 0;
}
.mainTxt_title {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 3px double #f5eca9;
  letter-spacing: 1px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hanamin", "メイリオ", Meiryo, serif;
  font-weight: bold;
}

.nav {
  position: relative;
  min-height: 75px;
  z-index: 10;
  background-color: #fff;
}

.logo {
  margin-bottom: 25px;
  text-align: center;
}
.logo img {
  width: 255px;
  height: auto;
}

.list {
  margin-bottom: 30px;
}
.list_item + .list_item {
  margin-top: 20px;
}

.title {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.title:before {
  bottom: 1px;
  height: 1px;
  background-color: #f5eca9;
  background-image: none;
}
.title:after {
  bottom: 3px;
  height: 1px;
  background-color: #f5eca9;
  background-image: none;
}
.title img {
  width: 75px;
  height: auto;
}

.info_area {
  margin-bottom: 20px;
}
.info_data {
  font-size: 17px;
  font-size: 1.1rem;
  font-size: 11px;
  color: #343434;
}
.info_data + .info_data {
  margin-top: 15px;
}
.info_data_head {
  margin-bottom: 5px;
}
.info_data_body {
  line-height: 1.5;
}
.info_data_body a {
  color: #343434;
}
.info.-news {
  margin-bottom: 50px;
}

.box {
  padding: 25px 3% 0;
  background: #fffff2;
}
.box.-lower {
  padding: 0;
}

.bnr {
  padding: 25px 3%;
  background: #e6e6db;
}
.bnr.-top {
  margin: 0 -3%;
}
.bnr_list {
  text-align: center;
}
.bnr_item img {
  max-width: 297px;
  height: auto;
}
.bnr_item + .bnr_item {
  margin-top: 15px;
}

.btn {
  border: 1px solid #dfddd1;
  background: #ffffef;
  text-align: center;
}
.btn a {
  display: block;
  padding: 15px 0;
  font-size: 12px;
  font-size: 19px;
  font-size: 1.2rem;
  color: #343434;
}
.btn.-mt {
  margin-top: 40px;
}
.btn.-lower {
  margin-top: 60px;
}
.btn.-menu {
  margin-bottom: 20px;
}
.btn.-coupon {
  background: url(../img/cmn/icn_01.png) no-repeat 5% 50% #ffffef;
  -webkit-background-size: 12px 12px;
          background-size: 12px 12px;
  line-height: 1.5;
  text-align: left;
}
.btn.-coupon a {
  padding-right: 3%;
  padding-left: 14%;
}
.btn.-form, .btn.-back {
  display: block;
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 0;
  border: none;
  border-radius: none;
  background: #ee953d;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 15px;
  color: #fff;
}
.btn.-back {
  background: #949494;
}
.icn {
  padding-left: 20px;
  background: url(../img/cmn/icn_01.png) no-repeat 0 50%;
  -webkit-background-size: 12px 12px;
          background-size: 12px 12px;
}
.icn.-outer {
  position: relative;
}
.icn.-outer:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -18px;
  width: 13px;
  height: 11px;
  margin-top: -5px;
  background: url(../img/about/sp/icn_outer.png) no-repeat 0 0;
  -webkit-background-size: 13px 11px;
          background-size: 13px 11px;
}

.panel {
  position: relative;
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
}
.panel:before {
  bottom: 2px;
  height: 1px;
  z-index: 12;
}
.panel:after {
  bottom: 4px;
  height: 1px;
  z-index: 12;
}
.panel_img img {
  max-width: 430px;
  height: auto;
}
.panel_menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px;
  background-color: rgba(52, 52, 52, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.panel_menu_head {
  position: relative;
  margin-bottom: 15px;
  text-align: right;
  font-size: 9px;
  font-size: 14px;
  font-size: 0.9rem;
  color: #dbdbdb;
}
.panel_menu_head.-tag:before {
  position: absolute;
  top: -5px;
  left: 0;
  padding: 5px;
  text-align: center;
  font-size: 9px;
  font-size: 14px;
  font-size: 0.9rem;
  color: #fff;
}
.panel_menu_head.-menu:before {
  content: 'メニュー';
  background: #ea6a08;
}
.panel_menu_head.-topics:before {
  content: 'トピックス';
  background: #6ec574;
}
.panel_menu_head.-fair:before {
  content: 'フェア';
  background: #c5936e;
}
.panel_menu_head.-open:before {
  content: 'OPEN';
  background: #6e87c5;
}
.panel_menu_head.-news:before {
  content: 'お知らせ';
  background: #dd7d96;
}
.panel_menu_body {
  line-height: 1.5;
  font-size: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.panel_menu_width {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panel_menu_width:before {
  content: '(';
}
.panel_menu_width:after {
  content: ')';
}

.wp-pagenavi {
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wp-pagenavi .pages {
  display: block;
  margin: 0;
  padding: 0 15px 12px;
  border: none;
  line-height: 1;
  font-size: 12px;
  color: #343434;
}
.wp-pagenavi .current {
  display: inline-block;
  margin: 0 5px;
  padding: 12px 15px;
  border: none;
  background: #ee953d;
  line-height: 1;
  color: #fff;
}
.wp-pagenavi a {
  display: inline-block;
  margin: 0 5px;
  padding: 12px 15px;
  border: none;
  background: #c4c4c4;
  line-height: 1;
  font-size: 18px;
  color: #fff;
}

.bread {
  width: 884px;
  margin: 0 auto 40px;
  text-align: right;
  line-height: 1.5;
  font-size: 12px;
  color: #646464;
}
.bread_list:before {
  content: '\003c';
  padding: 0 8px;
}
.bread_current {
  color: #ee953d;
}
.bread a {
  color: #646464;
  -webkit-transition: .25s ease-in-out;
          transition: .25s ease-in-out;
}
.bread a:hover {
  color: #ee953d;
}

.is-lower {
  margin-top: 30px !important;
}

  .box-area-sns {
    width: 100%;
    overflow: hidden;
  }
  .box-area-sns_item {
    float: none;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .box-area-sns_item:last-child {
    margin: 0 auto;
  }

  .box-area-sns_item .widgettitle {
    display: none;
  }
  .box-area-sns_item .textwidget .sbi_header_link {
    color: #343434 !important;
  }

  #sb_instagram .sbi_header_text {
      width: 95%;
  }
  #sb_instagram .sbi_header_img {
    margin: 0 0 0 -95% !important;
  }
  .box-inner-sns {
    max-width: 300px;
    margin: 0 auto;
  }


/* 各ブレークポイント
============================================*/
/* 2カラム小　*/
@media (min-width: 736px) {
  .is-lower {
    margin-top: 50px !important;
  }

  .is-noTxt {
    height: 140px;
  }

  /* pc,sp切り替え */
  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  section {
    padding: 0;
  }

  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    min-height: 679px;
    z-index: 9999;
  }

  .wrap {
    min-height: 100%;
    margin-top: 200px !important;
    margin-left: 240px;
    overflow: hidden;
  }

  .mainimg {
    position: fixed;
    top: 0;
    left: 0;
    max-height: 400px !important;
    min-height: 400px !important;
    padding-left: 240px;
    background: url(../img/cmn/bg_01.jpg) repeat 0 0;
    -webkit-background-size: 84px 84px;
            background-size: 84px 84px;
  }
  .mainimg_list {
    position: relative;
  }
  .mainimg_item {
    position: absolute;
    top: -60px;
    left: 0;
  }
  .mainimg img {
    min-width: 100% !important;
    min-height: 200px !important;
    height: auto;
  }

  .mainlogo {
    position: fixed;
    top: 21px;
    left: 60px;
    padding-left: 240px;
    overflow: hidden;
    z-index: 2;
  }
  .mainlogo img {
    width: 50%;
    height: auto;
  }

  .mainTxt {
    position: fixed;
    top: 80px;
    left: 120px;
    font-size: 38px;
  }
  .mainTxt_title {
    padding-bottom: 8px;
  }

  .main {
    padding: 30px 3%;
    -webkit-background-size: 168px 168px;
            background-size: 168px 168px;
  }
  .main.-lower {
    padding: 20px 3% 35px;
  }

  .news {
    width: 600px;
    margin: 0 auto;
  }
  .news.-lower {
    width: 884px;
  }

  .box {
    padding: 50px 3% 20px;
    overflow: hidden;
    /* 下層用バナーエリア 変化はSPとPC1回のみ */
  }
  .box.-lower {
    padding: 30px 0 0;
  }
  .box.-lower .box_area {
    width: 884px;
  }
  .box.-lower .bnr {
    width: 884px;
  }
  .box.-lower .bnr_item img {
    width: 412px;
  }
  .box_area {
    width: 600px;
    margin: 0 auto;
  }

  .list {
    width: 100%;
    margin: 0 0 20px;
    overflow: hidden;
  }
  .list_item {
    float: left;
    margin: 0 0 20px;
  }
  .list_item.-lower {
    margin: 0 0 20px;
  }
  .list_item.-lower:nth-child(2n) {
    float: right;
  }
  .list_item.-lower + .list_item {
    margin: 0 0 20px;
  }
  .list_item + .list_item {
    margin: 0 0 20px;
  }
  .list_item:nth-child(2n) {
    float: right;
  }

  .panel {
    max-width: 290px;
    width: 100%;
    margin: 0;
  }
  .panel.-lower {
    max-width: 430px;
  }
  .panel.-lower a {
    width: 428px;
  }
  .panel.-lower a:before {
    top: 45%;
  }
  .panel.-lower a:after {
    width: 430px;
    height: 460px;
  }
  .panel.-lower .panel_img img {
    max-width: 430px;
    min-height: 331px;
  }
  .panel.-lower .panel_menu {
    padding: 20px;
  }
  .panel.-lower .panel_menu_head {
    font-size: 1.4rem;
    font-size: 14px;
  }
  .panel.-lower .panel_menu_head.-tag:before {
    padding: 5px 10px;
    font-size: 1.4rem;
    font-size: 14px;
  }
  .panel.-lower .panel_menu_body {
    font-size: 1.4rem;
    font-size: 14px;
  }
  .panel_img img {
    max-width: 290px;
    min-height: 226px;
    width: 100%;
    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .panel_menu {
    z-index: 10;
  }
  .panel_menu_head {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .panel_menu_head.-tag:before {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .panel_menu_body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .panel a {
    position: relative;
    display: block;
    width: 290px;
    overflow: hidden;
  }
  .panel a:before {
    content: '詳細を見る';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -70px 0 0 -98px;
    padding: 18px 50px;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 4px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10;
    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
  }
  .panel a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
    height: 460px;
    background-color: rgba(52, 52, 52, 0);
    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
  }
  .panel a:hover img {
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  .panel a:hover:before {
    border-color: white;
    border-width: 4px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .panel a:hover:after {
    background-color: rgba(52, 52, 52, 0.3);
  }

  .btn {
    width: 500px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .btn a {
    padding: 20px 0;
    font-size: 1.6rem;
    font-size: 16px;
  }
  .btn a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .btn.-shop {
    width: 168px;
  }
  .btn.-coupon {
    width: 600px;
    padding-left: 0;
    line-height: 1.5;
    background: url(../img/cmn/icn_01.png) no-repeat 15px 50% #ffffef;
    -webkit-background-size: 14px 14px;
            background-size: 14px 14px;
  }
  .btn.-coupon a {
    padding: 16px 0 16px 45px;
  }
  .btn.-ticket {
    width: 100%;
  }
  .btn.-ticket a {
    padding: 16px 0;
  }
  .btn.-map {
    float: left;
    display: inline-block;
    max-width: 74px;
    padding: 3px;
    font-size: 1.2rem;
    font-size: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #343434;
  }
  .btn.-map img {
    max-width: 18px;
    height: auto;
    margin-right: 5px;
    vertical-align: bottom;
  }
  .btn.-map:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .btn.-place {
    width: 100%;
  }
  .btn.-form, .btn.-back {
    max-width: 360px;
    padding: 20px 0;
    font-size: 1.8rem;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
  }
  .btn.-form:hover, .btn.-back:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  .icn {
    padding-left: 25px;
    background: url(../img/cmn/icn_01.png) no-repeat 0 50%;
    -webkit-background-size: 14px 14px;
            background-size: 14px 14px;
  }

  .icn.-outer:after {
    right: -24px;
    width: 16px;
    height: 14px;
    margin-top: -7px;
    background: url(../img/about/pc/icn_outer.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
            background-size: 16px 14px;
  }

  .info {
    width: 100%;
    margin: 0 auto;
  }
  .info.-news {
    width: 100%;
    margin-bottom: 30px;
  }
  .info.-news .info_area {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .info_area {
    margin: 0 auto 30px;
  }
  .info_data {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .info_data + .info_data {
    margin-top: 15px;
  }
  .info_data_head {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.5;
  }
  .info_data_body {
    padding-left: 90px;
    line-height: 1.5;
  }
  .info_data_body a {
    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
  }
  .info_data_body a:hover {
    color: #ee953d;
  }

  .bnr {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bnr.-top {
    margin: 0 auto;
  }
  .bnr_list {
    margin-bottom: -15px;
    padding: 0 15px;
    overflow: hidden;
  }
  .bnr_item {
    float: left;
    margin: 0 0 15px 0;
  }
  .bnr_item img {
    max-width: 412px;
    width: 278px;
    height: auto;
  }
  .bnr_item + .bnr_item {
    margin: 0 0 20px 0;
  }
  .bnr_item:nth-child(2n) {
    float: right;
  }
  .bnr a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  .wp-pagenavi {
    width: 884px;
    margin: 0 auto;
  }
  .wp-pagenavi .current {
    padding: 15px 19px;
  }
  .wp-pagenavi a {
    padding: 15px 19px;
    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
  }
  .wp-pagenavi a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  .box-area-sns {
    width: 100%;
    overflow: hidden;
  }
  .box-area-sns_item {
    float: none;
    width: 480px;
    max-width: 100%;
    margin: 0 auto 50px;
  }
  .box-area-sns_item:last-child {
    margin: 0 auto 0;
  }

  .box-inner-sns {
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
  }

}
/* 2カラム　*/
@media (min-width: 1024px) {
  .wrap {
    margin-top: 250px !important;
  }

  .main {
    padding: 35px 3%;
  }

  .mainimg_item {
    position: absolute;
    top: -80px;
    left: 0;
  }
  .mainimg img {
    min-height: 250px !important;
  }

  .mainlogo {
    display: none;
    top: 29px;
    left: 100px;
  }
  .mainlogo img {
    width: 60%;
  }

  .mainTxt {
    top: 105px;
    left: 120px;
    font-size: 48px;
  }

  .logo {
    width: 884px;
    margin: 0 auto 25px;
  }
  .logo.-middle {
    display: block;
  }
  .logo.-middle img {
    width: 350px;
  }

  .news {
    width: 884px;
    margin: 0 auto;
  }

  .box {
    padding: 70px 3% 20px;
  }
  .box_area {
    width: 884px;
  }

  .list {
    margin: 0 0 20px 0;
    overflow: hidden;
  }
  .list_item {
    float: left;
    margin: 0 0 20px 0;
  }
  .list_item + .list_item {
    margin: 0 0 20px 0;
  }
  .list_item:nth-child(2n) {
    float: right;
  }

  .panel {
    max-width: 430px;
    width: 100%;
    margin: 0;
  }
  .panel_img img {
    max-width: 430px;
    min-height: 334px;
    width: 100%;
    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .panel a {
    width: 430px;
  }
  .panel a:after {
    width: 430px;
    height: 460px;
  }

  .title {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .title.-news img {
    width: 90px;
    height: auto;
  }
  .title img {
    width: 90px;
    height: auto;
  }

  .info {
    width: 100%;
    margin: 0 auto;
  }
  .info.-news {
    width: 100%;
    margin-bottom: 30px;
  }
  .info.-news .info_area {
    width: 600px;
    margin: 0 auto 30px;
  }
  .info_area {
    width: 600px;
    margin: 0 auto 30px;
  }

  .bnr {
    width: 884px;
    padding: 20px 0;
  }
  .bnr_list {
    margin-bottom: -30px;
    padding: 0 15px;
  }
  .bnr_item {
    margin: 0 0 30px 0;
  }
  .bnr_item img {
    width: 412px;
  }
  .bnr_item + .bnr_item {
    margin: 0 0 35px 0;
  }
  .bnr_item:nth-child(2n) {
    float: right;
  }
}
/* 4カラム 小　*/
@media (min-width: 1280px) {
  .wrap {
    margin-top: 300px !important;
  }

  .mainimg_item {
    top: -100px;
    left: 0;
  }
  .mainimg img {
    min-height: 300px !important;
  }

  .mainlogo {
    display: block;
    top: 29px;
    left: 130px;
  }
  .mainlogo img {
    width: 75%;
  }

  .mainTxt {
    top: 120px;
    left: 120px;
    font-size: 52px;
  }

  .main {
    padding: 50px 20px;
  }

  .logo.-middle {
    display: none;
  }

  .news {
    width: 1020px;
  }

  .box {
    padding: 50px 20px 20px;
  }
  .box_area {
    width: 1020px;
  }

  .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    overflow: hidden;
  }
  .list_item {
    float: left;
    margin: 0 20px 20px 0;
  }
  .list_item + .list_item {
    margin: 0 20px 20px 0;
  }
  .list_item:nth-child(2n) {
    float: left;
  }
  .list_item:nth-child(4n) {
    margin: 0 0 20px 0;
  }

  .panel {
    max-width: 240px;
  }
  .panel_img img {
    max-width: 240px;
    min-height: 187px;
  }
  .panel_menu_head {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .panel_menu_head.-tag:before {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .panel_menu_body {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .panel a {
    width: 240px;
  }
  .panel a:before {
    margin: -61px 0 0 -61px;
    padding: 12px 25px;
    border-width: 2px;
    font-size: 14px;
  }
  .panel a:hover:before {
    border-width: 2px;
  }
  .panel a:after {
    width: 240px;
    height: 460px;
  }

  .btn {
    width: 400px;
  }
  .btn a {
    padding: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .info.-news {
    float: left;
    width: 48%;
    margin-bottom: 0;
  }
  .info.-news .info_area {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .info_area {
    width: 100%;
    margin: 0 auto 40px;
  }
  .info_data {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .bnr {
    width: 48%;
    padding: 30px 0;
  }
  .bnr_list {
    margin-bottom: -15px;
    padding: 0 15px;
  }
  .bnr_item {
    float: left;
    margin: 0 0 15px 0;
  }
  .bnr_item img {
    width: 220px;
  }
  .bnr_item + .bnr_item {
    margin: 0 0 20px 0;
  }
  .bnr_item:nth-child(2n) {
    float: right;
  }

  .box-area-sns {
    width: 100%;
    overflow: hidden;
  }
  .box-area-sns_item {
    float: left;
    width: 30%;
    max-width: 100%;
    margin-right: 5%;
  }
  .box-area-sns_item:last-child {
    margin-right: 0;
  }

  .box-inner-sns {
    width: 90%;
    margin: 0 auto;
  }

  .box-area-sns_item .widgettitle {
    display: none;
  }
  .box-area-sns_item .textwidget .sbi_header_link {
    color: #343434 !important;
  }

  #sb_instagram .sbi_header_text {
      width: 95%;
  }
  #sb_instagram .sbi_header_img {
    margin: 0 0 0 -95% !important;
  }

}
/* 4カラム 中　*/
@media (min-width: 1520px) {
  .mainimg_item {
    position: absolute;
    top: -170px;
    left: 0;
  }

  .mainlogo {
    top: 29px;
    left: 150px;
  }
  .mainlogo img {
    width: 75%;
  }

  .mainTxt {
    top: 120px;
    left: 120px;
    font-size: 52px;
  }

  section {
    padding-bottom: 20px;
  }

  .list {
    margin: 0 0 20px 0;
  }
  .list_item {
    margin: 0 20px 20px 0;
  }
  .list_item + .list_item {
    margin: 0 20px 20px 0;
  }
  .list_item:nth-child(4n) {
    margin: 0 0 20px 0;
  }

  .box {
    padding: 50px 20px 5px;
  }
  .box_area {
    width: 1220px;
  }

  .main {
    padding: 50px 20px;
  }

  .news {
    width: 1220px;
  }

  .panel {
    max-width: 290px;
  }
  .panel_img img {
    max-width: 290px;
    min-height: 226px;
  }
  .panel_menu_head {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .panel_menu_head.-tag:before {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .panel_menu_body {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .panel a {
    width: 290px;
  }
  .panel a:before {
    margin: -71px 0 0 -73px;
    padding: 14px 32px;
    border-width: 3px;
    font-size: 16px;
  }
  .panel a:hover:before {
    border-width: 3px;
  }
  .panel a:after {
    width: 290px;
    height: 460px;
  }

  .title {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .title.-news img {
    width: 70px;
  }
  .title img {
    width: 90px;
  }

  .info.-news {
    float: left;
    width: 48%;
  }
  .info.-news .info_area {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .info_area {
    width: 100%;
    margin: 0 auto 40px;
  }
  .info_data {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .bnr {
    width: 48%;
    padding: 30px 0;
  }
  .bnr_list {
    margin-bottom: -15px;
    padding: 0 15px;
  }
  .bnr_item {
    margin: 0 0 15px 0;
  }
  .bnr_item img {
    width: 270px;
  }
  .bnr_item + .bnr_item {
    margin: 0 0 20px 0;
  }
  .bnr_item:nth-child(2n) {
    float: right;
  }

  .btn {
    width: 400px;
  }
  .btn a {
    padding: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .box-area-sns {
    width: 100%;
    overflow: hidden;
  }
  .box-area-sns_item {
    float: left;
    width: 30%;
    max-width: 100%;
    margin-right: 5%;
  }

  .box-inner-sns {
    width: 320px;
    margin: 0 auto;
  }

  .box-area-sns_item:last-child {
    margin-right: 0;
  }

  .box-area-sns_item .widgettitle {
    display: none;
  }
  .box-area-sns_item .textwidget .sbi_header_link {
    color: #343434 !important;
  }

  #sb_instagram .sbi_header_text {
      width: 95%;
  }
  #sb_instagram .sbi_header_img {
    margin: 0 0 0 -95% !important;
  }

}
/* 4カラム大 */
@media (min-width: 1724px) {
  .wrap {
    margin-top: 400px !important;
  }

  .mainimg_item {
    top: -150px;
    left: 0;
  }
  .mainimg img {
    min-height: 400px !important;
  }

  .mainlogo {
    top: 42px;
    left: 160px;
  }
  .mainlogo img {
    width: 100%;
  }

  .mainTxt {
    top: 160px;
    left: 120px;
    font-size: 60px;
  }

  .list {
    margin: 0 0 40px 0;
  }
  .list_item {
    margin: 0 12px 12px 0;
  }
  .list_item + .list_item {
    margin: 0 12px 12px 0;
  }
  .list_item:nth-child(4n) {
    margin: 0 0 12px 0;
  }

  .news {
    width: 1484px;
  }

  .box_area {
    width: 1484px;
  }

  .panel {
    max-width: 360px;
  }
  .panel_img img {
    max-width: 360px;
    min-height: 280px;
  }
  .panel a {
    width: 360px;
  }
  .panel a:before {
    margin: -78px 0 0 -94px;
    padding: 18px 50px;
    border-width: 4px;
    font-size: 18px;
  }
  .panel a:hover:before {
    border-width: 4px;
  }
  .panel a:after {
    width: 360px;
    height: 460px;
  }

  .info.-news {
    float: left;
    width: 708px;
  }
  .info.-news .info_area {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .info_area {
    width: 680px;
    margin: 0 auto;
  }
  .info_data {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .info_data + .info_data {
    margin-top: 15px;
  }
  .info_data_head {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.5;
  }
  .info_data_body {
    padding-left: 90px;
    line-height: 1.5;
  }

  .bnr {
    width: 737px;
    padding: 30px 0;
  }
  .bnr_list {
    margin-bottom: -20px;
    padding: 0 20px;
  }
  .bnr_item {
    margin: 0 0 20px 0;
  }
  .bnr_item img {
    width: 345px;
  }
  .bnr_item + .bnr_item {
    margin: 0 0 25px 0;
  }
  .bnr_item:nth-child(2n) {
    float: right;
  }

  .btn {
    width: 600px;
  }

  .box-area-sns {
    width: 100%;
    overflow: hidden;
  }

  .box-inner-sns {
    width: 320px;
    margin: 0 auto;
  }

  .box-area-sns_item {
    float: left;
    width: 30%;
    max-width: 100%;
    margin-right: 5%;
  }
  .box-area-sns_item:last-child {
    margin-right: 0;
  }

  .box-area-sns_item .widgettitle {
    display: none;
  }
  .box-area-sns_item .textwidget .sbi_header_link {
    color: #343434 !important;
  }

  #sb_instagram .sbi_header_text {
      width: 95%;
  }
  #sb_instagram .sbi_header_img {
    margin: 0 0 0 -95% !important;
  }

}