@charset "utf-8";

/*** top commons ***/
.tmp_topContent a,
.tmp_topContent a:visited {
  color: #0072bc;
  text-decoration: none;
  transition: all 0.2s;
}
.tmp_topContent li {
  list-style: none;
}
.tmp_topContent img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.tmp_sectionTitle {
  height: 64px;
  line-height: 64px;
  padding: 0 0 0 24px;
  background: #f7f7f7;
  border-left: solid 8px #0072bc;
  color: #0072bc;
  letter-spacing: 0.1em;
  font-size: 130%;
}
.tmp_sectionInner {
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .tmp_sectionInner {
    padding: 20px 10px;
  }
}
.tmp_buttonLink a {
  display: block;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 40px;
  border: solid 2px #0072bc;
  background: #fff;
  font-weight: bold;
  text-align: center;
}
.tmp_buttonLink a:hover {
  background: #0072bc;
  color: #fff !important;
}
.tmp_buttonLinkList,
.tmp_pictLinkList,
.tmp_bannerLinkList,
.tmp_textInlineLinks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.tmp_buttonLinkList .tmp_buttonLink {
  width: calc(25% - 10px);
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .tmp_buttonLinkList .tmp_buttonLink {
    width: calc(100% / 2 - 10px);
  }
}
.tmp_buttonLinkList._l .tmp_buttonLink a,
.tmp_buttonLink._l a {
  line-height: 54px;
  font-size: 130%;
}
.tmp_pictLinkList li {
  width: calc(100% / 5 - 20px);
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 3px #ccc;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .tmp_pictLinkList li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
  }
}
.tmp_pictLinkList a {
  display: block;
  padding: 30px 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .tmp_pictLinkList a {
    padding: 20px 10px;
  }
}
.tmp_pictLinkList span {
  font-size: 50px;
  display: block;
  margin-bottom: 20px;
  transition: all 0.2s;
  padding-left: 0.37em;
}
@media screen and (max-width: 480px) {
  .tmp_pictLinkList span {
    margin-bottom: 10px;
  }
}
.tmp_pictLinkList a:hover {
  background: #0072bc;
  color: #fff;
}
.tmp_bannerLinkList {
  justify-content: center;
}
.tmp_textInlineLinks {
  justify-content: center;
  margin: 30px auto;
}
.tmp_textInlineLinks li {
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #0072bc;
}
.tmp_textInlineLinks li:last-child {
  border: none;
}
@media screen and (max-width: 480px) {
  .tmp_textInlineLinks li {
    margin: 0 0 20px;
    padding: 0;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  .tmp_textInlineLinks li:nth-child(even) {
    border: none;
  }
}
.tmp_textInlineLinks a {
  font-size: 130%;
}
.tmp_textInlineLinks a:hover {
  text-decoration: underline;
}
.tmp_moreLink {
  text-align: right;
  font-size: 120%;
}
.tmp_moreLink a:hover {
  text-decoration: underline;
}
#tmp_topContentInner {
  margin-bottom: 80px;
  padding: 20px;
  background: #fff;
}
#tmp_mainBanner,
#tmp_information,
#tmp_blockLinks,
#tmp_proof,
#tmp_shisei,
#tmp_safety,
#tmp_facility,
#tmp_tourism,
#tmp_businessPartner {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  #tmp_mainBanner,
  #tmp_information,
  #tmp_blockLinks,
  #tmp_proof,
  #tmp_shisei,
  #tmp_safety,
  #tmp_facility,
  #tmp_tourism,
  #tmp_businessPartner {
    margin-bottom: 20px;
  }
}

/*** #tmp_mainBanner ***/
#tmp_mainBanner {
  background: #eee;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #tmp_mainBanner {
    margin-bottom: 70px;
  }
}
.tmp_mainBannerNav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #0072bc;
  width: auto;
  text-align: right;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 480px) {
  .tmp_mainBannerNav {
    bottom: -50px;
    right: 0;
    left: 0;
    text-align: center;
  }
}

.tmp_mainBannerNav span {
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
  cursor: pointer;
}
.tmp_mainBannerNav span:hover {
  opacity: 0.8;
}
.tmp_mainBannerNav_dots {
  display: inline-block;
}

