/* ----------------------------------------------------------------header*/
header {
  position: absolute;
  z-index: 10000;
  text-align: left;
  background: #fff;
  width: 100%;
  height: 110px;
  top: 0;
}
header .container {
  position: relative;
}
header h1 {
  position: absolute;
  top: 5px;
  line-height: 1.2;
  font-size: 10px;
}
header .header_logo {
  position: absolute;
  top: 40px;
  display: flex;
  align-items: flex-end;
}
header .header_logo img {
  width: auto;
  height: 55px;
}
header .header_logo a img {
  width: auto;
  height: 30px;
  margin-right: 5px;
}
@media print, screen and (min-width:480px) {
  header .header_logo a img {
    margin-right: 10px;
  }
}
header .header_contact {
  position: absolute;
  top: 50px;
  right: 15px;
}
header .header_contact .tel_pc {
  display: none;
}
header .header_contact ul {
  font-size: 0;
}
header .header_contact ul li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
header .header_contact ul li.tel_sp {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
  background: #00a0e9;
}
.toggle {
  position: relative;
  width: 36px;
  height: 36px;
  background: #000;
}
.toggle span {
  display: block;
  background: #fff;
  width: 22px;
  height: 2px;
  position: absolute;
  left: 7px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.toggle span:first-child {
  top: 10px;
}
.toggle span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
.toggle span:nth-child(3) {
  bottom: 10px;
}
.toggle.opennav span:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.toggle.opennav span:nth-child(2) {
  opacity: 0;
}
.toggle.opennav span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
header.fix {
  position: fixed;
  height: 70px;
  animation: mnavslide linear .2s 1;
  -webkit-animation: mnavslide linear .2s 1;
  background: rgba(255, 255, 255, 1.00);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
header.fix h1 {
  display: none;
}
header.fix .header_logo {
  position: absolute;
  align-items: center;
  top: 13px;
}
header.fix .header_logo > img {
  width: auto;
  height: 45px;
}
header.fix .header_contact {
  position: absolute;
  top: 20px;
  right: 15px;
}
@keyframes mnavslide {
  0% {
    top: -55px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes mnavslide {
  0% {
    top: -55px;
  }
  100% {
    top: 0;
  }
}
@media print, screen and (min-width:768px) {
  header {
    height: 126px
  }
  header h1 {
    position: absolute;
    top: 76px;
    line-height: 1.4;
  }
  header .header_logo {
    position: absolute;
    top: 3px;
  }
  header .header_logo img, header .header_logo a img {
    width: auto;
    height: auto;
  }
  header .header_contact {
    position: absolute;
    top: 28px;
    right: 15px;
  }
  header .header_contact ul li {
    margin-left: 15px;
  }
  header .header_contact .tel_sp {
    display: none;
  }
  header .header_contact .tel_pc {
    display: inline-block;
  }
  header .header_contact .tel_pc p:first-child {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.1;
  }
  header .header_contact .tel_pc p:nth-child(2) {
    font-family: 'Teko', sans-serif;
    font-size: 28px;
    line-height: 1.1;
    color: #00a0e9;
  }
  header .header_contact .tel_pc p:nth-child(2) span {
    display: inline-block;
    margin-left: 8px;
    font-size: 40px;
    vertical-align: middle;
    line-height: 30px;
    color: #000;
  }
  header .header_contact .tel_pc p:nth-child(3) {
    font-size: 13px;
    line-height: 1.1;
  }
  .toggle {
    display: none;
  }
  header.fix {
    height: 100px;
  }
  header.fix .header_logo {
    position: absolute;
    top: 20px;
  }
  header.fix .header_logo > img {
    width: auto;
    height: 55px;
  }
  header.fix .header_contact {
    position: absolute;
    top: 26px;
    right: 15px;
  }
  header.fix .header_contact p:first-child {
    display: none;
  }
}
@media print, screen and (min-width:992px) {
  header {
    height: 166px
  }
  header h1 {
    position: absolute;
    top: 96px;
  }
  header .header_logo {
    position: absolute;
    top: 20px;
  }
  header .header_contact {
    position: absolute;
    top: 47px;
    right: 15px;
  }
  header .header_contact .tel_pc {
    display: inline-block;
  }
  header .header_contact ul li.toggle {
    display: none;
  }
}
/*------------------------------------------------------------mainnavi*/
#mainnavi {
  display: none;
  position: absolute;
  top: 86px;
  left: 0;
  width: 100%;
  padding: 5px 15px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
#mainnavi > ul > li {
  padding: 5px 0;
}
#mainnavi > ul > li > a {
  display: block;
  padding-top: 4px;
  padding-left: 10px;
  line-height: 20px;
  text-decoration: none;
  color: #000;
}
#mainnavi > ul > li:first-child > a {
  border-left: solid 3px #00a0e9;
}
#mainnavi > ul > li:nth-child(2) > a {
  border-left: solid 3px #e4007f;
}
#mainnavi > ul > li:nth-child(3) > a {
  border-left: solid 3px #fff100;
}
#mainnavi > ul > li:nth-child(4) > a {
  border-left: solid 3px #000;
}
#mainnavi > ul > li > a span {
  display: block;
  font-family: 'Teko', sans-serif;
}
#mainnavi > ul > li:first-child.active > a {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(0, 160, 233, 0.2) 25%, rgba(0, 160, 233, 0.2) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(0, 160, 233, 0.2) 75%, rgba(0, 160, 233, 0.2));
  background-size: 8px 8px;
}
#mainnavi > ul > li:nth-child(2).active > a {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(228, 0, 127, 0.2) 25%, rgba(228, 0, 127, 0.2) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(228, 0, 127, 0.2) 75%, rgba(228, 0, 127, 0.2));
  background-size: 8px 8px;
}
#mainnavi > ul > li:nth-child(3).active > a, #mainnavi > ul > li:nth-child(3) > ul > li.active > a {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(255, 241, 0, 0.3) 25%, rgba(255, 241, 0, 0.3) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 241, 0, 0.3) 75%, rgba(255, 241, 0, 0.3));
  background-size: 8px 8px;
}
#mainnavi > ul > li:nth-child(4).active > a {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1));
  background-size: 8px 8px;
}
#mainnavi > ul > li > ul {
  display: none;
}
#mainnavi > ul > li > ul li a {
  display: block;
  padding: 8px 0 8px 10px;
  text-decoration: none;
  color: #000;
}
header.fix #mainnavi {
  position: absolute;
  top: 56px;
  left: 0;
}
@media print, screen and (min-width:768px) {
  #mainnavi {
    display: none;
    position: absolute;
    top: 116px;
    left: 0;
    width: 100%;
    padding: 5px 15px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
  #mainnavi ul {
    width: 720px;
    margin: 0 auto;
  }
  header.fix #mainnavi {
    position: absolute;
    top: 80px;
    left: 0;
  }
}
@media print, screen and (min-width:992px) {
  #mainnavi {
    display: inline-block;
    position: absolute;
    top: 64px;
    left: 50%;
    width: auto;
    margin-left: -160px;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  #mainnavi > ul {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    font-size: 0;
    vertical-align: top;
  }
  #mainnavi > ul > li {
    display: inline-block;
    width: auto;
    margin-right: 5px;
    padding: 0;
    vertical-align: top;
    font-size: 18px;
  }
  #mainnavi > ul > li > a {
    display: block;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 16px;
    text-decoration: none;
    color: #000;
  }
  #mainnavi > ul > li > a span {
    margin-top: 7px;
    line-height: 16px;
  }
  #mainnavi > ul > li:first-child.active > a, #mainnavi > ul > li:first-child a:hover {
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(0, 160, 233, 0.2) 25%, rgba(0, 160, 233, 0.2) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(0, 160, 233, 0.2) 75%, rgba(0, 160, 233, 0.2));
    background-size: 8px 8px;
  }
  #mainnavi > ul > li:nth-child(2).active > a, #mainnavi > ul > li:nth-child(2) a:hover {
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(228, 0, 127, 0.2) 25%, rgba(228, 0, 127, 0.2) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(228, 0, 127, 0.2) 75%, rgba(228, 0, 127, 0.2));
    background-size: 8px 8px;
  }
  #mainnavi > ul > li:nth-child(3).active > a, #mainnavi > ul > li:nth-child(3) a:hover {
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(255, 241, 0, 0.3) 25%, rgba(255, 241, 0, 0.3) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 241, 0, 0.3) 75%, rgba(255, 241, 0, 0.3));
    background-size: 8px 8px;
  }
  #mainnavi > ul > li:nth-child(4).active > a, #mainnavi > ul > li:nth-child(4) a:hover {
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1));
    background-size: 8px 8px;
  }
  #mainnavi > ul > li > ul {
    position: absolute;
    width: 276px;
    margin-right: 5px;
    padding: 10px 0 0;
    vertical-align: top;
    line-height: 1.2;
    font-size: 18px;
    background: #fff;
  }
  #mainnavi > ul > li > ul li a {
    padding: 10px 0 10px 10px;
  }
  header.fix #mainnavi {
    position: absolute;
    left: 50%;
    top: 26px;
    margin-left: -180px;
  }
  header.fix #mainnavi > ul > li > a {
    padding-right: 20px;
  }
}
@media print, screen and (min-width:1200px) {
  #mainnavi {
    margin-left: -227px;
  }
  #mainnavi > ul > li > a {
    padding-right: 35px;
  }
  header.fix #mainnavi {
    margin-left: -280px;
  }
  header.fix #mainnavi > ul > li > a {
    padding-right: 35px;
  }
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
  position: relative;
  height: 120px;
  padding-top: 30px;
  margin-top: 110px;
  z-index: 1;
}
#pagetitle h2 {
  display: inline-block;
  width: 290px;
  height: 60px;
  line-height: 1.5;
  font-size: 22px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
}
#pagetitle h2 span {
  font-size: 16px;
  display: block;
  font-family: 'Teko', sans-serif;
}
@media print, screen and (min-width:768px) {
  #pagetitle {
    height: 220px;
    margin-top: 126px;
    padding-top: 52px;
  }
  #pagetitle h2 {
    width: 560px;
    height: 116px;
    padding: 10px 0 0;
    font-size: 36px;
  }
  #pagetitle h2 span {
    font-size: 26px;
  }
}
@media print, screen and (min-width:992px) {
  #pagetitle {
    height: 280px;
    margin-top: 166px;
    padding-top: 82px;
  }
}
/*------------------------------------------------------------content*/
section {
  position: relative;
  z-index: 1;
}
.content_bg01 {
  padding: 30px 0;
  text-align: left;
  background: #fff;
}
.content_bg02 {
  padding: 30px 0;
  text-align: left;
  background: linear-gradient(-45deg, #fff 25%, #F3F3F3 25%, #F3F3F3 50%, #fff 50%, #fff 75%, #F3F3F3 75%, #F3F3F3);
  background-size: 8px 8px;
}
.section {
  margin-top: -86px;
  padding-top: 86px;
}
@media print, screen and (min-width:768px) {
  .content_bg01 {
    padding: 60px 0;
    text-align: center;
  }
  .content_bg02 {
    padding: 60px 0;
    text-align: center;
  }
  .section {
    margin-top: -140px;
    padding-top: 140px;
  }
}
/* ----------------------------------------------------------------contact_bn*/
.contact_bn {
  position: relative;
  padding: 40px 0 160px;
  z-index: 1;
}
.contact_bn .container {
  position: relative;
}
.contact_bn .title01 {
  color: #fff;
}
.contact_bn .title01 span.jp {
  font-family: "NotoSansDemiLight", sans-serif;
  font-size: 16px;
}
.contact_bn .tel {
  font-size: 28px;
  line-height: 1.0;
}
.contact_bn .tel span {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Teko', sans-serif;
  font-size: 40px;
  vertical-align: middle;
}
.contact_bn .tel a {
  text-decoration: none;
  color: #000;
}
.contact_bn .time {
  line-height: 1.0;
  color: #fff;
}
.contact_bn .btn_contact {
  margin-top: 15px;
  text-align: center;
}
.contact_bn .btn_contact a {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding-left: 10%;
  text-align: left;
  line-height: 40px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  background: url(../img/common_img/arrow01.png) right 10% center no-repeat #000;
}
@media print, screen and (min-width:375px) {
  .contact_bn .btn_contact a {
    width: 320px;
    padding-left: 44px;
    background: url(../img/common_img/arrow01.png) right 44px center no-repeat #000;
  }
}
@media print, screen and (min-width:768px) {
  .contact_bn {
    padding: 60px 0;
  }
  .contact_bn .title01 span.jp {
    font-size: 22px;
  }
  .contact_bn .tel {
    font-size: 42px;
  }
  .contact_bn .tel span {
    display: inline-block;
    margin-left: 10px;
    font-family: 'Teko', sans-serif;
    font-size: 60px;
    vertical-align: middle;
  }
  .contact_bn .btn_contact {
    margin-top: 25px;
  }
  .contact_bn .btn_contact a {
    width: 500px;
    height: 60px;
    padding-left: 110px;
    line-height: 60px;
    text-align: left;
    font-size: 22px;
    background: url(../img/common_img/arrow01.png) right 110px center no-repeat #000;
    transition: 0.5s all;
  }
  .contact_bn .btn_contact a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
  }
}
/* ----------------------------------------------------------------footer_contact*/
#footer_contact {
  position: relative;
  padding: 30px 0;
  z-index: 0;
}
#footer_contact .container {
  position: relative;
  z-index: 1;
}
#footer_contact::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, -1px);
  transform: translate3d(0, 0, -1px);
  width: 100%;
  height: 100vh;
  background: url(../img/common_img/bg_contact.jpg) center center no-repeat;
  -webkit-background-size: cover;
}
#footer_contact .title01 {
  color: #fff;
}
#footer_contact .tel {
  font-size: 28px;
  line-height: 1.0;
}
#footer_contact .tel span {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Teko', sans-serif;
  font-size: 40px;
  vertical-align: middle;
}
#footer_contact .tel a {
  text-decoration: none;
  color: #000;
}
#footer_contact .time {
  line-height: 1.0;
  color: #fff;
}
#footer_contact .btn_contact {
  margin-top: 15px;
  text-align: center;
}
#footer_contact .btn_contact a {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding-left: 10%;
  text-align: left;
  line-height: 40px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  background: url(../img/common_img/arrow01.png) right 10% center no-repeat #000;
}
@media print, screen and (min-width:375px) {
  #footer_contact .btn_contact a {
    width: 320px;
    padding-left: 44px;
    background: url(../img/common_img/arrow01.png) right 44px center no-repeat #000;
  }
}
@media print, screen and (min-width:768px) {
  #footer_contact {
    padding: 60px 0;
  }
  #footer_contact .tel {
    font-size: 42px;
  }
  #footer_contact .tel span {
    display: inline-block;
    margin-left: 10px;
    font-family: 'Teko', sans-serif;
    font-size: 60px;
    vertical-align: middle;
  }
  #footer_contact .btn_contact {
    margin-top: 25px;
  }
  #footer_contact .btn_contact a {
    width: 500px;
    height: 60px;
    padding-left: 110px;
    line-height: 60px;
    text-align: left;
    font-size: 22px;
    background: url(../img/common_img/arrow01.png) right 110px center no-repeat #000;
    transition: 0.5s all;
  }
  #footer_contact .btn_contact a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
  }
}
/* ----------------------------------------------------------------footer*/
footer {
  position: relative;
  text-align: center;
  padding: 25px 0 30px;
  background: linear-gradient(-45deg, #fff 25%, #F3F3F3 25%, #F3F3F3 50%, #fff 50%, #fff 75%, #F3F3F3 75%, #F3F3F3);
  background-size: 8px 8px;
  z-index: 1;
}
/*footernavi*/
footer nav {
  margin-bottom: 25px;
}
footer nav ul {
  font-size: 0;
}
footer nav ul li {
  display: inline-block;
  margin: 5px 10px;
  font-size: 14px;
}
footer nav ul li a, footer nav ul li a:visited {
  text-decoration: none;
  color: #000;
}
footer nav ul li a:hover {
  text-decoration: underline;
  color: #000;
}
/*footer_info*/
#footer_info {
  margin-bottom: 30px;
}
#footer_info .title {
  margin-bottom: 10px;
  font-size: 0;
}
#footer_info .title h2, #footer_info .title ul, #footer_info .title ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
}
#footer_info .title h2 {
  font-size: 18px;
  font-weight: bold;
}
#footer_info .title ul {
  margin-left: 8px;
  font-size: 0;
}
#footer_info .title ul li {
  margin-left: 8px;
  font-size: 30px;
}
#footer_info .title ul li a {
  transition: 0.5s all;
}
#footer_info .title ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
#footer_info .title ul li.facebook a {
  color: #3b5998;
}
#footer_info .title ul li.twitter a {
  color: #1da1f2;
}
#footer_info p {
  font-size: 14px;
}
#footer_info p .sp_none {
  display: none;
}
/*footer_bn*/
#footer_info .bn {
  margin-top: 30px;
  font-size: 0;
}
#footer_info .bn li {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
#footer_info .bn li img {
  width: auto;
  height: 50px;
}
#footer_info .bn li.btn_access a {
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 4px;
  text-decoration: none;
  line-height: 1.3;
  font-size: 20px;
  color: #fff;
  background: #000;
}
#footer_info .bn li.btn_access a span {
  display: block;
  font-family: 'Teko', sans-serif;
  font-size: 16px;
}
@media print, screen and (min-width:375px) {
  #footer_info .bn li {
    margin-right: 10px;
  }
  #footer_info .bn li:last-child {
    margin-right: 0;
  }
}
@media print, screen and (min-width:480px) {
  #footer_info p .sp_none {
    display: inline;
  }
  #footer_info p .pc_nowrap {
    display: none;
  }
}
@media print, screen and (min-width:768px) {
  footer {
    padding: 55px 0 60px;
  }
  footer nav {
    margin-bottom: 55px;
  }
  footer nav ul li {
    margin: 5px 15px;
  }
  #footer_info {
    margin-bottom: 60px;
  }
  #footer_info .bn {
    margin-top: 60px;
  }
  #footer_info .bn li {
    margin-right: 20px;
  }
  #footer_info .bn li img {
    width: auto;
    height: 80px;
  }
  #footer_info .bn li.btn_access a {
    width: 80px;
    height: 80px;
    padding-top: 8px;
    font-size: 30px;
    transition: 0.5s all;
  }
  #footer_info .bn li.btn_access a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
  }
  #footer_info .bn li.btn_access a span {
    font-size: 20px;
  }
}
@media print, screen and (min-width:992px) {
  #footerinfo dl dd {
    float: none;
    margin-right: 0px;
  }
}
/*footerbanner*/
#footerbanner {
  margin-top: 20px;
}
#footerbanner div {
  margin-bottom: 10px;
}
@media print, screen and (min-width:992px) {
  #footerbanner {
    margin-top: 0px;
  }
}
small {
  display: block;
  font-size: 11px;
}
/*カレンダー更新プログラム（フッター）フォーマット*/
.calendar {
  width: 100%;
  padding: 10px 9px;
  margin: 0 0 10px;
  background: #fff;
  position: relative;
}
.calendar .cal_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.calendar .month {
  font-size: 11px;
  line-height: 1.2;
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 999;
}
.calendar .month strong {
  font-size: 16px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
}
.calendar table th, .calendar table td {
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
.calendar table th {
  background: #C0C0C0;
  font-weight: bold;
}
.calendar table td.holiday {
  font-weight: bold;
  background: url(../img/common_img/holiday.png) no-repeat center center;
}
.calendar table td.half {
  font-weight: bold;
  background: url(../img/common_img/half.png) no-repeat center center;
}
.calendar table td.monday {
  color: #fff;
  font-weight: bold;
  background: url(../img/common_img/monday.png) no-repeat center center;
}
ul.page_ctl {
  text-align: center;
  padding: 8px 10px;
  margin: 0 0 10px;
}
ul.page_ctl li {
  font-size: 12px;
  color: #389e7c;
}
ul.page_ctl li a {
  text-decoration: underline;
}
ul.page_ctl li a:hover {
  color: #999;
}
ul.page_ctl .ctl_left {
  float: left;
}
ul.page_ctl .ctl_right {
  float: right;
}
.tx_holiday {
  float: left;
  margin-right: 20px;
  padding: 0 0 0 15px;
  background: url(../img/common_img/holiday_s.png) no-repeat left center;
}
.tx_half {
  float: left;
  padding: 0 0 0 15px;
  background: url(../img/common_img/half_s.png) no-repeat left center;
}
.tx_monday {
  clear: both;
  padding: 0 0 0 15px;
  background: url(../img/common_img/monday_s.png) no-repeat left center;
}
@media print, screen and (min-width:768px) {
  .calendar {
    width: 60%;
    margin: 0 auto 10px;
  }
}
@media print, screen and (min-width:992px) {
  .calendar {
    width: 100%;
    margin: 0 0 10px;
  }
}
/*カレンダー更新プログラム（メインカラム）フォーマット*/
.note {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #969696;
  top: 0px;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.calender_nav {
  width: 260px;
  margin: 0 auto;
  text-align: center;
}
div.date {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.calender_table {
  overflow-x: auto;
  clear: both;
  position: relative;
}
.calender02 table {
  width: 600px;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.calender02 table tr th {
  text-align: center;
  background: #CBCBCB;
  border: 1px dotted #6F6F6F;
  border-bottom: 1px solid #6F6F6F;
  padding: 10px;
  width: 14%;
}
.calender02 table tr td {
  text-align: center;
  border: 1px dotted #6F6F6F;
  padding: 10px;
}
.calender02 table tr.tr_date td {
  background: #E5E5E5;
}
.calender02 table tr.tr_text td {
  height: 60px;
  vertical-align: top;
}
.bg_color01 {
  background: #D5A8A9;
}
.bg_color02 {
  background: #B1CAD8;
}
.tx_color01 {
  color: #D5A8A9;
}
.tx_color02 {
  color: #B1CAD8;
}
@media print, screen and (min-width:768px) {
  .note {
    display: none;
  }
  .calender02 table {
    width: 100%;
  }
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
  position: relative;
  width: 100%;
  padding: 10px 0;
  clear: both;
  z-index: 1;
  background: linear-gradient(-45deg, #fff 25%, #F3F3F3 25%, #F3F3F3 50%, #fff 50%, #fff 75%, #F3F3F3 75%, #F3F3F3);
  background-size: 8px 8px;
}
#pankuzu ol {
  display: inline-block;
}
#pankuzu ol li {
  float: left;
  line-height: 1.1;
  font-size: 11px;
  padding: 0 7px 0 10px;
  background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
  font-style: normal;
}
#pankuzu ol li.home {
  padding-left: 0;
  background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
  text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
  text-decoration: none;
}
/* ----------------------------------------------------------------rayout*/
.center {
  margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
  width: auto;
  margin: 0 auto;
  border-collapse: collapse;
}
.sheet_basic tr th, .sheet_basic tr td {
  padding: 8px 0 8px 15px;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}
.sheet_basic tr th {
  border-left: solid 1px #000;
}
@media print, screen and (min-width:768px) {
  .sheet_basic tr th {
    padding: 8px 20px 8px 30px;
  }
  .sheet_basic tr td {
    padding: 8px 20px;
  }
}
/*------------------------------------------------------------list*/
.list_basic_s {
  display: inline-block;
}
.list_basic_s li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 14px;
  line-height: 1.4;
  text-align: left;
}
.list_basic_s li::after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 100%;
  background: #000;
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
  height: 1px;
  clear: both;
  margin: 20px 0px;
  border-top: 1px dotted #CCC;
  border-right: 0 dotted #CCC;
  border-bottom: 0 dotted #CCC;
  border-left: 0 dotted #CCC;
}
.space_10 {
  height: 10px;
  clear: both;
}
.space_20 {
  height: 20px;
  clear: both;
}
.space_30 {
  height: 30px;
  clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
  display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
  margin-bottom: 20px;
  position: relative;
  font-size: 22px;
  padding: 0 0 10px;
  line-height: 1.3;
  text-align: center;
}
.title01 span {
  display: block;
  margin-top: 3px;
  font-size: 18px;
  font-family: 'Teko', sans-serif;
}
.title01::after {
  position: absolute;
  width: 100px;
  height: 2px;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  content: "";
  background: linear-gradient(to right, #00a0e9 25%, #e4007f 25%, #e4007f 50%, #fff100 50%, #fff100 75%, #000 75%, #000);
}
.title02 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
}
.title02::after {
  position: absolute;
  width: 100px;
  height: 1px;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  content: "";
  background: #000;
}
.title03 {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
@media print, screen and (min-width:768px) {
  .title01 {
    margin-bottom: 25px;
    position: relative;
    font-size: 30px;
    padding: 0 0 13px;
    line-height: 1.3;
    text-align: center;
  }
  .title01 span {
    margin-top: 1px;
    font-size: 24px;
  }
  .title02 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    line-height: 1.3;
    font-size: 23px;
  }
  .title03 {
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 20px;
  }
}
/*TextRight*/
.tx_right {
  text-align: right;
}
/*TextLeft*/
.tx_left {
  text-align: left;
}
/*TextCenter*/
.tx_cent {
  text-align: center;
}
/*bold*/
.tx_bold {
  font-style: normal;
  font-weight: bold;
}
/*TextRed*/
.tx_red {
  color: #e00000;
}
/*attention*/
.attention {
  font-size: 11px;
  line-height: 130%;
  margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
  float: left;
}
/*FloatRight*/
.float_right {
  float: right;
}
/*ClearBoth*/
.clearboth {
  clear: both;
}
/*phbox*/
.phbox_right {
  text-align: center;
  margin-bottom: 10px;
}
.phbox_right img {
  max-width: 100%;
  height: auto;
}
.phbox_left {
  text-align: center;
  margin-bottom: 10px;
}
.phbox_left img {
  max-width: 100%;
  height: auto;
}
.ov_hidden {
  overflow: hidden;
}
@media print, screen and (min-width:768px) {
  .phbox_right {
    float: right;
    margin-left: 20px;
    margin-bottom: 0px;
  }
  .phbox_left {
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
  margin-top: 5px;
}
.margin_t10 {
  margin-top: 10px;
}
.margin_t20 {
  margin-top: 20px;
}
.margin_t30 {
  margin-top: 30px;
}
.margin_t40 {
  margin-top: 40px;
}
.margin_t50 {
  margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
  margin-bottom: 5px;
}
.margin_b10 {
  margin-bottom: 10px;
}
.margin_b20 {
  margin-bottom: 20px;
}
.margin_b30 {
  margin-bottom: 30px;
}
.margin_b40 {
  margin-bottom: 40px;
}
.margin_b50 {
  margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
  margin-right: 5px;
}
.margin_r10 {
  margin-right: 10px;
}
.margin_r15 {
  margin-right: 15px;
}
.margin_r20 {
  margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
  margin-left: 50px;
}
.margin_l10 {
  margin-left: 10px;
}
.margin_l15 {
  margin-left: 15px;
}
.margin_l20 {
  margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  .margin-xs-b10 {
    margin-bottom: 0px;
  }
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a img.hoverimg {
  transition: 0.5s all;
}
a:hover img.hoverimg {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
#sidecontact {
  display: inline-block;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 10001;
}
#sidecontact img {
  display: none;
}
#sidecontact a {
  text-decoration: none;
  color: #fff100;
}
#sidecontact span {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  background: #000;
}
@media print, screen and (min-width:768px) {
  #sidecontact {
    display: inline-block;
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 10001;
  }
  #sidecontact img {
    display: inline-block;
  }
  #sidecontact span {
    display: none;
  }
}
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 10001;
}
#pagetop img {
  width: 40px;
  height: auto;
}
@media print, screen and (min-width:768px) {
  #pagetop img {
    width: auto;
    height: auto;
  }
}
.sp_nowrap {
  display: none;
}
@media print, screen and (min-width:768px) {
  .sp_nowrap {
    display: inline;
  }
}
.pc_nowrap {
  display: inline;
}
@media print, screen and (min-width:768px) {
  .pc_nowrap {
    display: none;
  }
}
.tx_box p {
  margin-top: 12px;
}
.tx_box p:first-child {
  margin-top: 0;
}
/*------------------------------------------------------------表示・非表示切り替え*/
.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: inline-block;
  }
}