<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: VISIT MIYAZAKI
Version: 1.0
Author:Seiki Nishijima

  $Id: content.css,v1.0 $
*/
/*===========================================================================
-----------------------------------------------------------------------------
  繝｡繧､繝ｳ繝薙ず繝･繧｢繝ｫ 險ｭ螳壹縺薙％縺九ｉ
-----------------------------------------------------------------------------
===========================================================================*/
#background #main-visual section {
  width: 100%;
  max-width: 100%;
}
#background #main-visual section:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.4), rgba(0,0,0,0));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.4), rgba(0,0,0,0));
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0));
  mix-blend-mode: multiply;
  z-index: 100;
}
#background #main-visual section:after {
  content: "";
  display: block;
  visibility: visible;
  width: 100%;
  height: 10.9375vw;
  min-height: 210px;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 100;
  background: url(./images/main0x.png) no-repeat 50% 100%;
  background-size: auto 100%;
}
#background #main-visual .slider li {
  width: 100%;
  height: 100vh;
  min-height: 720px;
  position: absolute;
  left: 0;
  top: 0;
}
#background #main-visual .slider li picture {
  position: static;
  display: block;
}
#background #main-visual .slider li img {
  width: 100%;
  height: 100vh;
  min-height: 720px;
  object-fit: cover;
}
/** 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ逕ｨ蛻�ｲ� **/
@media screen and (max-width: 740px) {
  #background #main-visual section:after {
    height: 10.9375vw;
    min-height: initial;
    min-height: auto;
  }
  #background #main-visual .slider li ,
  #background #main-visual .slider li img {
    height: calc(50vh + 100px);
    min-height: initial;
    min-height: auto;
  }
}

/*------------------------------------
  繧ｿ繧､繝医Ν險ｭ螳壹縺薙％縺九ｉ
-------------------------------------*/
#background #main-visual .slider-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  text-align: center;
}
#background #main-visual .slider-title h2 {
  display: inline-block;
  padding: 0.5em 2em;
  margin-bottom: 1em;
  background: rgba(0,0,0,0.4);
  border: 5px solid #fff;
  border-radius: calc(1em + 10px);
  font-size: 32px;
  font-weight: 700;
  lighting-color: 1em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: all 0.5s ease;
}
/** 蟆上＆縺�判髱｢逕ｨ蛻�ｲ� **/
@media screen and (max-width: 1100px) {
  #background #main-visual .slider-title h2 {
    font-size: 26px;
  }
}
/** 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ逕ｨ蛻�ｲ� **/
@media screen and (max-width: 740px) {
  #background #main-visual .slider-title h2 {
    padding: 0.5em 1em;
    border-width: 3px;
    font-size: 18px;
  }
}

/*------------------------------------
  繧ｳ繝ｳ繝医Ο繝ｼ繝ｫ險ｭ螳壹縺薙％縺九ｉ
-------------------------------------*/
#background #main-visual .slider-title .slider-control {
  display: flex;
  align-items: center;
  justify-content: center;
}
#background #main-visual .slider-title .slider-control .slick-prev {
  order: 1;
  transform: rotate(180deg);
}
#background #main-visual .slider-title .slider-control .slick-next {
  order: 3;
}
#background #main-visual .slider-title .slider-control .slick-dots {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#background #main-visual .slider-title .slider-control button {
  background: transparent;
  border: none;
  filter: drop-shadow(0 0 3px rgba( 0,0,0,0.4));
}
#background #main-visual .slider-title .slider-control button.slick-prev ,
#background #main-visual .slider-title .slider-control button.slick-next {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -20em;
  background: url(./images/icon01-w.svg) no-repeat 50% 50%;
  background-size: contain;
  margin: auto 20px;
}
#background #main-visual .slider-title .slider-control .slick-dots li {
  margin: auto 20px;
  font-size: 12px;
  line-height: 1em;
}
#background #main-visual .slider-title .slider-control .slick-dots li &gt; button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -10em;
  font-size: 10px;
  line-height: 1em;
}
#background #main-visual .slider-title .slider-control .slick-dots li.slick-active &gt; button {
  background: #f87a05;
}

