.anchorNav {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  margin-bottom: 100px;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .anchorNav {
      flex-wrap: wrap;
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 769px) {
    .anchorNav.col3 li {
      width: 33.3%; } }
  .anchorNav li {
    width: 320px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #aaa; }
    .anchorNav li:first-child {
      border-left: 1px solid #aaa; }
    @media screen and (max-width: 768px) {
      .anchorNav li {
        width: 50%; }
        .anchorNav li:nth-child(n+3) {
          margin-top: 21px; }
        .anchorNav li:nth-child(odd) {
          border-left: 1px solid #aaa; } }
    .anchorNav li a {
      display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      width: 100%;
      height: 100%;
      padding: 0 20px;
      position: relative;
      font-size: 2rem;
      line-height: 1.4; }
      @media print, screen and (min-width: 769px) {
        .anchorNav li a:hover {
          opacity: .8; } }
      @media screen and (max-width: 768px) {
        .anchorNav li a {
          font-size: 1.4rem;
          padding: 0 14px; } }
      .anchorNav li a span {
        position: relative;
        display: inline-block;
        padding-right: 40px;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        @media print, screen and (min-width: 769px) {
          .anchorNav li a span:hover {
            opacity: .8; } }
        @media print, screen and (min-width: 769px) {
          .anchorNav li a span::after {
            -webkit-transition: transform .2s ease;
            transition: transform .2s ease; }
          .anchorNav li a span:hover::after {
            transform: translate(0, 3px); } }
        @media screen and (max-width: 768px) {
          .anchorNav li a span {
            width: 100%;
            padding-right: 15px; } }
        .anchorNav li a span::after {
          content: "";
          width: 24px;
          height: 13px;
          position: absolute;
          top: 50%;
          margin-top: -6px;
          background: url(../images/icon_arrow_06_b.png) 0 0/100% auto no-repeat;
          right: 0; }
          @media screen and (max-width: 768px) {
            .anchorNav li a span::after {
              width: 11px;
              height: 7px;
              margin-top: -3px;
              background: url(../images/sp/icon_arrow_06_b.png) 0 0/100% auto no-repeat; } }

.searchBox {
  width: 700px;
  border-radius: 10px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .searchBox {
      width: auto; } }
  .searchBox .ttlArea {
    background: #7dcdf4;
    padding: 15px 0 10px;
    text-align: center; }
    .searchBox .ttlArea .ttl {
      line-height: 1;
      color: #fff;
      font-size: 2.4rem;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .searchBox .ttlArea .ttl {
          font-size: 1.9rem; } }
      .searchBox .ttlArea .ttl span {
        background: url(../images/icon_search_s.png) 0 1px/23px auto no-repeat;
        padding: 0 0 5px 30px;
        display: inline-block;
        border-bottom: 4px solid #f4ed7d; }
        @media screen and (max-width: 768px) {
          .searchBox .ttlArea .ttl span {
            border-bottom-width: 3px;
            background-size: 18px;
            padding: 0 0 5px 23px; } }
    .searchBox .ttlArea .ttlDescription {
      margin-top: 3px;
      font-size: 1.6rem;
      color: #fff; }
  .searchBox .cont {
    padding: 20px 30px;
    background: #ebf8ff; }
    @media screen and (max-width: 768px) {
      .searchBox .cont {
        padding: 25px 16px 20px; } }
    .searchBox .cont .sTtl {
      font-size: 1.6rem;
      color: #568da8;
      padding-left: 30px;
      background-position: 0 1px;
      background-repeat: no-repeat;
      background-size: 22px;
      margin-bottom: 10px;
      line-height: 1.6; }
      @media screen and (max-width: 768px) {
        .searchBox .cont .sTtl {
          background-size: 20px;
          padding-left: 28px; } }
      .searchBox .cont .sTtl span {
        display: block;
        color: #aaa;
        margin-left: 5px;
        font-weight: 400;
        margin: 0;
        font-size: 1.2rem; }
      @media screen and (max-width: 768px) {
        .searchBox .cont .sTtl.gps {
          margin-bottom: 0; } }
      .searchBox .cont .sTtl.gps, .searchBox .cont .sTtl.map {
        background-image: url(../images/icon_gps.png); }
      .searchBox .cont .sTtl.zip {
        background-image: url(../images/icon_zip.png); }
      .searchBox .cont .sTtl.keyword {
        background-image: url(../images/icon_keyword.png); }
      .searchBox .cont .sTtl.area {
        background-image: url(../images/icon_area.png); }
    .searchBox .cont .lt {
      width: 306px;
      float: left; }
    .searchBox .cont .rt {
      width: 310px;
      float: right; }
    .searchBox .cont .inputBox input[type="text"],
    .searchBox .cont .inputBox input[type="tel"] {
      width: 220px; }
      @media screen and (max-width: 768px) {
        .searchBox .cont .inputBox input[type="text"],
        .searchBox .cont .inputBox input[type="tel"] {
          width: calc(100% - 90px); } }
    .searchBox .cont .inputBox .searchBtn {
      margin-left: 5px; }
      @media screen and (max-width: 768px) {
        .searchBox .cont .inputBox .searchBtn.wide {
          width: 100%;
          font-size: 2.0rem;
          letter-spacing: 1.0rem;
          font-weight: 600;
          margin-left: 0;
          margin-top: 10px; } }
    .searchBox .cont .inputBox .selectItem {
      display: flex;
      display: -webkit-box;
      display: -webkit-flex; }
      .searchBox .cont .inputBox .selectItem + .selectItem {
        margin-top: 8px; }
      .searchBox .cont .inputBox .selectItem label {
        color: #aaa;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 8px; }
      .searchBox .cont .inputBox .selectItem select {
        -webkit-flex: 1;
        flex: 1; }
    .searchBox .cont .inputBox select {
      -webkit-appearance: none;
      appearance: none;
      box-shadow: none;
      border: 1px solid #7dcdf4;
      border-radius: 5px;
      height: 40px;
      padding: 10px;
      background: url(../images/arrow_select.gif) right center/auto 100% no-repeat #fff; }
      @media screen and (max-width: 768px) {
        .searchBox .cont .inputBox select {
          padding: 5px;
          font-size: 1.6rem; } }
    .searchBox .cont .inputBox .notes {
      margin-top: 7px; }
    .searchBox .cont form + .sTtl {
      margin-top: 15px; }

.contact #search {
  margin-bottom: 75px;
  box-shadow: none; }
  @media screen and (max-width: 768px) {
    .contact #search {
      margin-bottom: 40px; } }
.contact .searchBox {
  width: 1000px; }
  @media screen and (max-width: 768px) {
    .contact .searchBox {
      width: auto; } }
  .contact .searchBox .ttl {
    font-weight: 700; }
  .contact .searchBox .cont .lt .mapBtn {
    width: 336px; }
  .contact .searchBox .cont .rt {
    width: 560px; }
  .contact .searchBox .cont .inputBox .notes {
    margin: 0 0 0 4px;
    display: inline-block; }

.enter #mvTtl {
  background-image: url(../images/contact/enter/bg_mv.jpg); }
  @media screen and (max-width: 768px) {
    .enter #mvTtl {
      background-image: url(../images/contact/enter/sp/bg_mv.jpg); } }

.inst #open {
  margin-bottom: 70px; }
  @media screen and (max-width: 768px) {
    .inst #open {
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 769px) {
    .inst #open .btnLarge {
      margin: 30px auto 0;
      width: 540px; } }
  @media screen and (max-width: 768px) {
    .inst #open .btnLarge {
      margin: 16px auto 0 !important;
      min-width: 270px; } }
  .inst #open .btnLarge a {
    background: #ff9549; }
    @media print, screen and (min-width: 769px) {
      .inst #open .btnLarge a {
        height: 85px;
        margin-top: 30px; } }
    @media screen and (max-width: 768px) {
      .inst #open .btnLarge a {
        font-size: 1.7rem;
        padding-top: 0; } }
    .inst #open .btnLarge a::after {
      background: url(../images/icon_arrow_02_o2.png) 0 0/100% no-repeat; }

.place #mvTtl {
  background-image: url(../images/contact/place/bg_mv.jpg); }
  @media screen and (max-width: 768px) {
    .place #mvTtl {
      background-image: url(../images/contact/place/sp/bg_mv.jpg); } }

