@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}

@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  padding: 39px 0;
  border-bottom: 1px solid #E2E1DF;
}

@media (max-width: 800px) {
  #section01 {
    padding: 18px 0;
  }
}

#section01 h1 {
  margin: 0 auto;
  text-align: center;
}

#section01 h1 img {
  width: auto !important;
  height: 95px;
}

@media (max-width: 800px) {
  #section01 h1 img {
    height: 95px;
  }
}

#section02 {
  padding: 56px 0;
  border-top: 1px solid #E2E1DF;
  border-bottom: 1px solid #E2E1DF;
}

@media (max-width: 800px) {
  #section02 {
    padding: 20px 0;
  }
}

#section02 h2 {
  margin: 0 auto;
  text-align: center;
}

#section02 h2 img {
  width: auto !important;
  height: 95px;
}

@media (max-width: 800px) {
  #section02 h2 img {
    height: 95px;
  }
}

/******************************************************/
#section00 {
  padding-bottom: 200px;
}

@media (max-width: 800px) {
  #section00 {
    padding-bottom: 25px;
  }
}

#section00 h2 {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 45px;
}

@media (max-width: 800px) {
  #section00 h2 {
    padding-bottom: 25px;
  }
}

#section00 h2 img {
  width: auto !important;
  height: 61px;
  /*height:55px*/
}

@media (max-width: 800px) {
  #section00 h2 img {
    height: 50px;
    /*height: 45px;*/
  }
}

/**********************************************/
.contena_all {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

@media (max-width: 800px) {
  .contena_all {
    width: 100%;
    padding-top: 20px;
  }
}

.contena_all ul.navleft {
  width: 21.6%;
  max-width: 220px;
}

@media (max-width: 800px) {
  .contena_all ul.navleft {
    display: none;
  }
}

.contena_all ul.navleft li a {
  padding: 4px 0 4px 0;
  display: inline-block;
}

.contena_all div.main_area {
  width: 75%;
  max-width: 757px;
  padding-bottom: 85px;
}

@media (max-width: 800px) {
  .contena_all div.main_area {
    width: 100%;
    padding-bottom: 40px;
  }
}

.product_list {
  width: 100%;
  max-width: 756px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}

.product_list li.item01 {
  max-width: 255px;
}

@media (max-width: 800px) {
  .product_list li.item01 {
    width: calc(100% / 3);
  }
}

.product_list li.item02 {
  max-width: 251px;
}

@media (max-width: 800px) {
  .product_list li.item02 {
    width: calc(100% / 3);
  }
}

.product_list li.item03 {
  max-width: 250px;
}

@media (max-width: 800px) {
  .product_list li.item03 {
    width: calc(100% / 3);
  }
}

.acc-base {
  width: 100%;
}

@media (max-width: 800px) {
  .acc-base {
    width: 90%;
    margin: 0 auto;
  }
}

.acc-base h2 {
  display: block;
  font-size: 22px;
  padding-bottom: 44px;
}

@media (max-width: 800px) {
  .acc-base h2 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 25px;
  }
}

.acc-base .map-base {
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 75px;
}

.acc-base .map-base .lef {
  display: block;
  width: 62%;
}

@media (max-width: 800px) {
  .acc-base .map-base .lef {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}

.acc-base .map-base .lef p {
  font-size: 12px;
}

.acc-base .map-base iframe {
  width: 100%;
}

.acc-base .map-base .ref {
  display: block;
  padding-top: 27px;
  width: 35.3%;
}

@media (max-width: 800px) {
  .acc-base .map-base .ref {
    width: 100%;
    padding-top: 0px;
    padding: 20px;
    border: #CCCCCC dashed 1px;
  }
}

.acc-base .map-base .ref h3 {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 20px;
}

@media (max-width: 800px) {
  .acc-base .map-base .ref h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
  }
}

.acc-base .map-base .ref .t0b20 {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.acc-base .map-base .ref .t0b20b {
  margin: 0 0 0px 0;
  overflow: hidden;
}

.accessphoto {
  width: 100%;
  max-width: 460px;
}

@media (max-width: 800px) {
  .accessphoto {
    max-width: 800px;
  }
}

p.mini {
  font-size: 12px;
  margin-bottom: 120px;
}

@media (max-width: 800px) {
  p.mini {
    margin-bottom: 60px;
  }
}

dl.outline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  dl.outline {
    font-size: 3.0vw;
  }
}

dl.outline dt {
  width: 150px;
  padding: 22px 0;
  line-height: 140%;
  border-bottom: 1px solid #999;
}

@media (max-width: 800px) {
  dl.outline dt {
    width: 8em;
  }
}

dl.outline dd {
  width: calc(100% - 150px);
  padding: 22px 0;
  line-height: 140%;
  border-bottom: 1px solid #999;
}

@media (max-width: 800px) {
  dl.outline dd {
    width: calc(100% - 8em);
  }
}

dl.outline_last {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  dl.outline_last {
    font-size: 3.0vw;
  }
}

dl.outline_last dt {
  width: 150px;
  padding: 22px 0;
  line-height: 140%;
}

@media (max-width: 800px) {
  dl.outline_last dt {
    width: 8em;
  }
}

dl.outline_last dd {
  width: calc(100% - 150px);
  padding: 22px 0;
  line-height: 140%;
}

@media (max-width: 800px) {
  dl.outline_last dd {
    width: calc(100% - 8em);
  }
}
