@charset "UTF-8";
/* sns */
/* break point - two point */
/* break point - two point */
/*
//pcのみ
@mixin break-pc {
	@media screen and (min-width:961px) {
		@content;
	}
}
//tabとsp共通
@mixin break-tab-sp {
	@media screen and (max-width:960px) {
		@content;
	}
}
//tabのみ
@mixin break-tab {
	@media screen and (max-width:960px) and (min-width:601px) {
		@content;
	}
}
//spのみ
@mixin break-sp {
	@media screen and (max-width:600px) {
		@content;
	}
}
*/
/* layout */
/* font */
/* hover */
/* form */
/* other */
/* gradient */
/*==================================================

outline
==================================================*/
*::selection {
  background: #8d0303;
  color: #fff; }

*::-moz-selection {
  background: #8d0303;
  color: #fff; }

* {
  box-sizing: border-box; }

@media screen and (min-width: 601px) {
  .pc {
    display: inherit; }

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

  .sp {
    display: inherit; }

  ::-webkit-scrollbar {
    display: none; } }
body {
  color: #000;
  position: relative;
  -webkit-text-size-adjust: 100%; }
  @media screen and (min-width: 601px) {
    body {
      min-width: 1040px; } }
  @media screen and (max-width: 600px) {
    body {
      width: 100%; } }

.wrap,
#topicpath ol {
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (min-width: 601px) {
    .wrap,
    #topicpath ol {
      width: 990px; } }
  @media screen and (max-width: 600px) {
    .wrap,
    #topicpath ol {
      width: 90%; } }

a {
  transition: all 0.1s; }

a:hover {
  transition: all 0.2s;
  opacity: 0.8; }

img {
  max-width: 100%;
  height: auto; }

.telbox {
  font-size: 1.3rem;
  text-align: center; }
  .telbox span, .telbox a {
    line-height: 1; }
    .telbox span.tel, .telbox a.tel {
      font-family: 'roboto';
      font-style: normal;
      font-weight: 500;
      font-size: 190%;
      color: inherit; }
      .telbox span.tel:before, .telbox a.tel:before {
        content: "";
        font-family: FontAwesome;
        font-weight: normal;
        position: absolute;
        font-size: inherit;
        color: inherit;
        position: static;
        margin-right: 5px; }
    .telbox span.time, .telbox a.time {
      display: block;
      font-weight: 400;
      margin: 5px 0 0; }
    .telbox span:hover, .telbox a:hover {
      text-decoration: none; }

