@charset "utf-8";

body {
  width: 100vw;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.none {
  display: none;
}

.boder {
  border: solid #000 1px;
}

body a {
  color: #000;
}

.main-none {
  display: none;
}

.red {
  color: #ff0000;
}

.red a {
  color: #ff0000;
}

.red-b {
  color: #ff0000;
  font-weight: 600;
}

.red-b a {
  color: #ff0000;
  font-weight: 600;
  text-decoration: underline;
}

.blue {
  color: #2d4cbb;
}

.blue-b {
  color: #2d4cbb;
  font-weight: 600;
}

.blue-a {
  color: #2d4cbb;
  text-decoration: underline;
}

.blue-b-a a,
.blue-b-a {
  color: #2d4cbb;
  font-weight: 600;
  text-decoration: underline;
}

.white {
  color: #fff;
  font-weight: 600;
}

.green-b,
.green-b a {
  color: rgb(37, 160, 21);
  font-weight: 600;
}

.big {
  font-size: 26px;
}

.in {
  display: inline-block;
}

.ten {
  display: inline-block;
  width: 1em;
  vertical-align: top;
  line-height: 1.8em;
  /*1.5em用*/
}

.ten-tx {
  display: inline-block;
  width: calc(100% - 1.5em);
}

/*ahcc汎用///////////////////////*/

.redbox {
  color: #ff0000;
  background-color: #ffffcc;
  padding: 2px;
  border: solid 1px #ff0000;
  font-weight: 550;
  line-height: 2em;
}

.brownbox {
  font-weight: 600;
  color: #cc6666;
  background-color: #ede6d5;
  padding: 3px;
  line-height: 1.8em;
}

.bluebox {
  display: inline-block;
  font-weight: 600;
  color: #000099;
  background-color: #d9d9ff;
  border: solid 1px #000099;
  padding: 5px;
}

.redbox-b {
  border: 5px double #ff0000;
  background-color: #ffffcc;
  padding: 7px;
}

.bluebox-b {
  border: 1px solid rgb(0, 0, 255);
  background-color: #bbddff;
  padding: 7px;
}

.hasenn {
  border-top: 1px dotted #000;
}

/*ハンバーガーメニューボタン///*/

.hamburger {
  display: none;
  width: 30px;
  height: 41px;
  cursor: pointer;
  z-index: 9999;
}

.hamburger_line {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #000;
  position: relative;
  top: calc(50% - 2px);
  left: 0;
  transition: all 0.6s;
}

.hamburger_line::before,
.hamburger_line::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  transition: all 0.6s;
}

.hamburger_line::before {
  transform: translate(0, -10px);
}

.hamburger_line::after {
  transform: translate(0, 10px);
}

/*header//////////////////*/

.header {
  width: 800px;
  margin: 0 auto;
  border: solid #000 1px;
  border-bottom: none;
}

.header-tai {
  color: #999;
  font-size: 16px;
  text-align: center;
  padding: 13px;
}

.header-item1-tai {
  display: inline-block;
  width: 80%;
  font-size: 32px;
  padding: 13px;
}

.header-item1-img img {
  width: 130px;
}

.header-item2 {
  width: 800px;
  border-right: solid #000 1px;
  border-left: solid #000 1px;
  margin: 0 auto;
}

.header-item2-tx1 {
  vertical-align: top;
  margin-top: 20px;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  line-height: 1.4em;
}

.header-item2-tx1 span {
  font-size: 14px;
  font-weight: 600;
}

.header-item2-tx2 {
  line-height: 1.1em;
  color: #fff;
  font-size: 10.5px;
  display: inline-block;
}

.header-item2-tx2 a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

.header-item2-tx2 span {
  color: #f09d31;
}

.header-item1-img {
  display: inline-block;
  width: 18%;
  vertical-align: middle;
}

.header-item2-tx3 {
  margin-top: 10px;
  line-height: 1.1em;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-color: #f09d31;
  display: inline-block;
  padding: 5px 7px;
  border-radius: 5px;
}

.header-item2 {
  background-color: #0c2066;
  border-right: solid #000 1px;
  border-left: solid #000 1px;
}

