@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
a:hover {
  opacity: 0.8; }

.center {
  text-align: center; }

.font-S {
  font-size: 0.7rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table td p {
    padding-top: 0 !important; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid #f9eaa9;
  border-right: 5px solid #f9eaa9;
  border-bottom: 5px solid #f9eaa9;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "メイリオ", -apple-system, -apple-system; }

h1, h2, h3, h4, h5, h6 {
  font-family: "toppan-bunkyu-midashi-min-st", serif; }

.common-btn {
  margin: 30px auto 10px;
  width: 50%; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      width: 80%; } }
  .common-btn a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #cc0000;
    text-decoration: none;
    text-align: center;
    font-family: "メイリオ", -apple-system; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #54a40b;
    text-decoration: none;
    text-align: center; }

.pankuzu {
  font-size: 0.9rem; }
  .pankuzu a {
    color: #c00;
    text-decoration: underline; }

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 157px; }
  .pagetop a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    font-family: "toppan-bunkyu-midashi-min-st", serif;
    background-color: #000;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 0.9rem;
    float: right;
    text-align: center; }

.title1 {
  padding-top: 30px;
  font-size: 3.0rem;
  text-align: center; }
  .title1 img {
    width: 80px;
    margin-right: 5px; }
  @media print, screen and (max-width: 767px) {
    .title1 {
      font-size: 1.8rem; }
      .title1 img {
        width: 50px; } }

.title2 {
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 3.0rem;
  text-align: center;
  border-bottom: 2px solid #fff;
  line-height: 0.5; }
  @media print, screen and (max-width: 767px) {
    .title2 {
      font-size: 1.8rem;
      line-height: 0.8; } }
  .title2 span {
    font-size: 0.8rem;
    font-family: "メイリオ", -apple-system; }

.title3 {
  margin-top: 50px;
  padding-bottom: 30px;
  font-size: 3.0rem;
  text-align: center;
  line-height: 0.5; }
  @media print, screen and (max-width: 767px) {
    .title3 {
      font-size: 1.8rem; } }
  .title3 span {
    font-size: 0.8rem;
    font-family: "メイリオ", -apple-system; }

.ptitle {
  margin-top: 100px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  font-size: 3.0rem;
  text-align: center;
  line-height: 0.6; }
  @media print, screen and (max-width: 767px) {
    .ptitle {
      margin-top: 50px;
      font-size: 2.0rem;
      line-height: 0.8; } }
  .ptitle span {
    font-size: 0.8rem;
    font-family: "メイリオ", -apple-system; }

.txt1 {
  font-family: "toppan-bunkyu-midashi-min-st", serif; }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    .txt1 {
      font-size: 1.4rem; } }
  @media print, screen and (max-width: 767px) {
    .txt1 {
      font-size: 1.2rem; } }

.txt2 {
  font-family: "kinuta-maruminold-stdn", serif;
  font-size: 2.6rem; }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    .txt2 {
      font-size: 2.0rem; } }
  @media print, screen and (max-width: 767px) {
    .txt2 {
      font-size: 1.6rem; } }

.bk_black {
  background-color: #000;
  color: #ffcc66;
  padding: 30px 0;
  font-size: 1.8rem;
  margin-top: 30px; }

.bk_gray {
  background-color: #f3f3f3;
  color: #d43f5c;
  padding: 30px 0;
  font-size: 1.8rem;
  margin-top: 30px;
  text-align: center; }

.bk_pink {
  background-color: #d43f5c;
  color: #fff;
  padding: 30px 0; }

.bk_pink2 {
  background-color: #fff4ea;
  color: #000;
  padding: 30px 0; }
  @media print, screen and (max-width: 767px) {
    .bk_pink2 {
      padding: 10px 0; } }

