﻿@charset "UTF-8";
/* module ----------------------------------------- */
* {
  box-sizing: border-box;
}
a {
  color: #333333;
  text-decoration: underline;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
}
table, ul, ol, p, dl {}
ul {
  list-style: none;
}
dd {
  margin: 0;
}
.clearfix {
  zoom: 100%;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.floatR {
  float: right;
}
.floatL {
  float: left;
}
.alignR {
  text-align: right;
}
.alignL {
  text-align: left;
}
.alignC {
  text-align: center;
}
ul.listNum {
  list-style: inside disc;
}
table, ul, ol, p, dl {}
header table, header ul, header ol, header p, header dl, footer table, footer ul, footer ol, footer p, footer dl {
  margin-bottom: 0px;
}
a.tel_link {
  text-decoration: none;
  pointer-events: none;
}
/* 共通のデザイン----------------------------------------- */
body {
  color: #333;
  text-align: center;
  line-height: 1.6;
  min-width: 1080px;
}
#wrapper {
  text-align: left;
  overflow: hidden;
}
/* ヘッダー ----------------------------------------------- */
#header {
  margin: 0 auto;
  max-width: 1400px;
  padding-top: 0;
  position: relative;
}
#header .hdTelWrap {
  width: 350px;
  position: absolute;
  right: 0px;
  top: 20px;
}
#header .hdTelWrap > ul > li {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
}
#header .hdTelWrap > ul > li.hdTel:before {
  display: inline-block;
  content: "";
  background-image: url(../../img/common/ico_tel01.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin: 0px 10px 16px 0px;
  vertical-align: bottom;
}
#header .hdTelWrap > ul > li.hdTime {
  color: #402f2b;
  font-size: 12px;
  font-weight: normal;
}
#header .hdMenuWrap {
  padding-top: 15px;
  display: none;
}
#header .hdMenuWrap li {
  text-align: center;
  font-size: 3rem;
}
#header .hdMenuWrap li.logo {
  text-align: left;
}
#header .hdMenuWrap li.logo img {
  width: 79%;
  height: auto;
  margin-bottom: 10px;
}
#header .hdMenuWrap li.hdBtnContact {
  padding: 15px 0px 30px;
}
#header .hdMenuWrap li.hdBtnContact img {
  width: 56.5%;
  display: block;
  margin: 0 auto;
  height: auto;
}
.spMenubtn {
  display: none;
}
/* globalnavi ---------------------------------------------- */
#navGlobal {
  padding-bottom: 0;
  margin: 0 auto;
  max-width: 1080px;
}
#navGlobal ul {
  text-align: center;
  letter-spacing: -0.4em;
  padding-bottom: 13px;
  background-image: url(../../img/common/bg_gnavi01.png);
  background-repeat: no-repeat;
  background-position: left 63%;
}
#navGlobal ul ul {
  display: none;
}
#navGlobal > ul > li {
  letter-spacing: -0.045em;
  margin: 0;
  display: inline-block;
  background-image: url(../../img/common/bg_gnavi01.png);
  background-repeat: no-repeat;
  background-position: right 10%;
  font-size: 15px;
  padding-bottom: 50px;
}
#navGlobal > ul > li.home {
  margin-left: 10px;
}
#navGlobal > ul > li.menu {
  margin-right: 38px;
}
#navGlobal > ul > li.access {
  margin-right: -10px;
}
#navGlobal > ul > li.doctor {
  letter-spacing: -0.1em;
}
#navGlobal > ul > li.doctor a {
  position: relative;
}
#navGlobal > ul > li.doctor a:before {
  background-image: url(../../img/common/bg_gnavi01.png);
  background-repeat: no-repeat;
  width: 8px;
  height: 10px;
  display: inline-block;
  content: "";
  margin-right: 10px;
}
#navGlobal > ul > li.recruit {
  display: none;
}
#navGlobal > ul > li#hdLogo span {
  padding-top: 30px;
  display: block;
}
#navGlobal > ul > li#hdLogo {
  padding-top: 0px;
  width: 280px;
  padding-bottom: 0px;
  background-image: none;
  height: 129px;
}
#navGlobal > ul > li#hdLogo img {
  margin: 0 20px 0 auto;
  display: block;
  vertical-align: bottom;
}
#navGlobal > ul > li a {
  float: none;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0 23px 0 16px;
  white-space: nowrap;
}
#navGlobal > ul > li#hdLogo a {
  padding: 0;
  background-image: none;
}
#navGlobal > ul > li#hdLogo a:hover img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.6;
}
#navGlobal > ul > li a:hover {
  opacity: 1;
}
#navGlobal > ul > li a:hover, #navGlobal > ul > li a.current, #navGlobal > ul > li a.activeParentLink {
  color: #05a5d8;
}
/* Content ---------------------------------------------- */
.inrContent {
  margin: 0 auto;
  width: 1080px;
}
/* Contact
------------------------------------------------ */
div.homContact {
  padding-bottom: 60px;
  margin: 0 auto;
  width: 1080px;
}
#mainContents div.homContact ul {}
#mainContents div.homContact ul:last-child {
  margin-bottom: 0;
}
div.homContact ul li {
  width: 49%;
  float: left;
  padding: 2px 0;
  background-image: url(../../img/common/bg_shaded02.png);
  background-repeat: repeat;
}
div.homContact ul li .homContactTxt {
  display: block;
  margin: 0 2px;
  background-color: #FFFFFF;
}
div.homContact ul li.last {
  float: right;
}
div.homContact ul li h2 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  color: #402f2b;
  font-weight: 500;
  padding-top: 30px;
}
div.homContact ul li.last h2 {
  font-size: 16px;
  color: #402f2b;
  margin-bottom: 5px;
  padding-top: 40px;
}
div.homContact ul li h3 {
  text-align: center;
  color: #402f2b;
  margin-bottom: 10px;
}
#mainContents div.homContact .homBtnContact:last-child {
  margin-bottom: 0;
}
div.homContact .homBtnContact {}
div.homContact .homBtnContact a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 320px;
  margin: 0 auto;
  font-size: 18px;
  padding: 15px 0;
  border-radius: 100px;
  color: #00a3d7;
  border: 1px solid #00a3d7;
}
div.homContact .homTxtContactTelNum {
  position: relative;
  color: #00a3d7;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
div.homContact .homTxtContactTelNum a {}
div.homContact .homTxtContactTelNum:before {
  display: inline-block;
  content: "";
  background-image: url(../../img/common/ico_tel02.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  margin: 0px 10px 16px 0px;
  vertical-align: bottom;
}
#mainContents div.homContact .homTxtContactTime {
  text-align: center;
  font-size: 14px;
  color: #402f2b;
  margin-bottom: 0px;
  padding-bottom: 35px;
}
/* 電話のみ・１カラム */
div.homContact01 {
  padding-bottom: 60px;
  margin: 0 auto;
  width: 1080px;
}
@media screen and (min-width: 768px) {
  div.homContact01 {
    width: 1070px;
    margin: 0 auto 20px;
    padding: 2px 0;
    background-image: url(../../img/common/bg_shaded02.png);
    background-repeat: repeat;
  }
}
@media screen and (max-width: 767px) {
  div.homContact01 {
    width: 90%;
    margin: 0 auto 20px;
    padding: 2px 0;
    background-image: url(../../img/common/bg_shaded02.png);
    background-repeat: repeat;
  }
}
div.homContact01 .homContactTxt01 {
  display: block;
  margin: 0 2px;
  background-color: #FFFFFF;
}
div.homContact01 h2 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  color: #402f2b;
  font-weight: 500;
  padding-top: 30px;
}
div.homContact01 h3 {
  text-align: center;
  color: #402f2b;
  margin-bottom: 10px;
}
div.homContact01 .homTxtContactTelNum01 {
  position: relative;
  color: #00a3d7;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
div.homContact01 .homTxtContactTelNum01 a {}
div.homContact01 .homTxtContactTelNum01:before {
  display: inline-block;
  content: "";
  background-image: url(../../img/common/ico_tel02.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  margin: 0px 10px 16px 0px;
  vertical-align: bottom;
}
#mainContents div.homContact01 .homTxtContactTime01 {
  text-align: center;
  font-size: 14px;
  color: #402f2b;
  margin-bottom: 0px;
  padding-bottom: 35px;
}
/* About
------------------------------------------------ */
div.homAbout {
  margin: 0 auto;
  padding: 95px 0px 70px;
  background-image: url(../../img/common/bg_shaded01.png);
  background-repeat: repeat-x;
  background-position: center top;
}
div.homAbout .homAboutInfR {
  width: 530px;
  float: right;
  padding-top: 58px;
}
div.homAbout .homAboutInfL {
  width: 490px;
  float: left;
}
div.homAbout .logo {
  margin-bottom: 20px;
}
div.homAbout .homAddAbout {
  line-height: 24px;
  color: #402f2b;
  margin-bottom: 15px;
}
#mainContents div.homAbout .homAboutTxtTime {
  padding-top: 15px;
  line-height: 24px;
  color: #402f2b;
  margin-bottom: 0px;
}
#mainContents div.homAbout .homAboutBnr {
  padding-top: 20px;
  margin-bottom: 0px;
}
#mainContents div.homAbout .homAboutBnr:last-child {
  margin-bottom: 0;
}
div.homAbout .cal-txt {
  padding-top: 10px;
  border-top: 1px solid #d9d9d9;
}
#mainContents div.homAbout .cal-txt:last-child {
  margin-bottom: 0;
}
div.homAbout .cal-off {
  color: #f7c7c9;
}
div.homAbout .cal-halfOff {
  color: #b1cfd8;
  margin-left: 30px;
}
div.homAbout .cal-other {
  color: #f1ead2;
  margin-left: 30px;
}
table.timeTbl {
  width: 100%;
  border-top: 1px solid #cccccc;
}
table.timeTbl th {
  padding: 8px 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
table.timeTbl th.red {}
table.timeTbl th.sat {}
table.timeTbl td {
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  color: #604b18;
  font-size: 16px;
}
table.timeTbl td.red {}
table.timeTbl td.sat {}
/* footer ---------------------------------------------- */
#footer {
  background-image: url(../../img/common/bg_shaded01.png);
  background-repeat: repeat-x;
  background-position: center top;
  padding-top: 45px;
}
#footer .logo {
  text-align: center;
  margin-bottom: 10px;
}
#navFooter {}
#navFooter ul {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}
#navFooter ul li {
  margin: 0 15px;
  display: inline-block;
  line-height: 1.5;
}
#navFooter ul li a {
  padding: 20px 0;
  text-decoration: none;
  display: block;
}
#gMap {
  height: 430px;
  margin-bottom: 20px;
}
#home #gMap {
  margin-bottom: 0px;
}
#footer .ftGroupWrap {
  width: 650px;
  margin: 10px auto 25px;
  text-align: center;
}
#footer .ftGroupWrap > ul > li {
  float: left;
  padding-left: 30px;
}
#footer .copy {
  color: #604b18;
  font-size: 14px;
  padding: 0px 0 25px;
  text-align: center;
}
#footer .copy span {
  font-size: 12px;
}
#footer .copy a {
  color: #604b18;
  text-decoration: none;
}
.scrollContactBtn {
  width: 222px;
  height: 153px;
  position: fixed;
  top: 0px;
  right: 0px;
}
.scrollContactBtn a {
  display: block;
}
.scrollContactBtn img {
  vertical-align: bottom;
}
.scrollContactBtn img.longBnr {
  display: block;
}
.scrollContactBtn img.shortBnr {
  display: none;
}
@media screen and (max-width: 1860px)and (min-width: 768px) {
  .scrollContactBtn {
    top: 200px;
    width: 65px;
  }
  .scrollContactBtn img {
    width: 100%;
    height: auto;
  }
  .scrollContactBtn img.longBnr {
    display: none;
  }
  .scrollContactBtn img.shortBnr {
    display: block;
  }
}
/* img size
-------------------------------------------------- */
img.fl {
  float: left;
  margin: 0 20px 20px 0;
}
img.fr {
  float: right;
  margin: 0 0 20px 20px;
}
/* clear
-------------------------------------------------- */
.clear {
  clear: both !important;
}
.clearNone {
  clear: none !important;
}
/* margin
-------------------------------------------------- */
/* margin-bottom */
.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
/* margin-top */
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
/* padding-top */
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt60 {
  padding-top: 60px !important;
}
/* padding-bottom */
.pb00 {
  padding-bottom: 0px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.w48p {
  width: 48% !important;
}
.w60p {
  width: 60% !important;
}
@media (min-width: 641px) {
  .w100 {
    width: 100px !important;
  }
  .w120 {
    width: 120px !important;
  }
  .w150 {
    width: 150px !important;
  }
  .w200 {
    width: 200px !important;
  }
  .w240 {
    width: 240px !important;
  }
  .w270 {
    width: 270px !important;
  }
  .w300 {
    width: 300px !important;
  }
  .w320 {
    width: 320px !important;
  }
  .w360 {
    width: 360px !important;
  }
  .w400 {
    width: 400px !important;
  }
  .w610 {
    width: 610px !important;
  }
  .w640 {
    width: 640px !important;
  }
  .w840 {
    width: 840px !important;
  }
}
@media (max-width: 640px) {
  /* SP用 */
  .w20p {
    width: 20% !important;
  }
  .w25p {
    width: 25% !important;
  }
  .w30p {
    width: 30% !important;
  }
  .w35p {
    width: 35% !important;
  }
  .w40p {
    width: 40% !important;
  }
  .w45p {
    width: 45% !important;
  }
  .w50p {
    width: 50% !important;
  }
  .w60p {
    width: 60% !important;
  }
  .w70p {
    width: 70% !important;
  }
  .w80p {
    width: 80% !important;
  }
  .w100p {
    width: 100% !important;
  }
}
/* font-size
-------------------------------------------------- */
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* 共通のデザイン----------------------------------------- */
  body {
    min-width: 0;
  }
  #wrapper {}
  html.spOpenBody {
    overflow: hidden;
  }
  /* ヘッダー ----------------------------------------------- */
  #header {
    max-width: none;
    padding-top: 0;
  }
  #header .hdTelWrap {
    width: auto;
    position: static;
    right: auto;
    top: auto;
    display: none;
  }
  #header .hdTelWrap > ul > li {
    font-size: 1.6rem;
  }
  #header .hdMenuWrap .hdTel:before {
    display: inline-block;
    content: "";
    background-image: url(../../img/common/ico_tel01.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    margin: 0px 10px 16px 0px;
    vertical-align: bottom;
  }
  #header .hdTelWrap > ul > li.hdTime {
    font-size: 1.6rem;
  }
  #header .hdMenuWrap {
    display: block;
  }
  #header .hdMenuWrap li {}
  #header .hdMenuWrap li.logo {
    margin: 0 3%;
  }
  #header .hdMenuWrap li.logo img {
    width: auto;
    height: auto;
  }
  #header .hdMenuWrap li.hdBtnContact {
    padding: 15px 0px 30px;
  }
  #header .hdMenuWrap li.hdBtnContact img {}
  .spMenubtn {
    width: 10%;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    display: block;
  }
  .spMenubtn img {
    width: 100%;
    height: auto;
  }
  a.tel_link {
    pointer-events: auto;
  }
  /* globalnavi ---------------------------------------------- */
  #navGlobal {
    padding-bottom: 0;
    max-width: none;
    display: none;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.90);
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    overflow-y: scroll;
  }
  #navGlobal ul {
    letter-spacing: -0.4em;
    padding-bottom: 0;
    background-image: none;
    padding: 60px 0;
  }
  #navGlobal ul ul {
    display: block;
  }
  #navGlobal > ul > li:first-child {
    border-top: 1px solid #d9d9d9;
  }
  #navGlobal ul ul {
    display: block;
    letter-spacing: normal;
    border-top: none;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #navGlobal > ul > li {
    background-image: none;
    padding-bottom: 0;
    display: block;
    border-bottom: none;
  }
  #navGlobal > ul > li.home {
    margin-left: 0;
  }
  #navGlobal > ul > li.menu {
    margin-right: 0;
  }
  #navGlobal > ul > li.access {
    margin-right: 0;
  }
  #navGlobal > ul > li.doctor {
    letter-spacing: normal;
  }
  #navGlobal > ul > li.doctor a {}
  #navGlobal > ul > li.doctor a:before {
    display: none;
  }
  #navGlobal > ul > li#hdLogo span {
    padding-top: 0;
    display: none;
  }
  #navGlobal > ul > li#hdLogo {
    display: none;
    width: auto;
    height: auto;
  }
  #navGlobal > ul > li#hdLogo img {
    margin: 0 auto 0 auto;
  }
  #navGlobal > ul > li a {
    float: none;
    border-left: 5px solid #00a3d7;
    padding: 15px 3% 15px 10px;
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
  }
  #navGlobal > ul > li > a {
    border-left: 5px solid #00a3d7;
    padding-left: 10px;
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
  }
  #navGlobal > ul > li > ul li a:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fef567;
    border-radius: 10px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #navGlobal > ul > li > ul li a {
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    text-align: left;
    border-left: none;
    padding-left: 15px;
  }
  #navGlobal > ul > li#hdLogo a {
    padding: 0;
    background-image: none;
  }
  #navGlobal > ul > li#hdLogo a:hover img {
    -webkit-transition: all 0.2s none;
    -moz-transition: all 0.2s none;
    -o-transition: all 0.2s none;
    transition: all 0.2s none;
    opacity: 0.6;
  }
  #navGlobal > ul > li a:hover {}
  #navGlobal > ul > li a:hover, #navGlobal > ul > li a.current, #navGlobal > ul > li a.activeParentLink {}
  /* Content ---------------------------------------------- */
  .inrContent {
    width: auto;
  }
  /* Contact
------------------------------------------------ */
  div.homContact {
    padding: 0 3% 30px;
    width: auto;
  }
  #mainContents div.homContact ul {}
  #mainContents div.homContact ul:last-child {}
  div.homContact ul li {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  div.homContact ul li .homContactTxt {
    height: auto !important;
  }
  div.homContact ul li.last {
    float: none;
    margin-bottom: 0px;
  }
  div.homContact ul li h2 {
    font-size: 1.6rem;
    padding-top: 30px;
  }
  div.homContact ul li.last h2 {
    font-size: 1.6rem;
    padding-top: 30px;
  }
  div.homContact ul li h3 {
    font-size: 1.4rem;
  }
  #mainContents div.homContact .homBtnContact {
    padding-bottom: 30px;
  }
  #mainContents div.homContact .homBtnContact:last-child {}
  div.homContact .homBtnContact {}
  div.homContact .homBtnContact a {
    width: auto;
    margin: 0 3%;
    font-size: 1.6rem;
  }
  #mainContents div.homContact .homTxtContactTelNum {
    font-size: 3rem;
    margin-bottom: 0px;
  }
  div.homContact .homTxtContactTelNum a {}
  div.homContact .homTxtContactTelNum:before {}
  #mainContents div.homContact .homTxtContactTime {
    font-size: 1.6rem;
    padding-bottom: 30px;
  }
  /* About
------------------------------------------------ */
  div.homAbout {
    padding: 30px 3%;
  }
  div.homAbout .homAboutInfR {
    width: auto;
    float: none;
    padding-top: 30px;
  }
  div.homAbout .homAboutInfL {
    width: auto;
    float: none;
  }
  div.homAbout .logo {
    margin-bottom: 15px;
  }
  div.homAbout .logo img {
    width: 67.5%;
    height: auto;
  }
  div.homAbout .homAddAbout {
    line-height: 1.5;
  }
  #mainContents div.homAbout .homAboutTxtTime {
    line-height: 1.5;
    font-size: 1.4rem;
  }
  #mainContents div.homAbout .homAboutBnr {
    padding-top: 15px;
  }
  #mainContents div.homAbout .homAboutBnr:last-child {}
  div.homAbout .cal-txt {
    font-size: 1.4rem;
  }
  #mainContents div.homAbout .cal-txt:last-child {}
  div.homAbout .cal-off {}
  div.homAbout .cal-halfOff {
    margin-left: 10px;
  }
  div.homAbout .cal-other {
    margin-left: 10px;
  }
  table.timeTbl {}
  table.timeTbl th {
    padding: 2px;
    font-size: 1.4rem;
  }
  table.timeTbl th.red {}
  table.timeTbl th.sat {}
  table.timeTbl td {
    padding: 2px;
    font-size: 1.4rem;
  }
  table.timeTbl td.red {}
  table.timeTbl th:first-child, table.timeTbl td:first-child {
    padding-left: 0px;
  }
  table.timeTbl th:first-child, table.timeTbl td:last-child {
    padding-right: 0px;
  }
  /* footer ---------------------------------------------- */
  #footer {
    background-image: none;
    padding-top: 0;
  }
  #footer .logo {
    margin: 0px auto 30px;
    width: 35%;
    padding-top: 10px;
  }
  #home #footer .logo {
    padding-top: 0px;
  }
  #footer .logo img {
    width: 100%;
    height: auto;
  }
  #navFooter ul {
    width: auto;
    clear: both;
    display: block;
    overflow: hidden;
    border-top: 1px solid #d9d9d9;
  }
  #navFooter ul li {
    margin: 0;
    display: block;
    width: 50%;
    float: left;
    border-bottom: 1px solid #d9d9d9;
    font-size: 1.4rem;
  }
  #navFooter ul li a {
    padding: 10px 2%;
    text-align: center;
    position: relative;
    display: block;
    border-right: 1px solid #d9d9d9;
  }
  #navFooter ul li:nth-child(odd) a:before {}
  #navFooter ul li:nth-child(2n) a {
    border-left: none;
    border-right: none;
  }
  #gMap {
    height: 300px;
    margin-bottom: 15px;
  }
  #home #gMap {}
  #footer .ftGroupWrap {
    width: auto;
    float: none;
    display: none;
  }
  #footer .ftGroupWrap > ul > li {
    float: auto;
    padding-left: 0;
  }
  #footer .copy {
    font-size: 1.2rem;
    padding: 15px 0;
  }
  #footer .copy span {
    font-size: 1rem;
  }
  #footer .copy a {}
  .scrollContactBtn {
    display: none;
  }
  .scrollContactBtn a {}
  .scrollContactBtn img {}
  /*
  #pagetop a {
    width: 35px;
    z-index: 99;
    height: 35px;
    background-size: cover;
  }
*/
}
/* 231219 Instagramバナー・ボタン追加 */
.pcSideBnr {
  width: 65px;
  position: fixed;
  top: 30%;
  right: 0px;
}
.pcSideBnr a {
  display: block;
}
@media screen and (min-width: 768px) {
  #pagetop a {
    position: fixed;
    bottom: 30px;
    right: 3%;
    display: block;
    width: 70px;
    text-decoration: none;
    background-image: url(../../img/common/btn_pagetop01.png);
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 99;
    height: 70px;
    background-size: 100% 100%;
    text-indent: 100%;
  }
	.fixLink {
		display: none;
	}
}
@media screen and (max-width: 767px) {
  .pcSideBnr {
    display: none;
  }
  #pagetop a {
    display: none;
  }
  .fixLink {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 400;
    background: rgba(139, 125, 87, 0.8);
    display: flex;
    display: -webkit-flex;
    margin: 0;
  }
  .fixLink div.fixLinkInstagram {
    width: 85%;
    height: 12vw;
  }
  .fixLink div.fixLinkInstagram a {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    font-size: 90%;
    text-decoration: none;
  }
  .fixLink div.fixLinkInstagram a span {
    position: relative;
    padding-left: 9vw;
  }
  .fixLink div.fixLinkInstagram a span::before {
    content: "";
    width: 7.6vw;
    height: 7.6vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../../img/common/ico_instagram.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .fixLink div.fixLinkTop {
    width: 15%;
    height: 12vw;
    background-color: #00a3d6;
    color: #fff;
    position: relative;
    z-index: 8;
  }
  .fixLink div.fixLinkTop a::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 9;
  }
  #footer .copy {
    padding-bottom: 12vw
  }
}