@charset "UTF-8";
/* header */
header {
  position: fixed;
  z-index: 999;
  margin: 0 auto;
}
@media print {
  header {
    position: static;
  }
}
header .header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}
@media screen and (max-width: 1024px) {
  header .header-inner .sp_nav-btn {
    transition: 0.3s;
  }
  header .header-inner .icon-animation {
    width: 40px;
    height: 30px;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
  }
  header .header-inner .icon-animation span {
    width: 40px;
    height: 2px;
    display: block;
    background: #63f;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -5px;
    transition: all 0.3s;
    transform: rotate(0deg);
  }
  header .header-inner .icon-animation .top {
    transform: translateY(-12px);
  }
  header .header-inner .icon-animation .bottom {
    transform: translateY(12px);
  }
  header .header-inner .icon-animation:before {
    content: "MENU";
    display: block;
    position: absolute;
    left: 4px;
    letter-spacing: 0;
    bottom: -17px;
    color: #63f;
    font-size: 12px;
    width: 40px;
  }
  header .header-inner .icon-animation button {
    background-color: #fff;
    border: none;
  }
  header .header-inner .is-open .middle {
    background: transparent;
  }
  header .header-inner .is-open .top {
    transform: rotate(-45deg) translateY(0px);
  }
  header .header-inner .is-open .bottom {
    transform: rotate(45deg) translateY(0px);
  }
  header .header-inner .is-open.icon-animation:before {
    content: "CLOSE";
    left: 0px;
    width: 46px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav {
    background: #999;
    display: none;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 80px;
    width: 100%;
  }
}
header .header-inner #gNav ul {
  display: flex;
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav ul {
    flex-direction: column;
    padding: 30px;
  }
}
header .header-inner #gNav ul li + li {
  margin-left: 25px;
}
@media print {
  header .header-inner #gNav ul li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav ul li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}
header .header-inner #gNav ul li a {
  display: block;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav ul li a {
    padding: 0;
  }
}
@media print {
  header .header-inner #gNav ul li a span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav ul li a span {
    display: block;
    width: 100%;
    position: relative;
  }
  header .header-inner #gNav ul li a span::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    width: 10px;
  }
}

/* contact */
#footContact {
  color: #fff;
}
@media print {
  #footContact {
    page-break-before: always;
  }
}
#footContact .footContact_bg {
  background-color: #333;
  padding: 60px 0;
}
#footContact .footContact_bg .sec-ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #footContact .footContact_bg .sec-ttl {
    margin-bottom: 10px;
  }
}
#footContact .footContact_bg .footContact--box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  #footContact .footContact_bg .footContact--box {
    flex-direction: column;
  }
}
#footContact .footContact_bg .footContact--box .boxItem {
  text-align: center;
  width: 48%;
}
@media screen and (max-width: 820px) {
  #footContact .footContact_bg .footContact--box .boxItem {
    width: 100%;
  }
}
#footContact .footContact_bg .footContact--box .boxItem .telNumber {
  font-size: 34px;
}
@media screen and (max-width: 820px) {
  #footContact .footContact_bg .footContact--box .boxItem .telNumber {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  #footContact .footContact_bg .footContact--box .boxItem .telNumber {
    font-size: 30px;
  }
  #footContact .footContact_bg .footContact--box .boxItem .telNumber a {
    color: #fff;
  }
}
@media screen and (max-width: 820px) {
  #footContact .footContact_bg .footContact--box .boxItem.boxForm {
    margin-top: 30px;
  }
}
#footContact .footContact_bg .footContact--box .boxItem.boxForm .button01 {
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 820px) {
  #footContact .footContact_bg .footContact--box .boxItem.boxForm .button01 {
    width: 100%;
  }
}

/*  footer  */
footer #footer-head {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
@media screen and (max-width: 820px) {
  footer #footer-head {
    flex-direction: column;
  }
}
@media screen and (max-width: 820px) {
  footer #footer-head .footer-info {
    text-align: center;
  }
}
footer #footer-head .footer-info .footer-logo {
  font-size: 0;
  display: inline-block;
  margin-bottom: 30px;
}
footer #footer-head .fotoer-siteMap {
  display: flex;
}
footer #footer-head .fotoer-siteMap ul + ul {
  margin-left: 30px;
}
footer #footer-foot {
  background-color: #333;
  padding: 5px 0;
}
footer #footer-foot .copyright {
  text-align: center;
  color: #fff;
}

* {
  letter-spacing: 0.05rem;
}

picture source,
img {
  max-width: 100%;
  height: auto;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a img {
  /* IE10以下で出る枠線対策 */
  border-style: none;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

html {
  overflow-x: hidden;
  font-size: 14px;
  /*レスポンシブタイプセッティングの指定*/
  line-height: 1.6;
  color: #333;
}

body {
  margin: 0;
  padding: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: normal;
}

/*  main  */
/*main {
  padding-top: 80px;
}*/
.wrapper {
  margin: 0 auto;
  max-width: 542px;
  width: 100%;
}

.button01 {
  background-color: #63f;
  border: 2px solid #63f;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.button01:visited {
  color: #fff;
}
.button01:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  right: 10px;
  top: 30px;
  transform: rotate(45deg);
  transition: all 0.2s;
  width: 9px;
}
.button01:hover {
  background-color: #fff;
  color: #63f;
  opacity: 1;
}
.button01:hover:after {
  border-top: 2px solid #63f;
  border-right: 2px solid #63f;
}

/*  second  */
.second {
  padding: 90px 0 0;
}
@media screen and (max-width: 1024px) {
  .second {
    padding: 60px 0 0;
  }
}

#pankuzu {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  #pankuzu {
    margin-top: 10px;
  }
}
#pankuzu li {
  display: inline-block;
  font-size: 12px;
}
#pankuzu li + li {
  margin-left: 10px;
}
#pankuzu li a {
  color: #63f;
}

#page_header {
  text-align: center;
  margin-top: 50px;
}
#page_header h1 {
  color: #63f;
  font-size: 36px;
}
@media screen and (max-width: 480px) {
  #page_header h1 {
    font-size: 30px;
    margin-top: 30px;
  }
}
#page_header .en {
  color: #f15025;
  font-size: 20px;
}

@media screen and (max-width: 820px) {
  .w-100 {
    width: 100%;
  }
}

/****************/
/*  ディスプレイ幅表示制御  */
/****************/
@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ipad__hide {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .ipad__show {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .smp__hide {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .smp__show {
    display: none !important;
  }
}
/****************/
/*
改ページ記述例
#section00{
  page-break-before:always;
}
*/
/****************/