/* ----------------------------------------------------------------header*/
header {
  text-align: left;
}
#header {
  width: 100%;
  font-size: 0;
}
#header h1 {
  color: #fff;
  font-size: 10px;
  padding-top: 4px;
}
/*-----------------------------------------------------------固定*/
header {
  /*background: rgba(242, 242, 242, 0.95);*/
  width: 100%;
  /*position: fixed;
  top: 0;
  left: 0;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition-property: opacity;
  transition-duration: 0.5s;
  z-index: 11111;
}
.fixed {
  position: fixed;
  opacity: 1;
  z-index: 100;
}
.mainimg_wrap {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.mainimg_wrap_2 {
  width: 100vw;
  height: 50vh;
  position: relative;
}
.mainimg_wrap h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100vw;
  text-align: center;
}
.mainimg_wrap_2 h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100vw;
  text-align: center;
  font-weight: 900;
  font-size: calc(25px + 20 * ((100vw - 320px) / 880));
  color: #fff;
}
.mainimg_wrap h1 img {
  width: 100%;
  height: auto;
  max-width: 280px;
}
.mainimg_wrap_2 h1 img {
  width: 100%;
  height: auto;
  max-width: 280px;
}
.mainimg_wrap p {
  position: absolute;
  bottom: 64px;
  right: 92px;
  margin: auto;
}
.mainimg_wrap_2 p {
  position: absolute;
  bottom: 5px;
  right: 92px;
  margin: auto;
}
.mainimg_wrap p img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.mainimg_wrap_2 p img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
@media print, screen and (min-width:768px) {
  .mainimg_wrap h1 img {
    width: 100%;
    height: auto;
    max-width: 591px;
  }
  .mainimg_wrap_2 h1 img {
    width: 100%;
    height: auto;
    max-width: 591px;
  }
  .mainimg_wrap p {
    position: absolute;
    bottom: 64px;
    right: 72px;
  }
  .mainimg_wrap_2 p {
    position: absolute;
    bottom: 64px;
    right: 72px;
  }
  .mainimg_wrap_2 p img {
    max-width: 200px;
  }
}
/*-----------------------------------------------------------固定*/
@media print, screen and (min-width:768px) {
  h1 {
    text-align: left;
  }
}
/*------------------------------------------------------------toggle*/
.toggle {
  position: fixed;
  top: 10px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  z-index: 11111;
}
.toggle span {
  display: block;
  background: #4d4132;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.toggle span:first-child {
  top: 12px;
}
.toggle span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
.toggle span:nth-child(3) {
  bottom: 12px;
}
.toggle.opennav {
  position: fixed;
  z-index: 99999;
}
.toggle.opennav span {}
.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);
}
@media print, screen and (min-width:768px) {
  .toggle {
    display: none;
  }
}
/*------------------------------------------------------------mainnavi*/
#mainnavi {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
}
#mainnavi p {
  display: none;
  margin: 0 30px
}
#mainnavi p img {
  width: 100%;
  height: auto;
  max-width: 228px;
}
#mainnavi ul {
  margin-top: 70px;
}
#mainnavi ul li {
  margin: 40px 0;
}
#mainnavi .logo_fix {
  display: none;
}
#mainnavi .phone_fix {
  display: none;
}
#mainnavi .add_fix {
  display: none;
}
#mainnavi ul li a {
  display: block;
  line-height: 1.1;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  transition: all 0.3s ease;
}
#mainnavi ul li a:hover {
  opacity: 0.6
}
#mainnavi ul li.active a {
  color: #0aa66d;
}
@media print, screen and (min-width:576px) {}
@media print, screen and (min-width:768px) {
  #mainnavi {
    display: block;
    position: inherit;
    text-align: center;
    z-index: 998;
    margin-right: 30px;
    background: none;
  }
  #mainnavi ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    margin: 0 auto;
    height: 70px;
  }
  #mainnavi ul li {
    position: relative;
    margin: 5px 0;
    border-bottom: none;
    padding: 0 15px;
  }
  #mainnavi ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1em;
    margin: 0 auto;
    color: #fff;
  }
}
@media print, screen and (min-width:768px) {}
/* ----------------------------------------------------------------ul.add */
@media print, screen and (min-width:576px) {}
@media print, screen and (min-width:768px) {}
/* ----------------------------------------------------------------nav_fix */
@media print, screen and (min-width:768px) {
  #mainnavi.fixed {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    padding: 0;
    text-align: center;
    border-top: none;
    background: rgba(255, 255, 255, .9);
  }
  #mainnavi.fixed p {
    display: inline;
    margin: 0 30px
  }
  #mainnavi.fixed ul li a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    line-height: 1em;
    margin: 0 auto;
    color: #4d4132;
  }
  #mainnavi.fixed::after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    content: "";
    z-index: 9999;
  }
  #mainnavi.fixed ul {
    justify-content: flex-end;
    width: auto;
    margin-right: 30px;
    height: 70px;
    padding-top: 0;
  }
  #mainnavi.fixed ul li {
    flex-grow: 0;
    padding: 0 15px;
  }
}
@keyframes mnavslide {
  0% {
    top: -70px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes mnavslide {
  0% {
    top: -70px;
  }
  100% {
    top: 0;
  }
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
  background: #989898;
}
/*------------------------------------------------------------content*/
[class^="content_bg"] {
  padding: 30px 0;
}
.content_bg01 {
  /*text-align: left;*/
  background: rgba(242, 242, 242, 0.95);
  
}
.content_bg02 {
  /*text-align: left;*/
  background: rgba(255, 255, 255, 0.95);
}
.section {
  margin-bottom: 20px;
}
@media print, screen and (min-width:768px) {
  [class^="content_bg"] {
    padding: 70px 0;
  }
  .section {
    margin-bottom: 40px;
  }
}
/* ----------------------------------------------------------------footer*/
footer {
  position: relative;
}
footer::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #4d4132;
  mix-blend-mode: multiply;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
footer div.container {
  position: relative;
  box-sizing: border-box;
  padding: 80px 0 20px;
  z-index: 10;
}
footer small {
  color: #fff;
  font-size: 10px;
}
/*footernavi*/
footer #footernavi {
  margin: 0 0 20px 0;
}
footer #footernavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer #footernavi ul li {
  display: inline-block;
}
footer #footernavi ul li a {
  padding: 10px 20px;
  display: block;
  color: #fff;
  text-decoration: none;
}
footer #footernavi ul li a:hover {
  text-decoration: underline;
}
#footer_logo dt {
  margin: 0 0 40px 0;
}
/*footerinfo*/
#footerinfo {
  position: relative;
  margin: 50px 0 120px 0;
}
#footerinfo dl {
  color: #fff;
}
#footerinfo::after {
  content: '';
  position: absolute;
  color: #fff;
  border-bottom: 1px solid #5e8037;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -90px;
}
#footerinfo a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 50px 9px 50px;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  text-align: center;
}
#footerinfo a:hover {
  color: #000;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  footer .row {
    display: flex;
    align-items: center;
  }
  footer #footer_logo {
    margin: 0;
  }
  footer #footernavi {
    margin: 40px 0;
  }
  footer #footernavi ul {
    width: 65%;
    margin: 10px auto 0 auto;
    justify-content: flex-start;
  }
  footer #footernavi ul li {
    display: block;
    width: 100%;
  }
  footer #footernavi ul li a {
    text-align: left;
    padding: 10px 0;
  }
  #footerinfo {
    text-align: left;
  }
  #footerinfo dl {
    color: #fff;
    margin: 0 0 60px 0;
  }
  #footerinfo a {
    margin: 0;
  }
  #footerinfo::after {
    color: #fff;
    border-bottom: 0;
    border-right: 1px solid #5e8037;
    right: 0;
    bottom: 0;
    height: 100%;
  }
}
#footerinfo dd {
  margin: 0 0 30px 0
}
#footerinfo dd:last-of-type {
  margin: 0;
}
@media print, screen and (min-width:480px) {
  #footerinfo dl dd {}
}
@media print, screen and (min-width:768px) {
  #footerinfo {
    margin: 40px 0;
    padding: 50px 0;
  }
}
@media print, screen and (min-width:992px) {
  #footerinfo dl dd {
    float: none;
    margin-right: 0px;
  }
}
/*footerbanner*/
#footerbanner {
  margin: 20px 0 40px 0;
}
#footerbanner ul li a {
  padding: 10px 0;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