.header-item2-kennsaku {
  display: inline-block;
  width: 29%;
  padding: 13px 0;
}

.header-item2-kege {
  height: 15px;
}

/*main/////////////////////////////////////////////////////////////////////*/

.main {
  width: 800px;
  border-left: solid #000 1px;
  border-right: solid #000 1px;
  margin: 0 auto;
  display: block;
}

/*AHCCmain/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.nousapo {
  padding: 0 5px;
  width: 70.3%;
  display: inline-block;

}

.nousapo-kaisou {
  text-align: right;
  font-size: 13px;
  padding-top: 15px;
  line-height: 2em;
}

.nousapo-tai {
  background-color: #eaeaea;
  line-height: 2em;
  padding: 3px;
}

.nousapo-img0 {
  width: 34%;
  float: right;
  vertical-align: top;
}

.nousapo-tx_zoon {
  display: inline-block;
  width: 65%;
}

.nousapo-tx_zoon-btn {
  margin-top: 15px;
  display: inline-block;
  width: 40%;
}

.nousapo-tx1,
.nousapo-tx2 {
  font-size: 15px;
  line-height: 1.3em;
  padding: 0 4px;
  padding-top: 20px;
}

/*.ahcc-item1////////////////////*/

.nousapo-item1 {
  clear: both;
  padding-top: 20px;
}

.nousapo-item1-tai {
  font-size: 16px;
  color: #fff;
  background-color: #8fc4dd;
  margin-bottom: 10px;
  padding-left: 0.8em;
  line-height: 2em;
}

.nousapo-item1-tel-tel {
  display: inline-block;
  width: 55%;
  font-size: 34px;
}

.nousapo-item1-tel-tx1 {
  display: inline-block;
  width: 44%;
  font-size: 12px;
  line-height: 1.5em;
}

.nousapo-item1-tel-time {
  padding: 2px 2px 2px 6px;
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
  background-color: #666;
}

.nousapo-item1-tel-tx2 {
  line-height: 1.5em;
  margin-top: 8px;
}

.nousapo-item1-item-img {
  display: inline-block;
  width: 35%;
}

.nousapo-item1-item-tx {
  display: inline-block;
  width: 64%;
  vertical-align: top;
}

.nousapo-item1-item-tx-tai {
  font-size: 16px;
  margin-bottom: 10px;
}

.nousapo-item1-item-tx-img {
  display: inline-block;
  width: 25%;
  padding: 3px;
}

.nousapo-item1-item-tx-end {
  margin-top: 15px;
}

.nousapo-item1-item-tx-btn1,
.nousapo-item1-item-tx-btn2 {
  display: inline-block;
  width: 30%;
  margin: 10px 0;
  vertical-align: middle;
}

.nousapo-item1-item-tx-ten {
  color: #ffc9cc;
}

.nousapo-item1-item-tx-tx1 {
  line-height: 1.5em;
}

/*.fuko-item2////////////////////*/

.nousapo-item2 {
  padding-top: 20px;
}

.nousapo-item2-tai {
  font-size: 16px;
  color: #fff;
  background-color: #8fc4dd;
  margin-bottom: 20px;
  padding-left: 0.8em;
  line-height: 2em;
}

.nousapo-item2-btn {
  display: inline-block;
  width: 25%;
}

.nousapo-item2-tx0 {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 10px;
  font-size: 12px;
  color: #990000;
}

.nousapo-item2-tbl {
  width: 100%;
  font-size: 12px;
  line-height: 2em;
  border-collapse: collapse;
}

.nousapo-item2-tbl-tai {
  background-color: #ccc;
  border: solid #000 1px;
  font-size: 16px;
}

.nousapo-item2-tbl-th th {
  background-color: #f2f2f2;
  border: solid #000 1px;
  font-weight: 300;
  font-size: 15px;
}

.nousapo-item2-tbl-td td {
  background-color: #fff;
  border: solid #000 1px;
  text-align: center;
}

.nousapo-item2-tbl-td-from {
  display: inline-block;
  width: 70%;
  padding-bottom: 5px;
}

.nousapo-item2-img2 {
  vertical-align: top;
  margin-top: 10px;
  display: inline-block;
  width: 28%;
}

