body {
  -webkit-text-size-adjust: 100%;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}
img {
  width: 100%;
  height: auto;
}
/*------------------------------------------------------------------------
table-----*/
.normal_ta {
  width: 100%;
  border-collapse: collapse;
}
.normal_ta {
  border: 1px solid #ccc;
}
.normal_ta th {
  background: #eee;
  min-width: 100px;
}
.normal_ta th, .normal_ta td {
  border: 1px solid #ccc;
  padding: 2%;
  text-align: left;
}
/*------------------------------------------------------------------------
矢印-----*/
.arrow {
  font-size: 87.5%;
  color: #003;
  position: relative;
  display: block;
  /*padding: 0;*/
  text-decoration: none;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.down::before {
  top: -70%;
  left: 45%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #069890;
  border-right: 2px solid #069890;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.down2::before {
  top: 70%;
  left: 45%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #267CC1;
  border-right: 2px solid #267CC1;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.down3::before {
  top: -20%;
  left: 90%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.right_arrow::before {
  right: 0px;
  left: 85%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.right_arrow2::before {
  right: 0px;
  left: 85%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.left_arrow::before {
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.left_arrow2::before {
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top_arrow::before {
  top: 0;
  left: 45%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #069890;
  border-right: 2px solid #069890;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*------------------------------------------------------------------------
余白-----*/
.pa20 {
  padding: 0 20px;
}
.mab8 {
  margin-bottom: 8px;
}
.mab20 {
  margin-bottom: 20px;
}
.mab30 {
  margin-bottom: 30px;
}
.mab64 {
  margin-bottom: 64px;
}
/*------------------------------------------------------------------------
header-----*/
header {
  width: 100%;
  background: #afeeee;
  border-bottom: 10px solid #f8d265;
}
#hL {
  width: 48%;
}
h1 {
  font-size: 81.3%;
  color: #343467;
  padding: 30px 0 10px 0;
}
h2, .foot_logo {
  font-weight: bold;
}
h2 {
  font-size: clamp(1.5rem, 1.294rem + 0.59vw, 2rem);
}
.foot_logo {
  font-size: clamp(1.25rem, 1.044rem + 0.59vw, 1.75rem);
}
h2 a, h2 a:hover, h2 a:active, h2 a:visited {
  color: #003;
  text-decoration: none;
  font-weight: bold;
}
h2 span, .foot_logo span {
  font-size: 60%;
}
h2 img {
  width: 220px;
  height: auto;
}
#hR {
  width: 38%;
  min-width: 410px;
}
nav ul li, nav ul li a {
  width: 119px;
  height: 80px;
}
nav ul li.contact, nav ul li.contact a {
  width: 168px !important;
  height: 80px;
  padding-top: 40px;
}
nav ul li {
  font-size: 87.5%;
  display: inline;
}
nav ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  float: left;
  border-top: 5px solid;
  border-left: 1px solid #fff;
  text-align: center;
  padding-top: 40px;
  border-top-color: #E1F3FC;
}
nav ul li a img {
  width: 30px !important;
  height: auto;
  padding-top: 5px;
}
nav ul li a:visited {
  color: #003;
}
.contact a {
  border-top-color: #fff;
  border-right: 1px solid #fff;
  background: #f8d265;
}
nav ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #003;
}
.contact a:hover {
  background: #deb84b;
}
#sp_nav {
  display: none;
}
/*------------------------------------------------------------------------
main-----*/
main {
  margin: 40px 0;
}
#list {
  padding: 40px 0 0 0;
}
#list li, #list li a {
  display: inline;
  color: #666;
}
#list li {
  font-size: 81.3%;
}
#left {
  width: 100%;
  margin: 40px 0;
  position: relative;
}
main section {
  margin-bottom: 64px;
}
main h3, aside h3 {
  padding: 10px;
  margin-bottom: 30px;
  background: rgba(175, 238, 238, 0.3);
  font-weight: bold;
  font-size: 125%;
  color: #003;
}
main h3 span, aside h3 span {
  border-right: 1px solid #D6D6D6;
  padding-right: 10px;
  margin-right: 10px;
}
main h3 span img, aside h3 span img {
  width: 30px;
  height: auto;
  vertical-align: middle;
}
main h4 {
  font-size: 112.5%;
  position: relative;
  padding: 0 .5em .5em 2em;
  border-bottom: 3px solid #f8d265;
  margin-bottom: 16px;
  font-weight: bold;
}
main h4::before, main h4::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
main h4::before {
  top: .2em;
  left: .2em;
  width: 18px;
  height: 18px;
  background-color: rgba(248, 210, 101, 0.9);
  z-index: 2;
}
main h4::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background-color: rgba(248, 210, 101, 0.5);
}
#page_ti, #page_ti_hakui, #page_ti_shika, #page_ti_silk, #page_ti_small {
  color: #fff;
  font-weight: bold;
  width: 380px;
  height: 130px;
  padding: 20px 0 0 20px !important;
  display: block;
  background-size: contain !important;
  border: none !important;
}
#page_ti, #page_ti_hakui, #page_ti_shika, #page_ti_silk {
  font-size: 187.6%;
}
#page_ti_small {
  font-size: 160%;
}
#page_ti, #page_ti_small {
  background: url(../img/page_ti.png) no-repeat left;
}
#page_ti_hakui {
  background: url(../img/hakui/page_ti.png) no-repeat left;
}
#page_ti_shika {
  background: url(../img/shika/page_ti.png) no-repeat left;
}
#page_ti_silk {
  background: url(../img/silk/page_ti.png) no-repeat left;
}
#page_ti span, #page_ti_hakui span, #page_ti_shika span, #page_ti_silk span, #page_ti_small span {
  font-size: 50% !important;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  border: none !important;
}
#page_ti span, #page_ti_hakui span, #page_ti_shika span, #page_ti_silk span {
  margin-top: -20px;
}
#page_ti_small span {
  margin-top: -10px;
}
#top_contactbox, #page_info {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
}
#top_contactbox p {
  border-bottom: 1px solid #069890;
}
.tel, .tel a {
  font-size: 187.6%;
  font-weight: bold;
  color: #069890;
  text-decoration: none;
  border-bottom: none !important;
}
#page_info p {
  font-size: 100%;
  color: #069890;
  border-bottom: 1px dotted #069890;
  padding: 1% 0;
  text-align: right;
}
.pagetop {
  font-size: 75%;
  text-align: right;
  margin: 20px 0;
}
/*------------------------------------------------------------------------
footer-----*/
footer {
  background: #afeeee;
  color: #003;
  padding-bottom: 20px;
}
body.b_contact footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
footer .wrap {
  position: relative;
}
.foot_logo {
  padding-top: 20px;
}
.footbox {
  width: 18.18%;
  margin-right: 20px;
  border: 1px solid #fff;
}
.footbox dt {
  font-size: 87.5%;
  color: #666;
  background: #fff;
  padding: 1%;
}
.footbox dd ul {
  margin: 4%;
}
.footbox dd ul li {
  font-size: 100%;
  line-height: 220%;
}
.footbox dd ul li a {
  color: #fff;
  text-indent: 20px;
  text-decoration: underline;
}
.footbox dd ul li a:visited {
  color: #eee;
}
.footbox dd ul li a:hover, .footbox dd ul li a:active {
  color: #FF0;
}
#pagetop {
  font-size: 81.3%;
  position: absolute;
  top: 0;
  right: 0;
  width: 10.9%;
  border-top: 5px solid #069890;
  text-align: center;
}
#pagetop a {
  color: #003;
  text-decoration: none;
  padding-top: 40px;
}
#copy {
  font-size: 81.3%;
  margin: 20px 0;
}
/*--------------------------------------------
　　　スマホ
 ---------------------------------------------*/