.bk_beige {
  background-color: #eae7e2;
  color: #000;
  padding: 30px 0; }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  z-index: 10000;
  background-color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /*メニューを上に動かす*/
  	/*.is-animation {
  		position: relative;
  
  	}*/ }
  #header-fixed header {
    position: relative; }
    #header-fixed header .sitetitle {
      float: left;
      width: 250px;
      padding: 15px 0 15px 15px; }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #header-fixed header .sitetitle {
          width: 160px; } }
      @media print, screen and (max-width: 767px) {
        #header-fixed header .sitetitle {
          width: 140px; } }
      #header-fixed header .sitetitle h1 a {
        text-decoration: none;
        padding-top: 30px !important;
        display: block; }
    #header-fixed header .headtel {
      text-align: center;
      color: #fff;
      float: right;
      padding: 10px 5px;
      line-height: 1.8;
      font-size: 0.9rem; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headtel {
          padding-right: 60px; } }
      @media print, screen and (max-width: 1199px) {
        #header-fixed header .headtel {
          font-size: 0.7rem; } }
      #header-fixed header .headtel a {
        color: #fff;
        font-size: 1.8rem;
        text-decoration: none; }
        @media print, screen and (min-width: 768px) and (max-width: 1199px) {
          #header-fixed header .headtel a {
            font-size: 1.2rem; } }
        @media print, screen and (max-width: 767px) {
          #header-fixed header .headtel a {
            font-size: 1.0rem; } }

#headmenuback {
  position: fixed;
  width: 100%;
  background-color: #000;
  border-bottom: 10px solid #cc0000;
  top: 100px;
  z-index: 100; }
  @media print, screen and (max-width: 991px) {
    #headmenuback {
      display: none !important; } }
  #headmenuback .headmenu {
    margin-bottom: 10px; }
    #headmenuback .headmenu ul {
      font-size: 0;
      text-align: center; }
    #headmenuback .headmenu li {
      font-size: 0.9rem;
      display: inline-block;
      padding: 0 10px; }
    #headmenuback .headmenu li a {
      color: #fff;
      display: block;
      text-decoration: none;
      font-weight: bold;
      font-family: "メイリオ", -apple-system;
      border: 1px solid #fff;
      border-radius: 5px;
      padding: 5px 5px;
      font-size: 0.8rem; }

/*! ==================================================
　spnavi
=================================================== */
@media print, screen and (min-width: 992px) {
  #spnavi {
    display: none; } }
#spnavi .spnavititle {
  color: #fff;
  padding: 2px 0;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 10px; }
#spnavi .spnavi {
  padding: 0 10px; }
  @media print, screen and (min-width: 992px) {
    #spnavi .spnavi {
      display: none; } }
  #spnavi .spnavi li {
    list-style: none;
    padding: 5px;
    line-height: 1.2; }
    #spnavi .spnavi li a {
      display: block;
      text-align: center;
      font-size: 0.6rem;
      text-decoration: none;
      padding: 10px 0; }
      #spnavi .spnavi li a img {
        border-style: solid;
        border-width: 5px;
        border-color: #eeeeee;
        border-radius: 50%;
        background-image: -moz-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        background-image: -webkit-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        background-image: -ms-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: auto; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #spnavi .spnavi li a img {
            width: 40px;
            height: 40px; } }

/*! ==================================================
　content
=================================================== */
#contenttop {
  padding-top: 150px;
  margin-top: -150px; }

/*! ==================================================
　banner
=================================================== */
#banner {
  padding-top: 30px;
  margin-top: 30px; }
  #banner li {
    list-style: none; }

/*! ==================================================
　HOME
=================================================== */
@media print, screen and (max-width: 991px) {
  #home #topslide .slider_pc {
    display: none; } }
@media print, screen and (min-width: 992px) {
  #home #topslide .slider_pc {
    display: block; } }
@media print, screen and (max-width: 767px) {
  #home #topslide .slider_tab {
    display: none; } }
@media print, screen and (min-width: 768px) and (max-width: 991px) {
  #home #topslide .slider_tab {
    display: block; } }
@media print, screen and (min-width: 992px) {
  #home #topslide .slider_tab {
    display: none; } }