.nousapo-item2-tx {
  display: inline-block;
  font-size: 14px;
  text-align: right;
  width: 100%;
}

.nousapo-item2-tx-img {
  width: 20%;
  padding: 3px;
  display: inline-block;
}

/*ahcc-item3//////////////*/

.nousapo-item3 {
  padding-top: 20px;
}

.nousapo-item3-tai {
  font-size: 16px;
  color: #fff;
  background-color: #8fc4dd;
  margin-bottom: 20px;
  padding-left: 0.8em;
  line-height: 2em;
}

.nousapo-item3-tbl {
  font-size: 12px;
  width: 80%;
  margin: 20px auto 0;
}

.nousapo-item3-tbl-tai {
  background-color: #666;
  color: #fff;
  border: solid #000 1px;
  font-size: 16px;
}

.nousapo-item3-tbl-th {
  font-weight: 300;
  padding: 3px;
  background-color: #d4d4d4;
  border: solid #000 1px;
  font-size: 15px;
}

.nousapo-item3-tbl-td {
  background-color: #fff;
  border: solid #000 1px;
  padding: 8px 5px;
  font-size: 14px;
}

.nousapo-item3-tbl-tbl {
  display: inline-block;
  width: 49.2%;
  font-size: 12px;
  vertical-align: top;
  padding: 3px 0 3px 5px;
  line-height: 1.6em;
}

.nousapo-item3-tbl-tbl-th {
  background-color: #ccc;
  border: solid #fff 1px;
  font-weight: 300;
  width: 40%;
}

.nousapo-item3-tbl-tbl-td {
  background-color: #e2e2e2;
  border: solid #fff 1px;
  text-align: right;
  width: 40%;
}

.nousapo-item3-end {
  width: 95%;
  margin: 15px auto 0;
}

.nousapo-item3-end-tx2 {
  line-height: 1.3em;
}

/*ahcc-item4////////////////*/

.nousapo-item4 {
  font-size: 15px;
}

.nousapo-item4-tai {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
  background-color: #8fc4dd;
  margin-bottom: 20px;
  padding-left: 0.8em;
  line-height: 2em;
}

.nousapo-item4-sabtai {
  margin-bottom: 15PX;
}

.nousapo-item4-bluebox {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  color: #fffff0;
  line-height: 1.4em;
  border-radius: 10px;
}

.nousapo-item4-tx {
  margin-top: 15px;
}

.nousapo-item4-tx_end {
  display: block;
  text-align: right;
}

.nousapo-item4 {
  line-height: 1.5em;
}

.nousapo-item4-item1-tai,
.nousapo-item4-item2-tai {
  display: inline-block;
  font-size: 16px;
  background-color: #ffd0d0;
  padding: 5px;
  margin: 15px 0 10px;
  font-weight: 600;
}

.nousapo-item4-item2-tx {
  display: block;
}

.nousapo-item4-item2 li {
  display: inline-block;
  width: 15.8%;
  font-size: 12px;
  margin-bottom: 10px;
}

