@import url("../font-awesome/css/all.min.css");

html * { line-height: 1.8; }
body { overflow-x: hidden; }
#wrapper { position: relative; }
.morebtn {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 32px;
  font-size: 1.6rem;
  color: #14afb1;
  background: #fff;
  border: 2px solid #14afb1;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
  transition: background .5s ease, color .5s ease;
}
.morebtn:hover {
  color: #fff;
  background: #14afb1;
}
.morebtn i {
  margin-right: 8px;
  font-size: 1.4rem;
}
/*@media (max-width: 499px) {
  .morebtn {
    padding: 8px 28px;
    font-size: 1.4rem;
  }
}*/

/***********************************************

  - header

************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
}
header .heder-contents {
  width: 90%;
  max-width: 1040px;
  height: 108px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 630px) {
  header .heder-contents { height: 80px; }
}
header .heder-contents > * { position: absolute; }
header .heder-contents a {
  display: block;
  width: inherit;
  height: inherit;
  cursor: pointer;
}
header .heder-contents #logo {
  top: 16px;
  left: 0;
}
@media (max-width: 630px) {
  header .heder-contents #logo a img {
    width: 124px;
  }
}
/* お問い合わせ&メインナビ */
/*.heder-contents .navi-contents {
  width: calc(64px * 2 + 16px);
  justify-content: space-between;
  top: 20px;
  right: 0;
}*/
.heder-contents .navi-contents {
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
  width: fit-content;
  top: 20px;
  right: 0;
}
/*.heder-contents .navi-contents #contactbtn {
  width: fit-content;
}*/
.navi-contents > * {
  width: 64px;
  height: 64px;
  border: 1px solid #14afb1;
  background-color: #fff; 
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
}
/*.navi-contents #contactbtn i {
  display: block;
  font-size: 28px;
  color: #14afb1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/
.navi-contents #contactbtn {
  width: fit-content;
  height: fit-content;
  padding: 4px 16px;
  border: 1px solid #14afb1;
  background-color: #fff; 
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  box-sizing: border-box;
}
.navi-contents #contactbtn span {
  display: block;
  font-size: 1.6rem;
  color: #14afb1;
}
.navi-contents #navbtn { background: #14afb1; cursor: pointer; }
.navi-contents #navbtn > span {
  display: block;
  width: 28px;
  height: 1px;
  background: #fff;
  position: absolute;
  transition: all .5s ease;
}
.navi-contents #navbtn > span:nth-of-type(1),
.navi-contents #navbtn > span:nth-of-type(3) {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.navi-contents #navbtn > span:nth-of-type(1) { top: 20px; }
.navi-contents #navbtn > span:nth-of-type(3) { bottom: 20px; }
.navi-contents #navbtn > span:nth-of-type(2) {
  top: 50%;
  left: calc(50% + 6px);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.navi-contents.open #navbtn > span { width: 32px; }
.navi-contents.open #navbtn > span:nth-of-type(1),
.navi-contents.open #navbtn > span:nth-of-type(3) {
  top: 50%;
  bottom: unset;
  left: 50%;
}
.navi-contents.open #navbtn > span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.navi-contents.open #navbtn > span:nth-of-type(2) {
  background: transparent;
}
.navi-contents.open #navbtn > span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 630px) {
  /*.heder-contents .navi-contents {
    width: calc(40px * 2 + 8px);
  }*/
  .heder-contents .navi-contents {
	  column-gap: 12px;
  }
  .navi-contents > * {
    width: 40px;
    height: 40px;
  }
  .navi-contents #contactbtn {
    padding: 4px 12px;
  }
  .navi-contents #contactbtn span {
    font-size: 1.4rem;
  }
  /*.navi-contents #contactbtn i {
    font-size: 20px;
  }*/
  .navi-contents #navbtn > span {
    width: 16px;
  }
  .navi-contents #navbtn > span:nth-of-type(1) { top: 12px; }
  .navi-contents #navbtn > span:nth-of-type(3) { bottom: 12px; }
  .navi-contents #navbtn > span:nth-of-type(2) {
    top: 50%;
    left: calc(50% + 4px);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .navi-contents.open #navbtn > span { width: 24px; }
}

