@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: #00e;
  text-decoration: none;
  outline: none;
}

a:focus, a:hover, a:active {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

@media print {
  a, a:visited {
    text-decoration: underline;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
    #top-head,
    #top-head.fixed{
        position: static;
    }
}
/***　== header CSS ==　***/
.inner {
  max-width: 1020px;
  margin: 0 auto;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

#top-head,
#top-head .inner {
  width: 100%;
  padding: 0;
}

#top-head {
  top: 0;
  position: fixed;
  height: 60px;
  margin: 0px auto 0;
  line-height: 1;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
}

#top-head .inner {
  position: relative;
  height: 100%;
}

#top-head a {
  color: #000;
  text-decoration: none;
}

#mobile-head {
	width: 30%;
  background: #fff;
  height: 60px;
  z-index: 999;
  position: absolute;
}

#iconparts {
  display: none;
}

#top-head.fixed .logo,
#top-head .logo {
  color: #000;
  height: 100%;
  padding: 10px;
  font-size: 2rem;
  line-height: 40px;
  float: left;
}

#top-head .icon {
  color: #000;
  height: 100%;
  padding: 10px;
  font-size: 2rem;
  line-height: 40px;
  float: right;
}

#top-head.fixed .logo img,
#top-head .logo img,
#top-head .icon img {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

#global-nav {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  background: transparent;
}

#global-nav ul {
  display: block;
  font-size: 1.4rem;
  line-height: 2.5em;
}

#global-nav ul li {
  float: none;
  position: static;
}

#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 10px 0;
}

/* Toggle Button */
#nav-toggle {
  display: block;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 1001;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 3px;
}

#nav-toggle span:nth-child(2) {
  top: 14px;
}

#nav-toggle span:nth-child(3) {
  top: 25px;
}

#sp_name div {
  font-size: 2rem;
  display: block;
  margin: auto;
  width: 250px;
  line-height: 60px;
  text-align: center;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.ie9 .open #nav-toggle span:nth-child(1) {
  -ms-transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.ie9 .open #nav-toggle span:nth-child(3) {
  -ms-transform: rotate(-315deg);
}

@media (min-width: 768px) {
  #nav-toggle,
  #sp_name {
    display: block;
  }

  #iconparts {
    display: block;
    position: absolute;
    right: 0;
    height: 60px;
  }
  #iconparts .icon {
    padding: 10px;
    height: 100%;
  }
  #iconparts .icon a {
    display: block;
    height: 100%;
  }
  #iconparts .icon a img {
    height: 100%;
  }

  #top-head {
    top: -100px;
    position: absolute;
    margin: 100px auto 0;
    padding: 0 10px;
  }

  #top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 55px;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
  }

  #global-nav {
    height: 100%;
    padding: 10px;
  }

  #global-nav ul {
    display: inline-block;
    margin-left: 100px;
  }

  #global-nav ul li {
    float: left;
  }

  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    padding: 0 1.2vw;
    color: #000;
  }

  #mobile-head {
    background: transparent;
  }
}
@media (max-width: 820px) {
  #global-nav ul li a {
    padding: 0.7vw;
  }
}
@media (max-width: 767px) {
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    -webkit-transform: translateY(560px);
            transform: translateY(560px);
  }

  .ie9 .open #global-nav {
    -ms-transform: translateY(560px);
  }

  #mobile-head {
    width: 100%;
  }
}
/*** == common CSS == ***/
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  width: 100%;
}

[class^='col'] {
  width: calc(100% - 20px);
  margin: 10px;
}

[class^='col'] > img {
  width: 100%;
}

[class^='col'] p {
  text-indent: 1em;
  text-align: left;
}

