@charset "UTF-8";
/*
Theme Name:		One of Love-THEME
Theme URI:		https://digiheads.co.jp/
Description:	Base Theme
Author:			Digiheads Inc.
Author URI:		https://digiheads.co.jp/
Version:		1.0.0
License:
License URI:
*/
/* One of Love THEME */
/* contents block */
.std_width {
  max-width: 1280px;
  min-width: 1024px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .std_width {
    max-width: 100vw;
    min-width: 100vw;
  }
}

.min_width {
  max-width: 1024px;
  min-width: 1024px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .min_width {
    max-width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
  }
}

.smin_width {
  max-width: 900px;
  min-width: 900px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .smin_width {
    max-width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
  }
}

/* Devaice Switching */
@media screen and (max-width: 500px) {
  .dpc {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .dsp {
    display: none !important;
  }
}

br.pc {
  display: block;
}
@media screen and (max-width: 500px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 500px) {
  br.sp {
    display: block;
  }
}

/* Themify Css Reset */
@media screen and (max-width: 500px) {
  .module_row > .row_inner,
  .module-layout-part .module_row.fullwidth_row_container > .row_inner {
    max-width: 100% !important;
  }
}
/* Reset CSS */
p, span, pre, div,
h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a > img {
  word-wrap: break-word;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
a:hover,
a > img:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

a:link,
a:visited {
  color: #900;
  text-decoration: none;
}

a:link:hover,
a[href]:hover {
  text-decoration: none;
}

img {
  display: block;
}

strong, b {
  font-weight: 500;
  font-size: 1.1em;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

ul#fixed_link {
  display: none;
}

a.tb_turn_on,
span.edit-button {
  display: none !important;
}

#entry.topics .entry-content {
  max-width: 1024px;
  margin: 0 auto;
}

.list-post .post.topics {
  margin: 0 !important;
}

/* One of Love ORIGINAL */
html {
  font-size: 62.5% !important;
}

body {
  min-width: 1024px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 300;
  color: #333;
}
@media screen and (max-width: 500px) {
  body {
    min-width: 100vw;
  }
}

p {
  font-weight: 300;
}

small {
  font-weight: 300;
}

h1, h2, h3, h4, h5 {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
}

.dot_line {
  padding: 0;
  margin: 5% 0;
  border-bottom: #900 dotted 2px;
}

.txt_red {
  color: #900;
}

hr.dot_line {
  padding: 0;
  margin: 3% 0;
  border-bottom: #900 double 3px;
}

/* Common Css Override */
/* Contents Css Override */
/* Base CSS Reset */
#container {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 1024px;
  background: #fff;
  padding: 0;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 500px) {
  #container {
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 74px;
  }
}

#main_column.colnum1 {
  width: 100%;
  margin: 0;
}

/* Header Section */
header {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header.min_height {
  background: rgb(255, 255, 255);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header.min_height:hover {
  background: rgb(255, 255, 255);
}
header:hover {
  background: rgb(255, 255, 255);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (max-width: 500px) {
  header {
    height: auto;
    background: rgba(255, 255, 255, 0.9);
  }
}

#header_sec {
  font-family: "Roboto", "Noto Sans JP", -apple-system, "YuGothic", "Yu Gothic", sans-serif;
  width: 100%;
  max-width: 1024px;
  min-width: 1024px;
  margin: auto;
}
#header_sec.min_height .site_logo {
  height: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header_sec.min_height .site_logo h1 > a > img {
  max-height: 50px;
}
@media screen and (max-width: 500px) {
  #header_sec.min_height .site_logo h1 > a > img {
    max-height: 47px;
  }
}
@media screen and (max-width: 500px) {
  #header_sec.min_height .site_logo {
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  #header_sec {
    max-width: 100vw;
    min-width: 100vw;
  }
}
#header_sec .upper_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  #header_sec .upper_box {
    padding: 0.5em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header_sec .upper_box .site_logo {
    padding: 0;
    /*width: 65vw;*/
    display: block;
  }
  #header_sec .upper_box .blank {
    width: 10px;
    height: 10px;
  }
}
#header_sec .site_logo {
  height: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 500px) {
  #header_sec .site_logo {
    height: 60px;
  }
}
#header_sec .site_logo h1 {
  display: block;
  padding: 0;
  margin: auto;
}
#header_sec .site_logo h1 a > img {
  max-height: 90px;
  width: auto;
}
@media screen and (max-width: 500px) {
  #header_sec .site_logo h1 a > img {
    max-height: 47px;
  }
}
#header_sec .navi_blank {
  display: block;
  height: 0px;
  width: 37px;
  padding: 0;
  margin: 0;
}
#header_sec .site_navi {
  display: block;
  text-align: center;
  padding-bottom: 5px;
}
@media screen and (max-width: 500px) {
  #header_sec .site_navi {
    padding-top: 1em;
  }
}
#header_sec .site_navi .lower_navi {
  padding: 0.5em 0;
}
@media screen and (max-width: 500px) {
  #header_sec .site_navi .lower_navi {
    display: none;
  }
}
#header_sec .site_navi .lower_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header_sec .site_navi .lower_navi ul li {
  display: block;
}
#header_sec .site_navi .lower_navi ul li a {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  padding: 0 1em;
  /*@include tracking(160);*/
}
@media screen and (max-width: 500px) {
  #header_sec .site_navi .lower_navi ul li a {
    padding: 0 1rem;
  }
}