.index #mvTtl {
  background-image: url(../images/contact/bg_mv.png); }
  @media screen and (max-width: 768px) {
    .index #mvTtl {
      background-image: url(../images/contact/sp/bg_mv.png); } }
.index .leadTxt {
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .index .leadTxt {
      font-size: 1.5rem; } }
.index .btnDefault.index {
  margin: 0 0 50px auto; }
  @media screen and (max-width: 768px) {
    .index .btnDefault.index {
      margin: 0 auto 50px auto; } }
.index .anchorNav.col3 li {
  width: 50%;
  font-weight: bold; }
.index #mail {
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .index #mail {
      margin-bottom: 50px; } }
  @media screen and (max-width: 768px) {
    .index #mail .pageLink {
      display: block; } }
  .index #mail .pageLink li {
    width: calc(50% - 12.5px); }
    .index #mail .pageLink li:nth-child(odd) {
      margin-right: 12.5px; }
    .index #mail .pageLink li:nth-child(even) {
      margin-left: 12.5px; }
    @media screen and (max-width: 768px) {
      .index #mail .pageLink li {
        width: 100%;
        margin: 0 0 15px 0 !important; } }
    @media screen and (max-width: 768px) {
      .index #mail .pageLink li a {
        padding-bottom: 0; } }
    @media screen and (max-width: 768px) {
      .index #mail .pageLink li a:after {
        right: 20px;
        top: calc(50% - 10px); } }