.cntbtn a {
  display: block;
  margin: 20px 0 0;
  color: #FFF;
  background: #000;
  font-size: 1.5rem;
  text-align: center;
  position: relative; }
  .cntbtn a span {
    display: block;
    padding: 10px 15px;
    width: 100%; }
    .cntbtn a span:before {
      font-family: FontAwesome;
      font-weight: normal;
      position: absolute;
      font-size: inherit;
      color: inherit;
      left: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .cntbtn a:hover {
    text-decoration: none; }
@media screen and (min-width: 601px) {
  .cntbtn a:after {
    content: '';
    display: block;
    background: #FFF;
    width: 0;
    height: 100%;
    z-index: 0;
    background: #FFF;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #000;
    box-sizing: border-box; }
  .cntbtn a span {
    position: relative;
    z-index: 1; }
  .cntbtn a:hover {
    opacity: 1;
    color: #000; }
    .cntbtn a:hover span {
      color: #000; }
    .cntbtn a:hover:after {
      width: 100%;
      transition: all 0.4s; }
    .cntbtn a:hover:before {
      color: #000; } }
@media screen and (max-width: 600px) {
  .cntbtn a {
    margin: 20px 0 0; }
    .cntbtn a span {
      padding: 19px 15px; } }

/*==================================================

header
==================================================*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 999; }
  #header .wrap {
    height: 76px;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #header .wrap #logo a {
      display: inline-block; }
      #header .wrap #logo a img {
        /*width: 104px;*/
        height: 46px; }
  @media screen and (min-width: 601px) {
    #header {
      min-width: 1040px; }
      #header .wrap #menuBtns {
        display: none; } }
  @media screen and (max-width: 600px) {
    #header .wrap {
      width: 100%;
      height: 54px;
      padding-left: 3.75%; }
      #header .wrap #logo a img {
        width: 76px;
        height: 34px; }
      #header .wrap #menuBtns {
        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; }
        #header .wrap #menuBtns li + li {
          margin-left: 2px; }
        #header .wrap #menuBtns li.telbtn, #header .wrap #menuBtns li#menubtn {
          display: table;
          width: 54px;
          height: 54px; }
          #header .wrap #menuBtns li.telbtn a, #header .wrap #menuBtns li.telbtn div, #header .wrap #menuBtns li#menubtn a, #header .wrap #menuBtns li#menubtn div {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
            background: #000;
            color: #fff;
            font-size: 1.0rem;
            cursor: pointer; }
        #header .wrap #menuBtns li.telbtn a {
          line-height: 1; }
          #header .wrap #menuBtns li.telbtn a:before {
            content: "";
            font-family: FontAwesome;
            font-weight: normal;
            position: absolute;
            font-size: 2.5rem;
            color: inherit;
            position: static;
            display: block;
            line-height: 1;
            margin-bottom: 5px; }
          #header .wrap #menuBtns li.telbtn a:hover {
            opacity: 1;
            text-decoration: none; }
        #header .wrap #menuBtns li#menubtn div span {
          line-height: 1; }
          #header .wrap #menuBtns li#menubtn div span.bar {
            display: block;
            width: 20px;
            height: 3px;
            border-radius: 1000px;
            margin: auto;
            background: #fff;
            margin-top: 3px; }
            #header .wrap #menuBtns li#menubtn div span.bar + .bar {
              margin-top: 5px; }
          #header .wrap #menuBtns li#menubtn div span.menu {
            display: block;
            margin-top: 9px; } }

/*==================================================

globalNavigation
==================================================*/
#globalNavigation {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #globalNavigation .gnav {
    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; }
    #globalNavigation .gnav li a {
      display: table-cell;
      vertical-align: middle;
      height: 76px;
      font-weight: 500;
      text-align: center;
      padding: 0 12.5px; }
      #globalNavigation .gnav li a:after {
        display: block;
        content: attr(data-english);
        font-family: 'PT Serif Caption';
        font-style: normal;
        font-weight: 400;
        font-size: 70%;
        color: inherit;
        margin: 5px 0 0; }
      #globalNavigation .gnav li a:hover {
        text-decoration: none;
        background: rgba(41, 1, 1, 0.1); }
  #globalNavigation .telbox {
    margin-left: 17.5px; }
  @media screen and (max-width: 600px) {
    #globalNavigation {
      display: none; } }

/*==================================================

menu
==================================================*/
@media screen and (min-width: 601px) {
  #menu {
    display: none; } }
@media screen and (max-width: 600px) {
  #menu {
    width: 260px;
    background: #333;
    color: #FFF;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: -260px;
    z-index: 999;
    height: 100%;
    padding: 50px 30px; }
    #menu .menulist li + li {
      margin-top: 25px; }
    #menu .menulist li a {
      font-size: 1.5rem; }
      #menu .menulist li a:hover {
        text-decoration: none; }
    #menu .menulist li.blog a, #menu .menulist li.gallery a {
      display: block;
      border: 1px solid #fff;
      text-align: center;
      padding: 13px 0;
      font-family: 'PT Serif Caption';
      font-style: normal;
      font-weight: 400;
      font-size: 1.4rem;
      color: inherit; }
      #menu .menulist li.blog a:before, #menu .menulist li.gallery a:before {
        margin-right: 5px; }
    #menu .menulist li.blog {
      margin-top: 40px; }
      #menu .menulist li.blog a:before {
        content: "";
        font-family: FontAwesome;
        font-weight: normal;
        position: absolute;
        font-size: inherit;
        color: inherit;
        position: static; }
    #menu .menulist li.gallery {
      margin: 15px 0 30px; }
      #menu .menulist li.gallery a:before {
        content: "";
        font-family: FontAwesome;
        font-weight: normal;
        position: absolute;
        font-size: inherit;
        color: inherit;
        position: static; } }