/*** #tmp_information ***/
.tmp_informationLinkList {
  margin-bottom: 20px;
}
.tmp_informationLinkList li {
  margin: 10px 10px 10px 20px;
  line-height: 1.8;
  color: #0072bc;
  text-indent: -20px;
}
.tmp_informationLinkList a:hover {
  text-decoration: underline;
}
.tmp_informationLinkList a:visited {
  opacity: 0.8;
}
#tmp_information .tmp_buttonLinkList .tmp_buttonLink {
  width: calc(100% / 2 - 10px);
}
@media screen and (max-width: 480px) {
  #tmp_information .tmp_buttonLinkList {
    margin-bottom: 0;
  }
  #tmp_information .tmp_buttonLinkList .tmp_buttonLink {
    width: 100%;
  }
}
#tmp_snsLinks {
  border: solid 1px #ccc;
  border-radius: 50px;
  padding: 15px;
  text-align: center;
}
.tmp_snsLinksTitle {
  display: inline;
  margin-right: 10px;
}
.tmp_snsLinkList,
.tmp_snsLinkList li {
  display: inline;
}
@media screen and (max-width: 480px) {
  #tmp_snsLinks {
    height: auto;
    border-radius: 5px;
  }
  .tmp_snsLinksTitle {
    display: block;
    margin: 0 0 10px;
  }
}
#tmp_snsLinks .fab {
  font-size: 24px;
  margin: auto 5px;
  vertical-align: middle;
}
#tmp_snsLinks .fa-twitter {
  color: #1da1f2;
}
#tmp_snsLinks .fa-facebook {
  color: #1877f2;
}
#tmp_snsLinks .fa-line {
  color: #00b900;
}
#tmp_snsLinks .fa-youtube {
  color: #ff0000;
}
#tmp_snsLinks img {
  width: 22px;
  margin: auto 5px;
  vertical-align: middle;
}

/*** #tmp_blockLinks ***/
#tmp_blockLinks ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#tmp_blockLinks li {
  width: calc(20% - 10px);
  margin: 5px;
  border-radius: 5px;
  overflow: hidden;
}
#tmp_blockLinks img{
  width:31px;
  height:38px;
  margin: 0px 25px 0px 0px;
}
@media screen and (max-width: 480px) {
  #tmp_blockLinks li {
    width: calc(100% / 2 - 10px);
  }
}
#tmp_blockLinks a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0072bc;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  height: 100px;
  line-height: 1.7;
  color: #fff;
}
#tmp_blockLinks a:hover {
  opacity: 0.8;
}
#tmp_blockLinks .fal,
#tmp_blockLinks .far {
  font-size: 36px;
  margin-right: 15px;
}

/*** #tmp_proof ***/
#tmp_proof .tmp_buttonLinkList._02 .tmp_buttonLink {
  width: calc(100% / 3 - 10px);
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  #tmp_proof .tmp_buttonLinkList {
    margin-bottom: 0;
  }
  #tmp_proof .tmp_buttonLinkList._02 .tmp_buttonLink {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*** #tmp_shisei ***/
#tmp_shisei .tmp_pictLinkList a {
  padding: 0;
}
#tmp_shisei .tmp_pictLinkList img {
  vertical-align: text-bottom;
}
#tmp_shisei .tmp_pictLinkList_text {
  font-size: 100%;
  display: block;
  padding: 10px;
  margin: 0;
}
#tmp_shisei .tmp_buttonLinkList {
  margin-bottom: 0;
}
#tmp_shisei .tmp_buttonLinkList .tmp_buttonLink {
  width: calc(100% / 3 - 10px);
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  #tmp_shisei .tmp_buttonLinkList .tmp_buttonLink {
    width: calc(100% / 3 - 5px);
    margin-bottom: 10px;
  }
}
#tmp_shisei .tmp_buttonLinkList .tmp_buttonLink:nth-child(1) a {
        border: 2px soliad #00a1e3;
}
#tmp_shisei .tmp_buttonLinkList .tmp_buttonLink:nth-child(2) a {
        border: 2px solid #f7931d;
}
#tmp_shisei .tmp_buttonLinkList .tmp_buttonLink:nth-child(3) a {
        border: 2px solid #0ca749;
}