/** 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ逕ｨ蛻�ｲ� **/
@media screen and (max-width: 740px) {
  #background #main-visual .slider-title .slider-control button.slick-prev ,
  #background #main-visual .slider-title .slider-control button.slick-next {
    width: 24px;
    height: 24px;
    margin: auto 10px;
  }
  #background #main-visual .slider-title .slider-control .slick-dots li {
    margin: auto 8px;
    font-size: 8px;
    line-height: 1em;
  }
  #background #main-visual .slider-title .slider-control .slick-dots li &gt; button {
    width: 8px;
    height: 8px;
    font-size: 6px;
  }
}
/*===========================================================================

  繝ｪ繝ｼ繝画枚險ｭ螳壹縺薙％縺九ｉ

===========================================================================*/
#background #lead-text {
  margin-bottom: 60px;
}
#background #lead-text h3 {
  color: #753e24;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}
#background #lead-text p {
  color: #753e24;
  font-size: 18px;
}
/** 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ逕ｨ蛻�ｲ� **/
@media screen and (max-width: 740px) {
  #background #lead-text {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  #background #lead-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #background #lead-text p {
    font-size: 16px;
  }
}

/*------------------------------------
  蜈ｨ菴薙�繝�� 險ｭ螳壹縺薙％縺九ｉ
-------------------------------------*/
#background #lead-text section.lead-map {
  width: 100%;
  max-width: 100%;
}
#background #lead-text section.lead-map figure {
  width: 100%;
  height: 53.64583vw;
}
#background #lead-text section.lead-map figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
/** 蟆上＆縺�判髱｢逕ｨ蛻�ｲ� **/
@media screen and (max-width: 1920px) {
  #background #lead-text section.lead-map figure {
    width: 100%;
    height: 73.57vw;
    max-height: 1030px;
  }
}
/** 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ逕ｨ蛻�ｲ� **/
@media screen and (max-width: 740px) {
}
/*===========================================================================
-----------------------------------------------------------------------------
  繧ｹ繝昴ャ繝郁ｨｭ螳壹縺薙％縺九ｉ
-----------------------------------------------------------------------------
===========================================================================*/
#background #spot-area section {
  width: 100%;
  max-width: 100%;
  margin-bottom: 140px;
  display: flex;
  align-items: flex-end;
}
#background #spot-area figure {
  width: 62.857vw;
  height: 100%;
  padding-bottom: 60px;
}
#background #spot-area figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 36px 36px 0;
}
#background #spot-area .spot-box {
  width: calc(32.243vw + 110px);
  max-width: 582px;
  border-radius: 36px;
  border: 6px solid #4a8abd;
  background: #fff;
  filter: drop-shadow(8px 8px 0 #4a8abd);
  margin: auto auto 0;
  margin-left: -110px;
  padding: 60px 60px 0;
  position: relative;
  z-index: 10;
}
#background #spot-area .spot-box h3 {
  color: #753e24;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 30px;
}
#background #spot-area .spot-box p {
  margin-bottom: 30px;
}
#background #spot-area section:nth-of-type(2n) figure {
  order: 10;
}
#background #spot-area section:nth-of-type(2n) figure img {
  border-radius: 36px 0 0 36px;
}
#background #spot-area section:nth-of-type(2n) .spot-box {
  order: 0;
  margin-left: auto;
  margin-right: -110px;
}
/** 蟆上＆縺�判髱｢逕ｨ蛻�ｲ� **/
@media screen and (max-width: 1200px) {
  #background #spot-area section {
    align-items:  stretch;
    padding-top: 60px;
  }
  #background #spot-area figure {
    margin-top: -60px;
  }
  #background #spot-area .spot-box {
    padding: 34px 34px 0;
  }
  #background #spot-area .spot-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #background #spot-area .spot-box p {
    margin-bottom: 20px;
  }
}
/** 蟆上＆縺�判髱｢逕ｨ蛻�ｲ� **/
@media screen and (max-width: 900px) {
  #background #spot-area section {
    display: block;
    padding-top: 0;
    margin-bottom: 60px;
  }
  #background #spot-area figure {
    width: 95vw;
    margin: 0 auto 0 0;
    padding: 0;
  }
  #background #spot-area section:nth-of-type(2n) figure {
    margin: 0 0 0 auto;
  }
  #background #spot-area .spot-box ,
  #background #spot-area section:nth-of-type(2n) .spot-box {
    width: 80vw;
    max-width: auto;
    max-width: initial;
    margin: -60px auto 0;
  }
}
/** 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ逕ｨ蛻�ｲ� **/
@media screen and (max-width: 740px) {
    #background #spot-area section {
      margin-bottom: 40px;
    }
    #background #spot-area figure {
      width: 98vw;
    }
    #background #spot-area figure img {
      border-radius: 0 18px 18px 0;
    }
    #background #spot-area section:nth-of-type(2n) figure img {
      border-radius: 18px 0 0 18px;
    }
    #background #spot-area .spot-box ,
    #background #spot-area section:nth-of-type(2n) .spot-box {
      width: 86vw;
      margin: -20px auto 0;
    }
    #background #spot-area .spot-box {
      border-radius: 18px;
      border-width: 3px;
      filter: drop-shadow(4px 4px 0 #4a8abd);
      padding: 25px 25px 0;
    }
    #background #spot-area .spot-box h3 {
      font-size: 20px;
      margin-bottom: 20px;
    }
    #background #spot-area .spot-box p {
      margin-bottom: 20px;
    }
}
/*===========================================================================
-----------------------------------------------------------------------------
  莠､騾壹�莠育ｴ�ｨｭ螳壹縺薙％縺九ｉ
-----------------------------------------------------------------------------
===========================================================================*/
#background #transport {
  margin-bottom: 120px;
}
#background #transport .access-box {
  width: 100%;
  border-radius: 36px;
  border: 6px solid #4a8abd;
  background: #fff;
  filter: drop-shadow(8px 8px 0 #4a8abd);
  margin: 0 auto 70px;
  padding: 70px;
}
#background #transport .access-box h3 {
  margin-bottom: 50px;
  padding-bottom: 30px;
  color: #753e24;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}
