@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* blue */
/* other */
* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: auto;
  font-size: 17px;
  line-height: 1.8em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Noto Sans JP', 'Roboto', sans-serif;
}

@media screen and (max-width: 428px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #13ADEF;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  line-height: 2em;
  letter-spacing: 0.02em;
}

.onlySp {
  display: none;
}

@media screen and (max-width: 428px) {
  .onlySp {
    display: block;
  }
}

.onlyPc {
  display: block;
}

@media screen and (max-width: 428px) {
  .onlyPc {
    display: none;
  }
}

.btn_contact {
  background: #D8263D;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 100px;
  padding: 12px 26px 12px 26px;
  display: inline-block;
}

@media screen and (max-width: 428px) {
  .btn_contact {
    padding: 6px 12px;
  }
}

.btn_contact.big {
  font-size: 24px;
  padding: 22px 40px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 428px) {
  .header h1 {
    display: block;
  }
}

.header h1 span {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 428px) {
  .header h1 span {
    font-size: 12px;
    display: block;
  }
}

.header h1 strong {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 428px) {
  .header h1 strong {
    font-size: 12px;
    display: block;
    line-height: 1em;
  }
}

section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section:last-child {
  margin-bottom: 40px;
}

.small {
  font-size: 13px !important;
}

.big {
  font-size: 26px !important;
  font-weight: 600;
}

.width_m {
  margin: 0 auto 40px;
  max-width: 768px;
  width: 82%;
}