.inner_flex_container {
  margin: -10px;
}
.inner_flex_container .col1 {
  width: calc(100% - 20px);
}
.inner_flex_container .col2 {
  width: calc(50% - 20px);
}
.inner_flex_container .col3 {
  width: calc(33.333333% - 20px);
}
.inner_flex_container .col3-2 {
  width: calc(66.666666% - 20px);
}
.inner_flex_container .col4 {
  width: calc(25% - 20px);
}
.inner_flex_container .col4-3 {
  width: calc(75% - 20px);
}
.inner_flex_container .col5 {
  width: calc(20% - 20px);
}
.inner_flex_container .col5-2 {
  width: calc(40% - 20px);
}
.inner_flex_container .col5-3 {
  width: calc(60% - 20px);
}
.inner_flex_container .col6 {
  width: calc(16.6666666% - 20px);
}
.inner_flex_container .col8 {
  width: calc(12.5% - 20px);
}
.inner_flex_container .col8-3 {
  width: calc(37.5% - 20px);
}
.inner_flex_container .col8-5 {
  width: calc(62.5% - 20px);
}
.inner_flex_container .col9 {
  width: calc(11.111111% - 20px);
}
.inner_flex_container .col10 {
  width: calc(10% - 20px);
}
.inner_flex_container .col12 {
  width: calc(8.333333% - 20px);
}
.inner_flex_container [class^='col'] {
  margin: 10px;
}

.flex_container [class^='col'] {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.ie9 .flex_container,
.ie9 .inner_flex_container {
  display: inline-block;
}

.flex_container,
.inner_flex_container {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ie9 .flex_container,
.ie9 .inner_flex_container {
  -js-display: flex;
}

/*a[target="_blank"]::after {
  content: url(../img/external-link.png);
  margin-left: 5px;
} */
a[target="_blank"].noicon::after {
  display: none;
}

.flex_container > [class^="photo_"] {
  padding: 10px;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.btm60 {
  margin-bottom: 60px;
}

/* 上へ戻るスクロールボタン */
#page-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  width: 60px;
  height: 50px;
  margin: 0 auto;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  opacity: 0;
}
#page-top img {
  width: 100%;
}
#page-top a {
  display: block;
}
#page-top.show {
  opacity: 1;
  bottom: 30px;
}

/*　photo setting */
.photo_trimbox_w_fit,
.photo_trimbox_h_fit {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  margin: auto;
}

.photo_ratiobox_w_fit,
.photo_ratiobox_h_fit {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  display: block;
  margin: auto;
  padding-bottom: 66.667%;
}

.photo_trimbox_w_fit img,
.photo_ratiobox_w_fit img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
}

.photo_trimbox_h_fit img,
.photo_ratiobox_h_fit img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
}

.ie9 .photo_trimbox_h_fit img,
.ie9 .photo_trimbox_w_fit img,
.ie9 .photo_ratiobox_h_fit img,
.ie9 .photo_ratiobox_w_fit img {
  -ms-transform: translate(-50%, -50%);
}

picture img {
  width: 100%;
}

/* == main area== */
#home_cover {
  width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
#home_cover .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  width: 100%;
  z-index: 100;
  text-align: center;
}
#home_cover .title h1,
#home_cover .title h2 {
  font-size: 8vw;
  color: #fff;
  max-width: 1040px;
  margin: auto;
  padding: 0 10px;
}
#home_cover .title h1 img,
#home_cover .title h2 img {
  width: 30%;
  min-width: 250px;
  vertical-align: top;
}
#home_cover .title p {
  font-size: 5vw;
  color: #fff;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
}
#home_cover ul.bxslider {
  width: 100%;
  height: 100%;
}
#home_cover ul.bxslider li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
}
#home_cover ul.bxslider li.slide01 {
  background-image: url("../img/slide01_s.jpg");
}
#home_cover ul.bxslider li.slide02 {
  background-image: url("../img/slide02_s.jpg");
}
#home_cover .bx-wrapper,
#home_cover .bx-viewport {
  height: 100%;
}
#home_cover .scroll_nav {
  position: absolute;
  bottom: 0;
  width: 36px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 200;
  padding-bottom: 15px;
}
#home_cover .scroll_nav img {
  width: 100%;
}