#background #transport .access-box h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #fff ;
  background-image: radial-gradient(#4a8abd 30%, transparent 30%);
  background-size: 8px 8px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#background #transport .access-box ul {
  display: flex;
}
#background #transport .access-box ul li {
  width: calc(50% - 20px);
  margin: auto auto auto 0;
}
#background #transport .access-box ul li:nth-of-type(2n) {
  margin: auto 0 auto auto;
}
/** 蟆上＆縺�判髱｢逕ｨ蛻�ｲ� **/
@media screen and (max-width: 1200px) {
  #background #transport {
    margin-bottom: 80px;
  }
  #background #transport .access-box {
    margin: 0 auto 40px;
    padding: 50px;
  }
  #background #transport .access-box h3 {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
/** 蟆上＆縺�判髱｢逕ｨ蛻�ｲ� **/
@media screen and (max-width: 900px) {
  #background #transport .access-box ul li {
    width: calc(50% - 10px);
  }
}
/** 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ逕ｨ蛻�ｲ� **/
@media screen and (max-width: 740px) {
  #background #transport {
    margin-bottom: 60px;
  }
  #background #transport .access-box {
    border-radius: 18px;
    border-width: 3px;
    filter: drop-shadow(4px 4px 0 #4a8abd);
    margin: 0 auto 40px;
    padding: 25px 20px 0;
  }
  #background #transport .access-box h3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 22px;
  }
  #background #transport .access-box ul {
    display: block;
  }
  #background #transport .access-box ul li ,
  #background #transport .access-box ul li:nth-of-type(2n) {
    width: 100%;
    margin: 0 auto 20px;
  }
}
/*------------------------------------
  霑ｽ蜉�繧｢繧ｯ繧ｻ繧ｹ繝ｪ繝ｳ繧ｯ險ｭ螳壹縺薙％縺九ｉ
-------------------------------------*/
#background #transport .access-link {
  display: flex;
  width: 80%;
  margin: auto;
}
#background #transport .access-link li {
  width: calc(50% - 20px);
  margin: auto 10px;
}
#background #transport .access-link li.more a {
  width: 100%;
  min-width: auto;
  min-width: initial;
  max-width: 400px;
}
/** 蟆上＆縺�判髱｢逕ｨ蛻�ｲ� **/
@media screen and (max-width: 900px) {
  #background #transport .access-link {
    width: 100%;
  }
}
/** 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ逕ｨ蛻�ｲ� **/
@media screen and (max-width: 740px) {
  #background #transport .access-link {
    display: block;
  }
  #background #transport .access-link li {
    width: 100%;
    margin: auto 0 20px;
  }
  #background #transport .access-link li.more a {
    max-width: auto;
    max-width: initial;
  }
}
/*===========================================================================

  莠育ｴ� 險ｭ螳壹縺薙％縺九ｉ

===========================================================================*/
#background #booking section {
  max-width: 1140px;
  padding-top: 120px;
}
#background #booking section:first-child:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #fff ;
  background-image: radial-gradient(#4a8abd 30%, transparent 30%);
  background-size: 8px 8px;
  position: absolute;
  left: 0;
  top: 0;
}
/** 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ逕ｨ蛻�ｲ� **/
@media screen and (max-width: 740px) {
  #background #booking section {
    padding-top: 60px;
  }
}
/*------------------------------------
  繝ｪ繝ｳ繧ｯ 險ｭ螳壹縺薙％縺九ｉ
-------------------------------------*/
#background #booking h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  color: #753e24;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}
#background #booking h3 span {
  display: inline-block;
  padding: 0 0.5em;
}
#background #booking h3:before ,
#background #booking h3:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #753e24;
  border-radius: 1px;
}
#background #booking ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
#background #booking ul li {
  width: calc(33.3% - 24px);
  margin: 0 auto 50px;
}
#background #booking ul li:nth-of-type(3n) {
  margin-right: 0;
}
#background #booking ul li:nth-of-type(3n+1) {
  margin-left: 0;
}
#background #booking ul li:nth-of-type(2n):last-child {
  margin-right: calc(33.3% + 12px);
}
#background #booking ul.more li a {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  min-width: auto;
  min-width: initial;
}
/** 蟆上＆縺�判髱｢逕ｨ蛻�ｲ� **/
@media screen and (max-width: 1000px) {
  #background #booking ul li {
    width: calc(33.3% - 14px);
  }
  #background #booking ul li:nth-of-type(2n):last-child {
    margin-right: calc(33.3% + 7px);
  }
  #background #booking ul.more li a {
    font-size: 16px;
  }
}
/** 蟆上＆縺�判髱｢逕ｨ蛻�ｲ� **/
@media screen and (max-width: 810px) {
  #background #booking ul li {
    width: calc(33.3% - 10px);
  }
  #background #booking ul li:nth-of-type(2n):last-child {
    margin-right: calc(33.3% + 5px);
  }
}
/** 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ逕ｨ蛻�ｲ� **/
@media screen and (max-width: 740px) {
  #background #booking h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  #background #booking h3:before ,
  #background #booking h3:after {
    width: 1em;
    height: 2px;
  }
  #background #booking ul {
    display: block;
    margin-bottom: 30px;
  }
  #background #booking ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  #background #booking ul li:nth-of-type(2n):last-child {
    margin-right: 0;
  }
  #background #booking ul.more li a {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }
}
/*===========================================================================
-----------------------------------------------------------------------------
  繧｢繝舌え繝郁ｨｭ螳壹縺薙％縺九ｉ
-----------------------------------------------------------------------------
===========================================================================*/
#background #about {
  margin-bottom: 50px;
}
#background #about section.about-title {
  width: 100%;
  max-width: 100%;
  margin-bottom: 60px;
}
#background #about section.about-title h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.2));
}
#background #about section.about-title figure {
  width: 100%;
  max-height: initial;
  max-width: auto;/*
  height: 48.8vw;*/
  height: 59.01vw;
  min-height: 826px;
}
#background #about section.about-title figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
/** 蟆上＆縺�判髱｢逕ｨ蛻�ｲ� **/
@media screen and (max-width: 1920px) {/*
  #background #about section.about-title figure {
    height: 58.285vw;
    max-height: 937px;
  }*/
}
/** 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ逕ｨ蛻�ｲ� **/
@media screen and (max-width: 740px) {
  #background #about {
    margin-bottom: 20px;
  }
  #background #about section.about-title {
    margin-bottom: 20px;
  }
  #background #about section.about-title h3 {
    font-size: 20px;
    }
  #background #about section.about-title figure {
    min-height: initial;
    min-height: auto;
  }
}