/* Sub navi Sec */
.uk-offcanvas-bar {
  background: rgb(255, 255, 255);
  width: 480px;
  left: -480px;
}
@media screen and (max-width: 500px) {
  .uk-offcanvas-bar {
    width: 100vw;
    left: -100vw;
  }
}

.sub_navi_box {
  font-family: "Roboto", "Noto Sans JP", -apple-system, "YuGothic", "Yu Gothic", sans-serif;
}
.sub_navi_box h2.sbn_tit {
  text-align: center;
  padding: 0;
}
.sub_navi_box h2.sbn_tit a > img {
  display: inline-block;
  max-height: 70px;
  width: auto;
}
@media screen and (max-width: 500px) {
  .sub_navi_box h2.sbn_tit a > img {
    max-height: 42px;
  }
}
.sub_navi_box ul, .sub_navi_box li {
  padding: 0;
  margin: 0;
}
.sub_navi_box a {
  color: #900;
}
.sub_navi_box .sbn_close_bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub_navi_box .sbn_close_bot a {
  display: block;
  width: auto;
  font-size: 1.5rem;
}
.sub_navi_box .sbn_close_bot a:hover {
  opacity: 0.7;
}
.sub_navi_box .sbn_close_bot img.cls_icon {
  display: inline-block;
  padding-left: 0.5em;
  max-height: 30px;
  width: auto;
}
.sub_navi_box .sbn_menu {
  padding: 1em 0;
}
.sub_navi_box .sbn_menu h4 {
  text-align: left;
  padding-bottom: 0.5em;
}
.sub_navi_box .sbn_menu ul {
  display: block;
}
.sub_navi_box .sbn_menu ul li {
  display: block;
  width: 100%;
  padding: 0;
  border-top: #900 solid 1px;
}
.sub_navi_box .sbn_menu ul li.uk-open {
  padding-bottom: 0;
}
.sub_navi_box .sbn_menu ul li.uk-open .uk-accordion-title::before {
  content: "ー";
  color: #99a7af;
  margin-right: 7px;
  background: space;
}
.sub_navi_box .sbn_menu ul li.split_line {
  border-bottom: #900 solid 2px;
}
.sub_navi_box .sbn_menu ul li.mark_col a {
  background-color: rgb(255, 209, 211);
}
.sub_navi_box .sbn_menu ul li:last-child {
  border-bottom: #900 solid 1px;
}
.sub_navi_box .sbn_menu ul li a {
  display: block;
  font-size: 1.5rem;
  padding: 1em 0 1em 1em;
  letter-spacing: 0.2em;
}
.sub_navi_box .sbn_menu ul li a:hover {
  color: #fff;
  opacity: 1;
  background-color: rgb(153, 0, 0);
}
.sub_navi_box .sbn_menu_list {
  padding: 1em 0;
}
.sub_navi_box .sbn_menu_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub_navi_box .sbn_menu_list ul li {
  padding: 0.5em;
}
.sub_navi_box .sbn_menu_list ul li a {
  font-size: 1.2rem;
}
.sub_navi_box .sbn_menu_list ul li a:hover {
  color: #fff;
  opacity: 0.7;
}
.sub_navi_box .sbn_menu_list ul li:nth-child(2)::after, .sub_navi_box .sbn_menu_list ul li:nth-child(2)::before {
  font-size: 0.9em;
  content: "|";
  color: #333;
}
.sub_navi_box .sbn_menu_list ul li:nth-child(2)::after {
  padding-left: 1em;
}
.sub_navi_box .sbn_menu_list ul li:nth-child(2)::before {
  padding-right: 1em;
}

/* Contents TEXT SET */
/* Top Slider */
.slide_sec .uk-dotnav > * > * {
  width: 35px;
  height: 2px;
  border-radius: 0%;
  border: 1px solid rgba(102, 102, 102, 0.2);
}
.slide_sec .uk-dotnav > .uk-active > * {
  border: 1px solid rgba(102, 102, 102, 0.6);
}