.index #phone .freeDialBox {
  margin-bottom: 30px; }
  .index #phone .freeDialBox dd > span {
    margin-top: 0; }
  .index #phone .freeDialBox dd b {
    font-size: 55px;
    margin-bottom: 15px;
    background: url(../images/img_free_dial.svg) 0 6px/77px 43px no-repeat; }
    @media screen and (max-width: 768px) {
      .index #phone .freeDialBox dd b {
        font-size: 3.2rem;
        background-size: 44px 24px; } }
.index #phone .phoneBlockList .row {
  display: flex;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .index #phone .phoneBlockList .row {
      display: block; } }
  .index #phone .phoneBlockList .row:last-child {
    margin-bottom: 0; }
.index #phone .phoneBlockList .phoneBlock {
  border: 3px solid #7dcdf4;
  border-radius: 10px;
  flex-basis: 0;
  flex-grow: 1;
  margin-right: 15px;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .index #phone .phoneBlockList .phoneBlock {
      margin: 0 0 20px 0; } }
  .index #phone .phoneBlockList .phoneBlock:last-child {
    margin-right: 0; }
  .index #phone .phoneBlockList .phoneBlock .title {
    background-color: #7dcdf4;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    padding: 10px 0 15px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.3; }
    @media screen and (max-width: 768px) {
      .index #phone .phoneBlockList .phoneBlock .title {
        font-size: 16px;
        padding: 10px 0; } }
  .index #phone .phoneBlockList .phoneBlock .content {
    background-color: #ebf8ff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 28px 10px 28px 28px;
    font-size: 17px;
    letter-spacing: -1px; }
    @media screen and (max-width: 768px) {
      .index #phone .phoneBlockList .phoneBlock .content {
        padding: 11px;
        font-size: 14px;
        line-height: 1.4; } }
    .index #phone .phoneBlockList .phoneBlock .content p {
      margin-bottom: 5px; }
    .index #phone .phoneBlockList .phoneBlock .content .big {
      font-size: 31px;
      font-weight: bold;
      padding-left: 30px;
      margin-bottom: 0;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .index #phone .phoneBlockList .phoneBlock .content .big {
          width: fit-content;
          margin: auto;
          font-size: 25px; } }
      .index #phone .phoneBlockList .phoneBlock .content .big.phone {
        background: url(../images/icon_tel.png) center left no-repeat; }
      .index #phone .phoneBlockList .phoneBlock .content .big.fax {
        background: url(../images/icon_fax.png) center left no-repeat; }
      @media screen and (max-width: 768px) {
        .index #phone .phoneBlockList .phoneBlock .content .big a {
          display: inline-block; } }
