@charset "UTF-8";
/*                reset
======================================================= */
body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%; }

body {
  color: #fff;
  background-color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 14px; } }

p {
  line-height: 1.5; }

/* for IE6 */
* html body {
  font-size: 100%; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }
  a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

input, textArea, select, button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16px;
  -webkit-appearance: none; }

select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button; }

button {
  cursor: pointer; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*                link
  ======================================================= */
a:link {
  color: #fff;
  text-decoration: none; }

a:visited {
  color: #fff;
  text-decoration: none; }

a:hover {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s; }
  a:hover img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; }

/*                common
  ======================================================= */
.clear:after {
  content: '';
  display: block;
  clear: both; }

.clear_both {
  clear: both; }

.hidden {
  overflow: hidden; }

/*                leyout
======================================================= */
#wrapper {
  overflow: hidden;
  background-color: #023964; }

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }
  @media only screen and (max-width: 1300px) {
    .main_width {
      padding: 0 30px; } }
  @media only screen and (max-width: 1024px) {
    .main_width {
      padding: 0 30px; } }
  @media only screen and (max-width: 768px) {
    .main_width {
      padding: 0 20px; } }
  @media only screen and (max-width: 480px) {
    .main_width {
      padding: 0 15px; } }

.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }
  .cont_width .cont_in {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 780px; }

/*                タイトル装飾
======================================================= */
.main_title_image {
  margin-bottom: 50px; }
  .main_title_image h1, .main_title_image h2, .main_title_image h3, .main_title_image > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    padding-bottom: 22px; }
    .main_title_image h1:before, .main_title_image h2:before, .main_title_image h3:before, .main_title_image > p:before {
      position: absolute;
      content: "";
      width: 25px;
      height: 5px;
      display: block;
      background: #fff;
      left: 50%;
      bottom: 0px;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
    .main_title_image h1 > span, .main_title_image h2 > span, .main_title_image h3 > span, .main_title_image > p > span {
      display: block; }
      .main_title_image h1 > span img, .main_title_image h2 > span img, .main_title_image h3 > span img, .main_title_image > p > span img {
        display: block;
        height: 40px;
        width: auto; }
  @media only screen and (max-width: 1200px) {
    .main_title_image {
      margin-bottom: 46px; }
      .main_title_image h1, .main_title_image h2, .main_title_image h3, .main_title_image > p {
        padding-bottom: 20px; }
        .main_title_image h1 > span img, .main_title_image h2 > span img, .main_title_image h3 > span img, .main_title_image > p > span img {
          height: 40px; } }
  @media only screen and (max-width: 1024px) {
    .main_title_image {
      margin-bottom: 40px; }
      .main_title_image h1, .main_title_image h2, .main_title_image h3, .main_title_image > p {
        padding-bottom: 20px; }
        .main_title_image h1:before, .main_title_image h2:before, .main_title_image h3:before, .main_title_image > p:before {
          width: 24px;
          height: 4px; }
        .main_title_image h1 > span img, .main_title_image h2 > span img, .main_title_image h3 > span img, .main_title_image > p > span img {
          height: 38px; } }
  @media only screen and (max-width: 768px) {
    .main_title_image {
      margin-bottom: 30px; }
      .main_title_image h1, .main_title_image h2, .main_title_image h3, .main_title_image > p {
        padding-bottom: 18px; }
        .main_title_image h1:before, .main_title_image h2:before, .main_title_image h3:before, .main_title_image > p:before {
          width: 22px;
          height: 4px; }
        .main_title_image h1 > span img, .main_title_image h2 > span img, .main_title_image h3 > span img, .main_title_image > p > span img {
          height: 34px; } }
  @media only screen and (max-width: 640px) {
    .main_title_image {
      margin-bottom: 20px; }
      .main_title_image h1, .main_title_image h2, .main_title_image h3, .main_title_image > p {
        padding-bottom: 16px; }
        .main_title_image h1:before, .main_title_image h2:before, .main_title_image h3:before, .main_title_image > p:before {
          width: 18px;
          height: 4px; }
        .main_title_image h1 > span img, .main_title_image h2 > span img, .main_title_image h3 > span img, .main_title_image > p > span img {
          height: 30px; } }
  @media only screen and (max-width: 480px) {
    .main_title_image {
      margin-bottom: 25px; }
      .main_title_image h1, .main_title_image h2, .main_title_image h3, .main_title_image > p {
        padding-bottom: 16px; }
        .main_title_image h1:before, .main_title_image h2:before, .main_title_image h3:before, .main_title_image > p:before {
          width: 18px;
          height: 4px; }
        .main_title_image h1 > span img, .main_title_image h2 > span img, .main_title_image h3 > span img, .main_title_image > p > span img {
          height: 26px; } }
  @media only screen and (max-width: 350px) {
    .main_title_image {
      margin-bottom: 20px; }
      .main_title_image h1, .main_title_image h2, .main_title_image h3, .main_title_image > p {
        padding-bottom: 12px; }
        .main_title_image h1:before, .main_title_image h2:before, .main_title_image h3:before, .main_title_image > p:before {
          width: 16px;
          height: 4px; }
        .main_title_image h1 > span img, .main_title_image h2 > span img, .main_title_image h3 > span img, .main_title_image > p > span img {
          height: 22px; } }
  .main_title_image.inner_title {
    margin-bottom: 10px; }
    .main_title_image.inner_title h1:before, .main_title_image.inner_title h2:before, .main_title_image.inner_title h3:before, .main_title_image.inner_title > p:before {
      display: none; }
    @media only screen and (max-width: 768px) {
      .main_title_image.inner_title {
        margin-bottom: 5px; } }

.inner_title_image {
  margin-bottom: 25px; }
  .inner_title_image h1, .inner_title_image h2, .inner_title_image h3, .inner_title_image > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    padding-bottom: 14px; }
    .inner_title_image h1:before, .inner_title_image h2:before, .inner_title_image h3:before, .inner_title_image > p:before {
      position: absolute;
      content: "";
      width: 20px;
      height: 4px;
      display: block;
      background: #fff;
      left: 50%;
      bottom: 0px;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
    .inner_title_image h1 > span, .inner_title_image h2 > span, .inner_title_image h3 > span, .inner_title_image > p > span {
      display: block; }
      .inner_title_image h1 > span img, .inner_title_image h2 > span img, .inner_title_image h3 > span img, .inner_title_image > p > span img {
        display: block;
        height: 32px;
        width: auto; }
  @media only screen and (max-width: 1200px) {
    .inner_title_image {
      margin-bottom: 22px; }
      .inner_title_image h1, .inner_title_image h2, .inner_title_image h3, .inner_title_image > p {
        padding-bottom: 12px; }
        .inner_title_image h1 > span img, .inner_title_image h2 > span img, .inner_title_image h3 > span img, .inner_title_image > p > span img {
          height: 28px; } }
  @media only screen and (max-width: 1024px) {
    .inner_title_image {
      margin-bottom: 20px; }
      .inner_title_image h1, .inner_title_image h2, .inner_title_image h3, .inner_title_image > p {
        padding-bottom: 12px; }
        .inner_title_image h1:before, .inner_title_image h2:before, .inner_title_image h3:before, .inner_title_image > p:before {
          width: 20px;
          height: 3px; }
        .inner_title_image h1 > span img, .inner_title_image h2 > span img, .inner_title_image h3 > span img, .inner_title_image > p > span img {
          height: 26px; } }
  @media only screen and (max-width: 768px) {
    .inner_title_image {
      margin-bottom: 30px; }
      .inner_title_image h1, .inner_title_image h2, .inner_title_image h3, .inner_title_image > p {
        padding-bottom: 14px; }
        .inner_title_image h1:before, .inner_title_image h2:before, .inner_title_image h3:before, .inner_title_image > p:before {
          width: 22px;
          height: 4px; }
        .inner_title_image h1 > span img, .inner_title_image h2 > span img, .inner_title_image h3 > span img, .inner_title_image > p > span img {
          height: 28px; } }
  @media only screen and (max-width: 480px) {
    .inner_title_image {
      margin-bottom: 12px; }
      .inner_title_image h1, .inner_title_image h2, .inner_title_image h3, .inner_title_image > p {
        padding-bottom: 8px; }
        .inner_title_image h1:before, .inner_title_image h2:before, .inner_title_image h3:before, .inner_title_image > p:before {
          width: 14px;
          height: 3px; }
        .inner_title_image h1 > span img, .inner_title_image h2 > span img, .inner_title_image h3 > span img, .inner_title_image > p > span img {
          height: 22px; } }
  @media only screen and (max-width: 350px) {
    .inner_title_image {
      margin-bottom: 12px; }
      .inner_title_image h1, .inner_title_image h2, .inner_title_image h3, .inner_title_image > p {
        padding-bottom: 8px; }
        .inner_title_image h1:before, .inner_title_image h2:before, .inner_title_image h3:before, .inner_title_image > p:before {
          width: 14px;
          height: 3px; }
        .inner_title_image h1 > span img, .inner_title_image h2 > span img, .inner_title_image h3 > span img, .inner_title_image > p > span img {
          height: 18px; } }

.content_title h1, .content_title h2, .content_title h3, .content_title > p {
  font-weight: 700;
  margin-bottom: 1.25em; }
  .content_title h1 > span, .content_title h2 > span, .content_title h3 > span, .content_title > p > span {
    font-size: 187.5%;
    display: block; }
    .content_title h1 > span > span, .content_title h2 > span > span, .content_title h3 > span > span, .content_title > p > span > span {
      display: inline-block; }
    .content_title h1 > span.sub, .content_title h2 > span.sub, .content_title h3 > span.sub, .content_title > p > span.sub {
      font-size: 112.5%;
      margin-bottom: 0.6em; }

@media only screen and (max-width: 1024px) {
  .content_title h1 > span, .content_title h2 > span, .content_title h3 > span, .content_title > p > span {
    font-size: 175%;
    display: block; }
    .content_title h1 > span.sub, .content_title h2 > span.sub, .content_title h3 > span.sub, .content_title > p > span.sub {
      font-size: 100%;
      margin-bottom: 0.6em; } }

@media only screen and (max-width: 768px) {
  .content_title h1 > span, .content_title h2 > span, .content_title h3 > span, .content_title > p > span {
    font-size: 150%;
    display: block; }
    .content_title h1 > span.sub, .content_title h2 > span.sub, .content_title h3 > span.sub, .content_title > p > span.sub {
      font-size: 106.3%;
      margin-bottom: 0.6em; } }

@media only screen and (max-width: 480px) {
  .content_title h1 > span, .content_title h2 > span, .content_title h3 > span, .content_title > p > span {
    font-size: 125%;
    display: block; }
    .content_title h1 > span.sub, .content_title h2 > span.sub, .content_title h3 > span.sub, .content_title > p > span.sub {
      font-size: 100%;
      margin-bottom: 0.6em; } }

/*                テキスト装飾
======================================================= */
.text_right, .alignright {
  text-align: right; }

.text_left, .alignleft {
  text-align: left; }

.text_center, .aligncenter {
  text-align: center; }

.underline {
  text-decoration: underline; }

.lato {
  font-family: "Lato", "arial", sans-serif; }

.mintyo {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0; }

table tr td,
table tr th {
  text-align: left;
  padding: 0px; }

/* 擬似テーブル */
.table {
  display: table;
  width: 100%; }
  .table .tableCell {
    display: table-cell;
    vertical-align: top; }
  @media only screen and (max-width: 640px) {
    .table.sp_brake {
      display: block; }
      .table.sp_brake .tablecell {
        display: block;
        width: 100%; } }

/*                snap widget
======================================================= */
.snap_widget iframe {
  border: none;
  overflow: hidden;
  width: 100%;
  height: 200px;
  background-color: transparent; }

/*                pageTop
======================================================= */
.page_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: none; }
  .page_top a {
    display: block; }
  @media only screen and (max-width: 640px) {
    .page_top {
      bottom: 0px;
      right: 0; }
      .page_top img {
        width: 36px;
        height: 36px; } }