.page_title h1 {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0.3em 0;
  margin: 3% 0 0;
  background-color: #900;
  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;
}
@media screen and (max-width: 500px) {
  .page_title h1 {
    font-size: 2rem;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .page_title h1 .main-head {
    display: block;
  }
}
.page_title h1 .sub-head {
  padding-left: 1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  .page_title h1 .sub-head {
    display: block;
  }
}
.page_title .page_dit {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 1em 0;
}
@media screen and (max-width: 500px) {
  .page_title .page_dit {
    font-size: 2rem;
  }
}

.sec {
  margin: 3% auto;
}
.sec h2 {
  font-family: "Noto Serif JP", serif;
  color: #900;
  font-size: 2.4rem;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 500px) {
  .sec h2 {
    font-size: 2rem;
  }
}
.sec p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8em;
  padding-bottom: 1em;
}
.sec p strong {
  display: inline-block;
  padding-bottom: 1em;
}
.sec p .float_ph_01 {
  float: right;
  padding: 0 0 1em 1em;
  width: 25%;
}
@media screen and (max-width: 500px) {
  .sec p .float_ph_01 {
    float: none;
    padding: 0 0 1em;
    width: 100%;
  }
}

.shops .shop_box h3 {
  text-align: center;
  color: #900;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0.2em 0;
  margin: 0.5em 0;
  border: #900 solid 2px;
  border-left: none;
  border-right: none;
}
.shops .shop_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.shops .shop_box ul li .shop_ph_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 500px) {
  .shops .shop_box ul li .shop_ph_box {
    display: block;
  }
}
.shops .shop_box ul li .shop_ph_box img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.shops .shop_box ul li .shop_ph_box img:first-child {
  padding-right: 2em;
}
@media screen and (max-width: 500px) {
  .shops .shop_box ul li .shop_ph_box img:first-child {
    padding-right: 0em;
    padding-bottom: 1em;
  }
}
.shops .shop_box ul li img {
  padding: 3em 0;
}
.shops .shop_box ul li .shop_link {
  font-size: 1.8rem;
}
.shops .shop_box ul li .shop_link a {
  color: #900;
}
.shops .shop_box ul li:first-child {
  margin-right: 2em;
}
.shops .shop_main_ph {
  padding: 2em 0;
  margin: 2em 0;
  border-top: #900 solid 1px;
}
.shops .shop_ft_info {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8em;
  background-color: #900;
  padding: 0.5em;
}
@media screen and (max-width: 500px) {
  .shops .shop_ft_info {
    text-align: left;
    font-size: 2rem;
  }
}
.shops .shop_ft_info a {
  color: #F30;
}
.shops .shop_ft_info a:hover {
  color: #FFD1D3;
}

.goods_bot_box .module-buttons-item {
  padding-bottom: 1em;
}
.goods_bot_box .module-buttons-item a.tb_default_color {
  border: #900 dotted 1px;
}

.cont_header {
  text-align: center;
  padding-top: 5%;
}
.cont_header h2 {
  font-size: 3.6rem;
  color: #900;
  font-weight: 100;
  /*padding: 5% 0 3%;*/
}
@media screen and (max-width: 500px) {
  .cont_header h2 {
    font-size: 3rem;
  }
}

#entry .entry-content .news {
  margin-top: 3%;
}

#entry.page .entry-content .news {
  margin-top: 0;
}

@media screen and (max-width: 500px) {
  .activity .pagenav.tf_textr,
  .news .pagenav.tf_textr,
  .report .pagenav.tf_textr,
  .interview .pagenav.tf_textr {
    text-align: center;
  }
}
.activity .pagenav.tf_textr .number.current,
.news .pagenav.tf_textr .number.current,
.report .pagenav.tf_textr .number.current,
.interview .pagenav.tf_textr .number.current {
  border: #900;
  background-color: #900;
  color: #fff;
}
.activity .uk-slideshow-nav li,
.news .uk-slideshow-nav li,
.report .uk-slideshow-nav li,
.interview .uk-slideshow-nav li {
  padding-left: 9px;
}