/* メニュー開閉用 */
@media screen and (max-width: 600px) {
  body {
    left: 0;
    transition: left 0.2s; }
    body #header, body #fixedContact {
      transition: left 0.2s; }
    body #menu {
      transition: right 0.2s; }
    body.open {
      overflow: hidden;
      position: absolute;
      left: -260px;
      transition: left 0.4s;
      z-index: 99; }
      body.open #header,
      body.open #fixedContact {
        left: -260px;
        transition: left 0.4s !important; }
      body.open #menu {
        right: 0;
        transition: right 0.4s; } }

/*==================================================

fixedContact
==================================================*/
#fixedContact {
  position: fixed;
  right: 0;
  top: 176px;
  z-index: 999; }
  #fixedContact ul li.cnt a {
    background: url(../img/template/ico_mail.png) no-repeat center 17px #000; }
  #fixedContact ul li.line a {
    background: url(../img/template/ico_balloon.png) no-repeat center 17px #00b900; }
  #fixedContact ul li a {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #FFF; }
    #fixedContact ul li a:hover {
      text-decoration: none; }
  @media screen and (min-width: 601px) {
    #fixedContact ul li + li {
      margin-top: 10px; }
    #fixedContact ul li a {
      width: 60px;
      line-height: 57px;
      padding: 50px 0 32px;
      text-align: center;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      border: 3px solid #fff;
      border-right: none; }
      #fixedContact ul li a:before {
        margin-bottom: 20px; }
      #fixedContact ul li a .half {
        display: none; } }
  @media screen and (max-width: 600px) {
    #fixedContact {
      left: 0;
      right: auto;
      top: auto;
      bottom: 0;
      z-index: 999;
      width: 100%; }
      #fixedContact ul {
        border-top: 3px solid #fff;
        display: table;
        width: 100%; }
        #fixedContact ul li {
          display: table-cell; }
          #fixedContact ul li a {
            display: block;
            width: 100%;
            line-height: 50px;
            font-size: 4vw;
            text-align: center; }
            #fixedContact ul li a:before {
              margin-right: 3vw; }
          #fixedContact ul li.cnt {
            width: 45%; }
            #fixedContact ul li.cnt a {
              background: #000; }
              #fixedContact ul li.cnt a:before {
                content: "";
                font-family: FontAwesome;
                font-weight: normal;
                position: absolute;
                font-size: inherit;
                color: inherit;
                position: static; }
          #fixedContact ul li.line {
            width: 55%; }
            #fixedContact ul li.line a {
              background: #00b900; }
              #fixedContact ul li.line a:before {
                content: "";
                font-family: FontAwesome;
                font-weight: normal;
                position: absolute;
                font-size: inherit;
                color: inherit;
                position: static; }
              #fixedContact ul li.line a .full {
                display: none; } }

/*==================================================

contents
==================================================*/
@media screen and (min-width: 601px) {
  #contents {
    padding-top: 76px; } }
@media screen and (max-width: 600px) {
  #contents {
    padding-top: 54px; } }

/*==================================================

main
==================================================*/
/* pagetitle */
#pagettl {
  background: url(../img/template/pagettl_bg_default.jpg) no-repeat center top;
  background-size: cover; }
  #pagettl .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px; }
    #pagettl .wrap h1 {
      color: #fff;
      font-size: 2.8rem;
      font-weight: 500;
      text-align: center;
      line-height: 1; }
      #pagettl .wrap h1:after {
        display: block;
        content: attr(data-pagetitle);
        font-family: 'PT Serif Caption';
        font-style: normal;
        font-weight: 400;
        font-size: 50%;
        color: inherit;
        margin-top: 25px; }
  @media screen and (max-width: 600px) {
    #pagettl .wrap {
      height: 120px; }
      #pagettl .wrap h1 {
        font-size: 2.2rem; }
        #pagettl .wrap h1:after {
          margin-top: 20px; } }