#pagetop {
  z-index: 98; }

#main_area {
  position: relative; }
  #main_area .main_btn_top {
    position: fixed;
    bottom: 20px;
    right: 0; }
    #main_area .main_btn_top .btn_top {
      background: #00843d;
      display: block;
      width: 50px;
      height: 80px; }
      #main_area .main_btn_top .btn_top .arrow_top,
      #main_area .main_btn_top .btn_top .arrow_right {
        display: inline-block;
        position: absolute;
        top: 60%;
        left: 50%;
        width: 20px;
        height: 20px; }
      #main_area .main_btn_top .btn_top .arrow_top {
        border-top: 1px solid #fff;
        -webkit-transform: translate(-43%, -50%) rotate(-50deg);
        -ms-transform: translate(-43%, -50%) rotate(-50deg);
        transform: translate(-43%, -50%) rotate(-50deg); }
      #main_area .main_btn_top .btn_top .arrow_right {
        border-right: 1px solid #fff;
        -webkit-transform: translate(-57%, -50%) rotate(-40deg);
        -ms-transform: translate(-57%, -50%) rotate(-40deg);
        transform: translate(-57%, -50%) rotate(-40deg); }

/*                カラム
======================================================= */
.row {
  margin-left: -14px;
  margin-right: -14px;
  overflow: hidden;
  margin-bottom: -14px; }
  @media only screen and (max-width: 1024px) {
    .row {
      margin-left: -8px;
      margin-right: -8px; } }
  @media only screen and (max-width: 768px) {
    .row {
      margin-left: -5px;
      margin-right: -5px; } }
  .row img {
    width: 100%; }
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    float: left;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 14px; }
    @media only screen and (max-width: 1024px) {
      .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
        padding-left: 8px;
        padding-right: 8px; } }
    @media only screen and (max-width: 768px) {
      .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
        padding-left: 5px;
        padding-right: 5px; } }
  .row .tab1, .row .tab2, .row .tab6 {
    float: left;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px; }
    @media only screen and (max-width: 1024px) {
      .row .tab1, .row .tab2, .row .tab6 {
        padding-left: 8px;
        padding-right: 8px; } }
    @media only screen and (max-width: 768px) {
      .row .tab1, .row .tab2, .row .tab6 {
        padding-left: 5px;
        padding-right: 5px; } }

.square {
  overflow: hidden; }
  .square .col1, .square .col2, .square .col3, .square .col4, .square .col5, .square .col6, .square .col7, .square .col8, .square .col9, .square .col10, .square .col11, .square .col12 {
    float: left;
    min-height: 1px;
    padding: 0;
    margin-bottom: 0; }

.col12 {
  width: 100%; }

.col11 {
  width: 91.66666667%; }

.col10 {
  width: 83.33333333%; }

.col9 {
  width: 75%; }

.col8 {
  width: 66.66666667%; }

.col7 {
  width: 58.33333333%; }

.col6 {
  width: 50%; }

.col5 {
  width: 41.66666667%; }

.col4 {
  width: 33.33333333%; }

.col3 {
  width: 25%; }

.col2 {
  width: 16.66666667%; }

.col1 {
  width: 8.33333333%; }

@media only screen and (max-width: 1024px) {
  .pc1024Col12 {
    width: 100%; }
  .pc1024Col6 {
    width: 50%; }
  .pc1024Col3 {
    width: 25%; }
  .pc1024Col2 {
    width: 16.66666667%; } }

@media only screen and (max-width: 768px) {
  .tab12 {
    width: 100%; }
  .tab6 {
    width: 50%; }
  .tab4 {
    width: 33.33333333%; } }