#footerbanner ul li a:hover {
  opacity: .8;
}
@media print, screen and (min-width:992px) {
  #footerbanner {
    margin: 40px 0;
  }
  footer div.container {
    padding: 40px 0;
    z-index: 10;
  }
}
address {
  margin-top: 20px;
  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.color01 {
  font-weight: bold;
  background: url(../img/common_img/holiday.png) no-repeat center center;
}
.calendar table td.color02 {
  font-weight: bold;
  background: url(../img/common_img/half.png) no-repeat center center;
}
.calendar table td.color03 {
  color: #fff;
  font-weight: bold;
  background: url(../img/common_img/monday.png) no-repeat center center;
}
.calendar ul.page_ctl {
  text-align: center;
  padding: 8px 10px;
  margin: 0 0 10px;
}
.calendar ul.page_ctl li {
  font-size: 12px;
  color: #389e7c;
}
.calendar ul.page_ctl li a {
  text-decoration: underline;
}
.calendar ul.page_ctl li a:hover {
  color: #999;
}
.calendar ul.page_ctl .ctl_left {
  float: left;
}
.calendar ul.page_ctl .ctl_right {
  float: right;
}
.calendar .tx_color01 {
  float: left;
  margin-right: 20px;
  padding: 0 0 0 15px;
  background: url(../img/common_img/holiday_s.png) no-repeat left center;
}
.calendar .tx_color02 {
  float: left;
  padding: 0 0 0 15px;
  background: url(../img/common_img/half_s.png) no-repeat left center;
}
.calendar .tx_color03 {
  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;
  }
}
/*カレンダー更新プログラム（メインカラム）フォーマット*/
.calender02 .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;
}
.calender02 .calender_nav {
  width: 260px;
  margin: 0 auto;
  text-align: center;
}
.calender02 div.date {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.calender02 .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;
}
.calender02 .bg_color01 {
  background: #D5A8A9;
}
.calender02 .bg_color02 {
  background: #B1CAD8;
}
.calender02 .tx_color01 {
  color: #D5A8A9;
}
.calender02 .tx_color02 {
  color: #B1CAD8;
}
@media print, screen and (min-width:768px) {
  .calender02 .note {
    display: none;
  }
  .calender02 table {
    width: 100%;
  }
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
  width: 100%;
  padding: 10px 0 15px;
  clear: both;
  background: rgba(242, 242, 242, 0.95);
}
#pankuzu ol {
  list-style: none;
}
#pankuzu ol li {
  float: left;
  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: underline;
}
/* ----------------------------------------------------------------rayout*/
.center {
  display: block;
  margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
  width: 100%;
  border-collapse: collapse;
}
.sheet_basic tr th, .sheet_basic tr td {
  border: 1px dotted #6D6D6D;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  display: block;
}
@media print, screen and (min-width:768px) {
  .sheet_basic tr th, .sheet_basic tr td {
    display: table-cell;
  }
}
/*table basic*/
table.table_basic {
  /*border-top: 1px dotted #77634c;*/
  border-collapse: collapse;
  margin: 0 0 15px;
}
table.table_basic tr th {
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #4d4132;
  background: rgba(179, 150, 121, 0.28);
  padding: 8px 10px;
  vertical-align: middle;
}
table.table_basic tr:first-child th {
  border-top: 1px solid #4d4132;
}
table.table_basic tr td {
  text-align: left;
  border-bottom: 1px solid #b9aa97;
  padding: 8px 10px;
  vertical-align: middle;
}
table.table_basic tr:first-child td {
  border-top: 1px solid #b9aa97;
}
table.table_basic .table_border {
  border-right: 1px dotted #77634c;
}
table.table_basic td.price {
  text-align: right;
  font-weight: bold;
  color: #900;
  vertical-align: middle;
}
@media print, screen and (min-width:768px) {
  table.table_basic tr th {
    padding: 15px 20px;
  }
  table.table_basic tr td {
    padding: 15px 20px;
  }
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
  height: 1px;
  clear: both;
  margin: 20px 0px;
  border-top: 1px solid #afcc8f;
  border-right: 0 solid #afcc8f;
  border-bottom: 0 solid #afcc8f;
  border-left: 0 solid #afcc8f;
}
hr.line_02 {
  height: 1px;
  clear: both;
  margin: 20px 0px;
  border-top: 1px solid #c4bab3;
  border-right: 0 solid #c4bab3;
  border-bottom: 0 solid #c4bab3;
  border-left: 0 solid #c4bab3;
}
@media print, screen and (min-width:768px) {
  hr.line_02 {
    margin: 40px 0px;
  }
}
.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 {
  position: relative;
  font-size: calc(25px + 11 * ((100vw - 320px) / 880));
  font-weight: 500;
  padding: 10px 0 25px 0;
  text-align: left;
  line-height: 2.5rem;
  margin: 0 0 20px 0;
}
.title01 span {
  font-size: calc(12px + 2 * ((100vw - 320px) / 880));
  color: #4d4132;
  display: block;
  font-weight: 400;
}
.title01::before {
  content: '';
  position: absolute;
  bottom: calc(100% / 5);
  left: 0;
  width: 70px;
  height: 1px;
  background: #4d4132;
}
@media print, screen and (min-width:768px) {
  .title01 {
    padding: 0 0 20px;
    line-height: 3.5rem;
  }
}
.title01_01 {
  position: relative;
  font-size: calc(25px + 11 * ((100vw - 320px) / 880));
  font-weight: 500;
  padding: 10px 0 15px 0;
  text-align: left;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
.title01_01::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px;
  background: #4d4132;
}
@media print, screen and (min-width:768px) {
  .title01_01 {
    padding: 0 0 20px;
  }
}
.title02 {
  position: relative;
  font-size: calc(22px + 6 * ((100vw - 320px) / 880));
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 20px 0 10px 0;
  text-align: left;
  line-height: 5.5rem;
  margin: 0 0 20px 0;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .8);
}
.title02 span {
  font-size: calc(12px + 2 * ((100vw - 320px) / 880));
  display: block;
  font-weight: 400;
  line-height: 1.5rem;
}
.title02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 1px;
  background: #afcc8f;
}
.title03 {
  font-size: 1.8em;
  font-weight: 700;
  color: #4f8114;
  text-align: left;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  border-bottom: double 4px #afcc8f;
}
.title03 span {
  font-size: 0.875em;
  font-weight: 500;
}

/*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: #C33;
}
/*attention*/
.attention {
  font-size: 10px;
  line-height: 130%;
  margin: 5px 0;
}
.ant {
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
  color: #715028;
  text-align: left;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
  float: left;
}
/*FloatRight*/
.float_right {
  float: right;
}
/*ClearBoth*/
.clearboth {
  clear: both;
}
/*phbox*/
.phbox_right {
  text-align: center;
}
.phbox_right img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.phbox_left {
  text-align: center;
}
.phbox_left img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.ov_hidden {
  overflow: hidden;
}
@media print, screen and (min-width:768px) {
  .phbox_right {
    float: right;
    margin-left: 30px;
    margin-bottom: 0px;
  }
  .phbox_left {
    float: left;
    margin-right: 30px;
    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:hover img.hoverimg {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
/*------------------------------------------------------------Page Top*/
#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
}
#pagetop img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
@media print, screen and (min-width:768px) {
  #pagetop img {
    max-width: 180px;
  }
}
/*------------------------------------------------------------表示・非表示切り替え*/
.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: inline-block;
  }
}
.tel-link a {
  color: #000 !important;
  text-decoration: none !important;
}
.tel-link {
  text-decoration: none;
}