.activity .activity_post article.post {
  margin: 5% 0;
  border-bottom: #900 dotted 2px;
}
.activity .activity_list {
  font-size: 1.6rem;
  width: 100%;
  line-height: 1.6em;
}
.activity .activity_list h2 {
  display: block;
  text-align: center;
  border-top: #900 solid 1px;
  border-bottom: #900 solid 1px;
  padding: 0.3em 0;
  margin: 0 0 1em;
}
.activity .activity_list h3 {
  color: #900;
  font-size: 2rem;
  padding: 1em 0;
}
.activity .activity_list .activity_dit_box dl.sub_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  .activity .activity_list .activity_dit_box dl.sub_box {
    display: block;
  }
}
.activity .activity_list .activity_dit_box dl.sub_box dt {
  width: 20%;
  color: #fff;
  text-align: center;
  background-color: #900;
  padding: 0.5em;
}
@media screen and (max-width: 500px) {
  .activity .activity_list .activity_dit_box dl.sub_box dt {
    width: 50%;
  }
}
.activity .activity_list .activity_dit_box dl.sub_box dd {
  width: 75%;
  font-size: 1.9rem;
  line-height: 1.6em;
}
@media screen and (max-width: 500px) {
  .activity .activity_list .activity_dit_box dl.sub_box dd {
    padding-top: 0.3em;
    width: 100%;
  }
}
.activity .activity_list .activity_dit_box dl.sub_box dd b {
  font-weight: 500;
}
.activity .activity_list .activity_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .activity .activity_list .activity_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.activity .activity_list .activity_box ul {
  margin-bottom: 0.5em;
}
.activity .activity_list .activity_box ul.tit_box {
  width: 22%;
}
@media screen and (max-width: 500px) {
  .activity .activity_list .activity_box ul.tit_box {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .activity .activity_list .activity_box ul.tit_box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .activity .activity_list .activity_box ul.tit_box li div {
    width: 50%;
  }
}
.activity .activity_list .activity_box ul.tit_box li .tit {
  color: #fff;
  text-align: center;
  background-color: #900;
  padding: 0.5em;
}
.activity .activity_list .activity_box ul.tit_box li .sub_tit {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  padding: 0.5em 0;
}
.activity .activity_list .activity_box ul.dit_box {
  font-size: 1.9rem;
  width: 73%;
  border: #333 solid 1px;
  padding: 0.5em 0.5em;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .activity .activity_list .activity_box ul.dit_box {
    width: 100%;
  }
}
.activity .activity_list .activity_box ul.dit_box li {
  display: block;
  width: 48%;
}
@media screen and (max-width: 500px) {
  .activity .activity_list .activity_box ul.dit_box li {
    width: 100%;
  }
}
.activity .activity_list .activity_box ul.dit_box li:last-child {
  width: 100%;
  padding-top: 0.3em;
}
.activity .activity_list .activity_box ul.dit_box li:last-child .list {
  display: block;
}
.activity .activity_list .activity_box ul.dit_box li:last-child .list span {
  display: block;
  text-align: right;
}
.activity .activity_list .activity_box ul.dit_box li .list {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.activity .activity_list .activity_box ul.dit_box li .list span {
  display: inline-block;
  text-align: left;
}
.activity .activity_list .activity_box ul.dit_box li .list span.right {
  text-align: right;
}
.activity .activity_list .activity_box ul.dit_box li .list span.strong {
  font-size: 1.2em;
  font-weight: 500;
}
.activity .activity_list .report_box {
  width: 95%;
  padding: 1em 0;
  margin: 0 auto;
}
.activity .activity_list .report_box img {
  display: block;
  width: 100%;
}

.interview .interview_post article.post {
  padding-bottom: 5%;
  margin: 5% 0;
  border-bottom: #900 dotted 2px;
}
.interview .interview_list h3 {
  font-size: 2rem;
  color: #900;
  font-weight: 500;
  padding-bottom: 1em;
}
@media screen and (max-width: 500px) {
  .interview .interview_list h3 {
    font-size: 1.8rem;
  }
}

.report .report_post article.post {
  margin: 5% 0;
  border-bottom: #900 dotted 2px;
}
.report .report_list {
  font-size: 1.6rem;
  width: 100%;
  line-height: 1.6em;
}
.report .report_list h2 {
  color: #900;
  font-weight: 500;
  padding-bottom: 1em;
}
.report .report_list h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #900;
}
.report .report_list p {
  margin: 1em 0;
}
.report .report_list p strong {
  font-weight: 500;
}
.report .report_list dl {
  margin: 1em 0;
}
.report .report_list dl.godiva {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 500px) {
  .report .report_list dl.godiva {
    display: block;
  }
}
.report .report_list dl.godiva dt {
  width: 6em;
}
@media screen and (max-width: 500px) {
  .report .report_list dl.godiva dt {
    width: 100%;
  }
}
.report .report_list dl.godiva dd {
  width: 50em;
  padding: 0;
  border: none;
}
@media screen and (max-width: 500px) {
  .report .report_list dl.godiva dd {
    width: 100%;
  }
}
.report .report_list dl dt {
  font-weight: 500;
  padding-bottom: 0.5em;
}
.report .report_list dl dd {
  padding-left: 5em;
  border-bottom: #900 solid 1px;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 500px) {
  .report .report_list dl dd {
    padding-left: 0em;
  }
}
.report .report_list .report_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.report .report_list .report_news dl {
  width: 49%;
}
@media screen and (max-width: 500px) {
  .report .report_list .report_news dl {
    font-size: 1.4rem;
  }
}
.report .report_list .report_news dl dt {
  padding-bottom: 0.5em;
  font-weight: 500;
}
.report .report_list .report_news dl dd {
  padding: 0;
  border: none;
}
.report .report_list .session_report {
  display: block;
  margin: 0.5em 0 1em;
  padding: 0.5em 0 0 5em;
  border-top: #900 solid 1px;
  border-bottom: #900 solid 1px;
}
@media screen and (max-width: 500px) {
  .report .report_list .session_report {
    padding: 0.5em 0 0 0;
  }
}
.report .report_list .uk-position-relative .ph_copy {
  color: #fff;
  position: absolute;
  bottom: 8%;
  right: 3%;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .report .report_list .uk-position-relative .ph_copy {
    font-size: 1.4rem;
    bottom: 18%;
  }
}

.news.min_width {
  max-width: 900px;
  min-width: 900px;
}
@media screen and (max-width: 500px) {
  .news.min_width {
    max-width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
  }
}
.news a {
  color: #900;
}
.news .news_post article.post {
  padding: 0;
  margin: 5% 0;
  border-bottom: #900 dotted 2px;
}
.news .news_post article.post .post-content .post-date {
  color: #900;
  display: block;
  font-size: 1.6rem;
  padding-bottom: 1em;
}
.news .news_post article.post .post-content .post-date::before {
  display: inline-block;
  content: "●";
  color: #900;
  padding-right: 0.5em;
}
.news .news_list {
  font-size: 1.6rem;
}
.news .news_list .news_date {
  padding: 0.5em 0;
}
.news .news_list .news_text {
  width: 100%;
  line-height: 1.6em;
}
.news .news_list .news_text .news_2024_play_pray ul {
  display: block;
}
.news .news_list .news_text .news_2024_play_pray ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}
.news .news_list .news_text .news_2024_play_pray ul li img {
  max-width: 130px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .news .news_list .news_text .news_2024_play_pray ul li img {
    max-width: 80px;
  }
}
.news .news_list .news_text .news_2024_play_pray ul li span {
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 1.5em;
}
@media screen and (max-width: 500px) {
  .news .news_list .news_text .news_2024_play_pray ul li span {
    font-size: 1em;
  }
}
.news .news_list .news_text .news_2025_play_pray ul {
  display: block;
}
.news .news_list .news_text .news_2025_play_pray ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 500px) {
  .news .news_list .news_text .news_2025_play_pray ul li {
    display: block;
  }
}
.news .news_list .news_text .news_2025_play_pray ul li img {
  width: auto;
  max-height: 30px;
}
@media screen and (max-width: 500px) {
  .news .news_list .news_text .news_2025_play_pray ul li img {
    max-height: 30px;
  }
}
.news .news_list .news_text .news_2025_play_pray ul li span {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 2.5em;
}
@media screen and (max-width: 500px) {
  .news .news_list .news_text .news_2025_play_pray ul li span {
    padding-left: 0;
    padding-top: 0.5em;
  }
}
.news .news_list .news_text h2 {
  color: #900;
  font-weight: 500;
  padding-bottom: 1em;
}
.news .news_list .news_text p {
  margin: 1em 0;
}
.news .news_list .news_text dl {
  margin: 1em 0;
}
.news .news_list .news_text dl.godiva {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 500px) {
  .news .news_list .news_text dl.godiva {
    display: block;
  }
}
.news .news_list .news_text dl.godiva dt {
  width: 6em;
}
@media screen and (max-width: 500px) {
  .news .news_list .news_text dl.godiva dt {
    width: 100%;
  }
}
.news .news_list .news_text dl.godiva dd {
  width: 50em;
  padding: 0;
  border: none;
}
@media screen and (max-width: 500px) {
  .news .news_list .news_text dl.godiva dd {
    width: 100%;
  }
}
.news .news_list .news_text dl dt {
  font-weight: 500;
  padding-bottom: 0.5em;
}
.news .news_list .news_text dl dt img {
  display: block;
  margin: 0 auto;
}
.news .news_list .news_text dl dd {
  padding-left: 5em;
  border-bottom: #900 solid 1px;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.news .news_list .news_text dl dd:last-child {
  border-bottom: none;
}
@media screen and (max-width: 500px) {
  .news .news_list .news_text dl dd {
    padding-left: 0em;
  }
}