/* main style */
.main {
  /* p */
  /* ul */
  /* ol */
  /* table */
  /* strong */
  /* heading */ }
  .main p, .main address {
    margin: 20px 0 0; }
    .main p + p, .main p address, .main address + p, .main address address {
      margin-top: 15px; }
  .main ul {
    margin: 20px 0 0; }
    .main ul li {
      padding: 0 0 0 20px;
      position: relative; }
      .main ul li:before {
        content: "";
        font-family: FontAwesome;
        font-weight: normal;
        position: absolute;
        font-size: inherit;
        color: inherit;
        left: 0;
        top: 0; }
      .main ul li > :first-child {
        margin-top: 0; }
      .main ul li + li {
        margin-top: 10px; }
    .main ul.noicon li {
      padding: 0; }
      .main ul.noicon li:before {
        content: none; }
  .main ol {
    counter-reset: number; }
    .main ol > li {
      counter-increment: number; }
      .main ol > li > :first-child {
        margin-top: 0; }
  .main table {
    margin: 20px 0 0;
    width: 100%; }
    .main table tr {
      background-image: -webkit-gradient(linear, left top, right top, from(#999), color-stop(50%, #999), color-stop(50%, transparent), to(transparent));
      background-image: -webkit-linear-gradient(left, #999, #999 50%, transparent 50%, transparent 100%);
      background-image: -o-linear-gradient(left, #999, #999 50%, transparent 50%, transparent 100%);
      background-image: linear-gradient(to right, #999, #999 50%, transparent 50%, transparent 100%);
      background-size: 4px 1px;
      background-position: left bottom;
      background-repeat: repeat-x; }
    .main table th, .main table td {
      text-align: left;
      vertical-align: top;
      padding: 20px 0; }
    .main table th {
      width: 200px;
      white-space: nowrap;
      font-weight: bold;
      padding-right: 25px; }
    .main table td > :first-child {
      margin-top: 0; }
  .main strong {
    font-weight: inherit; }
  .main h2, .main h3, .main h4, .main h5 {
    font-weight: 500; }
  .main h2 {
    margin: 65px 0 0;
    font-size: 2.6rem; }
    .main h2 + * {
      margin-top: 40px; }
  .main h3 {
    margin: 45px 0 0;
    font-size: 2.2rem; }
    .main h3 + * {
      margin-top: 30px; }
  .main h4 {
    margin: 35px 0 0;
    font-size: 1.8rem; }
    .main h4 + * {
      margin-top: 20px; }
  .main h5 {
    margin: 30px 0 0;
    font-size: 1.6rem; }
    .main h5 + * {
      margin-top: 15px; }
  .main h6 {
    margin: 20px 0 0; }
  @media screen and (max-width: 600px) {
    .main {
      /* p */
      /* ul */
      /* ol */
      /* table */
      /* strong */
      /* heading */ }
      .main p, .main address {
        margin: 20px 0 0; }
      .main ul {
        margin: 20px 0 0; }
      .main table {
        margin: 15px 0 0; }
        .main table tr {
          background-image: -webkit-gradient(linear, left top, right top, from(#999), color-stop(50%, #999), color-stop(50%, transparent), to(transparent));
          background-image: -webkit-linear-gradient(left, #999, #999 50%, transparent 50%, transparent 100%);
          background-image: -o-linear-gradient(left, #999, #999 50%, transparent 50%, transparent 100%);
          background-image: linear-gradient(to right, #999, #999 50%, transparent 50%, transparent 100%);
          background-size: 4px 1px;
          background-position: left bottom;
          background-repeat: repeat-x; }
        .main table th, .main table td {
          display: block; }
        .main table th {
          width: 100%;
          white-space: normal;
          padding: 22px 0 5px; }
        .main table td {
          padding: 5px 0 22px; }
      .main strong {
        font-weight: inherit; }
      .main h2 {
        margin: 45px 0 0;
        font-size: 2.2rem; }
        .main h2 + * {
          margin-top: 40px; }
      .main h3 {
        margin: 35px 0 0;
        font-size: 2.0rem; }
        .main h3 + * {
          margin-top: 30px; }
      .main h4 {
        margin: 30px 0 0; }
        .main h4 + * {
          margin-top: 20px; }
      .main h5 {
        margin: 25px 0 0; }
        .main h5 + * {
          margin-top: 15px; }
      .main h6 {
        margin: 20px 0 0; } }

/*==================================================

footer
==================================================*/
@media screen and (min-width: 601px) {
  #footer {
    margin: 70px 0 0; } }
@media screen and (max-width: 600px) {
  #footer {
    margin: 50px 0 0; } }
#footer #pagetop a {
  display: block;
  border: 1px solid #000;
  width: 45px;
  line-height: 43px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 2.2rem;
  text-align: center; }
  #footer #pagetop a i {
    vertical-align: 2px; }
  #footer #pagetop a:hover {
    text-decoration: none; }
@media screen and (min-width: 601px) {
  #footer #pagetop {
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 15px;
    right: 15px; } }
@media screen and (max-width: 600px) {
  #footer #pagetop a {
    margin: auto; } }
#footer #topicpath ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #footer #topicpath ol li {
    color: #666;
    font-size: 1.3rem; }
    #footer #topicpath ol li + li {
      margin-left: 15px;
      padding-left: 20px;
      position: relative; }
      #footer #topicpath ol li + li:before {
        content: "";
        font-family: FontAwesome;
        font-weight: normal;
        position: absolute;
        font-size: inherit;
        color: inherit;
        left: 0;
        top: 0; }
    #footer #topicpath ol li a:hover {
      text-decoration: underline; }