/* ---------------
  - メインナビ
--------------- */
#main_navigation {
  width: 480px;
  max-width: 100vw;
  height: 100dvh;
  padding: 40px 64px 64px ;
  background: #14afb1;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: right .5s ease;
  overflow-y: scroll;
  z-index: 1000;
}
@media (max-width: 629px) {
  #main_navigation {
    padding: 40px 24px 24px 40px;
  }
}
#main_navigation.floating_nav.open { right: 0; }
#main_navigation.floating_nav.close { right: -480px; }
/* メインナビ内 お問い合わせ・ナビボタン */
.floating_nav .navi-contents {
  margin-bottom: 64px;
  justify-content: end;
  align-items: center;
  column-gap: 16px;
}
.floating_nav .navi-contents > * {
  background: #fff;
  border: 1px solid #fff;
}
.floating_nav .navi-contents #navbtn { background: #fff; }
.floating_nav .navi-contents #navbtn > span { background: #14afb1; }
/* .nav_items */
/*#mainNav.contact {
  margin-top: 40px;
}*/
.nav_items > li:not(:last-child) {
  margin-bottom: 40px;
}
.nav_items > li a {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
}
.nav_items > li a span {
  display: block;
  font-size: 1.6rem;
  font-family: quicksand, sans-serif ;
  font-weight: 300 ;
}
@media (max-width: 429px) {
  .floating_nav .navi-contents {
    margin-bottom: 40px;
  }
}
/***********************************************

  - index トップページ

************************************************/
main { margin-top: 108px; }
@media (max-width: 629px) {
  main { margin-top: 80px; }
}
main .oneblock h2 {
  width: max-content;
  max-width: 90%;
  margin: 0 auto 40px;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}
main .oneblock h2 span {
  display: block;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 0 2px 4px;
  color: #666;
  font-size: 1.5rem;
  font-family: quicksand, sans-serif ;
  font-weight: 300 ;	
  border-bottom: 1px solid #ddd;
}
main p.lead_copy {
  width: max-content;
  max-width: 90%;
  margin: 0 auto 64px;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04rem;
}
@media (max-width: 629px) {
  main p.lead_copy {
    margin: 0 auto 40px;
    font-size: 2.4rem;
  }
  main .oneblock h2 {
    margin: 0 auto 24px;
    font-size: 2.2rem;
  }
  main .oneblock h2 span {
    font-size: 1.4rem;
  }
}
/* .oneblock .block01 */
#slider{position: relative; }
#slider .message_block {
  width: fit-content;
  height: max-content;
  position: absolute;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  background: #fff;
  padding: 40px 28px ;
  top: 50%;
  left: 50% ;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  z-index: 1;
}
#slider .message_block p span.line {
  display: block;
  font-size: 3.4rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 2.0;
}
#slider .message_block p span.line span {
  display: inline;
  font-size: 4.0rem;
  /*margin-bottom: 12px;
  font-weight: 600;*/
  color: #13b0b0;
}