@media only screen and (max-width: 767px) {
  .sp12 {
    width: 100%; }
  .sp6 {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .sps12 {
    width: 100%; }
  .sps6 {
    width: 50%; } }

/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100%important; }

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .gmap iframe,
  .gmap object,
  .gmap embed {
    border: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*                記事一覧
======================================================= */
.thumb_list {
  margin-bottom: 40px; }
  .thumb_list .thumb_list_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -50px; }
    .thumb_list .thumb_list_cont.center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .thumb_list .thumb_list_cont + .thumb_list_cont {
      margin-top: 38px; }
    .thumb_list .thumb_list_cont > div {
      width: 33.3333%;
      padding-left: 25px;
      padding-right: 25px;
      padding-bottom: 50px; }
    @media only screen and (max-width: 1200px) {
      .thumb_list .thumb_list_cont {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -40px; }
        .thumb_list .thumb_list_cont > div {
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 40px; } }
    @media only screen and (max-width: 1024px) {
      .thumb_list .thumb_list_cont {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -30px; }
        .thumb_list .thumb_list_cont > div {
          padding-left: 15px;
          padding-right: 15px;
          padding-bottom: 30px; } }
    @media only screen and (max-width: 900px) {
      .thumb_list .thumb_list_cont {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -10px; }
        .thumb_list .thumb_list_cont > div {
          padding-left: 10px;
          padding-right: 10px;
          padding-bottom: 20px; } }
    @media only screen and (max-width: 768px) {
      .thumb_list .thumb_list_cont {
        margin-left: -7px;
        margin-right: -7px;
        margin-bottom: -14px; }
        .thumb_list .thumb_list_cont > div {
          padding-left: 7px;
          padding-right: 7px;
          padding-bottom: 14px; } }
    @media only screen and (max-width: 640px) {
      .thumb_list .thumb_list_cont {
        margin-left: -20px;
        margin-right: -20px; }
        .thumb_list .thumb_list_cont > div {
          width: 100%;
          padding-left: 20px;
          padding-right: 20px; } }
    @media only screen and (max-width: 480px) {
      .thumb_list .thumb_list_cont {
        margin-left: -15px;
        margin-right: -15px; }
        .thumb_list .thumb_list_cont > div {
          padding-left: 15px;
          padding-right: 15px; } }
    .thumb_list .thumb_list_cont .thumb_list_set > a {
      display: block; }
      .thumb_list .thumb_list_cont .thumb_list_set > a:hover, .thumb_list .thumb_list_cont .thumb_list_set > a:active {
        text-decoration: none; }
    .thumb_list .thumb_list_cont .thumb_list_set > a, .thumb_list .thumb_list_cont .thumb_list_set > div {
      position: relative; }
      .thumb_list .thumb_list_cont .thumb_list_set > a .thumsb, .thumb_list .thumb_list_cont .thumb_list_set > div .thumsb {
        position: relative; }
        .thumb_list .thumb_list_cont .thumb_list_set > a .thumsb img, .thumb_list .thumb_list_cont .thumb_list_set > div .thumsb img {
          display: block; }
          .thumb_list .thumb_list_cont .thumb_list_set > a .thumsb img.size, .thumb_list .thumb_list_cont .thumb_list_set > div .thumsb img.size {
            opacity: 0;
            width: 100%; }
        .thumb_list .thumb_list_cont .thumb_list_set > a .thumsb > span, .thumb_list .thumb_list_cont .thumb_list_set > div .thumsb > span {
          display: block;
          overflow: hidden;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
          .thumb_list .thumb_list_cont .thumb_list_set > a .thumsb > span img, .thumb_list .thumb_list_cont .thumb_list_set > div .thumsb > span img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%;
            max-width: 300%;
            height: auto; }
      .thumb_list .thumb_list_cont .thumb_list_set > a .text .meta, .thumb_list .thumb_list_cont .thumb_list_set > div .text .meta {
        padding-top: 1.25em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 75%; }
        .thumb_list .thumb_list_cont .thumb_list_set > a .text .meta .date + .cate:before, .thumb_list .thumb_list_cont .thumb_list_set > div .text .meta .date + .cate:before {
          content: "│";
          margin: 0 0.5em; }
      .thumb_list .thumb_list_cont .thumb_list_set > a .text .thumb_title, .thumb_list .thumb_list_cont .thumb_list_set > div .text .thumb_title {
        margin-top: 0.85em; }
        .thumb_list .thumb_list_cont .thumb_list_set > a .text .thumb_title p, .thumb_list .thumb_list_cont .thumb_list_set > a .text .thumb_title h2, .thumb_list .thumb_list_cont .thumb_list_set > div .text .thumb_title p, .thumb_list .thumb_list_cont .thumb_list_set > div .text .thumb_title h2 {
          line-height: 1.5;
          font-size: 112.5%;
          font-weight: 700; }
        .thumb_list .thumb_list_cont .thumb_list_set > a .text .thumb_title.border_title, .thumb_list .thumb_list_cont .thumb_list_set > div .text .thumb_title.border_title {
          position: relative;
          padding-left: 0.9em; }
          .thumb_list .thumb_list_cont .thumb_list_set > a .text .thumb_title.border_title:before, .thumb_list .thumb_list_cont .thumb_list_set > div .text .thumb_title.border_title:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 5px;
            height: 100%;
            content: "";
            display: block;
            background-color: #fff; }
          @media only screen and (max-width: 1200px) {
            .thumb_list .thumb_list_cont .thumb_list_set > a .text .thumb_title.border_title, .thumb_list .thumb_list_cont .thumb_list_set > div .text .thumb_title.border_title {
              padding-left: 0.8em; }
              .thumb_list .thumb_list_cont .thumb_list_set > a .text .thumb_title.border_title:before, .thumb_list .thumb_list_cont .thumb_list_set > div .text .thumb_title.border_title:before {
                width: 4px; } }
          @media only screen and (max-width: 1024px) {
            .thumb_list .thumb_list_cont .thumb_list_set > a .text .thumb_title.border_title, .thumb_list .thumb_list_cont .thumb_list_set > div .text .thumb_title.border_title {
              padding-left: 0.8em; }
              .thumb_list .thumb_list_cont .thumb_list_set > a .text .thumb_title.border_title:before, .thumb_list .thumb_list_cont .thumb_list_set > div .text .thumb_title.border_title:before {
                width: 3px; } }
          @media only screen and (max-width: 640px) {
            .thumb_list .thumb_list_cont .thumb_list_set > a .text .thumb_title.border_title, .thumb_list .thumb_list_cont .thumb_list_set > div .text .thumb_title.border_title {
              padding-left: 0em; }
              .thumb_list .thumb_list_cont .thumb_list_set > a .text .thumb_title.border_title:before, .thumb_list .thumb_list_cont .thumb_list_set > div .text .thumb_title.border_title:before {
                display: none; } }
    @media only screen and (min-width: 769px) {
      .thumb_list .thumb_list_cont .thumb_list_set > a .thumsb > span img {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .thumb_list .thumb_list_cont .thumb_list_set > a:hover .thumsb > span img, .thumb_list .thumb_list_cont .thumb_list_set > a:active .thumsb > span img {
        width: 120%;
        max-width: 600%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; } }
    @media only screen and (max-width: 640px) {
      .thumb_list .thumb_list_cont .thumb_list_set + .thumb_list_set {
        position: relative; }
        .thumb_list .thumb_list_cont .thumb_list_set + .thumb_list_set:before, .thumb_list .thumb_list_cont .thumb_list_set + .thumb_list_set:after {
          position: absolute;
          left: 0;
          width: 100%;
          height: 1px;
          content: "";
          display: block;
          background-color: #fff; }
        .thumb_list .thumb_list_cont .thumb_list_set + .thumb_list_set:before {
          background-color: #fff;
          top: -8px;
          opacity: 0.2; }
        .thumb_list .thumb_list_cont .thumb_list_set + .thumb_list_set:after {
          background-color: #000;
          top: -7px;
          opacity: 0.3; }
      .thumb_list .thumb_list_cont .thumb_list_set > a, .thumb_list .thumb_list_cont .thumb_list_set > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 10px;
        position: relative; } }
  @media only screen and (max-width: 640px) and (max-width: 400px) {
    .thumb_list .thumb_list_cont .thumb_list_set > a, .thumb_list .thumb_list_cont .thumb_list_set > div {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
    @media only screen and (max-width: 640px) {
        .thumb_list .thumb_list_cont .thumb_list_set > a .thumsb, .thumb_list .thumb_list_cont .thumb_list_set > div .thumsb {
          width: 200px;
          min-width: 200px;
          max-width: 200px;
          -webkit-box-flex: 2;
          -ms-flex-positive: 2;
          flex-grow: 2; } }
    @media only screen and (max-width: 640px) and (max-width: 500px) {
      .thumb_list .thumb_list_cont .thumb_list_set > a .thumsb, .thumb_list .thumb_list_cont .thumb_list_set > div .thumsb {
        width: 180px;
        min-width: 180px;
        max-width: 180px; } }
    @media only screen and (max-width: 640px) and (max-width: 480px) {
      .thumb_list .thumb_list_cont .thumb_list_set > a .thumsb, .thumb_list .thumb_list_cont .thumb_list_set > div .thumsb {
        width: 150px;
        min-width: 150px;
        max-width: 150px; } }
    @media only screen and (max-width: 640px) and (max-width: 400px) {
      .thumb_list .thumb_list_cont .thumb_list_set > a .thumsb, .thumb_list .thumb_list_cont .thumb_list_set > div .thumsb {
        width: 100px;
        min-width: 100px;
        max-width: 100px; } }
    @media only screen and (max-width: 640px) {
        .thumb_list .thumb_list_cont .thumb_list_set > a .text, .thumb_list .thumb_list_cont .thumb_list_set > div .text {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          padding-left: 15px; } }
    @media only screen and (max-width: 640px) and (max-width: 480px) {
      .thumb_list .thumb_list_cont .thumb_list_set > a .text, .thumb_list .thumb_list_cont .thumb_list_set > div .text {
        padding-left: 10px; } }
    @media only screen and (max-width: 640px) {
          .thumb_list .thumb_list_cont .thumb_list_set > a .text .meta, .thumb_list .thumb_list_cont .thumb_list_set > div .text .meta {
            padding-top: 0em; } }
      @media only screen and (max-width: 640px) and (max-width: 400px) {
        .thumb_list .thumb_list_cont .thumb_list_set > a .text .meta .date + .cate:before, .thumb_list .thumb_list_cont .thumb_list_set > div .text .meta .date + .cate:before {
          margin: 0 0.25em; } }
    @media only screen and (max-width: 640px) {
          .thumb_list .thumb_list_cont .thumb_list_set > a .text .thumb_title, .thumb_list .thumb_list_cont .thumb_list_set > div .text .thumb_title {
            padding-top: 0em; } }
      @media only screen and (max-width: 640px) and (max-width: 640px) {
        .thumb_list .thumb_list_cont .thumb_list_set > a .text .thumb_title, .thumb_list .thumb_list_cont .thumb_list_set > div .text .thumb_title {
          padding-top: 0.25em; } }
    @media only screen and (max-width: 640px) {
            .thumb_list .thumb_list_cont .thumb_list_set > a .text .thumb_title p, .thumb_list .thumb_list_cont .thumb_list_set > a .text .thumb_title h2, .thumb_list .thumb_list_cont .thumb_list_set > div .text .thumb_title p, .thumb_list .thumb_list_cont .thumb_list_set > div .text .thumb_title h2 {
              font-size: 100%; }
      .thumb_list .thumb_list_cont .thumb_list_set > a:before {
        position: absolute;
        top: 50%;
        margin: auto;
        content: "";
        vertical-align: middle;
        width: 4px;
        height: 4px;
        right: 0px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0.5; } }

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
#header {
  padding: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  #header #hd_logo {
    padding-top: 52px;
    padding-bottom: 52px; }
    @media only screen and (max-width: 1200px) {
      #header #hd_logo {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media only screen and (max-width: 1024px) {
      #header #hd_logo {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media only screen and (max-width: 768px) {
      #header #hd_logo {
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 480px) {
      #header #hd_logo {
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media only screen and (max-width: 350px) {
      #header #hd_logo {
        padding-top: 5px;
        padding-bottom: 5px; } }
    #header #hd_logo > a {
      display: block; }
    #header #hd_logo .logo_inner .logo_01 {
      margin-bottom: 22px; }
      #header #hd_logo .logo_inner .logo_01 span {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 84px; }
    #header #hd_logo .logo_inner h1 span, #header #hd_logo .logo_inner > p span {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 374px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      #header #hd_logo .logo_inner h1 span img, #header #hd_logo .logo_inner > p span img {
        width: 100%;
        height: auto; }
    @media only screen and (max-width: 1200px) {
      #header #hd_logo .logo_inner .logo_01 {
        margin-bottom: 18px; }
        #header #hd_logo .logo_inner .logo_01 span {
          width: 67px; }
      #header #hd_logo .logo_inner h1 span, #header #hd_logo .logo_inner > p span {
        width: 300px; } }
    @media only screen and (max-width: 1024px) {
      #header #hd_logo .logo_inner .logo_01 {
        margin-bottom: 15px; }
        #header #hd_logo .logo_inner .logo_01 span {
          width: 60px; }
      #header #hd_logo .logo_inner h1 span, #header #hd_logo .logo_inner > p span {
        width: 262px; } }
    @media only screen and (max-width: 768px) {
      #header #hd_logo .logo_inner .logo_01 {
        margin-bottom: 13px; }
        #header #hd_logo .logo_inner .logo_01 span {
          width: 50px; }
      #header #hd_logo .logo_inner h1 span, #header #hd_logo .logo_inner > p span {
        width: 224px; } }
    @media only screen and (max-width: 480px) {
      #header #hd_logo .logo_inner .logo_01 {
        margin-bottom: 12px; }
        #header #hd_logo .logo_inner .logo_01 span {
          width: 46px; }
      #header #hd_logo .logo_inner h1 span, #header #hd_logo .logo_inner > p span {
        width: 206px; } }
    @media only screen and (max-width: 350px) {
      #header #hd_logo .logo_inner .logo_01 {
        margin-bottom: 8px; }
        #header #hd_logo .logo_inner .logo_01 span {
          width: 34px; }
      #header #hd_logo .logo_inner h1 span, #header #hd_logo .logo_inner > p span {
        width: 150px; } }
  #header #gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 68px;
    padding-top: 10px;
    padding-bottom: 20px;
    z-index: 10; }
    @media only screen and (max-width: 1200px) {
      #header #gnavi {
        padding-top: 8px;
        padding-bottom: 16px; } }
    @media only screen and (max-width: 1024px) {
      #header #gnavi {
        padding-top: 6px;
        padding-bottom: 12px; } }
    @media only screen and (max-width: 1024px) {
      #header #gnavi {
        display: none; } }
    #header #gnavi > div {
      position: relative;
      width: 100%; }
      #header #gnavi > div > ul {
        display: table;
        width: 100%;
        border-right: solid 3px #fff; }
        @media only screen and (max-width: 1024px) {
          #header #gnavi > div > ul {
            border-right: solid 2px #fff; } }
        #header #gnavi > div > ul > li {
          border-left: solid 3px #fff;
          display: table-cell;
          text-align: center; }
          @media only screen and (max-width: 1024px) {
            #header #gnavi > div > ul > li {
              border-left: solid 2px #fff; } }
          #header #gnavi > div > ul > li > a, #header #gnavi > div > ul > li > span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none;
            font-weight: bold;
            color: #fff;
            font-size: 125%;
            padding: 0.45em 2em 0.35em;
            padding: 0.45em 0.25em 0.35em; }
            #header #gnavi > div > ul > li > a > span, #header #gnavi > div > ul > li > span > span {
              position: relative;
              line-height: 1.1em; }
              #header #gnavi > div > ul > li > a > span:after, #header #gnavi > div > ul > li > span > span:after {
                position: absolute;
                bottom: -0.35em;
                left: 50%;
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 6px 5px 0 5px;
                border-color: #ffffff transparent transparent transparent;
                -webkit-transform: translate(-50%, 0%);
                -ms-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%);
                opacity: 0;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s; }
            @media only screen and (min-width: 769px) {
              #header #gnavi > div > ul > li > a:hover > span:after, #header #gnavi > div > ul > li > span:hover > span:after {
                opacity: 1;
                -webkit-transform: translate(-50%, 100%);
                -ms-transform: translate(-50%, 100%);
                transform: translate(-50%, 100%);
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s; } }
            @media only screen and (max-width: 1300px) {
              #header #gnavi > div > ul > li > a, #header #gnavi > div > ul > li > span {
                font-size: 112.5%; } }
            @media only screen and (max-width: 1200px) {
              #header #gnavi > div > ul > li > a, #header #gnavi > div > ul > li > span {
                font-size: 106.3%;
                padding: 0.45em 1em 0.35em; } }
            @media only screen and (max-width: 1024px) {
              #header #gnavi > div > ul > li > a, #header #gnavi > div > ul > li > span {
                font-size: 100%;
                padding: 0.45em 0.5em 0.35em; } }
          #header #gnavi > div > ul > li.hover_menu {
            position: relative; }
            #header #gnavi > div > ul > li.hover_menu > a, #header #gnavi > div > ul > li.hover_menu > span {
              cursor: pointer; }
            #header #gnavi > div > ul > li.hover_menu .mega_menu_outer {
              display: none;
              position: absolute;
              width: 420px;
              left: 50%;
              top: 58px;
              -webkit-transform: translate(-50%, 0%);
              -ms-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%);
              background: rgba(27, 76, 115, 0.9); }
              @media only screen and (max-width: 1200px) {
                #header #gnavi > div > ul > li.hover_menu .mega_menu_outer {
                  width: 400px;
                  top: 50px; } }
              @media only screen and (max-width: 1024px) {
                #header #gnavi > div > ul > li.hover_menu .mega_menu_outer {
                  width: 380px;
                  top: 46px; } }
            #header #gnavi > div > ul > li.hover_menu .mega_menu_navi {
              padding: 40px; }
              #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a, #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > span {
                display: block;
                font-size: 112.5%;
                font-weight: 700;
                line-height: 1.1;
                padding: 0.7em 0 0.6em; }
                #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a:hover, #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a:active, #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > span:hover, #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > span:active {
                  text-decoration: none; }
                #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a > span, #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > span > span {
                  position: relative;
                  display: inline-block; }
                  #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a > span > span, #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > span > span > span {
                    display: inline-block; }
                  #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a > span:before, #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a > span:after, #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > span > span:before, #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > span > span:after {
                    position: absolute;
                    content: "";
                    width: 0%;
                    height: 1px;
                    display: block;
                    background-color: #fff;
                    bottom: -0.3em;
                    opacity: 0;
                    -webkit-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s; }
                  #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a > span:before, #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > span > span:before {
                    left: 50%; }
                  #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a > span:after, #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > span > span:after {
                    right: 50%; }
              #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a:hover > span:before, #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a:hover > span:after, #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a:active > span:before, #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a:active > span:after {
                width: 50%;
                opacity: 0.5;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s; }
              @media only screen and (max-width: 1200px) {
                #header #gnavi > div > ul > li.hover_menu .mega_menu_navi {
                  padding: 30px; }
                  #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a, #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > span {
                    font-size: 106.3%;
                    padding: 0.7em 0 0.6em; } }
              @media only screen and (max-width: 1024px) {
                #header #gnavi > div > ul > li.hover_menu .mega_menu_navi {
                  padding: 20px; }
                  #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a, #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > span {
                    font-size: 100%;
                    padding: 0.7em 0 0.6em; } }