@media screen and (max-width: 600px) {
  #footer #topicpath {
    display: none; } }
#footer #footerInfo {
  margin: 25px 0 0;
  background: url(../img/template/ptn_stripe_black.jpg) repeat-x center top;
  background-size: 3px 5px; }
  #footer #footerInfo .wrap {
    padding: 30px 0;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #footer #footerInfo .wrap .infobox {
      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;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #footer #footerInfo .wrap .infobox h6 {
        width: 230px;
        line-height: 1;
        font-family: 'PT Serif Caption';
        font-style: normal;
        font-weight: 400;
        font-size: 4rem;
        color: inherit; }
        #footer #footerInfo .wrap .infobox h6 span {
          display: block;
          font-size: 55%;
          margin: 10px 0 0; }
      #footer #footerInfo .wrap .infobox .detail {
        margin-left: 30px; }
        #footer #footerInfo .wrap .infobox .detail .map {
          color: #003a6b;
          text-decoration: underline; }
          #footer #footerInfo .wrap .infobox .detail .map:before {
            content: "";
            font-family: FontAwesome;
            font-weight: normal;
            position: absolute;
            font-size: inherit;
            color: inherit;
            position: static;
            margin-right: 5px; }
        #footer #footerInfo .wrap .infobox .detail p {
          margin-top: 10px; }
    #footer #footerInfo .wrap .cntlist {
      width: 260px; }
      #footer #footerInfo .wrap .cntlist li.telbox .tel {
        font-size: 3.5rem; }
      #footer #footerInfo .wrap .cntlist li.cntbtn a {
        margin: 10px 0 0;
        background: #000;
        color: #FFF; }
  @media screen and (max-width: 600px) {
    #footer #footerInfo {
      margin: 20px 0 0; }
      #footer #footerInfo .wrap {
        padding: 40px 0;
        display: block; }
        #footer #footerInfo .wrap .infobox {
          display: block; }
          #footer #footerInfo .wrap .infobox h6 {
            width: 100%;
            text-align: center;
            font-size: 3.6rem; }
            #footer #footerInfo .wrap .infobox h6 span {
              margin: 10px 0 0; }
          #footer #footerInfo .wrap .infobox .detail {
            margin: 35px 0 0; }
        #footer #footerInfo .wrap .cntlist {
          width: 100%;
          margin: 20px 0 0; }
          #footer #footerInfo .wrap .cntlist li.telbox .tel {
            display: block;
            padding: 15px 0;
            text-align: center;
            font-size: 7.5vw;
            border: 1px solid #000;
            background: #fff; }
          #footer #footerInfo .wrap .cntlist li.cntbtn a {
            margin: 15px 0 0; } }