/*@media (min-width: 1200px) {
  #slider .message_block p span.line:nth-of-type(3),
  #slider .message_block p span.line:nth-of-type(4) {
    display: inline-block;
  }
  #slider .message_block p span.line:nth-of-type(4) {
    margin-top: -12px;
  }
}
@media (max-width: 629px) {
  /*#slider .message_block p span.line:nth-of-type(3),
  #slider .message_block p span.line:nth-of-type(4) {
    display: inline-block;
  }
  #slider .message_block p span.line:nth-of-type(4) {
    margin-top: -12px;
  }
}*/
@media (max-width: 1200px) {
  #slider .message_block p span.line {
    font-size: 3.0rem;
  }
  #slider .message_block p span.line span {
    font-size: 3.6rem;
  }
}
@media (max-width: 1100px) {
  #slider .message_block p span.line {
    font-size: 2.8rem;
  }
  #slider .message_block p span.line span {
    font-size: 3.4rem;
  }
}
@media (max-width: 1040px) {
  #slider .message_block p span.line {
    font-size: 2.4rem;
  }
  #slider .message_block p span.line span {
    font-size: 3.0rem;
  }
}
@media (max-width: 950px) {
  #slider .message_block {
    top: 58%;
    left: 72% ;
  }
}
@media (max-width: 950px) {
  #slider .message_block {
    top: 58%;
  }
}
@media (max-width: 780px) {
  #slider .message_block {
    top: 60%;
  }
}
@media (max-width: 740px) {
  #slider .message_block {
    top: 64%;
  }
  #slider .message_block p span.line {
    font-size: 2.2rem;
  }
  #slider .message_block p span.line span {
    font-size: 2.8rem;
  }
}
@media (max-width: 629px) {
  #slider .message_block {
    padding: 24px 16px ;
    top: 48%;
  }
  #slider .message_block p span.line {
    font-size: 2.0rem;
  }
  /*#slider .message_block p span.line:nth-of-type(4) {
    margin-top: -2px;
  }*/
  #slider .message_block p span.line span {
    font-size: 2.6rem;
  }
}
@media (max-width: 479px) {
  #slider .message_block {
    top: 60%;
  }
}
@media (max-width: 429px) {
  #slider .message_block {
    top: 66%;
  }
}
.slick-initialized .slick-slide {
  padding: 0 12px;
}
/*@media (max-width: 1029px) {
  .slick-initialized .slick-slide {
    width: 744px !important;
  }
}*/
.slick-initialized .slick-slide img {
  display: block;
  width: 100%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

/* .oneblock .block02 */
.oneblock.block02 {
  padding: 80px 0 400px ;
  background: url('../img/top_bg.gif') no-repeat center -24px;
  background-size: cover;
}
@media (max-width: 899px) {
  .oneblock.block02 {
    background: url('../img/top_bg_middle.gif') no-repeat center bottom 24px;
  }
}
@media (max-width: 669px) {
  .oneblock.block02 {
    /*background: url('../img/top_bg_middle.gif') no-repeat center 248px;*/
    background: url('../img/top_bg_middle.gif') no-repeat center 728px;
  }
}
@media (max-width: 629px) {
  .oneblock.block02 {
    background: url('../img/top_bg_top.gif') no-repeat left -56px top 400px,
		url('../img/top_bg_small_bottom.gif') no-repeat center bottom 40px;
  }
}
@media (max-width: 539px) {
  .oneblock.block02 {
  }
}
@media (max-width: 499px) {
  .oneblock.block02 {
    background: url('../img/top_bg_top.gif') no-repeat left -56px top 280px,
		url('../img/top_bg_ss_bottom.gif') no-repeat center bottom 64px;
  }
}
.oneblock.block02 #concept {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.oneblock.block02 #concept > div { justify-content: space-between; }
.oneblock.block02 #concept > div .imagebox { width: 46%; }
.oneblock.block02 #concept > div .imagebox > * {
  -webkit-border-radius: 8px;
  -moz-border-r-adius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.oneblock.block02 #concept > div .imagebox .image01 {
  width: 80%;
  margin-bottom: 40px;
}
.oneblock.block02 #concept > div .imagebox .image02 {
  width: 60%;
  margin-left: 40%;
}
.oneblock.block02 #concept > div .textbox {
  width: 46%;
}
main .oneblock.block02 #concept h2 {
  margin: 0 0 40px;
  text-align: left;
}
main .oneblock.block02 #concept h2 span {
  margin: 0 0 8px;
}
main .oneblock.block02 #concept p.lead_copy {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.oneblock.block02 #concept > div .textbox p:not(.lead_copy) {
  font-size: 1.6rem;
}
.oneblock.block02 #concept > div .textbox p:not(:last-of-type),
.oneblock.block02 #concept > div .textbox p:not(.lead_copy) {
  margin-bottom: 24px;
}