body#about #header #gnavi > div > ul > li.about > a > span:after, body#about #header #gnavi > div > ul > li.about > span > span:after,
body#guide #header #gnavi > div > ul > li.guide > a > span:after,
body#guide #header #gnavi > div > ul > li.guide > span > span:after,
body.shop_detail #header #gnavi > div > ul > li.shop_detail > a > span:after,
body.shop_detail #header #gnavi > div > ul > li.shop_detail > span > span:after,
body#guide #header #gnavi > div > ul > li.guide > a > span:after,
body#guide #header #gnavi > div > ul > li.guide > span > span:after,
body#events #header #gnavi > div > ul > li.events > a > span:after,
body#events #header #gnavi > div > ul > li.events > span > span:after,
body#contactus #header #gnavi > div > ul > li.contactus > a > span:after,
body#contactus #header #gnavi > div > ul > li.contactus > span > span:after {
  opacity: 1;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

body.lower #header {
  padding-top: 28px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(2, 57, 100, 0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  @media only screen and (max-width: 1024px) {
    body.lower #header {
      position: static;
      padding-top: 15px; } }
  @media only screen and (max-width: 480px) {
    body.lower #header {
      padding-top: 10px; } }
  body.lower #header #hd_navi .main_width .hd_navi_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding-left: 240px;
    /*
     @include media950{
      padding-left: 140px;
      #hd_logo_lower{
       width: 120px;
      }
      #gnavi{
       //width: 100%;
      }
     }
     */ }
    body.lower #header #hd_navi .main_width .hd_navi_inner #hd_logo_lower {
      position: absolute;
      left: 0;
      top: 0;
      width: 200px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      z-index: 99; }
      body.lower #header #hd_navi .main_width .hd_navi_inner #hd_logo_lower img {
        max-width: 100%; }
    body.lower #header #hd_navi .main_width .hd_navi_inner #gnavi {
      width: 100%;
      max-width: 856px; }
    @media only screen and (max-width: 1200px) {
      body.lower #header #hd_navi .main_width .hd_navi_inner {
        padding-left: 200px; }
        body.lower #header #hd_navi .main_width .hd_navi_inner #hd_logo_lower {
          width: 180px; } }
    @media only screen and (max-width: 1024px) {
      body.lower #header #hd_navi .main_width .hd_navi_inner {
        padding-left: 0px; }
        body.lower #header #hd_navi .main_width .hd_navi_inner #hd_logo_lower {
          width: 150px; }
        body.lower #header #hd_navi .main_width .hd_navi_inner #gnavi {
          max-width: 100%; } }
    @media only screen and (max-width: 480px) {
      body.lower #header #hd_navi .main_width .hd_navi_inner {
        padding-left: 0px; }
        body.lower #header #hd_navi .main_width .hd_navi_inner #hd_logo_lower {
          width: 120px; }
        body.lower #header #hd_navi .main_width .hd_navi_inner #gnavi {
          max-width: 100%; } }
  @media only screen and (max-width: 768px) {
    body.lower #header #gnavi {
      display: none; } }
  body.lower #header #gnavi > div > ul > li > a, body.lower #header #gnavi > div > ul > li > span {
    font-size: 100%;
    padding: 0.45em 1.5em 0.35em; }
    @media only screen and (max-width: 1300px) {
      body.lower #header #gnavi > div > ul > li > a, body.lower #header #gnavi > div > ul > li > span {
        font-size: 93.8%; } }
    @media only screen and (max-width: 1200px) {
      body.lower #header #gnavi > div > ul > li > a, body.lower #header #gnavi > div > ul > li > span {
        font-size: 87.5%; } }
    @media only screen and (max-width: 1024px) {
      body.lower #header #gnavi > div > ul > li > a, body.lower #header #gnavi > div > ul > li > span {
        font-size: 87.5%;
        padding: 0.45em 0.5em 0.35em; } }
    @media only screen and (max-width: 950px) {
      body.lower #header #gnavi > div > ul > li > a, body.lower #header #gnavi > div > ul > li > span {
        font-size: 81.3%;
        padding: 0.45em 0.5em 0.35em; } }
  body.lower #header #gnavi > div > ul > li.hover_menu .mega_menu_outer {
    width: 420px;
    left: 50%;
    top: 58px; }
    @media only screen and (max-width: 1200px) {
      body.lower #header #gnavi > div > ul > li.hover_menu .mega_menu_outer {
        width: 400px;
        top: 50px; } }
    @media only screen and (max-width: 1024px) {
      body.lower #header #gnavi > div > ul > li.hover_menu .mega_menu_outer {
        width: 380px;
        top: 46px; } }
  body.lower #header #gnavi > div > ul > li.hover_menu .mega_menu_navi {
    padding: 40px; }
    body.lower #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a, body.lower #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > span {
      font-size: 112.5%; }
    @media only screen and (max-width: 1200px) {
      body.lower #header #gnavi > div > ul > li.hover_menu .mega_menu_navi {
        padding: 30px; }
        body.lower #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a, body.lower #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > span {
          font-size: 106.3%;
          padding: 0.7em 0 0.6em; } }
    @media only screen and (max-width: 1024px) {
      body.lower #header #gnavi > div > ul > li.hover_menu .mega_menu_navi {
        padding: 20px; }
        body.lower #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > a, body.lower #header #gnavi > div > ul > li.hover_menu .mega_menu_navi > ul > li > span {
          font-size: 100%;
          padding: 0.7em 0 0.6em; } }

