/* ===============================================================================
Header
=============================================================================== */
.headerArea {
  min-width: 1260px;
  padding: 21px 0 18px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
.headerArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  padding: 0 30px;
  margin: 0 auto;
}
.headerArea .blks-1 .logo {
  width: 246px;
  margin: 1px 0 0 3px;
}
.headerArea .blks-1 .logo a:hover {
  opacity: 0.8;
}
.headerArea .blks-2 .search {
  margin-bottom: 11px;
  border: solid 3px #333;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 3px 69px 3px 15px;
  width: 323px;
  box-sizing: border-box;
  margin-left: auto;
  position: relative;
  background: #fff;
}
.headerArea .blks-2 .search input {
  border: none;
  height: 24px;
  font-size: 1rem;
  line-height: 1;
}
.headerArea .blks-2 .search input:focus {
  outline: none;
}
.headerArea .blks-2 .search button {
  position: absolute;
  background: #333 url("../img/cmn/cmn_ico01.svg") no-repeat center center/26px auto;
  top: -3px;
  right: -3px;
  bottom: -3px;
  width: 54px;
  display: block;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
}
.headerArea .blks-2 .search button:hover {
  opacity: 0.8;
}
.headerArea .blks-2 .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerArea .blks-2 .linkList__item {
  font-size: 1.2844rem;
  position: relative;
}
.headerArea .blks-2 .linkList__item:not(:last-child) {
  margin-right: 25px;
}
.headerArea .blks-2 .linkList__item a:hover {
  opacity: 0.8;
}
.headerArea .blks-2 .linkList__item__txt {
  display: inline-block;
  padding-left: 26px;
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.headerArea .blks-2 .linkList__item__txt::before {
  position: absolute;
  content: "";
  display: block;
  top: 7px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url("../img/cmn/cmn_arr01.svg") no-repeat 0 0/100% 100%;
}
.headerArea .blks-2 .linkList__item__dtl {
  padding-top: 11px;
}
.headerArea .blks-2 .linkList-2 {
  position: absolute;
  left: calc(50% + 13px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f4f4f4;
  border: solid 2px #000;
  border-radius: 10px;
  padding: 10px 16px;
}
.headerArea .blks-2 .linkList-2::before {
  position: absolute;
  content: "";
  display: block;
  top: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 16px;
  height: 14px;
  background: url("../img/cmn/cmn_arr09.png") no-repeat 0 0/100% 100%;
}
.headerArea .blks-2 .linkList-2__item {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  word-break: keep-all;
}
.headerArea .blks-2 .linkList-2__item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .headerArea .blks-2 .linkList__item:hover .linkList-2 {
    opacity: 1;
    pointer-events: auto;
  }
  .headerArea .blks-2 .linkList__item__dtl {
    display: block !important;
  }
  .headerArea .blks-2 .linkList-2 {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .headerArea {
    min-width: 1px;
    padding: 0;
    height: 60px;
  }
  .headerArea__inner {
    display: block;
    padding: 0;
  }
  .headerArea .blks-1 .logo {
    width: 120px;
    margin: 0;
    position: relative;
    top: 15px;
    left: 16px;
  }
  .headerArea .blks-1 .menuBtn {
    width: 60px;
    height: 60px;
    background: #efd345;
    position: absolute;
    top: 0;
    right: 0;
  }
  .headerArea .blks-1 .menuBtn__bar {
    width: 24px;
    height: 19px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .headerArea .blks-1 .menuBtn__bar::before, .headerArea .blks-1 .menuBtn__bar::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background: #333;
    -webkit-transition-property: left, top, bottom, -webkit-transform;
    transition-property: left, top, bottom, -webkit-transform;
    transition-property: left, top, bottom, transform;
    transition-property: left, top, bottom, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .headerArea .blks-1 .menuBtn__bar::before {
    top: 0;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
  .headerArea .blks-1 .menuBtn__bar::after {
    bottom: 0;
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .headerArea .blks-1 .menuBtn__bar span {
    display: block;
    width: 100%;
    height: 3px;
    background: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .headerArea .blks-1 .menuBtn.is-active .menuBtn__bar::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0px;
    left: 5px;
  }
  .headerArea .blks-1 .menuBtn.is-active .menuBtn__bar::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 0px;
    left: 5px;
  }
  .headerArea .blks-1 .menuBtn.is-active span {
    opacity: 0;
  }
  .headerArea .blks-2 {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fffeec;
    overflow: auto;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    pointer-events: none;
  }
  .headerArea .blks-2.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .headerArea .blks-2__inner {
    padding: 30px 16px 50px;
  }
  .headerArea .blks-2 .search {
    width: auto;
    margin-bottom: 30px;
  }
  .headerArea .blks-2 .linkList {
    margin: 0 16px;
    display: block;
  }
  .headerArea .blks-2 .linkList__item {
    border-bottom: dashed 1px #ccc;
  }
  .headerArea .blks-2 .linkList__item:not(:last-child) {
    margin: 0 0 5px;
  }
  .headerArea .blks-2 .linkList__item__txt {
    display: block;
    padding: 0 31px 5px 5px;
  }
  .headerArea .blks-2 .linkList__item__txt::before {
    left: auto;
    right: 5px;
  }
  .headerArea .blks-2 .linkList__item__txt._type-2::before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .headerArea .blks-2 .linkList__item__txt._type-2.is-active::before {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .headerArea .blks-2 .linkList__item__dtl {
    padding-top: 0;
    display: none;
  }
  .headerArea .blks-2 .linkList-2 {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border-radius: 0;
    margin-bottom: -1px;
  }
  .headerArea .blks-2 .linkList-2::before {
    content: none;
  }
  .headerArea .blks-2 .linkList-2__item {
    font-size: 1rem;
  }
  .headerArea .blks-2 .linkList-2 a {
    display: block;
  }
}
@media print {
  .headerArea .blks-2 .linkList-2 {
    display: none;
  }
}

/* ===============================================================================
Footer
=============================================================================== */
.footerArea {
  min-width: 1260px;
  background: #131d22;
  color: #fff;
  padding: 25px 0 30px;
}
.footerArea__inner {
  max-width: 912px;
  padding: 0 30px;
  margin: 0 auto;
}
.footerArea .blks-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.footerArea .blks-1 .group {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 5px;
}
.footerArea .blks-1 .group-2 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footerArea .blks-1 .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerArea .blks-1 .linkList__item {
  font-size: 0.9519rem;
  font-weight: 700;
  margin-top: 6px;
  padding-right: 10px;
  box-sizing: border-box;
  word-break: keep-all;
}
.footerArea .blks-1 .linkList__item:nth-child(-n+3) {
  margin-top: 0;
}
.footerArea .blks-1 .linkList__item:nth-child(1), .footerArea .blks-1 .linkList__item:nth-child(4) {
  width: calc(7em + 78px);
}
.footerArea .blks-1 .linkList__item:nth-child(2), .footerArea .blks-1 .linkList__item:nth-child(5) {
  width: calc(10em + 78px);
}
.footerArea .blks-1 .linkList__item:nth-child(3), .footerArea .blks-1 .linkList__item:nth-child(6) {
  width: calc(6em + 22px);
  padding-right: 0;
}
.footerArea .blks-1 .linkList__item a {
  position: relative;
  padding-left: 22px;
}
.footerArea .blks-1 .linkList__item a:hover {
  opacity: 0.8;
}
.footerArea .blks-1 .linkList__item a::before {
  position: absolute;
  content: "";
  display: block;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../img/cmn/cmn_arr02.png") no-repeat 0 0/100% 100%;
}
.footerArea .blks-1 .logo {
  width: 201px;
  margin-right: 25px;
}
.footerArea .blks-1 .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footerArea .blks-1 .sns__item:not(:last-child) {
  margin-right: 20px;
}
.footerArea .blks-1 .sns__item a:hover {
  opacity: 0.8;
}
.footerArea .blks-1 .sns__item img._insta {
  width: 43px;
}
.footerArea .blks-1 .sns__item img._fb {
  width: 42px;
}
.footerArea .copyright {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .footerArea {
    min-width: 1px;
    padding: 0 0 27px;
  }
  .footerArea__inner {
    padding: 0 16px;
  }
  .footerArea .blks-1 {
    display: block;
    margin-bottom: 26px;
  }
  .footerArea .blks-1 .group {
    margin: 0 0 20px;
  }
  .footerArea .blks-1 .group-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footerArea .blks-1 .linkList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -16px;
  }
  .footerArea .blks-1 .linkList__item {
    font-size: 0.875rem;
    margin-top: 0;
    padding-right: 0;
    width: 50%;
    box-sizing: border-box;
    border-bottom: solid 1px #707070;
    word-break: break-all;
  }
  .footerArea .blks-1 .linkList__item:nth-child(1), .footerArea .blks-1 .linkList__item:nth-child(4) {
    width: 50%;
  }
  .footerArea .blks-1 .linkList__item:nth-child(2), .footerArea .blks-1 .linkList__item:nth-child(5) {
    width: 50%;
  }
  .footerArea .blks-1 .linkList__item:nth-child(3), .footerArea .blks-1 .linkList__item:nth-child(6) {
    width: 50%;
  }
  .footerArea .blks-1 .linkList__item:nth-child(2n+1) {
    border-right: solid 1px #707070;
  }
  .footerArea .blks-1 .linkList__item:not(:last-child) {
    margin-right: 0;
  }
  .footerArea .blks-1 .linkList__item a {
    height: 57px;
    padding: 0 4px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footerArea .blks-1 .linkList__item a::before {
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 16px;
  }
  .footerArea .blks-1 .logo {
    width: 122px;
    margin-right: 20px;
  }
  .footerArea .blks-1 .sns__item img._insta {
    width: 45px;
  }
  .footerArea .blks-1 .sns__item img._fb {
    width: 44px;
  }
  .footerArea .copyright {
    text-align: center;
    font-size: 0.625rem;
  }
}

/* ===============================================================================
Contents
=============================================================================== */
.contentsArea {
  min-width: 1260px;
  padding-top: 119px;
  position: relative;
}
.contentsArea .bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
}
.contentsArea .bg._type-1 {
  background: url("../img/cmn/cmn_bg04.png") repeat 0 0;
}
.contentsArea .bg._type-2 {
  background: url("../img/cmn/cmn_bg04_c02.png") repeat 0 0;
}
.contentsArea__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.contentsArea .anchor {
  padding-top: 119px;
  margin-top: -119px;
}
.contentsArea .pagetop {
  position: sticky;
  z-index: 999;
  margin: 0 40px 12px auto;
  bottom: 20px;
  width: 93px;
  height: 93px;
  background: url("../img/cmn/cmn_pagetop01.png") no-repeat 0 0/100% 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 50px;
  font-size: 0.8056rem;
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.contentsArea .pagetop.is-active {
  opacity: 1;
  pointer-events: auto;
}
.contentsArea .pagetop.is-active:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .contentsArea {
    min-width: 1px;
    padding-top: 60px;
  }
  .contentsArea__inner {
    width: auto;
    margin: 0 16px;
  }
  .contentsArea .anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
  .contentsArea .pagetop {
    margin: 0 0 30px auto;
    width: 75px;
    height: 75px;
    padding-top: 40px;
    font-size: 0.6447rem;
  }
}

/* cmn-section
========================= */
/* cmn-sec-1 */
.cmn-sec-1 {
  background: #f6f6f6;
  padding: 66px 0 56px;
}
.cmn-sec-1__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.cmn-sec-1 .blks-1 {
  margin-bottom: 21px;
}
.cmn-sec-1 .blks-2 {
  margin-bottom: 25px;
}
.cmn-sec-1 .blks-2 .heading {
  text-align: center;
  font-weight: 700;
  margin-bottom: 13px;
}
.cmn-sec-1 .blks-2 .heading__main {
  font-size: 2.2206rem;
  line-height: 1.2;
}
.cmn-sec-1 .blks-2 .heading__sub {
  font-size: 1.375rem;
  line-height: 1.2;
}
.cmn-sec-1 .blks-2 .txt {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}
.cmn-sec-1 .blks-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmn-sec-1 .blks-3 .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 369px;
  height: 79px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 1.25rem;
  color: #fff;
  background: #131d22;
  box-shadow: 5px 5px 0 #b2b2b2;
  margin-right: 30px;
}
.cmn-sec-1 .blks-3 .btn a:hover {
  opacity: 0.8;
}
.cmn-sec-1 .blks-3 .btn a::after {
  content: "";
  display: block;
  width: 33px;
  height: 9px;
  margin-left: 26px;
  background: url("../img/cmn/cmn_arr03.svg") no-repeat 0 0/100% 100%;
}
.cmn-sec-1 .blks-3 .tel {
  text-align: center;
}
.cmn-sec-1 .blks-3 .tel__num {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 2.0544rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  color: inherit;
  text-decoration: none;
}
.cmn-sec-1 .blks-3 .tel__num:hover {
  opacity: 0.8;
}
.cmn-sec-1 .blks-3 .tel__num span {
  font-size: 1.055rem;
  margin-right: 5px;
  letter-spacing: 0;
}
.cmn-sec-1 .blks-3 .tel__txt {
  font-size: 0.9613rem;
}
@media screen and (max-width: 768px) {
  .cmn-sec-1 {
    padding: 32px 0 48px;
  }
  .cmn-sec-1__inner {
    width: auto;
    padding: 0 16px;
  }
  .cmn-sec-1 .blks-1 {
    margin-bottom: 16px;
  }
  .cmn-sec-1 .blks-2 {
    margin-bottom: 16px;
  }
  .cmn-sec-1 .blks-2 .heading {
    text-align: center;
    font-weight: 700;
    margin-bottom: 13px;
  }
  .cmn-sec-1 .blks-2 .heading__main {
    font-size: 1.5544rem;
    line-height: 1.2;
  }
  .cmn-sec-1 .blks-2 .heading__sub {
    font-size: 0.9625rem;
    line-height: 1.2;
  }
  .cmn-sec-1 .blks-2 .txt {
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
  }
  .cmn-sec-1 .blks-3 {
    display: block;
  }
  .cmn-sec-1 .blks-3 .btn a {
    width: auto;
    height: 63px;
    padding: 0 5px;
    font-size: 1rem;
    box-shadow: 3px 3px 0 #b2b2b2;
    margin: 0 0 16px;
  }
  .cmn-sec-1 .blks-3 .btn a::after {
    content: "";
    display: block;
    width: 26px;
    height: 7px;
    margin-left: 21px;
  }
  .cmn-sec-1 .blks-3 .tel__num {
    font-size: 1.4381rem;
    margin-bottom: 3px;
  }
  .cmn-sec-1 .blks-3 .tel__num span {
    font-size: 0.844rem;
    margin-right: 3px;
  }
  .cmn-sec-1 .blks-3 .tel__txt {
    font-size: 0.769rem;
  }
}

/* edit area
========================= */
/* .editArea */
.editArea {
  font-size: 1.25rem;
  line-height: 1.6;
}
.editArea strong {
  font-weight: 700;
}
.editArea em {
  font-style: italic;
}
.editArea a {
  color: #00f;
  word-break: break-all;
  text-decoration: underline;
}
.editArea a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .editArea {
    font-size: 0.9375rem;
  }
}

/* .editArea2 */
.editArea2 {
  font-size: 1.1875rem;
  line-height: 1.9;
}
.editArea2 > *:first-child {
  margin-top: 0 !important;
}
.editArea2 > *:last-child {
  margin-bottom: 0 !important;
}
.editArea2 .h2Wrap {
  font-size: 0;
  margin: 50px 0 30px;
}
.editArea2 h2 {
  display: inline;
  font-size: 1.8125rem;
  line-height: 1.4;
  font-weight: 700;
  background: -webkit-linear-gradient(top, transparent 60%, #fbe54a 61%, #fbe54a 90%, transparent 91%);
  background: linear-gradient(180deg, transparent 60%, #fbe54a 61%, #fbe54a 90%, transparent 91%);
}
.editArea2 strong {
  font-weight: 700;
}
.editArea2 em {
  font-style: italic;
}
.editArea2 a {
  color: #00f;
  word-break: break-all;
  text-decoration: underline;
}
.editArea2 a:hover {
  opacity: 0.8;
}
.editArea2 .photo {
  display: block;
  max-width: 890px;
  margin: 50px auto;
  border-radius: 12px;
  border: solid 4px #000;
  overflow: hidden;
}
.editArea2 .photo img {
  width: 100%;
}
.editArea2 .photo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .editArea2 {
    font-size: 0.9375rem;
  }
  .editArea2 .h2Wrap {
    margin: 32px 0 16px;
  }
  .editArea2 h2 {
    font-size: 1.2688rem;
  }
  .editArea2 .photo {
    margin: 32px 0;
    border-radius: 5px;
    border-width: 2px;
  }
  .editArea2 .photo img {
    width: 100%;
  }
  .editArea2 .wp-caption{
    max-width: 780px !important;
    width: 100% !important;
  }
}