@media (max-width: 629px) {
  .oneblock.block02 { padding: 40px 0 360px; }
  .oneblock.block02 #concept { padding-bottom: 40px; }
  .oneblock.block02 #concept > div{ display: block; }
  .oneblock.block02 #concept > div .imagebox,
  .oneblock.block02 #concept > div .textbox { width: 100%; }
  .oneblock.block02 #concept > div .imagebox { margin-bottom: 40px; }
  main .oneblock.block02 #concept h2 {
    margin: 0 auto 32px;
    text-align: center;
  }
  main .oneblock.block02 #concept h2 span {
    width: fit-content;
    margin: 0 auto 24px;
  }
  main .oneblock.block02 #concept p.lead_copy { text-align: center; }
}
@media (max-width: 629px) {
  .oneblock.block02 { padding: 40px 0 320px; }
}
/* news */
#news .oneblock {
  padding-top: 80px;
}
#newsList {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 64px;
}
@media (max-width: 629px) {
  #news .oneblock {
    padding-top: 40px;
  }
  #newsList { margin: 0 auto 40px; }
}
#newsList > li { margin-bottom: 32px; }
#newsList > li:last-child { margin-bottom: 0; }
#newsList > li a {
  display: block;
  width: 100%;
  font-size: 1.6rem;
}
#newsList > li a .textbox {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
}
#newsList > li a h3 {
  font-size: 1.6rem;
  font-weight: 300;
}
@media (max-width: 499px) {
  #newsList > li a .textbox {
    display: block;
  }
  #newsList > li { margin-bottom: 24px; }
}
/*#newsList > li .post_date_tag { margin-bottom: 12px; }*/
#newsList > li .post_date_tag .date { color: #14afb1;}
#newsList > li .post_date_tag .new {
  margin-left: 8px;
  padding: 2px 12px 4px;
  color: #fff;
  font-size: 1.4rem;
  font-family: quicksand, sans-serif;
  font-weight: 300; 
  background: #14afb1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* #branch .block03 */
main #stores {
  width: 100%;
  padding: 80px 0;
  background: url('../img/store_bg.gif') repeat;
  /*background: #fdf9ee;*/
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
}
main #stores #branchList {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}
main #stores #branchList > li:not(:first-child) { padding-top: 40px; }
main #stores #branchList > li:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
main #stores #branchList > li .contentsbox {
  margin-bottom: 40px;
  column-gap: 64px;
}
main #stores #branchList > li:nth-child(2n) .contentsbox { flex-direction: row-reverse; }
main #stores #branchList > li .contentsbox .imagebox,
main #stores #branchList > li .contentsbox .textbox { width: 50%; }
@media (max-width: 629px) {
  main #stores #branchList > li .contentsbox .imagebox,
  main #stores #branchList > li .contentsbox .textbox { width: 100%; }
}
main #stores #branchList > li .contentsbox .textbox h3 {
  margin-bottom: 24px;
  font-size: 3.0rem;
  font-weight: 400;
  text-align: center;
}
main #stores #branchList > li .contentsbox .textbox h3 span {
  display: block;
  font-size: 2.0rem;
}
/*main #stores #branchList > li:nth-child(2) .contentsbox .textbox h3 {
  font-family: quicksand, sans-serif;
}*/
main #stores #branchList > li .contentsbox .textbox p { font-size: 1.6rem; }
main #stores #branchList > li .contentsbox .textbox ul {
  margin-top: 24px;
  column-gap: 16px;
  justify-content: end;
}
main #stores #branchList > li .contentsbox .textbox ul > li { width: 24px; }
main #stores #branchList > li .contentsbox .imagebox img {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
main #stores #branchList > li .infobox {
  padding: 40px;
  column-gap: 40px;
  flex-direction: row-reverse;
  background: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
main #stores #branchList > li .infobox dl { width: 46%; }
main #stores #branchList > li .infobox dl > * { font-size: 1.6rem; }
main #stores #branchList > li .infobox dl > *:not(:last-of-type){ margin-bottom: 12px; }
main #stores #branchList > li .infobox dl > div > dt,
main #stores #branchList > li .infobox dl > div > dd { font-size: 1.4rem; }
main #stores #branchList > li .infobox dl > div > dt {
  width: 96px;
  text-align-last: justify;
}
main #stores #branchList > li .infobox dl > div > dd { width: calc(100% - 96px); }
main #stores #branchList > li .infobox .googlemap {
  width: 54%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