@media screen and (max-width: 428px) {
  .width_m {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px !important;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.p_h2_sub {
  color: #13ADEF;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 15px;
}

@media screen and (max-width: 428px) {
  .p_h2_sub {
    text-align: left;
    padding: 0 12px;
  }
}

h2 {
  color: #13ADEF;
  line-height: 1.4em;
  margin-bottom: 40px;
  text-align: center;
  font-size: 26px;
}

@media screen and (max-width: 428px) {
  h2 {
    text-align: left;
    margin-bottom: 20px;
    padding: 0 12px;
  }
}

h3 {
  background: #DFF1F8;
  text-align: center;
  display: block;
  padding: 1em;
}

p {
  font-size: 16px;
  margin-bottom: 40px;
}

.block980 {
  max-width: 980px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 428px) {
  .block980 {
    max-width: 364px;
    width: 86%;
  }
}

.block_ultralightblue {
  max-width: 1136px;
  width: 90%;
  margin: 0 auto 20px;
  background: #F8FBFD;
  padding: 96px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .block_ultralightblue {
    padding: 60px 32px;
  }
}

@media screen and (max-width: 428px) {
  .block_ultralightblue {
    max-width: 396px;
    width: 93%;
    padding: 32px 16px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 40px;
}

@media screen and (max-width: 428px) {
  .flex {
    display: block;
  }
}

.flex div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1em;
}

.flex p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1em;
}

.flex img {
  max-width: 384px;
  width: 41%;
  height: 100%;
}

@media screen and (max-width: 428px) {
  .flex img {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.flex .width_m {
  margin-bottom: 0;
}

.btns_area {
  background: #fff;
  border-radius: 10px;
  border: 4px solid #FFE712;
  padding: 60px;
  text-align: center;
}

@media screen and (max-width: 848px) {
  .btns_area {
    padding: 32px;
  }
}

@media screen and (max-width: 428px) {
  .btns_area {
    padding: 32px 30px;
  }
}

.btns_area .big {
  margin-bottom: 26px;
}

@media screen and (max-width: 848px) {
  .btns_area .big {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 428px) {
  .btns_area .big {
    font-size: 16px !important;
  }
}

.btns_area .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btns_area .btns .btn_standard {
  margin: 0 20px 10px;
}

@media screen and (max-width: 848px) {
  .btns_area .btns .btn_standard {
    width: 240px;
    min-width: 240px;
    margin: 0 10px;
  }
}

@media screen and (max-width: 428px) {
  .btns_area .btns .btn_standard {
    margin: 0 0 10px 0;
  }
}

.btns_area .dates_wrap {
  text-align: left;
  margin: 0 auto;
}

@media screen and (max-width: 428px) {
  .btns_area .dates_wrap {
    padding: 0 0 2em;
  }
}

.btns_area .dates_wrap .btn_standard {
  margin-top: 1rem;
}

.btns_area .dates_wrap .btn_standard p {
  margin-top: 0;
  font-size: 16px;
}

.btn_standard {
  display: inline-block;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  background: #13ADEF;
  color: #fff;
  width: 272px;
  min-width: 272px;
  padding: 0.7em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 428px) {
  .btn_standard {
    width: 100%;
    min-width: auto;
  }
}

.btn_standard i {
  background: #fff;
  width: 16px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #13ADEF;
  border-radius: 100px;
  margin-right: 1em;
  padding-left: 2px;
}

.btn_standard p {
  margin-bottom: 0 !important;
}

.mv {
  width: 100%;
}

.mv picture {
  position: relative;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 848px) {
  .mv .links {
    display: none;
  }
}

.links {
  background: #F5F5F5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 0;
  max-width: 980px;
  width: 96%;
  margin: -2em auto 2em;
  padding: 2em 0;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.links li {
  list-style: none;
  text-align: center;
  width: 25%;
}

@media screen and (max-width: 848px) {
  .links li {
    width: 100%;
  }
}

.links li a {
  display: block;
  padding: 0 1em;
  border-right: 1px solid #EAEAEA;
  color: #383838;
  font-size: 13px;
  line-height: 1.5em;
}

.links li:last-child a {
  border-right: none;
}

/* block 00*/
.block_00 {
  margin-top: 60px;
}

@media screen and (max-width: 1000px) {
  .block_00 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 428px) {
  .block_00 {
    margin-top: 2.5em;
  }
}

.block_00_title {
  width: 494px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 1000px) {
  .block_00_title {
    width: 400px;
  }
}

@media screen and (max-width: 428px) {
  .block_00_title {
    width: 100%;
    max-width: 242px;
  }
}

.block_00_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0;
}

@media screen and (max-width: 1000px) {
  .block_00_links {
    margin: 20px 0;
  }
}

@media screen and (max-width: 428px) {
  .block_00_links {
    display: block;
    margin-top: 20px;
  }
}

.block_00_links li {
  margin-bottom: 40px;
  max-width: 464px;
  width: 48%;
}

@media screen and (max-width: 1000px) {
  .block_00_links li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 428px) {
  .block_00_links li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}

/* block 01*/
.block_01_img1 {
  margin: 0 auto;
  display: block;
  max-width: 592px;
  width: 63%;
  margin-bottom: 40px;
}

@media screen and (max-width: 428px) {
  .block_01_img1 {
    max-width: 100%;
    width: 100%;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.cul_dl {
  background: #fff;
  margin: 20px 0;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 428px) {
  .cul_dl {
    padding: 16px 18px;
  }
}

.cul_dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
  margin-right: 5%;
  font-weight: 600;
}

@media screen and (max-width: 428px) {
  .cul_dl dt {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px solid #DFF1F8;
  }
}

.cul_dl dt time {
  min-width: 7em;
}

@media screen and (max-width: 428px) {
  .cul_dl dt time {
    font-size: 16px;
  }
}

.cul_dl dt time span {
  font-size: 0.9em;
}

@media screen and (max-width: 428px) {
  .cul_dl dt time br {
    /*display: none;*/
  }
}

.cul_dl dt p {
  min-width: 4em;
  line-height: 1.8em;
}

@media screen and (max-width: 428px) {
  .cul_dl dt p {
    margin-bottom: 0;
    margin-right: 1em;
  }
}

.cul_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cul_dl dd p {
  margin-bottom: 0;
  font-size: 0.8em;
}

.cul_dl dd .cul_title {
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 0.5em;
  line-height: 1.8em;
}

@media screen and (max-width: 428px) {
  .cul_dl dd .cul_title {
    font-size: 16px !important;
  }
}

.ms_wrap {
  width: 100%;
  padding: 2em;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 2px solid #13ADEF;
}

.ms_wrap h3 {
  margin-bottom: 1em;
}

.ms_wrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 428px) {
  .ms_wrap .flex {
    display: block;
  }
}

.ms_wrap .flex img {
  width: 50%;
  margin-right: 1.5em;
}

@media screen and (max-width: 428px) {
  .ms_wrap .flex img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
    padding: 0;
  }
}

.ms_wrap .flex dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ms_wrap .flex dl dt {
  margin-bottom: 0.5em;
}

.ms_wrap .flex dl dd p {
  font-size: 0.85em;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 428px) {
  .ms_wrap .flex dl dd p {
    font-size: 1em;
    margin-right: 0;
    margin-bottom: 1.2em;
  }
}

.ms_wrap .flex dl dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 428px) {
  .ms_wrap .flex dl dd a {
    font-size: 1.2em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.ms_wrap .flex dl dd a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  margin-right: 0.3em;
  border-radius: 100px;
  background: #13ADEF;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 428px) {
  .ms_wrap .flex dl dd a::before {
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
  }
}

/* block 02*/
.block_02_img2 {
  margin-bottom: 40px;
}

.dates_wrap {
  background: #fff;
  padding: 2em;
  width: 80%;
  margin: 0 auto 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 848px) {
  .dates_wrap {
    width: 100%;
  }
}

.dates_wrap p {
  margin-bottom: 0;
  font-size: 0.8em;
  margin-top: 1em;
}

.dates_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #F8FBFD;
  padding: 0.5em;
}

.dates_wrap dl:nth-child(even) {
  background: #F8FBFD;
}

.dates_wrap dl dt {
  width: 4em;
  padding-right: 1em;
  font-weight: 500;
  color: #13ADEF;
}

.dates_wrap dl dt .centertext {
  text-align: center;
}

.dates_wrap dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* block03 */
.block_03_img1 {
  margin: 0 auto;
  display: block;
  max-width: 768px;
  width: 82%;
  margin-bottom: 40px;
}

@media screen and (max-width: 428px) {
  .block_03_img1 {
    max-width: 100%;
    width: 100%;
  }
}

/* block04 */
.block_04_img2 {
  margin: 0 auto;
  display: block;
  max-width: 768px;
  width: 82%;
  margin-bottom: 40px;
}

@media screen and (max-width: 428px) {
  .block_04_img2 {
    max-width: 100%;
    width: 100%;
  }
}

.block_04 .dates_wrap dl dt {
  width: 2em;
  padding-right: 0;
}

/* block05 */
.block_white {
  width: 64%;
  max-width: 944px;
  margin: 60px auto 80px;
}

@media screen and (max-width: 1000px) {
  .block_white {
    width: 86%;
    max-width: 86%;
  }
}

@media screen and (max-width: 428px) {
  .block_white {
    width: 90%;
    max-width: 332px;
    margin: 40px auto;
  }
}

.block_white h2 {
  color: black;
}

@media screen and (max-width: 428px) {
  .block_white h2 {
    text-align: center;
  }
}

.block_white .p_h2_sub {
  color: black;
}

@media screen and (max-width: 428px) {
  .block_white .p_h2_sub {
    text-align: center;
  }
}

@media screen and (max-width: 428px) {
  .block_white .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

@media screen and (max-width: 428px) {
  .block_white .flex div {
    margin-right: 0;
  }
}

.block_white .flex p {
  margin-right: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 428px) {
  .block_white .flex .btn_standard {
    margin: 0 auto !important;
  }
}

.block_white .flex .btn_standard p {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

@media screen and (max-width: 428px) {
  .block_white .flex img {
    padding: 0;
    margin-bottom: 20px;
  }
}

.block_05 .width_m {
  margin: 0;
}

.block_05 .flex img {
  max-width: 464px;
  width: 50%;
}

@media screen and (max-width: 428px) {
  .block_05 .flex img {
    width: 100%;
    max-width: 100%;
  }
}

.block_05 .flex div .btn_standard {
  margin: 0;
}

@media screen and (max-width: 428px) {
  .block_05 .btn_standard {
    width: 100%;
    max-width: 252px;
  }
}

.bottom_links_area {
  background: url("images/sky_bg@2x.png") repeat;
  background-size: cover;
  padding: 2em;
}

@media screen and (max-width: 848px) {
  .bottom_links_area {
    padding: 46px;
    background: url("images/sky_bg_mobile@2x.png") repeat;
    background-size: cover;
  }
}

.bottom_links_area .links {
  margin: 0 auto;
}

@media screen and (max-width: 848px) {
  .bottom_links_area .links {
    display: block;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 848px) {
  .bottom_links_area .links li a {
    border-right: none;
    background: #F5F5F5;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 1em;
    padding: 2em 0;
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    min-height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }
}

.bottom_links_area .links li:last-child a {
  margin-bottom: 0;
}

.bottom_links_area2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  max-width: 976px;
  width: 67%;
  margin: 60px auto;
}

.bottom_links_area2 li:first-child {
  margin-right: 48px;
}

@media screen and (max-width: 428px) {
  .bottom_links_area2 li:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .bottom_links_area2 {
    max-width: 88%;
    width: 88%;
  }
}

@media screen and (max-width: 428px) {
  .bottom_links_area2 {
    display: block;
    max-width: 364px;
    width: 86%;
    margin: 40px auto;
  }
}

.bottom_links_area2 picture {
  max-width: 464px;
  display: block;
}

/* footer */
footer {
  background: #fafafa;
  padding: 80px 0 40px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 428px) {
  footer {
    padding: 60px 16px 40px;
  }
}

footer p {
  margin-bottom: 0;
}

footer .logo_enjoyworks {
  width: 236px;
}

footer .list_sns {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 28px 0 54px;
}

footer .list_sns img {
  height: 25px;
  width: auto;
  margin: 0 0.5em;
}

footer .list_links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1em 0;
}

footer .list_links li {
  padding: 0 1em;
  border-right: 1px solid #111;
  line-height: 1em;
}

@media screen and (max-width: 428px) {
  footer .list_links li {
    padding: 0 1em;
  }
}

footer .list_links li:last-child {
  border-right: none;
}

footer .websites {
  background: #fff;
  border-radius: 1em;
  max-width: 678px;
  margin: 40px auto;
  text-align: center;
  padding: 24px 38px;
}

@media screen and (max-width: 428px) {
  footer .websites {
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 24px 16px;
  }
}

footer .websites ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 428px) {
  footer .websites ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1em;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

footer .websites ul li {
  margin: 0.5em;
}

footer .websites ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .websites ul li a img {
  max-height: 42px;
  max-width: 128px;
}

@media screen and (max-width: 428px) {
  footer .websites ul li a img {
    max-width: 120px;
    height: auto;
  }
}

footer address {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9em;
  font-style: normal;
}

#t-scroll {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

@media screen and (max-width: 428px) {
  #t-scroll {
    bottom: 50px;
    right: 8px;
  }
}

#t-scroll a {
  text-align: center;
  text-decoration: none;
  padding: 0;
}

#t-scroll a img {
  width: 48px;
  height: 48px;
}
/*# sourceMappingURL=style.css.map */