.news_sec h3.module-title {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0.3em 0 0.3em 1em;
  margin: 0;
  background-color: #900;
  display: block;
}
@media screen and (max-width: 500px) {
  .news_sec h3.module-title {
    font-size: 2rem;
  }
}
.news_sec article.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  margin: 0 !important;
  border-bottom: #900 solid 1px;
}
.news_sec article.post .post-image {
  margin: 0;
}
.news_sec article.post .post-image a > img.wp-post-image {
  max-width: 60px;
  height: auto;
  padding-right: 2em;
}
.news_sec article.post .post-content {
  color: #900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.3em;
}
@media screen and (max-width: 500px) {
  .news_sec article.post .post-content {
    display: block;
  }
}
.news_sec article.post .post-content .post-date {
  display: block;
  width: 10em;
  font-size: 1.6rem;
  font-weight: 500;
  padding-right: 2em;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .news_sec article.post .post-content .post-date {
    width: 100%;
    padding-bottom: 0.3em;
  }
}
.news_sec article.post .post-content .post-title {
  display: block;
  width: 48em;
  font-size: 1.6rem;
}
@media screen and (max-width: 500px) {
  .news_sec article.post .post-content .post-title {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 300;
  }
}
.news_sec article.post .post-content .post-title a {
  color: #900;
}