@media print, screen and (max-width: 767px) {
  #home #topslide .slider_sp {
    display: block; } }
@media print, screen and (min-width: 768px) {
  #home #topslide .slider_sp {
    display: none; } }
#home .photo {
  padding-top: 30px;
  padding-bottom: 30px; }
  #home .photo h3 {
    text-align: center;
    font-family: "メイリオ", -apple-system !important;
    font-size: 1.4rem;
    margin-top: 15px; }
    @media print, screen and (max-width: 991px) {
      #home .photo h3 {
        font-size: 0.8rem; } }
#home .setumei p {
  padding-top: 30px; }
#home .biyouservice {
  padding: 30px; }
  @media print, screen and (max-width: 991px) {
    #home .biyouservice {
      padding: 5px 10px; } }
  #home .biyouservice li {
    font-size: 1.2rem;
    padding-top: 5px;
    list-style: none; }
    @media print, screen and (max-width: 767px) {
      #home .biyouservice li {
        font-size: 1.0rem; } }
@media print, screen and (max-width: 767px) {
  #home .photo_biyou {
    margin: auto !important;
    text-align: center; } }
@media print, screen and (max-width: 767px) {
  #home .photo_biyou img {
    width: 60%; } }
#home .voicebox {
  background-color: #fff;
  padding: 20px;
  margin-top: 20px; }
  #home .voicebox h3 {
    font-family: "メイリオ", -apple-system;
    color: #d43f5c;
    font-weight: bold; }
  #home .voicebox p {
    font-size: 1.0rem; }
  #home .voicebox p.name {
    text-align: right; }
  #home .voicebox a {
    color: #d43f5c;
    font-weight: bold;
    text-decoration: underline; }

/*! ==================================================
　#news,#homenews
=================================================== */
.newsList {
  /*home newslist共通*/ }
  .newsList time {
    font-size: 0.8rem;
    display: block;
    margin-bottom: 5px; }
    .newsList time span {
      display: inline-block;
      padding: 2px 0;
      color: #000; }
  .newsList h3 {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "メイリオ", -apple-system; }
    @media print, screen and (max-width: 767px) {
      .newsList h3 {
        padding-top: 5px; } }
  .newsList .list {
    border-bottom: 2px dotted #ddd;
    padding-bottom: 10px;
    margin-bottom: 5px; }
    .newsList .list p {
      font-size: 0.8rem; }

#news .newsList {
  padding-top: 20px; }
  #news .newsList .list {
    padding-top: 20px; }

#news .newsDetail {
  padding-top: 20px; }
  #news .newsDetail h3 {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "メイリオ", -apple-system;
    padding-bottom: 10px;
    margin-top: 15px; }
    @media print, screen and (max-width: 767px) {
      #news .newsDetail h3 {
        padding-top: 5px; } }
  #news .newsDetail time {
    font-size: 0.8rem;
    display: block;
    margin-bottom: 5px; }
    #news .newsDetail time span {
      display: inline-block;
      padding: 2px 0;
      color: #000; }
  #news .newsDetail #content {
    padding-bottom: 30px; }
    #news .newsDetail #content ul {
      margin: 20px !important; }
    #news .newsDetail #content a {
      text-decoration: underline; }
    #news .newsDetail #content p {
      padding-top: 15px; }

#news .pagelink {
  text-align: center;
  padding-top: 30px;
  font-size: 0.8rem; }

/*! ==================================================
　service
=================================================== */
#service p {
  padding-top: 15px; }
#service h3 {
  color: #ffcc66;
  background-color: #000;
  font-family: "メイリオ", -apple-system;
  margin-top: 30px;
  font-weight: bold;
  padding: 5px; }
#service .photo {
  padding-top: 15px; }
#service .content {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 30px; }
  #service .content p {
    padding-top: 15px; }
  #service .content table th, #service .content table td {
    border: 1px solid #ccc;
    padding: 5px; }
  #service .content table th {
    background-color: #eae7e2;
    width: 25%; }