/*------------------------------------
  荳ｭ霄ｫ 險ｭ螳壹縺薙％縺九ｉ
-------------------------------------*/
#background #about section {
  max-width: 780px;
  margin-bottom: 80px;
}
#background #about h4 {
  margin-bottom: 50px;
  color: #753e24;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}
/** 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ逕ｨ蛻�ｲ� **/
@media screen and (max-width: 740px) {
  #background #about section {
    margin-bottom: 40px;
  }
  #background #about h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
/*===========================================================================
-----------------------------------------------------------------------------
  SNS蝓九ａ霎ｼ縺ｿ險ｭ螳壹縺薙％縺九ｉ
-----------------------------------------------------------------------------
===========================================================================*/
#background #sns-area {
  background: url(./images/background-footer.svg) repeat-x 50% 100%;
  background-size: 1920px auto;
}
#background #sns-area section {
  max-width: 1140px;
  padding: 120px 0 300px;
  display: flex;
}
#background #sns-area section:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #fff ;
  background-image: radial-gradient(#4a8abd 30%, transparent 30%);
  background-size: 8px 8px;
  position: absolute;
  left: 0;
  top: 0;
}
#background #sns-area h3 {
  margin-bottom: 40px;
  color: #753e24;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}
/** 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ逕ｨ蛻�ｲ� **/
@media screen and (max-width: 740px) {
  #background #sns-area {
    background-size: contain;
  }
  #background #sns-area section {
    padding: 50px 0 100px;
    display: block;
  }
  #background #sns-area h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