.shri{
	width:100%;
	max-width:990px;
	margin:15px auto;
	text-align:center;
}
.shri img{
	width:100%;
	max-width:600px;
}
#footer #footerBtm {
  background: #000;
  color: #fff; }
  #footer #footerBtm #footerBn {
    padding: 20px 0 30px;
    border-bottom: 1px solid #444; }
    #footer #footerBtm #footerBn .bnlist {
      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; }
      #footer #footerBtm #footerBn .bnlist li {
        width: 240px;
        margin: 10px 10px 0 0; }
        #footer #footerBtm #footerBn .bnlist li:nth-child(4n) {
          margin-right: 0; }
    @media screen and (max-width: 600px) {
      #footer #footerBtm #footerBn {
        padding: 40px 0; }
        #footer #footerBtm #footerBn .bnlist {
          display: block; }
          #footer #footerBtm #footerBn .bnlist li {
            width: 100%;
            margin: 0; }
            #footer #footerBtm #footerBn .bnlist li + li {
              margin-top: 15px; } }
  #footer #footerBtm #footerSitemap {
    margin: 25px 0 0; }
    #footer #footerBtm #footerSitemap .sitemaplist {
      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;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 100px; }
      #footer #footerBtm #footerSitemap .sitemaplist li {
        margin: 15px 0 0;
        padding: 0 20px;
        position: relative; }
        #footer #footerBtm #footerSitemap .sitemaplist li + li:before {
          content: '｜';
          color: #444;
          position: absolute;
          left: -5px; }
        #footer #footerBtm #footerSitemap .sitemaplist li:nth-child(6):before {
          content: none; }
    #footer #footerBtm #footerSitemap .medialist {
      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;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 40px 0 0; }
      #footer #footerBtm #footerSitemap .medialist li {
        width: 200px; }
        #footer #footerBtm #footerSitemap .medialist li + li {
          margin-left: 10px; }
        #footer #footerBtm #footerSitemap .medialist li a {
          display: block;
          border: 1px solid #fff;
          text-align: center;
          padding: 13px 0;
          font-family: 'PT Serif Caption';
          font-style: normal;
          font-weight: 400;
          font-size: 1.4rem;
          color: inherit; }
          #footer #footerBtm #footerSitemap .medialist li a:hover {
            text-decoration: none; }
          #footer #footerBtm #footerSitemap .medialist li a:before {
            margin-right: 5px; }
        #footer #footerBtm #footerSitemap .medialist li.blog a:before {
          content: "";
          font-family: FontAwesome;
          font-weight: normal;
          position: absolute;
          font-size: inherit;
          color: inherit;
          position: static; }
        #footer #footerBtm #footerSitemap .medialist li.gallery a:before {
          content: "";
          font-family: FontAwesome;
          font-weight: normal;
          position: absolute;
          font-size: inherit;
          color: inherit;
          position: static; }
    @media screen and (max-width: 600px) {
      #footer #footerBtm #footerSitemap {
        margin: 40px 0 0;
        padding: 30px 0 0;
      } }
        #footer #footerBtm #footerSitemap .sitemaplist {
          display: block;
          padding: 30px; }
          #footer #footerBtm #footerSitemap .sitemaplist li {
            margin: 0;
            padding: 0;
            width: 100%;
            text-align: center; }
            #footer #footerBtm #footerSitemap .sitemaplist li + li {
              margin-top: 25px; }
              #footer #footerBtm #footerSitemap .sitemaplist li + li:before {
                content: none; }
        #footer #footerBtm #footerSitemap .medialist {
          display: block; }
          #footer #footerBtm #footerSitemap .medialist li {
            max-width: 200px;
            margin: auto; }
            #footer #footerBtm #footerSitemap .medialist li + li {
              margin: 15px auto 0; } }
  #footer #footerBtm #footerCopy {
    margin: 30px 0 0;
    padding: 0 0 30px;
    color: #666;
    font-size: 1.2rem;
    text-align: center; }
    @media screen and (max-width: 600px) {
      #footer #footerBtm #footerCopy {
        margin: 40px 0 0;
        padding: 0 0 95px; } }