body.lower.scroll #header {
  padding-top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  @media only screen and (max-width: 1024px) {
    body.lower.scroll #header {
      padding-top: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; } }
  @media only screen and (min-width: 1025px) {
    body.lower.scroll #header #hd_navi .main_width .hd_navi_inner #hd_logo_lower {
      padding-top: 3px;
      width: 130px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; } }
  body.lower.scroll #header #gnavi {
    height: 50px;
    padding-top: 12px;
    padding-bottom: 12px; }

body.home #header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 282px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  @media only screen and (max-width: 1200px) {
    body.home #header {
      height: 238px; } }
  @media only screen and (max-width: 1024px) {
    body.home #header {
      height: 140px; } }
  @media only screen and (max-width: 768px) {
    body.home #header {
      height: auto; } }
  body.home #header #hd_navi {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(2, 57, 100, 0.8); }
  body.home #header #gnavi {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10; }

body.home.scroll #header #hd_navi {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(2, 57, 100, 0.8); }

/*                sp_menu_btn
======================================================= */
.sp_menu_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  z-index: 100;
  right: 10px;
  top: 10px;
  background: rgba(2, 57, 100, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  width: 60px;
  height: 60px; }
  @media only screen and (min-width: 1025px) {
    .sp_menu_btn {
      display: none; } }
  .sp_menu_btn .sp_btn_cont {
    position: relative;
    width: 30px;
    height: 24px; }
    .sp_menu_btn .sp_btn_cont span {
      position: absolute;
      display: block;
      width: 30px;
      height: 3px;
      background: #fff;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      border-radius: 8px;
      margin-top: -2px;
      left: 0; }
      .sp_menu_btn .sp_btn_cont span.border01 {
        top: 0; }
      .sp_menu_btn .sp_btn_cont span.border02 {
        top: 12px; }
      .sp_menu_btn .sp_btn_cont span.border03 {
        top: 25px; }
  .sp_menu_btn.active .sp_btn_cont span {
    left: -2px;
    width: 36px; }
    .sp_menu_btn.active .sp_btn_cont span.border01 {
      top: 4px;
      -webkit-transform: translateY(7px) rotate(45deg);
      -ms-transform: translateY(7px) rotate(45deg);
      transform: translateY(7px) rotate(45deg);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .sp_menu_btn.active .sp_btn_cont span.border02 {
      opacity: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .sp_menu_btn.active .sp_btn_cont span.border03 {
      top: 16px;
      -webkit-transform: translateY(-4px) rotate(-45deg);
      -ms-transform: translateY(-4px) rotate(-45deg);
      transform: translateY(-4px) rotate(-45deg);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  @media only screen and (max-width: 480px) {
    .sp_menu_btn {
      padding: 5px;
      width: 40px;
      height: 40px; }
      .sp_menu_btn .sp_btn_cont {
        position: relative;
        width: 20px;
        height: 14px; }
        .sp_menu_btn .sp_btn_cont span {
          position: absolute;
          display: block;
          width: 20px;
          height: 2px;
          background: #fff;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
          border-radius: 8px;
          margin-top: -2px;
          left: 0; }
          .sp_menu_btn .sp_btn_cont span.border01 {
            top: 0; }
          .sp_menu_btn .sp_btn_cont span.border02 {
            top: 8px; }
          .sp_menu_btn .sp_btn_cont span.border03 {
            top: 16px; }
      .sp_menu_btn.active .sp_btn_cont span {
        left: -3px;
        width: 26px; }
        .sp_menu_btn.active .sp_btn_cont span.border01 {
          top: 0px;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
        .sp_menu_btn.active .sp_btn_cont span.border03 {
          top: 12px;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; } }

/*                sp_menu
======================================================= */
#sp_menu {
  display: block;
  position: fixed;
  top: 110%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  padding-bottom: 50px;
  color: #ffffff;
  font-size: 93.8%; }
  @media only screen and (min-width: 1025px) {
    #sp_menu {
      display: none; } }
  #sp_menu #sp_menu_area {
    padding: 60px 0 20px; }
    #sp_menu #sp_menu_area #sp_gnavi ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      margin-bottom: 16px; }
      #sp_menu #sp_menu_area #sp_gnavi ul li {
        width: 100%;
        padding: 16px;
        border-bottom: solid 1px #4d4e4e; }
        #sp_menu #sp_menu_area #sp_gnavi ul li > a, #sp_menu #sp_menu_area #sp_gnavi ul li > span {
          position: relative;
          display: block;
          color: #ffffff;
          font-size: 100%;
          font-weight: bold;
          width: 100%;
          text-decoration: none; }
          #sp_menu #sp_menu_area #sp_gnavi ul li > a:after, #sp_menu #sp_menu_area #sp_gnavi ul li > span:after {
            position: absolute;
            content: "";
            top: 3px;
            right: 3px;
            width: 8px;
            height: 8px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
        #sp_menu #sp_menu_area #sp_gnavi ul li.acc_menu > a:after, #sp_menu #sp_menu_area #sp_gnavi ul li.acc_menu > span:after {
          top: 6px;
          right: 0px;
          -webkit-transform: rotate(-225deg);
          -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
        #sp_menu #sp_menu_area #sp_gnavi ul li.acc_menu.open {
          padding-bottom: 0;
          border-bottom: none; }
          #sp_menu #sp_menu_area #sp_gnavi ul li.acc_menu.open > a:after, #sp_menu #sp_menu_area #sp_gnavi ul li.acc_menu.open > span:after {
            top: 3px;
            right: 3px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s; }
        #sp_menu #sp_menu_area #sp_gnavi ul li.acc_menu .pro_sub_title {
          padding-bottom: 0;
          border-bottom: none; }
          #sp_menu #sp_menu_area #sp_gnavi ul li.acc_menu .pro_sub_title > span:after {
            display: none; }
          #sp_menu #sp_menu_area #sp_gnavi ul li.acc_menu .pro_sub_title > ul {
            margin-bottom: 0; }
        #sp_menu #sp_menu_area #sp_gnavi ul li .menu_panel {
          display: none; }
          #sp_menu #sp_menu_area #sp_gnavi ul li .menu_panel ul {
            margin-bottom: 0;
            border-bottom: none; }
        #sp_menu #sp_menu_area #sp_gnavi ul li.products_cat > a:after, #sp_menu #sp_menu_area #sp_gnavi ul li.products_cat > span:after {
          display: none; }
        #sp_menu #sp_menu_area #sp_gnavi ul li.products_cat .sub_menu ul li {
          width: 50%;
          padding: 8px;
          border-bottom-style: none; }
          #sp_menu #sp_menu_area #sp_gnavi ul li.products_cat .sub_menu ul li > a, #sp_menu #sp_menu_area #sp_gnavi ul li.products_cat .sub_menu ul li > span {
            padding-left: 1em; }
            #sp_menu #sp_menu_area #sp_gnavi ul li.products_cat .sub_menu ul li > a:after, #sp_menu #sp_menu_area #sp_gnavi ul li.products_cat .sub_menu ul li > span:after {
              left: 0;
              top: 6px;
              right: auto; }
    #sp_menu #sp_menu_area #sp_menu_info {
      margin-top: 30px; }
      #sp_menu #sp_menu_area #sp_menu_info ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto; }
        #sp_menu #sp_menu_area #sp_menu_info ul li {
          padding: 0 30px; }
          @media only screen and (max-width: 768px) {
            #sp_menu #sp_menu_area #sp_menu_info ul li {
              padding: 0 14px;
              font-size: 87.5%; } }
          @media only screen and (max-width: 600px) {
            #sp_menu #sp_menu_area #sp_menu_info ul li {
              font-size: 75%; } }
          @media only screen and (max-width: 400px) {
            #sp_menu #sp_menu_area #sp_menu_info ul li {
              font-size: 68.8%; } }
          #sp_menu #sp_menu_area #sp_menu_info ul li a {
            display: block;
            color: #fff;
            text-decoration: none;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
            @media only screen and (min-width: 769px) {
              #sp_menu #sp_menu_area #sp_menu_info ul li a:hover {
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                color: #009d4b; } }
  #sp_menu .fuchs_logo {
    width: 142px;
    margin: auto; }
    #sp_menu .fuchs_logo .fushs_logo_inner > a, #sp_menu .fuchs_logo .fushs_logo_inner > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #sp_menu .fuchs_logo .fushs_logo_inner > a > span, #sp_menu .fuchs_logo .fushs_logo_inner > div > span {
        display: block;
        width: 100%; }
        #sp_menu .fuchs_logo .fushs_logo_inner > a > span + span, #sp_menu .fuchs_logo .fushs_logo_inner > div > span + span {
          margin-top: 5px; }