/*------------------------------------
  邂ｱ 險ｭ螳壹縺薙％縺九ｉ
-------------------------------------*/
#background #sns-area .insta-box {
  width: 57.719vw;
  max-width: 658px;
}
#background #sns-area .fb-box {
  width: 35.439vw;
  max-width: 404px;
  margin: 0 0 auto auto;
}
#background #sns-area .ifra-wrapper {
  margin-bottom: 60px;
  line-height: 0.1em;
}
#background #sns-area .ifra-wrapper:before ,
#background #sns-area .ifra-wrapper:after {
  display: none;
}
#background #sns-area .fb-box .ifra-wrapper {
  padding-top: 884px;
  max-width: 500px;
}
#background #sns-area .fb-box .ifra-wrapper iframe {
  width: 100% !important;
  height: 100% !important;
  max-width: 500px !important;
  position: absolute;
  left: 0;
  top: 0;
}
/** 蟆上＆縺�判髱｢逕ｨ蛻�ｲ� **/
@media screen and (max-width: 1300px) {
  #background #sns-area .insta-box {
    width: 51.997vw;
  }
  #background #sns-area .fb-box {
    width: 31.895vw;
  }
  #background #sns-area .fb-box .ifra-wrapper {
    padding-top: 69.7894vw;
  }
  #background #sns-area .fb-box .more a {
    min-width: initial;
    min-width: auto;
  }
}
/** 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ逕ｨ蛻�ｲ� **/
@media screen and (max-width: 740px) {
  #background #sns-area .insta-box {
    width: 100%;
    margin-bottom: 40px;
  }
  #background #sns-area .fb-box {
    width: 100%;
    max-width: 100%;
  }
  #background #sns-area .ifra-wrapper {
    margin-bottom: 20px;
  }
  #background #sns-area .fb-box .ifra-wrapper {
    padding-top: 0;
    height: 500px;
    margin: 0 auto 20px;
  }
}
/*------------------------------------
  SNS繝√Ε繧､繝顔沿 險ｭ螳壹縺薙％縺九ｉ
-------------------------------------*/
#background #sns-area .cn-box {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
#background #sns-area .cn-box p {
  width: 50%;
  text-align: center;
}
#background #sns-area .cn-box p a {
  display: inline-block;
  color: #753e24;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  padding-left: 100px;
  position: relative;
}
#background #sns-area .cn-box p a:before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background: url(./images/sns04-c.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 32px);
}
#background #sns-area .cn-box p a.wecha:before {
  background-image: url(./images/sns05-c.svg);
  border-radius: 10px;
}
#background #sns-area .cn-box p a.wecha span.qr.qr2 {
  left: 32px;
}
/** 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ逕ｨ蛻�ｲ� **/
@media screen and (max-width: 740px) {
  #background #sns-area .cn-box p {
    width: auto;
    padding: 0 10px;
    margin: 0 10px;
  }
  #background #sns-area .cn-box p a {
    font-size: 18px;
    padding-left: 55px;
    position: relative;
  }
  #background #sns-area .cn-box p a:before {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
  #background #sns-area .cn-box p a.wecha:before {
    border-radius: 6px;
  }
  #background #sns-area .cn-box p a.wecha span.qr.qr2 {
    left: 20px;
  }
}
/*===========================================================================

  險ｭ螳壹縺薙％縺九ｉ

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

/*------------------------------------
  險ｭ螳壹縺薙％縺九ｉ
-------------------------------------*/

/*-----------------------------------*/

/** 蟆上＆縺�判髱｢逕ｨ蛻�ｲ� **/
@media screen and (max-width: 1200px) {
}
/** 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ逕ｨ蛻�ｲ� **/
@media screen and (max-width: 740px) {
}</pre></body></html>