@media all and (max-width: 1024px) {
  .fL, .fR {
    float: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrap {
    width: 98%;
    margin: 0 auto;
  }
  /*------------------------------------------------------------------------
header-----*/
  #hL, #hR {
    width: 100%;
  }
  h1 {
    font-size: 81.3%;
    color: #fff;
    padding: 5px 0 10px 0;
  }
  h2 img {
    width: 220px;
    height: auto;
    margin-bottom: 10px;
  }
  #sp_nav {
    display: block;
  }
  #sp_nav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .btn {
    background: transparent url(../img/btn.png) no-repeat 0 0;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
    z-index: 200;
    border: 1px solid #fff;
  }
  .peke {
    background-position: -40px 0;
  }
  .drawr {
    display: none;
    background-color: rgba(6, 152, 144, 0.9);
    position: absolute;
    top: 0px;
    right: 0;
    width: 310px;
    height: 100%;
    padding: 60px 0 0 0;
    z-index: 100;
  }
  #menu li {
    width: 100%;
    height: auto;
  }
  #menu li a {
    font-size: 100%;
    color: #fff;
    display: block;
    padding: 15px 0;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #fff;
    width: 97%;
    height: auto;
    float: none;
    text-align: left;
    padding-left: 3%;
    font-weight: bold;
  }
  #menu li a.group {
    border-bottom: 1px solid #689acb;
  }
  #menu li ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  #menu li ul li {
    width: 50%;
  }
  #menu li ul li a {
    font-size: 110%;
    width: 95%;
    background-color: rgba(0, 76, 144, 0.3);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #689acb;
    font-weight: normal;
    text-align: center !important;
  }
  /*------------------------------------------------------------------------
main-----*/
  #left {
    width: 100%;
    margin: 10px 0;
  }
  #page_ti, #page_ti_hakui, #page_ti_shika, #page_ti_silk, #page_ti_small {
    font-size: 187.6%;
    color: #fff;
    font-weight: bold;
    width: 95%;
    height: auto;
    padding: 20px 0 0 5% !important;
    display: block;
    background-size: cover !important;
    border: none !important;
  }
  #page_ti, #page_ti_small {
    background: url(../img/page_ti_sp.jpg) no-repeat left;
  }
  #page_ti_hakui {
    background: url(../img/hakui/page_ti_sp.jpg) no-repeat left;
  }
  #page_ti_shika {
    background: url(../img/shika/page_ti_sp.jpg) no-repeat left;
  }
  #page_ti_silk {
    background: url(../img/silk/page_ti_sp.jpg) no-repeat left;
  }
  #list {
    display: none;
  }
  #top_contactbox, .contactbt {
    position: static;
    background: #f8d265;
    width: 80%;
    padding: 2%;
    margin: 0 8% 10px 8%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #003;
    text-align: center;
  }
  #page_info {
    position: static;
    width: 100%;
    margin-top: -20px;
  }
  #page_info p {
    font-size: 130%;
    text-align: center;
    margin-bottom: 10px;
  }
  #top_contactbox .tel, #top_contactbox .tel a, .contactbt .tel, .contactbt .tel a {
    font-size: 130%;
    margin: 1% 0 0 0;
    color: #003 !important;
  }
  .contactbt {
    margin-top: 16px;
  }
  .tel, .tel a {
    color: #1D5F94;
    font-size: 130%;
    margin: 1% 0 0 0;
  }
  #pp {
    display: none;
  }
  /*------------------------------------------------------------------------
footer-----*/
  footer .wrap {
    position: static;
  }
  #logo {
    width: 160px;
    margin: 0 auto 8px auto;
    padding-top: 10px;
  }
  .footbox {
    width: 98%;
    margin: 0 1% 10px 1%;
  }
  #pagetop {
    display: none;
  }
}