.nousapo-item4-item2-tx1-tai,
.nousapo-item4-item2-tx2-tai {
  margin: 10px 0;
  display: inline-block;
  background-color: #e2e2e2;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}

.nousapo-item4-item2-tx2-end {
  display: block;
  text-align: right;
}

/*side//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.side {
  width: 29%;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #000;
}

.side-can_tai {
  text-align: center;
  padding: 15px 0 10px;
  font-size: 14px;
}

.side-can_img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.side-search {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-top: 10px;
}

.side-nav_tai {
  background-color: #006699;
  text-align: center;
  line-height: 1.5em;
  color: #fff;
}

.side-li_wrap {
  width: 100%;
}

.navi3 {
  background-color: #c0e787;
  line-height: 2em;
  font-size: 13px;
  text-align: left;
}

.navi2 {
  background-color: #fff;
  font-size: 13px;
  padding: 6px 0 6px;
  border-bottom: dashed #000 1px;
  text-align: left;
}

.side-pmark {
  display: block;
  margin: 8px auto;
  width: 80%;
}

.side-hogo {
  font-size: 14px;
  background-color: #8fc4dd;
}

.side-gaido_tai {
  margin-top: 10px;
  width: 40%;
}

.side-gaido_li {
  line-height: 1.5em;
  font-size: 14px;
  margin-left: 1em;
}

/*footer/////////////////////////////////////////////////////////////////*/

.footer {
  width: 800px;
  margin: 0 auto 10px;
  font-size: 10px;
  border-bottom: solid #000 1px;
  border-right: solid #000 1px;
  border-left: solid #000 1px;
}

.footer-nav {
  height: 30px;
  background-color: #0c2066;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.footer-nav ul {
  padding: 4px 0;
}

.fooeter-kennsaku {
  height: 22px;
  display: inline;
}

.footer-sannkaku {
  width: 12px;
  margin-left: 2px;
  vertical-align: middle;
}

.footer-nav-item {
  list-style: none;
  display: inline;
  vertical-align: middle;
  margin: 1px 0;
}

.footer-nav-item a {
  color: #fff;
  font-size: 13px;
  padding: 5px 0;
}

.footer-item {
  background-color: #fff;
  width: 100%;
  color: #666;
  font-size: 10px;
}

.kage {
  width: 100%;
  margin: 0 auto;
  height: 10px;
}

.footer-img {
  padding: 10px 0 10px 20px;
  width: 200px;
  display: inline-block;
}

.footer-tx1 {
  display: inline-block;
  padding: 10px 0 10px 20px;
  width: 250px;
}

.footer-tx1-1 {
  font-size: 12px;
}

.footer-tx2 {
  padding: 10px 20px 10px 0;
  text-align: right;
  display: inline-block;
}

.footer-tx2 img {
  width: 239px;
}

.top-btn {
  opacity: 0;
}

@media (max-width: 599px) {
  /*/スマフォ用////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

  .sumafo-none {
    display: none;
  }

  .main-none {
    display: block;
  }

  /*header///////////////////////////////////////*/

  .header {
    width: 96%;
    margin: 0 2%;
    position: sticky;
    background-color: #fff;
    top: 0vh;
    z-index: 998;
    border-bottom: solid #000 1px;
  }

  .header-tai {
    font-size: 3.3vw;
    padding: 2%;
  }

  .header-item1-tai {
    width: 62%;
    font-size: 20px;
    padding: 3% 0 3% 2.7em;
  }

  .nousapo-header-tai {
    font-size: 18px;
  }

  .header-item1-img {
    width: 36%;
  }

  .header-item1-img img {
    width: 100%;
  }

  .header-item2 {
    width: 96%;
    margin: 0px 2% 0;
  }

  .header-item2-kennsaku {
    font-size: 4vw;
    width: 80%;
    padding: 10px 0;
  }

  input[name="query"] {
    width: 8em;
  }

  .header-item2-kege {
    height: 10px;
  }

  /*ハンバーガーメニュー///////////////////////*/

  .open {
    overflow: hidden;
  }

  .hamburger-wrap {
    margin-top: 0px;
    height: 0;
    position: sticky;
    top: 0px;
    z-index: 1000;
  }

  .hamburger-wrap_2 {
    top: 9px;
  }

  .hamburger {
    margin-left: 4%;
    padding-top: 3px;
    display: block;
  }

  /* 開いた時のハンバーガーのデザイン /////////////////////////////////////////////////////////*/

  .open .hamburger_line {
    background: transparent;
  }

  .open .hamburger_line::before,
  .open .hamburger_line::after {
    background: #000;
  }

  .open .hamburger_line::before {
    transform: rotate(135deg);
  }

  .open .hamburger_line::after {
    transform: rotate(-135deg);
  }

  .open .hamburger_bg {
    opacity: 0.5;
    visibility: visible;
  }

  .open .hamburger-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #d9d9df;
    opacity: 0.8;
  }

  /*main/////////////////////////////////////////////////////////////////////*/

  .main {
    width: 96%;
    margin: 0 2%;
  }

  /*ahcc/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

  .nousapo {
    padding: 0 5px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: none;
  }

  .nousapo-kaisou {
    font-size: 13.5px;
  }

  .nousapo-tai {
    width: 100%;
  }

  .nousapo-img0 {
    width: 60%;
    margin: 0 auto;
    height: auto;
  }

  .nousapo-tx_zoon {
    width: 100%;
  }

  /*nousapo-item1///////////////////////////////*/

  .nousapo-item1-tel-tel {
    width: 100%;
  }

  .nousapo-item1-tel-tx1 {
    width: 100%;
  }

  .nousapo-item1-item-img {
    width: 60%;
  }

  .nousapo-item1-item-tx {
    width: 100%;
  }


  /*.fuko-item2////////////////////*/

  .nousapo-item2-btn {
    width: 35%;
  }

  .nousapo-item2-tx0 {
    width: 100%;
    font-size: 14px;
  }

  .nousapo-item2-tbl-td td {
    width: 60%;
  }

  .nousapo-item2-tbl-td-from {
    width: 95%;
  }

  .nousapo-item2-tx {
    text-align: left;
  }

  .nousapo-item2-tx-img {
    width: 25%;
  }


  /*.fuko-item3//////////////*/

  .nousapo-item3-tbl {
    width: 100%;
  }

  .nousapo-item3-tbl-tbl {
    width: 49%;
  }

  .nousapo-item3-tbl-tbl th {
    width: 60%;
  }

  /*.fuko-item4////////////////*/

  .nousapo-item4-item2 ul {
    display: flex;
    flex-wrap: wrap;
  }

  .nousapo-item4-item2 li {
    width: 25%;
    padding: 5px;
  }

  /*side//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

  .side {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .side-can {
    display: inline-block;
    width: 49%;
  }

  .side-can p {
    font-size: 11px;
  }

  .side-search {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
  }

  .side-li_wrap {
    margin-top: 7px;
    display: flex;
    width: 100%;
    transition: 1s;
    transform: translateX(-110%);
  }

  .side-li_wrap_2 {
    margin-top: 25px;
  }

  .open .side-li_wrap {
    transform: translatex(0);
    transition: 1s;
  }

  .side-li {
    width: 50%;
    position: sticky;
  }

  .side-li2 {
    width: 50%;
    position: sticky;
  }

  .navi2 a {
    display: block;
  }

  .navi3 {
    line-height: 2em;
    font-size: 13px;
    text-align: left;
  }

  .side-list-item {
    display: none;
  }

  .navi2 {
    font-size: 13px;
    padding: 6px 0 6px;
  }

  .side-pmark {
    display: inline-block;
    width: 40%;
  }

  .side-hogo {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    margin-top: 14px;
  }

  .side-gaido_tai {
    display: block;
    width: 30%;
  }

  .side-gaido-li {
    font-size: 12px;
  }

  /*footer/////////////////////////////////////////////////////////////////*/

  .footer {
    width: 96%;
    margin: 0 2% 10px;
  }

  .footer-nav {
    height: 30px;
    background-color: #0c2066;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .footer-nav ul {
    padding: 4px 0;
  }

  .fooeter-kennsaku {
    height: 22px;
    display: inline;
  }

  .footer-sannkaku {
    width: 12px;
    margin-left: 2px;
    vertical-align: middle;
  }

  .footer-nav-item {
    display: block;
    line-height: 2em;
    margin: 1px 0;
  }

  .footer-nav-item a {
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
  }

  .footer-nav {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 4px 0 10px;
  }

  .footer-nav ul {
    text-align: left;
    padding: 6px 0 0 3%;
  }

  .footer-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .footer-img {
    padding: 10px 0 10px 0;
    width: 40%;
    display: inline-block;
  }

  .footer-tx1 {
    display: inline-block;
    padding: 10px 0 10px 20px;
    width: 60%;
  }

  .footer-tx1-1 {
    font-size: 12px;
  }

  .footer-tx2 {
    padding: 10px 20px 10px 0;
    text-align: left;
    display: inline-block;
    width: 100%;
  }

  .footer-tx2 img {
    width: 239px;
  }

  .top-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid #000 1px;
    background-color: #fff;
    opacity: 1;
  }

  .top-btn a {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    padding: 10px 0;
  }

  .open .top-btn {
    display: none;
  }
}