/*! ==================================================
　guide
=================================================== */
#guide p {
  padding-top: 15px; }
#guide h3 {
  color: #ffcc66;
  background-color: #000;
  font-family: "メイリオ", -apple-system;
  margin-top: 30px;
  font-weight: bold;
  padding: 5px; }
#guide h4 {
  margin-top: 15px;
  padding: 5px 15px;
  border-bottom: 1px dotted #ddd;
  background-color: #eae7e2;
  font-size: 1.2rem;
  font-family: "メイリオ", -apple-system;
  font-weight: bold; }
#guide .flow {
  margin-top: 20px;
  padding: 10px 30px 30px;
  background-color: #fdfdfd;
  border: 1px solid #eeeeee; }
  #guide .flow p {
    padding-top: 10px;
    padding-left: 30px; }

/*! ==================================================
　profile
=================================================== */
#profile .profilebox {
  padding-top: 50px; }
  #profile .profilebox h3 {
    margin-top: 15px;
    padding: 5px 15px;
    border-bottom: 1px dotted #ddd;
    background-color: #eae7e2;
    font-size: 1.2rem;
    font-family: "メイリオ", -apple-system;
    font-weight: bold;
    margin-bottom: 30px; }
  #profile .profilebox p {
    padding-bottom: 30px; }
  #profile .profilebox img {
    margin: 0 0 30px; }

/*! ==================================================
　voice
=================================================== */
#voice h3 {
  color: #d43f5c;
  font-family: "メイリオ", -apple-system;
  margin-top: 30px;
  font-weight: bold;
  background-color: #f3f3f3;
  padding: 5px; }
  #voice h3 i {
    background-color: #d43f5c;
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px 5px;
    color: #fff; }
    @media print, screen and (max-width: 767px) {
      #voice h3 i {
        width: 30px;
        height: 30px;
        font-size: 1.0rem;
        padding: 5px; } }
#voice .content {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 30px; }
  #voice .content p {
    padding-top: 15px; }
  #voice .content .name {
    text-align: right;
    padding-right: 15px; }

/*! ==================================================
　qa
=================================================== */
#qa .qabox {
  padding-top: 10px; }
  #qa .qabox h3 {
    margin-top: 15px;
    padding: 5px 5px;
    border: 2px solid #eee;
    border-radius: 5px;
    font-size: 1.2rem;
    font-family: "メイリオ", -apple-system;
    font-weight: bold;
    margin-bottom: 10px; }
    #qa .qabox h3 .q {
      background-color: #cc0000;
      display: inline-block;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      padding: 10px;
      text-align: center;
      color: #fff; }
  #qa .qabox .content {
    background-color: #f3f3f3;
    padding: 15px; }
  #qa .qabox img {
    margin: 0 0 30px; }

/*! ==================================================
　privacy
=================================================== */
#privacy p {
  padding-top: 15px; }
#privacy h3 {
  margin-top: 25px;
  padding: 5px 5px;
  background-color: #f3f3f3;
  border-radius: 5px;
  font-size: 1.2rem;
  font-family: "メイリオ", -apple-system;
  font-weight: boldx;
  margin-bottom: 0;
  font-weight: bold; }
#privacy ul {
  padding-left: 20px; }
  #privacy ul li {
    padding-top: 10px; }

