@charset "utf-8";
/*******************

- common

********************/
html, body {
  height:100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
html {
  font-size:16px;
  line-height:1.375;
  color:#000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (max-width:767px){
  html {
    font-size:14px;
  }
}
body {
  word-break:break-all;
}
body, 
ul, li, 
dl, dt, dd, 
h1, h2, h3, h4, 
p {
  margin:0;
  padding:0;
}
h1, h2, h3, h4 {
  font-size:1em;
} 
img {
  border:none;
  max-width:100%;
  vertical-align:bottom;
}
a {
  color:#0066cc;
  transition:opacity 0.2s linear;
}
a:hover {
  opacity:0.8;
}
li {
  list-style:none;
}
p {
  margin-top:1em;
}
input[type=text]{
  font-size:16px;
}
:placeholder-shown {
  color : #ccc;
}
::-webkit-input-placeholder {
  color : #ccc;
}
:-moz-placeholder {
  color : #ccc;
}
::-moz-placeholder {
  color : #ccc;
}
:-ms-input-placeholder {
  color : #ccc;
}
:placeholder-shown {
  color : #ccc;
}

.txt-right  { text-align: right; }
.txt-center { text-align:center; }

.link-text {
  color:#0066cc;
  text-decoration:underline;
  display:inline-block;
}

.box-gray {
  background-color:#eee;
  padding:1em;
  box-sizing:border-box;
}
.box-gray:not(:first-child),
.box-gray + * {
  margin-top:1em;
}

.pc_none { display:none; }


@media (max-width:767px){
  .pc_none { display:block; }
  br.pc_none,
  span.pc_none,
  img.pc_none {
    display:inline;
  }
  .sp_none { display:none; }
}

/*******************

- .header-lower

********************/
.header-lower {
  border-top:6px solid #fb9bad;
  border-bottom:1px solid #ccc;
}
.header-lower-frame {
  max-width:1000px;
  margin:0 auto;
}
.header-lower .layout {
  display:table;
  width:100%;
  border-collapse:collapse;
  line-height:1px;
}
.header-lower .layout img {
  vertical-align:top;
}
.header-lower .service-logo ,
.header-lower .service-help {
  display:table-cell;
  text-align:center;
  box-sizing:border-box;
}
.header-lower .service-logo {
  padding:14px 0 11px 112px;
  vertical-align:middle;
}
.header-lower .service-logo img {
  width:156px;
}
.header-lower .service-help {
  width:112px;
  border:1px solid #ccc;
  border-width:0 1px;
  padding:11px 0 10px;
  vertical-align:bottom;
  cursor:pointer;
  color:#999;
}
.header-lower .service-help .help-image {
  width:85px;
  display:inline-block;
  padding-top:32.72%;
  background-repeat:no-repeat;
  background-size:auto 64%;
  background-image:url(../images/icon_question.png);
  background-position:top center;
}
.header-lower .service-help .help-image img {
  width:100%;
}

@media (max-width:1000px){
  .header-lower .service-help {
    border-right:none;
  }
}
@media (max-width:767px){
  .header-lower {
    border-top-width:3px;
  }
  .header-lower .service-logo {
    padding:10px 0 8px 18.66%;
  }
  .header-lower .service-logo img {
    width:43.2%;
  }
  .header-lower .service-help {
    padding:8px 0;
    width:18.66%;
  }
  .header-lower .service-help .help-image {
    width:69%;
    padding-top:35.97%;
    background-size:auto 65.67%;
  }
}

/*********************************
*
*  .frame
*
**********************************/
.frame {
  margin: 0 auto;
  max-width: 1000px;
  width: 94.6666%;
}

/*******************

- .rwd-frame

********************/
.rwd-frame {
  max-width:1000px;
  margin:0 auto;
}
@media (max-width:1040px){
  .rwd-frame {
    width:auto;
    margin:0 1.923%;
  }
}
@media (max-width:520px){
  .rwd-frame {
    width:auto;
    margin:0 10px;
  }
}

/*********************************
*
*  .main_vsl
*
**********************************/
.main_vsl {
  background: url(../images/main_vsl_pc_bg.png)no-repeat top center;
  background-size: cover;
  margin: auto;
  width: 100%;
  position: relative;
  height: auto;
}

.main_vsl_img {
  display: block;
  width: 33.5vw;
  max-width: 469px;
}

@media screen and (max-width: 767px) {
  .main_vsl {
    background: url(../images/main_vsl_sp_bg.jpg)no-repeat top center;
    background-size: cover;
  }

  .main_vsl_img {
    width: 50.1vw;
    max-width: 278px;
  }
}

.main_vsl .frame {
  max-width: 1080px;
}

.pc_mv{
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .main_vsl .frame {
    width: 88vw;
  }
}

/*********************************
*
*  .lede
*
**********************************/

.h2_01 {
  background-color: #f6f0e9;
}
.lede {
  margin-bottom: 0rem;
  padding-block: 2rem  4rem;
  background-color: #efe3dc;
}

.lede-text {
  display: block;
  margin-bottom: 46px;
  max-width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 1024px) {
  .lede {
    padding-block: calc(30 / 1024 * 100vw) calc(50 / 1024 * 100vw);
  }
  .lede-text {
    width: calc(908 / 1024 * 100vw);
    margin-bottom: calc(40 / 1024 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .lede {
    padding-block: .5rem  0.6rem;
  }

  .lede-text {
    margin-bottom: calc(57 / 768 * 100vw);
    width: calc(690 / 750 * 100vw);
    transform: translateX(5px);
  }
}

/*********************************
*
*  .area-btn
*
**********************************/

.anchor {
  margin: 0 auto;
  max-width: 1015px;
  width: 94.6666%;
}

.area-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.area-btn li {
  width: 22.3%;
}

.area-btn li a {
  background-color: #ab1136;
  width: 100%;
  height: 66px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 33px;
  position: relative;
}

.area-btn li img {
  max-width: 120px;
  width: calc(120 / 230 * 100%);
}

.area-btn li a::before {
  content:  '';
  width: 10px;
  height: 10px;
  display:  block;
  border-top: solid 3px;
  border-right: solid 3px;
  border-color: #fff;
  transform: translateY(-55%) rotate(135deg);
  position:  absolute;
  top: 50%;
  bottom:  0;
  right:  17px;
  border-radius: 2px;
}

@media screen and (max-width: 1200px) {
  .area-btn li {
    width: 23.5%;
  }

  .area-btn li a::before {
    width: 8px;
    height: 8px;
    border-width: 2px;
    right:  12px;
  }
}

@media screen and (max-width: 1024px) {
  .area-btn li a {
    height: 44px;
    border-radius: 22px;
  }

  .area-btn li a::before {
    width: 6px;
    height: 6px;
  }
}

@media screen and (max-width: 767px) {
  .anchor {
    max-width: 495px;
    width: calc(495 / 750 * 100vw);
    margin-inline: auto;
  }
  .area-btn li {
    width: 46.4%;
    margin-bottom: 10px;
  }

  .area-btn li a::before {
    width: 6px;
    height: 6px;
    right:  9px;
  }
}

@media screen and (max-width: 376px) {

  .area-btn li a {
    height: 33px;
    border-radius: 16px;
  }
}

.line-bg-top {
  width: 100%;
  height: 34px;
  background: url(../images/line_bg.jpg) repeat-x;
  background-size: auto 100%;
}

.line-bg-bottom {
  width: 100%;
  height: 34px;
  background: url(../images/line_bg_bottom.jpg) repeat-x;
  background-size: auto 100%;
}

@media screen and (max-width: 1024px) {
  .line-bg-top, .line-bg-bottom {
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .line-bg-top, .line-bg-bottom {
    height: 17px;
  }
}

/*********************************
*  .store
*
**********************************/

.store {
  background-color: #f6f0e9;
  padding-block: 16px 80px;
}

.store-border {
  width: 100%;
  height: 2px;
  background: url(../images/store_border.jpg) repeat-x;
  background-size: auto 100%;
  border: 0;
  margin-block: 100px 66px;
}

.store-title {
  margin-inline: auto;
  margin-bottom: 63px;
  max-width: 765px;
  width: 100%;
}

.store-list-wrap {
  max-width: 842px;
  margin-inline: auto;
}

.store-region-title {
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 40px;
}

.store-list {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -14px;
}

.store li dl {
  margin-top: 13px;
  padding-inline: 8px;
}

.store-list li {
  background: #fff;
  width: calc(33.3% - 24px);
  margin-bottom: 1.5rem;
  margin-inline: 12px;
  border: 1px solid #7c4912;
  box-sizing: border-box;
  position: relative;
  transition: max-height .4s ease-out;
  max-height: 400px;
  overflow: hidden;
}

.store-list li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #ab1136 transparent;
  position: absolute;
  bottom: 4px;
  right: 4px;
  opacity: 1;
  transition: .4s opacity .2s;
}

/* PCの時、3つ以上は格納 */
/* SPの時、4つ以上は格納 */
body.is-pc .store-list-each:not(.is-active) li:nth-child(n+4),
body.is-sp .store-list-each:not(.is-active) li:nth-child(n+5) {
  visibility: hidden;
  max-height: 0;
  margin: 0;
}

body.is-pc .store-list-each:not(.is-active) li:nth-child(n+4)::after,
body.is-sp .store-list-each:not(.is-active) li:nth-child(n+5)::after {
  opacity: 0;
}

.store-list-each.is-active .store-btn-more::after {
  transform: translateY(-50%) rotate(-90deg);
}


.store-list li a {
  color: #000000;
  display: block;
  text-decoration: none;
  padding: 18px;
}

.store-list li a:hover {
  opacity: 0.8;
}

.store-list li a:hover,
.store-list li a:active,
.store-list li a:visited {
  color: #000;
}

.store-list li dl dt span {
  display: inline-block;
  border: 1px solid #000;
  padding-block: 0.2rem;
  margin-right: 10px;
  margin-bottom: 0.4rem;
  font-size: 14px;
  font-weight: bold;
  width: 90px;
  max-width: calc(50% - 10px);
  text-align: center;
}

.store-list li dl dt span:last-child {
  margin-right: 0;
}

.store-list li dl dd {
  overflow: hidden;
  height: 2.8em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.store-list li dl .facilities {
  font-weight: bold;
  color: #ab1136;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 17px;
}

.store-list li dl .text {
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 24px;
}

.store-btn-more {
  background-color: #ab1136;
  display: block;
  max-width: 230px;
  width: 100%;
  height: 66px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  margin-inline: auto;
  position: relative;
  padding: 0;
  margin-top: 26px;
}

.store-btn-more::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  transition: .4s ease;
}

.store-btn-more img {
  display: block;
  margin-inline: auto;
  width: calc(110 / 230 * 100%);
}

@media screen and (max-width: 1024px) {
  .store {
    padding-block: calc(20 / 1024 * 100vw) calc(80 / 1024 * 100vw);
  }
  .store-title {
    margin-bottom: calc(50 / 1024 * 100vw);
  }
  .store-region-title {
    width: calc(300 / 1024 * 100vw);
    margin-bottom: calc(40 / 1024 * 100vw);
  }

  .store-btn-more {
    width: calc(230 / 1024 * 100vw);
    height: 50px;
    margin-top: calc(30 / 1024 * 100vw);
  }

  .store-btn-more::after {
    border-width: 7px 0 7px 12px;
    right: 15px;
  }

  .store li {
    width: calc(33.3% - 16px);
    margin-inline: 8px;
  }

  .store li dl {
    margin-top: calc(10 / 1024 * 100vw);
    padding-inline: 0;
  }

  .store-border {
    margin-block: calc(100 / 1024 * 100vw) calc(65 / 1024 * 100vw);
    height: 1px;
  }
  
  .store-list {
    margin-inline: -8px;
  }

  .store-list li a {
    padding: calc(14 / 1024 * 100vw);
  }

  .store-list li dl dt span {
    font-size: 11px;
    width: 65px;
  }
}


@media screen and (max-width: 767px) {  
  .store {
    padding-block: calc(45 / 750 * 100vw) calc(64 / 750 * 100vw) ;
  }

  .store-list li dl {
    margin: 6px 0 0;
    padding-inline: 0;
  }
  .store-border {
    margin-block: calc(65 / 750 * 100vw);
  }

  .store-title {
    width: calc(646 / 750 * 100vw);
    margin-bottom: calc(65 / 750 * 100vw);
  }

  .store-region-title {
    width: calc(300 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }

  .store-btn-more {
    width: calc(230 / 750 * 100vw);
    margin-top: 10px;
    border-radius: 4px;
  }

  .store-btn-more::after {
    border-width: 5px 0 5px 8px;
    right: 10px;
  }

  .store-list {
    margin-inline:0;
  }

  .store-list li{
    width: calc(50% - 12px);
    margin-inline: 6px;
    margin-bottom: 10px;
  }

  .store-list li::after {
    border-width: 0 0 11px 11px;
    bottom: 2px;
    right: 2px;
  }

  .store-list li a {
    padding: calc(20 / 750 * 100vw);
  }

  .store-list li dl dt span {
    font-size: 8px;
    padding-block: .1rem;
    width: 58px;
  }

  .store-list li dl .text {
    font-size: 9px;
    margin-bottom: calc(25 / 750 * 100vw);
  }

  .store-list li dl .facilities {
    font-size: 11px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 376px) {
  .store-btn-more {
    height: 33px;
  }
}

/*********************************
*
*  .area-img
*
**********************************/

.area-img img{
  text-align: center;
  width: 100%;
}

/*********************************
*
*  .contents
*
**********************************/
.contents{
  margin: 0 auto;
}

/*********************************
*
*  .lede
*
**********************************/

.lede-pc{
  padding-top: 80px;
}

@media screen and (max-width: 1024px) and (min-width: 766px){

  .lede-sp{
    padding-top: 0px;
  }

}


/*********************************
*
*  .area-campaign
*
**********************************/
.area-campaign {
  padding-top: 20px;
}

.area-campaign-ttl {
  margin-bottom: 50px;
  max-width: 473px;
  width: 100%;
  margin-inline: auto;
}

.random-banner-area{
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1024px){
  .area-campaign-ttl {
    width: calc(473 / 1024 * 100vw);
  }
}
@media screen and (max-width: 767px){
  .random-banner-area{
    margin: calc(40 / 750 * 100vw) auto 0;
    width: 75%;
  }
  .area-campaign {
    padding-top: 26px;
  }

  .area-campaign-ttl {
    margin-bottom: calc(30 / 750 * 100vw);
    width: 63vw;
  }
}

@media screen and (min-width: 1014px){

  .items{
    display: flex;
    margin: 30px -10px;
  }
  
  .items li{
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}


@media screen and  (max-width: 1014px){

  .items{
    width: 100%;
    margin: 30px 0;
  }

  .items li:nth-child(1) {
     float: none; 
}

  .items .item{
    margin: 30px 0;
    max-width: 100%;
  }

}


@media screen and (max-width: 1014px) and (min-width: 751){
  .items li:nth-child(1){
    float: none;
  }
  .item{
    margin: 30px 0;
    float: none;
  }
}


@media screen and (max-width: 750px) {

  .items .item{
    float: none;
    margin: 30px 0;
  }
}


/*********************************
*
*  .campaign-banner
*
**********************************/
.campaign-banner {
  max-width: 480px;
  max-height: 240px;
  margin: 0 auto;
  background-color: #fff;
}

.campaign-banner a{
  display: block;
transition: opacity 0.2s linear;
}

.campaign-banner a:hover{
  opacity: 0.8;
}

/*******************

- .btn-horizontal

********************/
.btn-horizontal {
  font-size:0;
  text-align:center;
  margin:30px auto;
}
.btn-horizontal > li {
  display:inline-block;
  max-width:283px;
  width:49vw;
  font-size:16px;
  font-size:1rem;
  cursor:pointer;
}
.btn-horizontal > li + li {
  margin-left:1.7%;
}

.btn-facilities {
  max-width: 451px;
  width: 100%;
  display: block;
  margin-inline: auto;
}

@media (max-width:1024px){
  .btn-facilities {
    width: calc(450 / 1024 * 100vw);
  }
}
@media (max-width:767px){
  .btn-horizontal > li {
    font-size:14px;
    font-size:1rem;
  }
  .btn-facilities {
    width: calc(586 / 750 * 100vw);
  }
}

/*******************

- for JavaScript

********************/
/*******************

- .slide-feature
  (with JavaScript)

********************/
.slide-feature {
  margin:0 auto;
  max-width:1000px;
}

/*******************

- modal
  (with JavaScript)

********************/
.wrapper.fixed {
  overflow:hidden;
  position:fixed;
  top:0;
  left:0; right:0;
  bottom:0;
}
.modal-contents {
  position:relative;
  z-index:100;
}
.modal-bg {
  position:absolute;
  top:0;
  left:0; right:0;
  bottom:0;
  background-color:rgba(0, 0, 0, 0.4);
  z-index:50;
}

/*******************

- .modal-help
  (with JavaScript)

********************/
.modal-help {
  position:fixed;
  top:0;
  left:0; right:0;
  bottom:0;
  z-index:100;
  display:none;
}
.modal-help > .modal-contents {
  width:89%;
  max-width:440px;
  margin:0 auto;
  position:absolute;
  top:0;
  left:0; right:0;
  background-color:#fff;
  box-sizing:border-box;
  margin-top:5%;
  overflow:hidden;
}
.modal-help > .modal-contents > .btn-close {
  width:7.76%;
  position:absolute;
  top:0;
  right:0;
  margin-right:2.985%;
  margin-top:2.985%;
  cursor:pointer;
  z-index:20;
}

/*******************

- .slide
  (slick.js)

********************/
.slide-help.slick-slider {
  margin-bottom:50px;
}
.slide-detail-image.slick-slider{
  margin-bottom: 70px;
}
.slick-dots {
  margin-top:10px;
  top:100%;
}
.slick-dots li {
  margin:0 5px ;
}
.slick-dots li button {
  width:10px;
  height:10px;
}
.slick-dots li button::before {
  content:"";
  background-color:transparent;
  border-radius:50%;
  border:1px solid #444;
  width:10px;
  height:10px;
  opacity:1;
}
.slick-dots li.slick-active button::before {
  background-color:#444;
}


/*******************

- .slide-help
  (with JavaScript)

********************/
.slide-help-wrap {
  margin:2.985%;
  position:relative;
}
.slide-help .item {
  width:100%;
  position:relative;
}
.slide-help :focus {
  outline : none;
}
.slide-help .item .btn-start {
  display:block;
  width:71.11%;
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:71.11% auto 0;
  cursor:pointer;
}

/*******************

- .slide-detail-image
  (with JavaScript)

********************/
.slide-detail-image {
  width: 700px;
  margin:1em auto;
}
.slide-detail-image .item .wrap {
  padding:0 50px;
}
.slide-detail-image .item .image {
  display:block;
  padding-top:66.667%;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
}
.slide-detail-image .slick-dots {
  bottom:auto;
}

@media (max-width: 767px){
  .slide-detail-image {
    width:100%;
  }
  .slide-detail-image.slick-slider {
    margin-bottom:40px;
  }
  .slide-detail-image .item .wrap {
    padding:0;
  }
  .slide-detail-image .slick-dots {
    margin-top:15px;
  }
}

/*******************

- end


  ------------
  * ColorCode
  ------------
  ============
  - gray -
  #000
  #444
  #555
  #777
  #999
  #aaa
  #ccc
  #ddd
  #eee
  #fff
  
  ============
  - other -
  #0000ff
  #13b5c7
  #2f2f2f
  #31b9dd
  #32b988
  #4db546
  #7d8eee
  #8e8e8e
  #b2b2b2
  #d6d4d4
  #ed0000
  #f6a519
  #fb5795
  #fb9bad
  #fd4769
  #fd476a
  #ff3838
  #ff7132
  #ff8097
  #ff8098
  #ffe5e5
  #ffe5e6
  
  ============

********************/

/*******************

- .toPagetop

********************/
.toPagetop {
  position:fixed;
  max-width: 100%;
  right:30px;
  bottom:30px;
  cursor:pointer;
}
.toPagetop img {
  transition: opacity 0.2s linear;
}
.toPagetop img:hover {
  opacity:0.8;
}
@media (max-width:767px){
  .toPagetop {
    width:60px;
    height:58px;
    right:20px;
    bottom:75px;
  }
}

/*******************

- .footer

********************/
.footer {
  color:#fff;
  background-color:#555;
  padding-top:30px;
  padding-bottom:30px;
  font-size:87.5%;
}
.footer a {
  color:inherit;
}
.footer .layout {
  display:table;
  width:100%;
}
.footer .site-logo ,
.footer .copyright {
  display:table-cell;
  vertical-align:middle;
}
.footer .site-logo {
  margin-top:0;
}
.footer .copyright {
  text-align:right;
  letter-spacing:0.1em;
}
.footer .site-logo .poweredby {
  margin-right:1em;
  letter-spacing:0.1em;
  font-size:1.1em;
}
.footer .site-logo .poweredby , 
.footer .site-logo .logo-img {
  display:inline-block;
  vertical-align:middle;
}
@media (max-width:1040px){
  .footer {
    padding-top:30px;
    padding-bottom:30px;
  }
  .footer .site-logo .poweredby {
    font-size:1em;
  }
  .footer .copyright {
    font-size:0.8em;
  }
  .footer .site-logo .logo-img {
    width:50%;
  }
}
@media (max-width:767px){
  .footer {
    padding-top:1.5em;
    padding-bottom:1.5em;
  }
  .footer .layout {
    display:block;
  }
  .footer .site-logo ,
  .footer .copyright {
    width:100%;
    display:block;
    text-align:center;
  }
  .footer .site-logo .poweredby {
    font-size:1em;
    letter-spacing:0;
  }
  .footer .copyright {
    margin-top:0.5em;
    letter-spacing:0;
    font-size:0.9em;
  }
  .footer .site-logo .logo-img {
    width:39.15%;
    max-width:278px;
  }
}

/*********************************
*
*  footer
*
**********************************/
/*
footer {
  background: #555;
  color: #fff;
}

footer .utility-area {
  background: #ccc;
}

footer .container {
  max-width: 1000px;
  margin: 0 auto;
}

footer .utility-area .container {
  max-width: 1000px;
  width: 100%;
  padding: 10px 3.6rem;
  margin: 0 auto;
}

footer .utility-area ul {
  margin: 0;
}

footer .utility-area li {
  display: inline-block;
}

footer .utility-area li:not(:first-child) {
  margin-left: 1.4rem;
}

footer .utility-area a {
  color: #222;
  text-decoration: underline;
  font-size: .833333rem;
}

footer .footer-area {
  padding: 13px 0;
}

footer .footer-area h2 {
  width: 57%;
  margin: 0 auto;
}

footer .footer-area .copyright {
  margin: 8px 0 0;
  font-size: .666666rem;
  text-align: center;
}

@media screen and (min-width: 787px) {
  footer .footer-area .copyright {
    position: static;
  }
}

@media screen and (min-width: 814px) {
  footer .container {
    padding: 0;
    position: relative;
  }
  footer .utility-area .container {
    padding: 7px 0;
  }
  footer .utility-area a {
    font-size: 14px;
  }
  footer .footer-area h2 {
    width: initial;
    display: inline-block;
  }
  footer .footer-area .copyright {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
  }
}
*/