.method .donate .example {
  margin: 0;
  padding: 0 0 1em;
}
.method .donate .example li {
  list-style: none;
  font-size: 2.4rem;
  color: #900;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .method .donate .example li {
    font-size: 2rem;
  }
}
.method .donate .example li a {
  color: #900;
}
.method .donate .example li a:hover {
  color: #FF0000;
}
.method .donate .example li a:hover .ln_icon {
  border: #FF0000 solid 1px;
}
.method .donate .example li a .ln_icon {
  border: #900 solid 1px;
  border-radius: 6px;
  padding: 0.3em 0.5em;
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 0.5em;
}
@media screen and (max-width: 500px) {
  .method .donate .example li a .ln_icon {
    font-size: 1.4rem;
  }
}
.method .donate p a {
  color: #900;
}
.method .donate .dnt_bot {
  margin-left: 2em;
}
@media screen and (max-width: 500px) {
  .method .donate .dnt_bot {
    margin-left: 0;
  }
}
.method .donate .dnt_bot a {
  display: inline-block;
  background-color: #990000;
  border: #900 solid 1px;
  border-radius: 6px;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 1.6rem;
}
.method .donate .dnt_bot a:hover {
  color: #900;
  background-color: rgb(255, 209, 211);
}
.method .donate .dnt_bot .dnt_dit {
  display: block;
  padding-top: 1em;
  font-size: 1.4rem;
}
.method .donate ul {
  margin: 0 0 1em 4em;
}
.method .donate ul.other {
  margin: 0 0 1em 2em;
}
.method .donate ul.other li {
  color: #333;
  list-style: none;
  margin-bottom: 1em;
}
.method .donate ul.other li a.shop_link_bt {
  border: #900 solid 1px;
  border-radius: 6px;
  padding: 0.3em 0.5em;
  margin-left: 1em;
}
.method .donate ul.other li a.shop_link_bt:hover {
  color: #fff;
  background-color: #900;
}
@media screen and (max-width: 500px) {
  .method .donate ul {
    margin: 0 0 1em 2em;
  }
}
.method .donate ul li {
  color: #900;
  padding: 0.5em 0;
  list-style: disc;
  font-size: 1.6rem;
}