.sp_menu_open #sp_menu {
  top: 0px;
  z-index: 99;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms; }

/*                sidebar
======================================================= */
/*                content
======================================================= */
.content_wrapper {
  padding: 100px 0px 0; }
  .content_wrapper + .content_wrapper {
    margin-top: 50px; }
  @media only screen and (max-width: 1200px) {
    .content_wrapper {
      padding: 90px 0px 0; }
      .content_wrapper + .content_wrapper {
        margin-top: 45px; } }
  @media only screen and (max-width: 1024px) {
    .content_wrapper {
      padding: 80px 0px 0; }
      .content_wrapper + .content_wrapper {
        margin-top: 40px; } }
  @media only screen and (max-width: 768px) {
    .content_wrapper {
      padding: 60px 0px 0; }
      .content_wrapper + .content_wrapper {
        margin-top: 40px; } }
  @media only screen and (max-width: 480px) {
    .content_wrapper {
      padding: 40px 0px 0; }
      .content_wrapper + .content_wrapper {
        margin-top: 30px; } }
  @media only screen and (max-width: 480px) {
    .content_wrapper {
      padding: 40px 0px 0; }
      .content_wrapper + .content_wrapper {
        margin-top: 30px; } }

.entry_detail p {
  line-height: 2; }

.more_btn {
  margin-top: 34px;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .more_btn {
      margin-top: 30px; } }
  @media only screen and (max-width: 1024px) {
    .more_btn {
      margin-top: 28px; } }
  @media only screen and (max-width: 768px) {
    .more_btn {
      margin-top: 20px; } }
  @media only screen and (max-width: 480px) {
    .more_btn {
      margin-top: 15px; } }
  .more_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: auto;
    width: 300px;
    max-width: 100%;
    height: 56px;
    text-decoration: none;
    font-weight: 700;
    padding: 0 10px;
    text-align: center;
    color: #023964;
    position: relative;
    border: solid 2px #fff; }
    .more_btn a:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      display: block;
      background-color: #fff; }
    @media only screen and (min-width: 769px) {
      .more_btn a:before {
        opacity: 1;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .more_btn a:hover {
        color: #fff; }
        .more_btn a:hover:before {
          opacity: 0;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; } }
    @media only screen and (max-width: 768px) {
      .more_btn a {
        height: 40px;
        text-decoration: none;
        font-weight: 700;
        padding: 0 5px; } }
    .more_btn a span {
      position: relative;
      z-index: 1;
      display: inline-block;
      line-height: 1.1;
      margin-top: 0.1em; }
    @media all and (-ms-high-contrast: none) {
      .more_btn a {
        /* IE11 */ }
        .more_btn a *::-ms-backdrop, .more_btn a span {
          margin-top: 0.4em; } }

/*                フロアマップ
======================================================= */
@media only screen and (max-width: 1024px) {
  .floor_map_image {
    width: 100%;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .floor_map_image:-webkit-scrollbar {
      height: 10px; }
    .floor_map_image:-webkit-scrollbar-track {
      margin: 0 2px;
      background: #ccc;
      border-radius: 5px; }
    .floor_map_image:-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #666; }
    .floor_map_image > span {
      display: block;
      width: 925px;
      height: 279px;
      left: 50%; }
      .floor_map_image > span img {
        display: block; } }

.floor_list {
  margin-top: 2em; }
  @media only screen and (max-width: 1200px) {
    .floor_list {
      margin-top: 1.75em; } }
  @media only screen and (max-width: 1024px) {
    .floor_list {
      margin-top: 1.5em; } }
  @media only screen and (max-width: 768px) {
    .floor_list {
      margin-top: 20px; } }
  @media only screen and (max-width: 350px) {
    .floor_list {
      margin-top: 10px; } }
  .floor_list ul li {
    position: relative;
    padding-left: 45px;
    padding-top: 0.25em;
    padding-bottom: 0.5em; }
    .floor_list ul li + li {
      margin-top: 1.0em; }
    .floor_list ul li .num {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 32px;
      height: 35px;
      background-color: #f0eb44; }
      .floor_list ul li .num.num_red {
        background-color: #92181e; }
      .floor_list ul li .num:before {
        position: absolute;
        content: "";
        width: 14px;
        height: 16px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .floor_list ul li .num > span {
        display: block;
        overflow: hidden;
        text-indent: -99px;
        position: relative; }
      .floor_list ul li .num.num_a:before {
        content: url(/asset_hinode-chofoodhall/media/images/home/floor_list_num_a.png); }
      .floor_list ul li .num.num_b:before {
        content: url(/asset_hinode-chofoodhall/media/images/home/floor_list_num_b.png); }
      .floor_list ul li .num.num_c:before {
        content: url(/asset_hinode-chofoodhall/media/images/home/floor_list_num_c.png); }
      .floor_list ul li .num.num_d:before {
        content: url(/asset_hinode-chofoodhall/media/images/home/floor_list_num_d.png); }
      .floor_list ul li .num.num_e:before {
        content: url(/asset_hinode-chofoodhall/media/images/home/floor_list_num_e.png); }
      .floor_list ul li .num.num_1:before {
        content: url(/asset_hinode-chofoodhall/media/images/home/floor_list_num_1.png); }
      .floor_list ul li .num.num_2:before {
        content: url(/asset_hinode-chofoodhall/media/images/home/floor_list_num_2.png); }
      .floor_list ul li .num.num_3:before {
        content: url(/asset_hinode-chofoodhall/media/images/home/floor_list_num_3.png); }
      .floor_list ul li .num.num_4:before {
        content: url(/asset_hinode-chofoodhall/media/images/home/floor_list_num_4.png); }
      .floor_list ul li .num.num_5:before {
        content: url(/asset_hinode-chofoodhall/media/images/home/floor_list_num_5.png); }
      @media only screen and (max-width: 768px) {
        .floor_list ul li .num:before {
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
        .floor_list ul li .num.num_a:before {
          content: "";
          background-image: url(/asset_hinode-chofoodhall/media/images/home/floor_list_num_a.png); }
        .floor_list ul li .num.num_b:before {
          content: "";
          background-image: url(/asset_hinode-chofoodhall/media/images/home/floor_list_num_b.png); }
        .floor_list ul li .num.num_c:before {
          content: "";
          background-image: url(/asset_hinode-chofoodhall/media/images/home/floor_list_num_c.png); }
        .floor_list ul li .num.num_d:before {
          content: "";
          background-image: url(/asset_hinode-chofoodhall/media/images/home/floor_list_num_d.png); }
        .floor_list ul li .num.num_e:before {
          content: "";
          background-image: url(/asset_hinode-chofoodhall/media/images/home/floor_list_num_e.png); } }
    .floor_list ul li .text {
      font-size: 125%;
      font-weight: 700; }
      .floor_list ul li .text > a > span, .floor_list ul li .text > div > span {
        display: inline-block; }
      .floor_list ul li .text a:hover, .floor_list ul li .text a:active {
        text-decoration: none; }
  @media only screen and (max-width: 1024px) {
    .floor_list ul li {
      padding-left: 40px;
      padding-top: 0.225em;
      padding-bottom: 0.45em; }
      .floor_list ul li + li {
        margin-top: 1.0em; }
      .floor_list ul li .num {
        width: 28px;
        height: 30px; }
        .floor_list ul li .num:before {
          position: absolute;
          content: ""; }
      .floor_list ul li .text {
        font-size: 112.5%; } }
  @media only screen and (max-width: 768px) {
    .floor_list ul li {
      padding-left: 35px;
      padding-top: 0.2em;
      padding-bottom: 0.4em; }
      .floor_list ul li + li {
        margin-top: 0.8em; }
      .floor_list ul li .num {
        width: 26px;
        height: 28px; }
        .floor_list ul li .num:before {
          position: absolute;
          content: "";
          width: 14px;
          height: 16px; }
      .floor_list ul li .text {
        font-size: 100%; } }
  @media only screen and (max-width: 480px) {
    .floor_list ul li {
      padding-left: 27px;
      padding-top: 0.15em;
      padding-bottom: 0.3em; }
      .floor_list ul li + li {
        margin-top: 0.6em; }
      .floor_list ul li .num {
        width: 16px;
        height: 20px; }
        .floor_list ul li .num:before {
          position: absolute;
          content: "";
          width: 12px;
          height: 14px; }
      .floor_list ul li .text {
        font-size: 93.8%; } }

/*                店舗一覧
======================================================= */
.shop_thumb_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -25px; }
  .shop_thumb_cont > div {
    width: 50%;
    padding: 25px; }
  @media only screen and (max-width: 1200px) {
    .shop_thumb_cont {
      margin: -20px; }
      .shop_thumb_cont > div {
        padding: 20px; } }
  @media only screen and (max-width: 1024px) {
    .shop_thumb_cont {
      margin: -15px; }
      .shop_thumb_cont > div {
        padding: 15px; } }
  @media only screen and (max-width: 900px) {
    .shop_thumb_cont {
      margin: -10px; }
      .shop_thumb_cont > div {
        padding: 10px; } }
  @media only screen and (max-width: 768px) {
    .shop_thumb_cont {
      margin: -7px; }
      .shop_thumb_cont > div {
        padding: 7px; } }
  @media only screen and (max-width: 640px) {
    .shop_thumb_cont > div {
      width: 100%; } }
  .shop_thumb_cont .shop_thumb > a:hover, .shop_thumb_cont .shop_thumb > a:active {
    text-decoration: none; }
  .shop_thumb_cont .shop_thumb > a, .shop_thumb_cont .shop_thumb > div {
    position: relative;
    display: block; }
    .shop_thumb_cont .shop_thumb > a .shop_thumb_image, .shop_thumb_cont .shop_thumb > div .shop_thumb_image {
      position: relative; }
      .shop_thumb_cont .shop_thumb > a .shop_thumb_image img, .shop_thumb_cont .shop_thumb > div .shop_thumb_image img {
        width: 100%; }
    .shop_thumb_cont .shop_thumb > a .shop_thumb_text, .shop_thumb_cont .shop_thumb > div .shop_thumb_text {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 20px; }
      @media only screen and (max-width: 640px) {
        .shop_thumb_cont .shop_thumb > a .shop_thumb_text, .shop_thumb_cont .shop_thumb > div .shop_thumb_text {
          padding: 20px; } }
      .shop_thumb_cont .shop_thumb > a .shop_thumb_text:before, .shop_thumb_cont .shop_thumb > div .shop_thumb_text:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: "";
        background: rgba(0, 0, 0, 0.7); }
      .shop_thumb_cont .shop_thumb > a .shop_thumb_text > div, .shop_thumb_cont .shop_thumb > div .shop_thumb_text > div {
        position: relative;
        z-index: 1;
        width: 100%;
        text-align: center; }
      .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name, .shop_thumb_cont .shop_thumb > div .shop_thumb_text .shop_name {
        width: 478px;
        max-width: 100%;
        border: solid 2px #fff; }
        .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .head, .shop_thumb_cont .shop_thumb > div .shop_thumb_text .shop_name .head {
          background: rgba(255, 255, 255, 0.5);
          font-size: 93.8%;
          padding: 0.8em 0.2em;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          min-height: 2.8em; }
          .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .head p, .shop_thumb_cont .shop_thumb > div .shop_thumb_text .shop_name .head p {
            line-height: 1.5;
            font-weight: 600; }
            .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .head p > span, .shop_thumb_cont .shop_thumb > div .shop_thumb_text .shop_name .head p > span {
              display: inline-block; }
        .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .main, .shop_thumb_cont .shop_thumb > div .shop_thumb_text .shop_name .main {
          min-height: 4em;
          font-size: 125%;
          /*
      display: flex;
      flex-wrap: wrap;
      text-align: center;
      align-items: center;
      align-content: center;
      */
          display: table;
          width: 100%;
          padding: 5px 20px; }
          .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .main p, .shop_thumb_cont .shop_thumb > div .shop_thumb_text .shop_name .main p {
            display: block;
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            font-weight: 700;
            line-height: 1.35; }
            .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .main p > span, .shop_thumb_cont .shop_thumb > div .shop_thumb_text .shop_name .main p > span {
              display: inline-block; }
              .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .main p > span > span, .shop_thumb_cont .shop_thumb > div .shop_thumb_text .shop_name .main p > span > span {
                display: inline-block; }
        @media only screen and (max-width: 1200px) {
          .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .head, .shop_thumb_cont .shop_thumb > div .shop_thumb_text .shop_name .head {
            font-size: 87.5%; }
          .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .main, .shop_thumb_cont .shop_thumb > div .shop_thumb_text .shop_name .main {
            font-size: 112.5%;
            padding: 2px 20px; } }
        @media only screen and (max-width: 1024px) {
          .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .head, .shop_thumb_cont .shop_thumb > div .shop_thumb_text .shop_name .head {
            font-size: 81.3%;
            min-height: 3.6em; }
          .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .main, .shop_thumb_cont .shop_thumb > div .shop_thumb_text .shop_name .main {
            min-height: 6em;
            font-size: 106.3%; } }
        @media only screen and (max-width: 768px) {
          .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .head, .shop_thumb_cont .shop_thumb > div .shop_thumb_text .shop_name .head {
            font-size: 87.5%; } }
        @media only screen and (max-width: 640px) {
          .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .head, .shop_thumb_cont .shop_thumb > div .shop_thumb_text .shop_name .head {
            font-size: 100%; }
          .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .main, .shop_thumb_cont .shop_thumb > div .shop_thumb_text .shop_name .main {
            font-size: 112.5%; } }
        @media only screen and (max-width: 480px) {
          .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .head, .shop_thumb_cont .shop_thumb > div .shop_thumb_text .shop_name .head {
            padding: 0.6em 0.2em;
            min-height: 2.8em; }
          .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .main, .shop_thumb_cont .shop_thumb > div .shop_thumb_text .shop_name .main {
            min-height: 3.2em;
            padding: 5px 20px; } }
  @media only screen and (min-width: 769px) {
    .shop_thumb_cont .shop_thumb > a .shop_thumb_text:before {
      opacity: 1;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .head {
      position: relative; }
      .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .head p {
        position: relative;
        color: #fff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 1; }
      .shop_thumb_cont .shop_thumb > a .shop_thumb_text .shop_name .head:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #fff;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .shop_thumb_cont .shop_thumb > a:hover .shop_thumb_text:before, .shop_thumb_cont .shop_thumb > a:active .shop_thumb_text:before {
      opacity: 0.8;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .shop_thumb_cont .shop_thumb > a:hover .shop_thumb_text .shop_name .head p, .shop_thumb_cont .shop_thumb > a:active .shop_thumb_text .shop_name .head p {
      color: #111;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .shop_thumb_cont .shop_thumb > a:hover .shop_thumb_text .shop_name .head:before, .shop_thumb_cont .shop_thumb > a:active .shop_thumb_text .shop_name .head:before {
      opacity: 0.8;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; } }
  .shop_thumb_cont .shop_thumb.coming_soon > a, .shop_thumb_cont .shop_thumb.coming_soon > div {
    position: relative;
    display: block; }
    .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text:before, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text:before {
      background: rgba(0, 0, 0, 0); }
    .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text {
      margin-bottom: 30px; }
      .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text > p, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text > p {
        max-width: 250px;
        margin: auto; }
      .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text .text_inner, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text .text_inner {
        text-align: center; }
        .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text .text_inner > div, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text .text_inner > div {
          display: inline-block;
          margin: auto; }
        .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text .text_inner .inner_logo, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text .text_inner .inner_logo {
          margin-bottom: 0.15em; }
          .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text .text_inner .inner_logo > p img, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text .text_inner .inner_logo > p img {
            height: 32px;
            width: auto;
            max-width: 250px;
            display: block; }
          @media only screen and (max-width: 1024px) {
            .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text .text_inner .inner_logo, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text .text_inner .inner_logo {
              margin-bottom: 0.15em; }
              .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text .text_inner .inner_logo > p img, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text .text_inner .inner_logo > p img {
                height: 26px; } }
          @media only screen and (max-width: 768px) {
            .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text .text_inner .inner_logo, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text .text_inner .inner_logo {
              margin-bottom: 5px; }
              .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text .text_inner .inner_logo > p img, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text .text_inner .inner_logo > p img {
                height: 24px; } }
        .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text .text_inner .inner_text, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text .text_inner .inner_text {
          overflow: hidden;
          text-align: center; }
          .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text .text_inner .inner_text p, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text .text_inner .inner_text p {
            display: inline-block;
            position: relative;
            font-size: 112.5%;
            font-family: "Noto Sans JP";
            color: #92181e;
            font-weight: 900;
            letter-spacing: 0.05em; }
            .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text .text_inner .inner_text p:before, .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text .text_inner .inner_text p:after, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text .text_inner .inner_text p:before, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text .text_inner .inner_text p:after {
              position: absolute;
              top: 50%;
              width: 50%;
              height: 2px;
              display: block;
              background-color: #92181e;
              line-height: 2px;
              content: ""; }
            .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text .text_inner .inner_text p:before, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text .text_inner .inner_text p:before {
              left: -50%;
              -webkit-transform: translate(-5px, -1px);
              -ms-transform: translate(-5px, -1px);
              transform: translate(-5px, -1px); }
            .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text .text_inner .inner_text p:after, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text .text_inner .inner_text p:after {
              right: -50%;
              -webkit-transform: translate(5px, -1px);
              -ms-transform: translate(5px, -1px);
              transform: translate(5px, -1px); }
          @media only screen and (max-width: 1024px) {
            .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text .text_inner .inner_text > p, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text .text_inner .inner_text > p {
              font-size: 100%; } }
          @media only screen and (max-width: 768px) {
            .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text .text_inner .inner_text > p, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text .text_inner .inner_text > p {
              font-size: 100%; } }
      @media only screen and (max-width: 1200px) {
        .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text {
          margin-bottom: 25px; }
          .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text > p, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text > p {
            width: 50%; } }
      @media only screen and (max-width: 1024px) {
        .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text {
          margin-bottom: 20px; }
          .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text > p, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text > p {
            width: 54%; } }
      @media only screen and (max-width: 768px) {
        .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text {
          margin-bottom: 15px; }
          .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text > p, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text > p {
            width: 60%; } }
      @media only screen and (max-width: 480px) {
        .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text {
          margin-bottom: 10px; }
          .shop_thumb_cont .shop_thumb.coming_soon > a .shop_thumb_text .coming_soon_text > p, .shop_thumb_cont .shop_thumb.coming_soon > div .shop_thumb_text .coming_soon_text > p {
            width: 60%; } }

/*                投稿レイアウト設定
======================================================= */
.detail_cont_area {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .detail_cont_area > .wp-block-image, .detail_cont_area > .wp-block-media-text, .detail_cont_area > .wp-block-audio, .detail_cont_area > .block-editor-block-list__layout, .detail_cont_area > .wp-block-button, .detail_cont_area > .wp-block-button__link, .detail_cont_area > .wp-block-code, .detail_cont_area > p {
    margin: 0 0 30px; }
  @media only screen and (max-width: 600px) {
    .detail_cont_area .wp-block-media-text .wp-block-media-text__content {
      padding: 0; } }
  .detail_cont_area a {
    color: #008acb;
    text-decoration: underline; }
    @media only screen and (min-width: 769px) {
      .detail_cont_area a:hover {
        text-decoration: none; } }

/*                footer
======================================================= */
#footer {
  padding: 50px 0 20px; }
  @media only screen and (max-width: 1200px) {
    #footer {
      padding: 45px 0 18px; } }
  @media only screen and (max-width: 1024px) {
    #footer {
      padding: 40px 0 15px; } }
  @media only screen and (max-width: 768px) {
    #footer {
      padding: 30px 0 30px; } }
  @media only screen and (max-width: 480px) {
    #footer {
      padding: 20px 0 20px; } }
  #footer .main_width .ft_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #footer .main_width .ft_inner .ft_logo {
      min-width: 244px; }
      #footer .main_width .ft_inner .ft_logo img {
        width: 244px; }
    #footer .main_width .ft_inner .ft_main {
      width: 800px;
      max-width: 800px;
      padding-left: 30px; }
    @media only screen and (max-width: 1200px) {
      #footer .main_width .ft_inner .ft_logo {
        min-width: 220px; }
        #footer .main_width .ft_inner .ft_logo img {
          width: 220px; }
      #footer .main_width .ft_inner .ft_main {
        padding-left: 26px; } }
    @media only screen and (max-width: 1024px) {
      #footer .main_width .ft_inner .ft_logo {
        min-width: 196px; }
        #footer .main_width .ft_inner .ft_logo img {
          width: 196px; }
      #footer .main_width .ft_inner .ft_main {
        padding-left: 20px; } }
    @media only screen and (max-width: 950px) {
      #footer .main_width .ft_inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #footer .main_width .ft_inner .ft_logo {
          min-width: 100%;
          width: 100%;
          margin-bottom: 30px; }
          #footer .main_width .ft_inner .ft_logo img {
            width: 220px;
            display: block; }
        #footer .main_width .ft_inner .ft_main {
          min-width: 100%;
          width: 100%;
          max-width: 800px;
          padding-left: 0;
          margin-left: auto;
          margin-right: auto; } }
    @media only screen and (max-width: 768px) {
      #footer .main_width .ft_inner .ft_logo {
        margin-bottom: 20px; }
        #footer .main_width .ft_inner .ft_logo img {
          width: 200px;
          display: block; } }
    @media only screen and (max-width: 480px) {
      #footer .main_width .ft_inner .ft_logo {
        margin-bottom: 15px; }
        #footer .main_width .ft_inner .ft_logo img {
          width: 183px;
          display: block; } }
  #footer .ft_logo > a {
    display: block;
    margin: auto; }
    #footer .ft_logo > a img {
      margin: auto;
      display: block; }
  #footer .ft_navi {
    width: 100%; }
    #footer .ft_navi ul {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: auto;
      margin-left: -20px;
      margin-right: -00px;
      font-size: 87.5%;
      letter-spacing: -0.05em; }
      @media only screen and (max-width: 950px) {
        #footer .ft_navi ul {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      #footer .ft_navi ul li {
        padding: 1.6em 20px 0; }
        @media only screen and (max-width: 950px) {
          #footer .ft_navi ul li {
            padding: 1.0em 10px 0; } }
        #footer .ft_navi ul li > a, #footer .ft_navi ul li > div {
          display: block;
          color: #fff; }
          #footer .ft_navi ul li > a > span, #footer .ft_navi ul li > div > span {
            position: relative;
            display: inline-block; }
            #footer .ft_navi ul li > a > span > span, #footer .ft_navi ul li > div > span > span {
              display: inline-block; }
            #footer .ft_navi ul li > a > span:before, #footer .ft_navi ul li > a > span:after, #footer .ft_navi ul li > div > span:before, #footer .ft_navi ul li > div > span:after {
              position: absolute;
              content: "";
              width: 0%;
              height: 1px;
              display: block;
              background-color: #fff;
              bottom: -0.3em;
              opacity: 0;
              -webkit-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; }
            #footer .ft_navi ul li > a > span:before, #footer .ft_navi ul li > div > span:before {
              left: 50%; }
            #footer .ft_navi ul li > a > span:after, #footer .ft_navi ul li > div > span:after {
              right: 50%; }
        #footer .ft_navi ul li > a {
          text-decoration: none; }
          #footer .ft_navi ul li > a:hover {
            text-decoration: none; }
          @media only screen and (min-width: 769px) {
            #footer .ft_navi ul li > a:hover > span:before, #footer .ft_navi ul li > a:hover > span:after {
              width: 50%;
              opacity: 0.5;
              -webkit-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; } }
    @media only screen and (max-width: 480px) {
      #footer .ft_navi {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        border-bottom: dotted 1px rgba(255, 255, 255, 0.3);
        position: relative; }
        #footer .ft_navi ul {
          margin-left: -1px;
          margin-right: 0; }
          #footer .ft_navi ul li {
            padding: 0;
            width: 50%;
            border-left: dotted 1px rgba(255, 255, 255, 0.3);
            border-top: dotted 1px rgba(255, 255, 255, 0.3);
            position: relative; }
            #footer .ft_navi ul li.sp_wide {
              width: 100%; }
            #footer .ft_navi ul li > a, #footer .ft_navi ul li > div {
              position: relative;
              width: 100%;
              height: 100%;
              text-align: center;
              padding: 10px 5px 8px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-line-pack: center;
              align-content: center; }
              #footer .ft_navi ul li > a > span, #footer .ft_navi ul li > div > span {
                position: relative;
                display: block;
                width: 100%; }
                #footer .ft_navi ul li > a > span:before, #footer .ft_navi ul li > a > span:after, #footer .ft_navi ul li > div > span:before, #footer .ft_navi ul li > div > span:after {
                  display: none; } }
  #footer .copy {
    margin-top: 50px;
    text-align: left; }
    #footer .copy p {
      color: #fff;
      font-size: 87.5%; }
    @media only screen and (max-width: 950px) {
      #footer .copy {
        margin-top: 30px;
        text-align: center; } }