#cont_head_cover {
  width: 100%;
  height: 40vw;
  min-height: 180px;
  max-height: 400px;
  overflow: hidden;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#cont_head_cover .title {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
#cont_head_cover .title h1,
#cont_head_cover .title h2 {
  font-size: 4rem;
  color: #fff;
  max-width: 1200px;
  margin: auto auto 5px;
  padding: 0 10px;
}
#cont_head_cover .title h1 img,
#cont_head_cover .title h2 img {
  width: 30vw;
  max-width: 220px;
  vertical-align: middle;
}
#cont_head_cover .title p {
  font-size: 2.5rem;
  color: #fff;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
}

.ie9 #home_cover .title,
.ie9 #cont_head_cover .title {
  -ms-transform: translateY(-50%);
}

.mainarea .warp {
  width: calc(100% - 20px);
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.mainarea h2,
.mainarea h3,
.mainarea h4 {
  text-align: center;
}

.mainarea section {
  margin-bottom: 100px;
  padding: 30px 0;
  position: relative;
}
.mainarea section.bg_tilt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: -3% -10% 0;
  background: #eee;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  z-index: -1;
}
.mainarea section.no_margin_bottom {
  margin-bottom: 0;
}
.mainarea > section:last-child {
  margin-bottom: 0;
}
.mainarea h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.mainarea p {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 2em;
}
.mainarea p:last-child {
  margin-bottom: 0;
}
.mainarea ul li {
  font-size: 1.6rem;
  line-height: 1.8em;
}
.mainarea .section_title {
  margin-bottom: 50px;
  color: #000;
}
.mainarea .section_title.no_margin_bottom {
  margin-bottom: 0;
}
.mainarea .section_title h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.mainarea .section_title p {
  font-size: 2rem;
  text-align: center;
  text-indent: 0;
}
.mainarea .section_title + .spacer_col_top > [class^='col'],
.mainarea .spacer_col_top > [class^='col'] ~ [class^='col'],
.mainarea [class^="col"] > .section_title + * {
  margin-top: 60px;
}
.mainarea .spacer_col_top > [class^='col'] ~ section[class^='col'] {
  margin-top: 0;
}
.mainarea [class^="col"] > p:first-child {
  margin-top: -.4em;
}
.mainarea [class^="col"] img.float_r {
  float: right;
  width: 40vw;
  margin: .4em 0 10px 10px;
}
.mainarea [class^="col"] > img + *,
.mainarea [class^="col"] > [class^="photo_"] + * {
  margin-top: 20px;
}
.mainarea figure {
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.mainarea .txt_c p {
  text-align: left;
}
.mainarea .txt_c p span {
  display: block;
}
.mainarea .txt_c ul {
  text-align: center;
}
.mainarea .txt_c ul li {
  display: block;
}

.btn_style {
  background-color: #420;
  border: 1px solid #b1a85e;
  display: table;
  margin: 50px auto 30px;
}
.btn_style a {
  font-size: 1.6rem;
  line-height: 2em;
  padding: 0 30px 0 15px;
  color: #fff;
  position: relative;
  display: block;
  text-align: center;
}
.btn_style a::after {
  color: #fff;
  content: ">";
  position: absolute;
  right: 10px;
}

.table_style {
  margin: auto auto 60px;
}
.table_style h4 {
  text-align: left;
  line-height: 2em;
  margin-bottom: 0;
  font-family: "sawarabigothic";
  color: #000;
}
.table_style h4::before {
  content: "\0025b6";
  padding-right: 5px;
  color: #b1a85e;
}
.table_style table {
  width: 100%;
  border-top: 1px solid #808080;
}
.table_style table tbody tr {
  border-bottom: 1px solid #808080;
}
.table_style table tbody th {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2em;
  padding: 5px;
  width: 200px;
}
.table_style table tbody td {
  font-size: 1.6rem;
  line-height: 2em;
  padding: 5px;
}
.table_style table tbody td li {
  line-height: 1.5em;
}

.list_style [class^="col"].flex_container {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.list_style [class^="col"] > div {
  margin-bottom: 60px;
  width: 100%;
}
.list_style [class^="col"] > div:last-child {
  margin-bottom: 0;
}
.list_style [class^="col"] > div .photo_ratiobox_h_fit {
  padding-bottom: 50%;
}
.list_style h4 {
  text-align: left;
  line-height: 2em;
  margin-bottom: 0;
  font-family: "Sawarabi gothic";
  color: #000;
}
.list_style h4::before {
  content: "\0025b6";
  padding-right: 5px;
  color: #b1a85e;
}
.list_style ul {
  width: 100%;
  border-top: 1px solid #b1a85e;
}
.list_style ul li {
  font-size: 1.6rem;
  line-height: 2em;
  padding: 5px 5px 5px 30px;
  border-bottom: 1px solid #b1a85e;
  list-style: inside;
}

.link_unit {
  position: relative;
}
.link_unit .linkarea {
  display: block;
  color: #fff;
  width: 100%;
}
.link_unit .linkarea .act_box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 25px 10px;
  z-index: 110;
  width: 90%;
  height: 100%;
  max-width: 310px;
  max-height: 120px;
  color: #fff;
  border: 1px solid #fff;
}
.link_unit .linkarea .act_box.act_zoom {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.link_unit .linkarea:hover .act_box.act_zoom {
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
}

p.notice {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 10px;
}

/*　スライダー設定　*/
.bx-wrapper {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

.bx-controls {
  display: none;
}

/*g_map*/
.map {
  position: relative;
  height: 50vw;
  min-height: 300px;
  max-height: 500px;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*** == mobile CSS == ***/
/* == main area== */
@media (max-width: 767px) {
  .table_style h4 {
    color: #fff;
    background-color: #420;
    padding: 0 10px;
  }
  .table_style table tbody th {
    width: 100%;
    display: block;
    background-color: #e3e3e3;
  }
  .table_style table tbody td {
    width: 100%;
    display: block;
  }

  .list_style h4 {
    color: #fff;
    background-color: #420;
    padding: 0 10px;
  }
  .list_style h4 + [class^="photo_"] {
    margin-top: 20px;
  }

  .photo_ratiobox_w_fit {
    padding-bottom: 180px;
  }
}
@media (max-width: 480px) {
  /*　文字の大きさの設定　*/
  #home_cover .title {
    padding: 0 10px;
  }
  #home_cover .title h1,
  #home_cover .title h2 {
    font-size: 3.8rem;
  }
  #home_cover .title p {
    font-size: 2.4rem;
  }

  #page-top {
    display: none;
  }

  .mainarea .txt_c p > br {
    display: none;
  }
}
@media (min-width: 480px) {
  #home_cover ul.bxslider li.slide01 {
    background-image: url("../img/slide01_m.jpg");
  }

  #home_cover ul.bxslider li.slide02 {
    background-image: url("../img/slide02_m.jpg");
  }
}
/***　== PC CSS　==　***/
@media (min-width: 768px) {
  .col1 {
    width: calc(100% - 20px);
  }

  .col2 {
    width: calc(50% - 20px);
  }

  .col3 {
    width: calc(33.333333% - 20px);
  }

  .col3-2 {
    width: calc(66.666666% - 20px);
  }

  .col4 {
    width: calc(25% - 20px);
  }

  .col4-3 {
    width: calc(75% - 20px);
  }

  .col5 {
    width: calc(20% - 20px);
  }

  .col5-2 {
    width: calc(40% - 20px);
  }

  .col5-3 {
    width: calc(60% - 20px);
  }

  .col6 {
    width: calc(16.6666666% - 20px);
  }

  .col8 {
    width: calc(12.5% - 20px);
  }

  .col8-3 {
    width: calc(37.5% - 20px);
  }

  .col8-5 {
    width: calc(62.5% - 20px);
  }

  .col9 {
    width: calc(11.111111% - 20px);
  }

  .col10 {
    width: calc(10% - 20px);
  }

  .col12 {
    width: calc(8.333333% - 20px);
  }

  #nav-toggle,
  #sp_name {
    display: none;
  }

  #home_cover {
    margin-bottom: 100px;
  }

  .mainarea section {
    padding: 60px 0;
  }
  .mainarea .section_title + .spacer_col_top > [class^='col'],
  .mainarea .spacer_col_top > [class^='col'] ~ [class^='col'],
  .mainarea [class^="col"] > .section_title + * {
    margin-top: 10px;
  }
  .mainarea [class^="col"] img.float_r {
    float: none;
    width: 100%;
    margin: auto;
  }
  .mainarea .txt_c ul li {
    display: inline-block;
  }
  .mainarea .txt_c ul li:first-child {
    margin-right: 1em;
  }

  .table_style {
    width: 80%;
    margin: auto auto 100px;
  }

  .list_style {
    width: 80%;
    margin: auto;
  }

  .list_style [class^="col"] > div .photo_ratiobox_h_fit {
    padding-bottom: 100%;
  }
}
@media (min-width: 769px) {
  #home_cover ul.bxslider li.slide01 {
    background-image: url("../img/slide01.jpg");
  }

  #home_cover ul.bxslider li.slide02 {
    background-image: url("../img/slide02.jpg");
  }
}
@media (min-width: 1200px) {
  #home_cover .title h1, #home_cover .title h2 {
    font-size: 9.6rem;
  }
  #home_cover .title p {
    font-size: 6rem;
  }
}
/***　== fotter CSS　== ***/
/*footer*/
#footer .warp {
  background-color: #e3e3e3;
  padding: 30px 0 15px;
  text-align: center;
  color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

 #footer .foot_bg ul {
    width: calc(100% - 20px);
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px 0;

}
  #footer .foot_bg li {
    display: inline-block;
    line-height: 1.2em;
    vertical-align: middle;
    font-size: 1.6rem;
    text-align: center; 
}
    #footer .foot_bg li img {
      height: 50%;
      width: 50%; 
}
/*   #footer .foot_bg li:first-child {
    height: 50%;
    width: 50%;
    margin-right: 10px; }

 #footer .foot_bg li:nth-child(3) {
    font-size: 3.6rem; }
  #footer .foot_bg li:nth-child(2) ~ li {
    display: block;
    text-align: center;
    margin-bottom: 10px; 
}  */

#footer #foot_nav{
	margin-top: 20px;
}
#footer #foot_nav ul.flex_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer #foot_nav ul.flex_container li {
  font-size: 1.4rem;
  margin-bottom: 15px;
  line-height: 1.2em;
  width: 100%;
}
#footer #foot_nav ul.flex_container li a {
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
}
#footer .foot_name {
	font-size: 2.0rem;
	display: inline-block;
}
#footer .foot_name img{
	width: 15%;
	vertical-align: middle;
	display: inline-block;
}
#footer .address {
	vertical-align: middle;
	display: inline-block;
}
#footer .address ul.flex_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .address ul li {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  #footer br {
    display: none;
  }
	#footer .foot_name {
		margin-bottom: 30px;
	}
  #footer #foot_nav ul.flex_container li {
    width: 40%;
  }
  #footer .address {
    display: inline-block;
  }
  #footer .address ul li {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  #footer #foot_nav ul.flex_container li {
    width: auto;
    border-right: 1px solid #420;
  }
  #footer #foot_nav ul.flex_container li:last-child {
    border-right: none;
  }
}