.contact a.mail_link {
  color: #5272a9;
}
.contact .form_dit {
  text-align: center;
  line-height: 2em;
  padding: 5% 0;
}
@media screen and (max-width: 500px) {
  .contact .form_dit {
    text-align: left;
  }
}
.contact .form {
  padding: 3% 0;
}
.contact .form .inv-recaptcha-holder .grecaptcha-badge {
  margin: 0 auto;
}
.contact .form .form_section {
  display: block;
  margin: 0 auto;
}
.contact .form .form_section h4 {
  font-size: 1.8rem;
  font-weight: 200;
}
.contact .form .form_section .requied {
  color: #810002;
}
@media screen and (max-width: 500px) {
  .contact .form .form_section .accept {
    text-align: left;
  }
}
.contact .form .form_section .cont_link,
.contact .form .form_section .cont_bot {
  padding: 0.5em 0;
  text-align: center;
}
.contact .form .form_section .cont_link a,
.contact .form .form_section .cont_bot a {
  color: #900;
}
.contact .form .form_section .cont_link a:hover,
.contact .form .form_section .cont_bot a:hover {
  opacity: 0.7;
}
.contact .form .form_section .conf_bot .wpcf7-form-control.wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em 2em;
  margin: 1em auto;
}
.contact .form .form_section input[type=reset], .contact .form .form_section input[type=submit] {
  background-color: #5F0000;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  border: 0;
  padding: 0.5em 1em;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .form .form_section input[type=reset]:hover, .contact .form .form_section input[type=submit]:hover {
  background-color: #900;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .form .form_section .ent_box {
  text-align: left;
  padding: 0;
  margin: 0;
}
.contact .form .form_section .ent_box dl {
  list-style: none;
  padding: 1em 0;
  margin: 1em 0;
  border-bottom: #999 solid 1px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 500px) {
  .contact .form .form_section .ent_box dl {
    display: block;
  }
}
.contact .form .form_section .ent_box dl dt {
  font-weight: 300;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
.contact .form .form_section .ent_box dl dt::before {
  display: inline-block;
  content: "●";
  color: #900;
  padding-right: 0.5em;
}
.contact .form .form_section .ent_box dl dd {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 2 auto;
          flex: 0 2 auto;
  width: 100%;
}
.contact .form .form_section .ent_box dl dd textarea {
  background-color: #fff;
  width: 95% !important;
  line-height: 1.2em;
  padding: 0.2em;
  margin: 0;
  margin-right: 0.5em;
  border: 1px solid #999;
  font-size: 1.4rem;
}
.contact .form .form_section .ent_box dl dd input[type=text], .contact .form .form_section .ent_box dl dd input[type=textarea], .contact .form .form_section .ent_box dl dd input[type=email], .contact .form .form_section .ent_box dl dd input[type=tel] {
  background-color: #fff;
  width: 95% !important;
  line-height: 1.2em;
  padding: 0.2em;
  margin: 0;
  margin-right: 0.5em;
  border: 1px solid #999;
  font-size: 1.6rem;
}
.contact .form .form_section .ent_box dl dd.cols .wpcf7-form-control-wrap input {
  width: calc((95% - 0.5em) / 2) !important;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .contact .form .form_section .ent_box dl dd.cols .wpcf7-form-control-wrap input {
    width: 95% !important;
  }
}
@media screen and (max-width: 500px) {
  .contact .form .form_section .ent_box dl dd.cols .your-name-sei,
  .contact .form .form_section .ent_box dl dd.cols .your-furigana-sei {
    display: block;
    padding-bottom: 0.5em;
  }
}
.contact .form .form_section .ent_box dl dd small {
  display: block;
  padding-bottom: 0.5em;
}
.contact .form .form_section .ent_box dl dd ::-webkit-input-placeholder {
  color: #bbb;
}
.contact .form .form_section .ent_box dl dd ::-moz-placeholder {
  color: #bbb;
}
.contact .form .form_section .ent_box dl dd :-ms-input-placeholder {
  color: #bbb;
}
.contact .form .form_section .ent_box dl dd ::-ms-input-placeholder {
  color: #bbb;
}
.contact .form .form_section .ent_box dl dd ::placeholder {
  color: #bbb;
}
.contact .form .form_section .ent_box dl dd .wpcf7-list-item {
  margin: 0 1em 1em 0;
}

.goods .ph_box .tshirt_ph_01,
.goods .ph_box .tshirt_ph_02 {
  height: 420px;
  width: auto;
}
@media screen and (max-width: 500px) {
  .goods .ph_box .tshirt_ph_01,
  .goods .ph_box .tshirt_ph_02 {
    height: 45vw;
  }
}

.sec_divider {
  margin-bottom: 5%;
}

.news .news_post {
  margin-bottom: 5%;
}
.news .news_post .bip-post-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 500px) {
  .news .news_post .bip-post-text {
    display: block;
    text-align: left;
  }
}
.news .news_post .bip-post-text time,
.news .news_post .bip-post-text h2 {
  text-align: left;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.news .news_post .bip-post-text time {
  width: 10em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 500px) {
  .news .news_post .bip-post-text time {
    padding-bottom: 0.5em;
  }
}
.tit_box h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
}
@media screen and (max-width: 500px) {
  .tit_box h2 {
    font-size: 2rem;
    padding-bottom: 1em;
  }
}

.dit_box p {
  ont-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 3em;
}
@media screen and (max-width: 500px) {
  .dit_box p {
    font-size: 1.3rem;
    line-height: 2.6em;
  }
}

@media screen and (max-width: 500px) {
  .sec_tit_img .image-wrap {
    padding-bottom: 2em;
  }
  .sec_tit_img .image-wrap img {
    max-height: 20px;
    width: auto;
  }
}

.sec .scroll_box {
  text-align: center;
  display: block;
  margin: 10% 0;
}
.sec .scroll_box .scroll_bot {
  display: inline-block;
  max-height: 35px;
  width: auto;
}
@media screen and (max-width: 500px) {
  .sec .scroll_box .scroll_bot {
    max-height: 28px;
  }
}

.slide_sec .scroll_box .scroll_bot {
  margin: 0 auto;
  max-height: 30px;
  width: auto;
}
@media screen and (max-width: 500px) {
  .slide_sec .scroll_box .scroll_bot {
    max-height: 26px;
  }
}

/* Post Contents */
body.single-post .entry-content {
  max-width: 1024px;
  min-width: 1024px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  body.single-post .entry-content {
    max-width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
  }
}

/* SNS LINK BOX */
.footer_sns_box {
  padding-bottom: 1em;
}

.home .footer_sns_box.top {
  display: none;
}

.insta-gallery-feed.loaded .insta-gallery-actions {
  display: none !important;
}

.top_sec {
  display: block;
  text-align: right;
}
.top_sec .sns_link {
  display: block;
  width: 220px;
  margin: 1em 0 0 auto;
}
@media screen and (max-width: 500px) {
  .top_sec .sns_link {
    margin: 1em auto;
  }
}

.sns_link h3 {
  text-align: center;
  padding-bottom: 0.5em;
}
.sns_link h3 img {
  max-height: 16px;
  width: auto;
}
.sns_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns_link ul li {
  padding: 0.5em;
  width: 35px;
}

/* Contents Section */
.content_sec {
  padding: 3% 0;
}
.content_sec h2 {
  text-align: center;
  border: none !important;
  font-size: 113%;
}
.content_sec h2 small {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  padding-top: 0.7em;
}
.content_sec .cont_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content_sec .cont_half .content_box {
  width: 41%;
}
.content_sec .cont_half .content_box .uk-panel-scrollable {
  height: 600px;
}
.content_sec .content_box {
  display: block;
  padding: 2em;
  margin-bottom: 3%;
}
.content_sec .content_box .uk-panel-scrollable {
  resize: vertical;
}
.content_sec .content_box .tit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 1em;
}
.content_sec .content_box .tit_box .tit_icon {
  display: block;
  padding-right: 1em;
}
.content_sec .content_box .tit_box .tit_set {
  display: block;
  width: 100%;
}
.content_sec .content_box .tit_box .tit_set h3 {
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
.content_sec .content_box .tit_box .tit_set .h3_sub_tit {
  font-size: 1.2rem;
}
.content_sec .content_box .more_btn {
  display: block;
  text-align: right;
  padding: 1em 0 0;
}
.content_sec .content_box .more_btn a {
  display: inline-block;
  width: 75px;
}
.content_sec .media_list .media_item {
  color: #333;
}
.content_sec .media_list .media_item p {
  margin: 0.5em 0 0;
}
.content_sec .media_list .media_item .media_image {
  max-height: 170px;
}
.content_sec .media_list .media_item .media_date {
  color: #9ccdb4;
  font-size: 1.2rem;
}
.content_sec .uk-panel-scrollable {
  height: 300px;
}
.content_sec .news_list li.uk-padding {
  padding: 1em 0;
  margin-top: 0;
}
.content_sec .news_list .image_wrap {
  display: block;
  width: 90px;
}
.content_sec .news_list .detail {
  color: #333;
}
.content_sec .news_list .detail .date {
  color: #9ccdb4;
  font-size: 1.2rem;
}
.content_sec .news_list .detail .title {
  text-indent: -0.5em;
  font-size: 1rem;
  font-weight: 400;
}
.content_sec .news_list .detail .cont {
  font-size: 1rem;
}

/* History List Section */
/* Company Section */
/* Privacy Policy Sec */
.privacy_sec {
  font-size: 1.5rem;
  line-height: 1.6em;
}
.privacy_sec .privacy_sub_tit {
  padding: 1em 0;
}
.privacy_sec .privacy_dit {
  margin: 1em auto;
}
.privacy_sec .privacy_dit p {
  padding-bottom: 1em;
}
@media screen and (max-width: 500px) {
  .privacy_sec {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

/* TOP NEWS LIST */
.news_sec .topics li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  border-bottom: 1px solid #e5e9eb;
  position: relative;
}
@media screen and (max-width: 500px) {
  .news_sec .topics li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.news_sec .topics li a .cat_icon {
  background-color: #ebedef;
  font-size: 1.3rem;
  padding: 0.25em 0.75em;
  margin-right: 1em;
}
.news_sec .topics li a .date {
  color: #489faf;
  margin-right: 1em;
}
@media screen and (max-width: 500px) {
  .news_sec .topics li a .date {
    margin: 0.5em 0;
  }
}
@media screen and (max-width: 500px) {
  .news_sec .topics li a .title {
    margin-right: 1em;
  }
}
.news_sec .topics li a .uk-icon {
  color: #bfc8cd;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .news_sec .topics li a .uk-icon {
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .news_sec .btn_more .image-wrap {
    text-align: right;
  }
}

/* Back to Top */
a.back-to-top {
  display: none;
  z-index: 999;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

/* Footer Section */
#footer_wrap {
  font-family: "Roboto", "Noto Sans JP", -apple-system, "YuGothic", "Yu Gothic", sans-serif;
  background: #fff;
  border-top: none !important;
  padding: 2% 0 1%;
  color: #333;
}
#footer_wrap a, #footer_wrap h3 {
  color: #900;
}
#footer_wrap .footer_info {
  display: block;
  padding: 1em 0 0;
  margin: 0 auto;
  position: relative;
  border-top: 2px solid #900;
}
@media screen and (max-width: 500px) {
  #footer_wrap .footer_info {
    max-width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
  }
}
#footer_wrap .footer_info .info_box {
  display: block;
  border-bottom: #333 solid 1px;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#footer_wrap .footer_info .footer_navi {
  display: block;
  text-align: center;
  border-bottom: #333 solid 1px;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#footer_wrap .footer_info .footer_navi ul {
  display: block;
}
#footer_wrap .footer_info .footer_navi ul li a {
  font-size: 1.4rem;
  white-space: nowrap;
}
#footer_wrap .footer_info .footer_navi ul li a:hover {
  opacity: 0.8;
}
#footer_wrap .footer_info h2 {
  display: block;
  text-align: center;
}
#footer_wrap .footer_info h2 a {
  display: block;
  text-align: center;
}
#footer_wrap .footer_info h2 a img {
  display: inline-block;
  max-height: 20px;
  width: auto;
  /*max-width: 100%;
  height: auto;*/
}
@media screen and (max-width: 500px) {
  #footer_wrap .footer_info h2 a img {
    max-width: 80%;
    /*max-height: 14px;*/
    /*width: 160px;*/
  }
}
#footer_wrap .copyright {
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 2px solid #900;
}
#footer_wrap .copyright .copy_hr {
  margin: 1em 0;
  border-top: 1px solid #900;
}
/*# sourceMappingURL=style.css.map */