body.lower #footer {
  border-top: solid 2px #fff; }

/*                modal
======================================================= */
.modal_open {
  overflow: hidden;
  height: 100%; }

.modal {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  overflow-y: auto;
  padding: 70px 0 50px; }
  .modal.default_open {
    display: block; }
  @media only screen and (max-width: 768px) {
    .modal.inline {
      overflow-y: auto;
      height: 100%;
      -webkit-overflow-scrolling: touch; } }
  .modal.inline .modal_wrap {
    height: 100%;
    padding: 40px 0; }
    @media only screen and (max-width: 768px) {
      .modal.inline .modal_wrap {
        padding: 20px; } }
    .modal.inline .modal_wrap .modal_content {
      height: 100%;
      -webkit-overflow-scrolling: touch;
      padding: 0 40px; }
      @media only screen and (max-width: 768px) {
        .modal.inline .modal_wrap .modal_content {
          padding: 0 2px; } }
      .modal.inline .modal_wrap .modal_content .modal_area {
        height: 100%; }
        .modal.inline .modal_wrap .modal_content .modal_area .bnr_inner {
          position: relative; }
  .modal .modal_wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px; }
    .modal .modal_wrap .modal_content .modal_area {
      position: relative; }
      .modal .modal_wrap .modal_content .modal_area .modal_close {
        cursor: pointer;
        width: 100%;
        text-align: right;
        position: absolute;
        right: 0;
        top: -57px; }
        @media only screen and (max-width: 768px) {
          .modal .modal_wrap .modal_content .modal_area .modal_close {
            top: -40px; }
            .modal .modal_wrap .modal_content .modal_area .modal_close img {
              width: 36px;
              height: 36px; } }
        @media only screen and (max-width: 480px) {
          .modal .modal_wrap .modal_content .modal_area .modal_close {
            top: -36px; }
            .modal .modal_wrap .modal_content .modal_area .modal_close img {
              width: 30px;
              height: 30px; } }
      .modal .modal_wrap .modal_content .modal_area .modal_cont.modal_bnr {
        position: relative;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }

/*                Slick  Slider
======================================================= */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  outline: none;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media only screen and (min-width: 769px) {
  .pc_none {
    display: none; } }

@media only screen and (max-width: 768px) {
  .sp_none {
    display: none; } }