/*! ==================================================
　contact
=================================================== */
#contact .contactform {
  padding: 30px 15px;
  /*.btn_submit{
  	text-align:center;
  	margin:0 auto;
  }*/ }
  @media print, screen and (max-width: 767px) {
    #contact .contactform {
      padding: 15px 0; } }
  #contact .contactform form {
    margin: 20px 0;
    padding: 10px 0; }
  #contact .contactform .form-group {
    margin: 5px 0;
    padding: 0; }
    #contact .contactform .form-group label {
      font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      #contact .contactform .form-group input {
        font-size: 1.6rem; } }
  #contact .contactform .formback {
    background-color: #fcfcfc;
    padding: 15px 5px;
    margin-top: 15px; }
  #contact .contactform table {
    border: 1px solid #f3f3f3;
    border-collapse: separate; }
    #contact .contactform table th {
      width: 30%;
      font-weight: bold;
      background-color: #f3f3f3;
      border: 1px solid #f3f3f3; }
    #contact .contactform table td {
      width: 70%;
      background-color: #f3f3f3;
      border: 1px solid #f3f3f3; }
  #contact .contactform input {
    width: 100%;
    padding: 5px;
    margin: 0; }
    @media print, screen and (min-width: 768px) {
      #contact .contactform input {
        margin: 0 15px; } }
  #contact .contactform textarea {
    width: 100%;
    margin: 0; }
    @media print, screen and (max-width: 767px) {
      #contact .contactform textarea {
        font-size: 1.6rem; } }
    @media print, screen and (min-width: 768px) {
      #contact .contactform textarea {
        margin: 0 15px; } }
  #contact .contactform p {
    padding: 15px; }
  #contact .contactform .btnInput {
    margin-top: 30px; }
    #contact .contactform .btnInput ul {
      font-size: 0;
      text-align: center; }
    #contact .contactform .btnInput li {
      font-size: 1rem;
      display: inline-block;
      padding: 0 10px; }
    #contact .contactform .btnInput li {
      list-style: none; }
    #contact .contactform .btnInput input {
      width: 50%;
      text-align: center;
      cursor: pointer;
      color: #fff;
      border: 1px solid #fff;
      background-color: #000;
      width: 200px;
      margin: auto; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform .btnInput input {
          width: 100px; } }
  #contact .contactform .hissu, #contact .contactform .alert {
    color: #c00;
    font-weight: bold; }

/*! ==================================================
　footer
=================================================== */
footer {
  margin-top: 30px; }
  footer #footnavi {
    background-color: #eae7e2;
    font-family: "メイリオ", -apple-system;
    padding: 30px 10px; }
    footer #footnavi ul {
      font-size: 0;
      text-align: center; }
    footer #footnavi li {
      font-size: 0.8rem;
      display: inline-block;
      padding: 0 10px; }
    footer #footnavi li {
      padding-top: 5px;
      padding-bottom: 5px; }
      footer #footnavi li a {
        font-size: 0.7rem; }
    @media print, screen and (max-width: 991px) {
      footer #footnavi {
        display: none; } }
    @media print, screen and (min-width: 992px) {
      footer #footnavi {
        display: block; } }
  footer #footer {
    padding-bottom: 20px;
    background-color: #000;
    padding-top: 20px;
    color: #fff; }
    footer #footer .sitetitle {
      padding: 20px 0 0;
      font-size: 1.2rem; }
      @media print, screen and (max-width: 767px) {
        footer #footer .sitetitle {
          margin-top: 30px; } }
    footer #footer address {
      font-size: 0.9rem; }
      footer #footer address .mapbtn a {
        color: #000;
        text-decoration: none;
        display: inline-block;
        padding: 2px 10px;
        border-radius: 10px;
        background-color: #ffcc66;
        font-weight: bold; }
      footer #footer address .font-L {
        font-size: 2.0rem; }
    footer #footer a {
      color: #fff;
      text-decoration: none; }
    footer #footer .contactbtn a {
      color: #000;
      margin-top: 10px;
      padding: 2px 30px;
      border-radius: 10px;
      background-color: #ffcc66;
      display: inline-block;
      font-weight: bold; }
    footer #footer h2 {
      text-align: center;
      font-size: 1.2rem; }
    footer #footer .qr {
      margin: auto;
      text-align: center; }
      footer #footer .qr img {
        width: 90%; }
  footer .copyright {
    text-align: center;
    font-size: 0.8rem;
    padding-top: 15px;
    padding-bottom: 15px; }

/*! ==================================================
　その他
=================================================== */
.voicelink {
  margin-top: -200px;
  padding-top: 200px; }