/*** #tmp_safety ***/
#tmp_safety {
  display: flex;
  justify-content: space-between;
}
.tmp_safetySection {
  width: calc(100% / 2 - 10px);
}
@media screen and (max-width: 480px) {
  #tmp_safety {
    flex-direction: column;
  }
  .tmp_safetySection {
    width: 100%;
    margin-bottom: 20px;
  }
}

.tmp_safetyTitle {
  height: 58px;
  line-height: 58px;
  padding: 0 24px;
  background: #e5f1f8;
  border-bottom: solid 4px #0072bc;
  box-sizing: border-box;
  color: #0072bc;
  letter-spacing: 0.1em;
  font-size: 130%;
  text-align: center;
  margin-bottom: 20px;
}
.tmp_safetyLinks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3px;
}
.tmp_safetyLinks li {
  width: calc(100% / 2 - 10px);
  margin-bottom: 20px;
  box-shadow: 0 0 3px #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.tmp_safetyLinks a {
  display: block;
  padding: 30px 40px;
  background: #fff;
  font-size: 115%;
  letter-spacing: 0.1em;
}
.tmp_safetyLinks a:hover {
  background: #0072bc;
  color: #fff;
}
.tmp_safetyLinks span {
  display: inline-block;
  width: 30px;
  font-size: 30px;
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .tmp_safetyLinks a {
    padding: 20px;
    text-align: center;
  }
  .tmp_safetyLinks span {
    display: block;
    margin: auto auto 10px;
  }
}

/*** #tmp_facility ***/
#tmp_facility .tmp_buttonLinkList .tmp_buttonLink {
  width: calc(100% / 3 - 10px);
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  #tmp_facility .tmp_buttonLinkList {
    margin-bottom: 10px;
  }
  #tmp_facility .tmp_buttonLinkList .tmp_buttonLink {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*** #tmp_tourism ***/
.type_top #tmp_tourism {
  padding: 80px 20px;
  color: #FFFFFF;
  background: #0072bc;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .type_top #tmp_tourism {
    padding: 40px 20px;
  }
}
#tmp_tourism h1 {
  margin-bottom: 20px;
  font-size: 180%;
  color: #fff;
  letter-spacing: 0.2em;
}
.tmp_tourismIntroText {
  color: #fff;
  font-size: 120%;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  line-height: 2;
}
#tmp_tourism .tmp_bannerLinkList {
  margin-bottom: 0;
}
#tmp_tourism .tmp_bannerLinkList li {
  width: calc(100% / 4 - 40px);
  margin: auto 10px 20px;
}
@media screen and (max-width: 480px) {
  #tmp_tourism .tmp_bannerLinkList li {
    width: 100%;
  }
}

/*** #tmp_businessPartner ***/
.tmp_businessPartnerInner {
  display: flex;
}
.tmp_businessPartnerInner .tmp_pictLinkList {
  width: 30%;
  margin: auto 20px 0 auto;
}
.tmp_businessPartnerInner .tmp_pictLinkList li {
  width: 100%;
}
.tmp_businessPartnerInner .tmp_buttonLinkList {
  width: 70%;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .tmp_businessPartnerInner {
    display: block;
  }
  .tmp_businessPartnerInner .tmp_pictLinkList,
  .tmp_businessPartnerInner .tmp_buttonLinkList {
    width: 100%;
  }
}

/*** #tmp_inquiry ***/
#tmp_topInquiry {
  text-align: center;
  border-top: solid 1px #ccc;
  padding: 80px 20px;
  line-height: 2;
}
#tmp_topInquiry h1 {
  margin-bottom: 20px;
  font-size: 180%;
  color: #0072bc;
  letter-spacing: 0.2em;
}
#tmp_topInquiry .tmp_buttonLink {
  margin: 30px auto;
  max-width: 600px;
}

/*** for Smartphone  ***/
#tmp_spQuickLink {
  display: none;
}
@media screen and (max-width: 480px) {
  #tmp_spQuickLink {
    display: block;
  }
  #tmp_spQuickLink ul {
    display: flex;
    justify-content: space-between;
    margin: 10px 10px 20px;
  }
}
@media screen and (max-width: 480px) {
  .tmp_spBreak {
    display: inline-block;
  }
}