main #stores #branchList > li .infobox .googlemap iframe { max-height: 300px; }
@media (max-width: 629px) {
  main #stores {
    width: 100%;
    padding: 64px 0;
  }
  main #stores #branchList > li .infobox { padding: 24px; }
  main #stores #branchList > li .infobox dl,
  main #stores #branchList > li .infobox .googlemap { width: 100%; margin-bottom: 24px; }
  main #stores #branchList > li .contentsbox .textbox h3 {
    margin-bottom: 12px;
    font-size: 2.4rem;
  }
  main #stores #branchList > li .contentsbox .imagebox {
    margin-bottom: 12px ;
  }
}
@media (max-width: 499px) {
  main #stores #branchList > li .infobox { padding: 16px; }
  main #stores #branchList > li .contentsbox .textbox h3 span {
    font-size: 1.4rem;
  }
}

/* .oneblock .block04 */
.oneblock.block04 {
  padding: 80px 0;
}
#productsList {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 40px ;
  flex-wrap: wrap;
  gap: 40px;
}
#productsList > li { width: calc((100% - 80px) / 3); }
#productsList > li a { display: block; }
#productsList > li .imagebox {
  margin-bottom: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
#productsList > li .imagebox img { display: block; width: 100%; }
#productsList > li .textbox h3 {
  margin-bottom: 8px;
  font-size: 1.6rem;
  color: #14afb1;
}
#productsList > li .textbox p { font-size: 1.4rem; }
@media (max-width: 630px) {
  .oneblock.block04 {
    padding: 64px 0;
  }
  #productsList { gap: 24px; }
  #productsList > li { width: calc((100% - 24px) / 2); }
}

/***********************************************

  - 中ページ

************************************************/
/*main > .oneblock { padding-top: 80px; }
@media (max-width: 629px) {
  main > .oneblock { padding-top: 40px; }
}*/
/* archive */
@media (max-width: 630px) {
  .oneblock.block04.archive {
    padding: 40px 0 ;
  }
}
/* single */
.oneblock.single {
	padding-top: 80px;
}
@media (max-width: 630px) {
  .oneblock.single {
      padding-top: 40px;
  }
}
#single.article {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 80px;
}
#single.article h3 {
  margin-bottom: 40px;
  font-size: 2.0rem;
  text-align: center;
  color: #14afb1;
}
#single.article .post_date_tag {
  margin-bottom: 24px;
  font-size: 1.4rem;
  text-align: right;
}
#single.article .post_date_tag .new {
  margin-left: 8px;
  padding: 1px 10px;
  color: #fff;
  background: #14afb1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#single.article .imagebox {
  margin-bottom: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
#single.article .textbox { margin-bottom: 64px; }
#single.article .textbox p { font-size: 1.6rem; }
/* 404 */
.not-found.page-404 { padding: 40px 0 80px; }
.not-found.page-404 > *:not(.morebtn) {
  width: 90%;
  text-align: center;
}
.not-found.page-404 > h2, .not-found.page-404 > h3 { color: #14afb1; }
.not-found.page-404 > h2 {
  margin: 0 auto;
  font-size: 180px;
}
.not-found.page-404 > h3 {
  margin: 0 auto 80px;
  font-size: 64px;
}
.not-found.page-404 > p { font-size: 1.6rem; }
.not-found.page-404 > p:nth-of-type(1) { margin: 0 auto 24px; }
.not-found.page-404 > p:nth-of-type(2) {
  margin: 0 auto 80px;
  color: #888;
}

/* pagenavi */
.wp-pagenavi {
  display: block;
  width: max-content;
  margin: 0 auto 80px;
}
.wp-pagenavi > * {
  font-size: 1.6rem;
}

/********************************************

 footer

********************************************/
footer .footerblock {
  padding: 80px 0;
  border-top: 1px solid #ddd;
}
footer .footerblock > div {
  width: 90%;
  max-width: fit-content;
  margin: 0 auto;
}
footer .footerblock > div > div {
  font-size: 1.4rem;
  text-align: center;
}
footer .footerblock .footlogo { margin-bottom: 64px; }
footer .footerblock .footlogo a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
footer .footerblock .foot-contactbtn { margin-bottom: 48px; }
footer .footerblock .foot-contactbtn a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 32px;
  font-size: 2.4rem;
  color: #fff;
  background: #14afb1;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
}
footer .footerblock .foot-contactbtn a i { margin-right: 8px; }
footer .footerblock .scta { margin-bottom: 48px; }
footer small {
  display: block;
  padding: 40px 0 ;
  font-size: 1.2rem;
  text-align: center;
  border-top: 1px solid #ddd;
}
