@charset "UTF-8";
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  80% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  80% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}

@-webkit-keyframes scrollDot {
  0% {
    top: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  1% {
    top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    top: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    top: 100%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}

@keyframes scrollDot {
  0% {
    top: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  1% {
    top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    top: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    top: 100%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}

@-webkit-keyframes scrollMouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes scrollMouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

/* module
------------------------------*/
.module {
  width: 100%;
  margin: 0 auto 60px;
  max-width: calc(1000px + 30px);
  padding: 0 15px;
}

.module.-break {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.module strong {
  font-weight: 700;
}

.mod_news_list,
.mod_news_detail,
.mod_gallery_list,
.mod_gallery_detail,
#contact_form {
  width: 100%;
  max-width: calc(1000px + 30px);
  padding: 0 15px;
  margin: 0 auto 60px;
}

/* table
------------------------------*/
.module.mod_text table {
  width: 100%;
  table-layout: fixed;
}

@media screen and (max-width: 960px) {
  .module.mod_text table {
    table-layout: auto;
  }
}

.module.mod_text th, .module.mod_text td {
  height: auto;
  padding: 20px 31px 18px;
  border: 2px solid #BFBE80;
  background: #FFF;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.1em;
}

.pagecode-price .module.mod_text th, .pagecode-price .module.mod_text td {
  background: #F6F7CD;
}

@media screen and (max-width: 960px) {
  .module.mod_text th, .module.mod_text td {
    padding: 11px 10px 8px;
  }
}

.module.mod_text th,
.module.mod_text td.cols-label,
.module.mod_text td.row-label {
  background: #F6F7CD;
  font-size: inherit;
  font-weight: 700;
  vertical-align: top;
  color: #101E32;
}

.module.mod_text th,
.module.mod_text td.cols-label {
  width: calc(350 / 1000 * 100%);
}

.pagecode-price .module.mod_text th, .pagecode-price
.module.mod_text td.cols-label {
  width: calc(670 / 1000 * 100%);
  background: #FFF;
}

@media screen and (max-width: 960px) {
  .module.mod_text .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .module.mod_text .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .module.mod_text .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .module.mod_text .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .module.mod_text .responsive-table table.table {
    min-width: 1000px;
  }
}

/* contentslist
------------------------------*/
.contentslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.4;
}

.contentslist > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 5% 30px 0;
}

.contentslist > li:nth-child(3n) {
  margin-right: 0;
}

.contentslist img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.contentslist .img-category {
  text-align: center;
}

.contentslist .img-category.nolink .n_title {
  display: none;
}

.contentslist .nolink .n_title {
  position: relative;
  display: block;
  background: #FFF;
  border-bottom: 2px solid #333;
  padding: 0px 35px 27px 20px;
  font-weight: bold;
  color: #333;
}

.contentslist .nolink .n_title::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #666666 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

.contentslist .text-category.text-link {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
}

.contentslist .parent-text > a,
.contentslist .text-link a {
  display: block;
  position: relative;
  border: 1px solid #333;
  padding: 32px 35px 27px 19px;
  text-decoration: none;
  color: #333;
}

.contentslist .parent-text > a::before,
.contentslist .text-link a::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #666666;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  z-index: 1;
}

.contentslist .parent-text > a:hover::before,
.contentslist .text-link a:hover::before {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

.contentslist .sublist {
  margin-bottom: 10px;
  text-align: left;
}

.contentslist .sublist li {
  line-height: 1.2;
}

.contentslist .sublist li a {
  display: block;
  border-bottom: 1px dashed #666;
  padding: 18px 10px 15px;
  text-decoration: none;
  color: #333;
}

.contentslist .sublist li a:hover {
  text-decoration: underline;
}

/* heading module */
.module.mod_h1 {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  margin-bottom: 40px;
  background: #AAA;
}

.module.mod_h1.hash-link {
  padding-top: calc(117px + 20px + 0);
}

@media screen and (max-width: 960px) {
  .module.mod_h1.hash-link {
    padding-top: 0;
  }
}

.module.mod_h1 h1 {
  max-width: 1000px;
  padding: 1em 0;
  margin: 0 auto;
  background: none;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(54 * 0.1rem);
  font-weight: 700;
  line-height: 1.01852;
  letter-spacing: calc(100 * 0.001em);
  text-align: center;
  color: #FFF;
}

@media screen and (max-width: 680px) {
  .module.mod_h1 h1 {
    font-size: calc(54 * 0.1rem * 0.8);
  }
}

@media screen and (max-width: 480px) {
  .module.mod_h1 h1 {
    font-size: calc(54 * 0.1rem * 0.7);
  }
}

.module.mod_h2 {
  padding-top: 50px;
  margin-bottom: 30px;
}

.pagecode-index .module.mod_h2:first-child {
  padding-top: 0;
}

.module.mod_h2.hash-link {
  padding-top: calc(117px + 20px + 50px);
}

@media screen and (max-width: 960px) {
  .module.mod_h2.hash-link {
    padding-top: 50px;
  }
}

.module.mod_h1 + .module.mod_h2 {
  padding-top: 0;
}

.module.mod_h1 + .module.mod_h2.hash-link {
  padding-top: calc(117px + 20px);
}

@media screen and (max-width: 960px) {
  .module.mod_h1 + .module.mod_h2.hash-link {
    padding-top: 0;
  }
}

.module.mod_h2 h2 {
  padding: 0 0 1em;
  border: none;
  border-bottom: 1px solid #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(30 * 0.1rem);
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: calc(100 * 0.001em);
  text-align: center;
  color: #333;
}

@media screen and (max-width: 680px) {
  .module.mod_h2 h2 {
    font-size: calc(30 * 0.1rem * 0.8);
  }
}

@media screen and (max-width: 480px) {
  .module.mod_h2 h2 {
    font-size: calc(30 * 0.1rem * 0.7);
  }
}

.pagecode-voice .module.mod_h2 h2 {
  padding: 0.5em 1em 0.4em;
  background: #DDD;
  font-size: 2.2rem;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .pagecode-voice .module.mod_h2 h2 {
    font-size: 2.0rem;
  }
}

.pagecode-faq .module.mod_h2 h2 {
  padding: 0.45em 1em 0.4em 1.8em;
  font-size: 2.2rem;
  text-align: left;
  position: relative;
}

.pagecode-faq .module.mod_h2 h2::before {
  content: 'Q.';
  font-family: "Asap", sans-serif;
  font-size: 1.36364em;
  line-height: 1;
  font-weight: 900;
  color: #333;
  position: absolute;
  top: 0.43em;
  left: 0;
}

@media screen and (max-width: 480px) {
  .pagecode-faq .module.mod_h2 h2 {
    font-size: 2.0rem;
  }
}

.module.mod_h3 {
  padding-top: 0;
  margin-bottom: 20px;
}

.module.mod_h3.hash-link {
  padding-top: calc(117px + 20px + 0);
}

@media screen and (max-width: 960px) {
  .module.mod_h3.hash-link {
    padding-top: 0;
  }
}

.module.mod_h1 + .module.mod_h3,
.module.mod_h2 + .module.mod_h3 {
  padding-top: 0;
}

.module.mod_h1 + .module.mod_h3.hash-link,
.module.mod_h2 + .module.mod_h3.hash-link {
  padding-top: calc(117px + 20px);
}

@media screen and (max-width: 960px) {
  .module.mod_h1 + .module.mod_h3.hash-link,
  .module.mod_h2 + .module.mod_h3.hash-link {
    padding-top: 0;
  }
}

.module.mod_h3 h3 {
  padding: 19px 21px 17px;
  background: #CCEAE6;
  border-radius: 4px;
  font-family: "メイリオ", Meiryo, sans-serif, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: calc(18 * 0.1rem);
  font-weight: bold;
  line-height: 1.88889;
  letter-spacing: calc(100 * 0.001em);
  color: #123551;
}

@media screen and (max-width: 680px) {
  .module.mod_h3 h3 {
    font-size: calc(18 * 0.1rem * 0.9);
  }
}

@media screen and (max-width: 480px) {
  .module.mod_h3 h3 {
    font-size: calc(18 * 0.1rem * 0.8);
  }
}

/* image + text module */
/* img_small */
.mod_img_text_left .img_small,
.mod_img_text_right .img_small,
.mod_link_banner_left.mod_img_small .img_small,
.mod_link_banner_right.mod_img_small .img_small {
  width: calc(300 / 1000 * 100%);
  max-width: 300px;
}

/* img_medium */
.mod_img_text_left .img_medium,
.mod_img_text_right .img_medium,
.mod_link_banner_left.mod_img_medium .img_medium,
.mod_link_banner_right.mod_img_medium .img_medium {
  width: calc(400 / 1000 * 100%);
  max-width: 400px;
}

/* img_large */
.mod_img_text_left .img_large,
.mod_img_text_right .img_large,
.mod_link_banner_left.mod_img_large .img_large,
.mod_link_banner_right.mod_img_large .img_large {
  width: calc(600 / 1000 * 100%);
  max-width: 600px;
}

.mod_img_text_left .img_small,
.mod_img_text_left .img_medium,
.mod_img_text_left .img_large,
.mod_link_banner_left .img_small,
.mod_link_banner_left .img_medium,
.mod_link_banner_left .img_large {
  margin-right: 40px;
}

.mod_img_text_right .img_small,
.mod_img_text_right .img_medium,
.mod_img_text_right .img_large,
.mod_link_banner_right .img_small,
.mod_link_banner_right .img_medium,
.mod_link_banner_right .img_large {
  margin-left: 40px;
}

.mod_img_small .img_small img,
.mod_img_medium .img_medium img,
.mod_img_large .img_large img {
  width: auto;
}

.mod_img_text_left.mod_img_small .text_box,
.mod_img_text_left.mod_img_medium .text_box,
.mod_img_text_left.mod_img_large .text_box,
.mod_link_banner_left.mod_img_small .text_box,
.mod_link_banner_left.mod_img_medium .text_box,
.mod_link_banner_left.mod_img_large .text_box,
.mod_img_text_right.mod_img_small .text_box,
.mod_img_text_right.mod_img_medium .text_box,
.mod_img_text_right.mod_img_large .text_box,
.mod_link_banner_right.mod_img_small .text_box,
.mod_link_banner_right.mod_img_medium .text_box,
.mod_link_banner_right.mod_img_large .text_box {
  overflow: hidden;
  margin: 0;
}

.mod_img_text_left.mod_img_small .text_box a[target="_blank"],
.mod_img_text_left.mod_img_medium .text_box a[target="_blank"],
.mod_img_text_left.mod_img_large .text_box a[target="_blank"],
.mod_link_banner_left.mod_img_small .text_box a[target="_blank"],
.mod_link_banner_left.mod_img_medium .text_box a[target="_blank"],
.mod_link_banner_left.mod_img_large .text_box a[target="_blank"],
.mod_img_text_right.mod_img_small .text_box a[target="_blank"],
.mod_img_text_right.mod_img_medium .text_box a[target="_blank"],
.mod_img_text_right.mod_img_large .text_box a[target="_blank"],
.mod_link_banner_right.mod_img_small .text_box a[target="_blank"],
.mod_link_banner_right.mod_img_medium .text_box a[target="_blank"],
.mod_link_banner_right.mod_img_large .text_box a[target="_blank"] {
  text-decoration: underline;
}

.mod_img_text_left.mod_img_small .text_box a[target="_blank"]:hover,
.mod_img_text_left.mod_img_medium .text_box a[target="_blank"]:hover,
.mod_img_text_left.mod_img_large .text_box a[target="_blank"]:hover,
.mod_link_banner_left.mod_img_small .text_box a[target="_blank"]:hover,
.mod_link_banner_left.mod_img_medium .text_box a[target="_blank"]:hover,
.mod_link_banner_left.mod_img_large .text_box a[target="_blank"]:hover,
.mod_img_text_right.mod_img_small .text_box a[target="_blank"]:hover,
.mod_img_text_right.mod_img_medium .text_box a[target="_blank"]:hover,
.mod_img_text_right.mod_img_large .text_box a[target="_blank"]:hover,
.mod_link_banner_right.mod_img_small .text_box a[target="_blank"]:hover,
.mod_link_banner_right.mod_img_medium .text_box a[target="_blank"]:hover,
.mod_link_banner_right.mod_img_large .text_box a[target="_blank"]:hover {
  text-decoration: none;
}

@media screen and (max-width: 680px) {
  .mod_img_text_left .img_small,
  .mod_img_text_left .img_medium,
  .mod_img_text_left .img_large,
  .mod_img_text_right .img_small,
  .mod_img_text_right .img_medium,
  .mod_img_text_right .img_large,
  .mod_link_banner_left.mod_img_small .img_small,
  .mod_link_banner_left.mod_img_medium .img_medium,
  .mod_link_banner_left.mod_img_large .img_large,
  .mod_link_banner_right.mod_img_small .img_small,
  .mod_link_banner_right.mod_img_medium .img_medium,
  .mod_link_banner_right.mod_img_large .img_large {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
}

.mod_link_banner_center {
  text-align: center;
}

.mod_link_banner_center .text_box {
  margin-top: 20px;
}

/* download module */
.mod_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 680px) {
  .mod_file {
    display: block;
  }
}

.mod_file > div:first-child {
  float: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 280px;
  margin-right: 30px;
  text-align: left;
}

@media screen and (max-width: 680px) {
  .mod_file > div:first-child {
    margin: 0 auto 10px;
    text-align: center;
  }
}

.mod_file > .text_box {
  width: 100%;
  margin-left: auto;
}

.mod_file a {
  display: block;
  text-decoration: none;
}

.mod_file a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.mod_file a img {
  display: none;
}

.mod_file a::before {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  background-size: 100% auto;
}

.mod_file .pdf a::before {
  background-image: url("../img/icon_pdf.svg");
}

.mod_file .word a::before {
  background-image: url("../img/icon_word.svg");
}

.mod_file .xls a::before {
  background-image: url("../img/icon_excel.svg");
}

/* news & gallery
------------------------------*/
/* pagebute */
.mod_news_list ul.pager,
.mod_gallery_list ul.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mod_news_list ul.pager li,
.mod_gallery_list ul.pager li {
  margin: 2px 5px;
}

.mod_news_list ul.pager a,
.mod_gallery_list ul.pager a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background: #DDD;
  border: 1px solid #333;
  border-radius: 50%;
  padding: 2px 0 0;
  font-family: "Asap", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.mod_news_list ul.pager a:hover, .mod_news_list ul.pager a.-current,
.mod_gallery_list ul.pager a:hover,
.mod_gallery_list ul.pager a.-current {
  border: 1px solid #DDD;
  background: #333;
  color: #DDD;
}

/* btn-more */
.mod_gallery_list p.pager {
  width: 100%;
  height: 4.28571em;
  max-width: 300px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: #333;
  letter-spacing: 0em;
  line-height: 1.4;
}

.mod_gallery_list p.pager a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.5em;
  border: 1px solid #333;
  border-radius: 0;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-decoration: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #333;
  border-radius: 0;
  background: #CCC;
}

.mod_gallery_list p.pager a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.mod_gallery_list p.pager a::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/arrow_more.svg) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.mod_gallery_list p.pager a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.mod_news_list p.pager {
  width: 100%;
  height: 3.57143em;
  max-width: 200px;
  margin: 0 0 0 auto;
  font-family: "メイリオ", Meiryo, sans-serif, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  letter-spacing: 0em;
}

.mod_news_list p.pager a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.5em;
  border: 1px solid #333;
  border-radius: 0;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-decoration: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
  border-radius: 0;
  background: #CCC;
}

.mod_news_list p.pager a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.mod_news_list p.pager a::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/arrow_more.svg) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.mod_news_list p.pager a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/* btn-back */
.mod_news_detail .back,
.mod_gallery_detail .back {
  width: 100%;
  height: 3.57143em;
  max-width: 200px;
  margin: 0;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  letter-spacing: 0em;
}

.mod_news_detail .back a,
.mod_gallery_detail .back a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.5em;
  border: 1px solid #333;
  border-radius: 0;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-decoration: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: none;
  border-radius: 0;
  background: #CCC;
}

.mod_news_detail .back a:hover,
.mod_gallery_detail .back a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.mod_news_detail .back a::before,
.mod_gallery_detail .back a::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/arrow_back.svg) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: calc(50% - 8px);
  left: 10px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.mod_news_detail .back a:hover::before,
.mod_gallery_detail .back a:hover::before {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

/* news
------------------------------*/
/* list */
.mod_news_list .news_link {
  display: block;
  text-decoration: none;
}

.mod_news_list .news_link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.mod_news_list #news {
  margin-bottom: 40px;
}

.mod_news_list #news dl {
  border: none;
  background: none;
  padding: 18px 20px 14px;
  line-height: 1.6;
}

@media screen and (max-width: 680px) {
  .mod_news_list #news dl {
    padding: 18px 0 14px;
  }
}

.mod_news_list #news dl dt {
  margin-right: 20px;
}

@media screen and (max-width: 680px) {
  .mod_news_list #news dl dt {
    float: none;
  }
}

.mod_news_list #news dl dd {
  overflow: hidden;
  margin-left: auto;
}

@media screen and (max-width: 680px) {
  .mod_news_list #news dl dd {
    margin: 0;
  }
}

/* detail */
.mod_news_detail {
  margin-bottom: 50px;
}

.mod_news_detail .date {
  margin-bottom: 20px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.mod_news_detail p.back {
  margin-top: 30px;
}

/* gallery
------------------------------*/
.mod_pickup_gallery #gallery,
.mod_gallery_list #gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
}

.mod_pickup_gallery #gallery dl,
.mod_gallery_list #gallery dl {
  float: none;
  width: calc(310 / 1000 * 100%);
  margin: 0 calc(35 / 1000 * 100%) 40px 0;
  position: relative;
}

@media screen and (max-width: 680px) {
  .mod_pickup_gallery #gallery dl,
  .mod_gallery_list #gallery dl {
    width: 32%;
    margin-right: 2%;
  }
}

.mod_pickup_gallery #gallery dl dd.img,
.mod_gallery_list #gallery dl dd.img {
  position: relative;
}

.mod_pickup_gallery #gallery dl dd.img::before,
.mod_gallery_list #gallery dl dd.img::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.mod_pickup_gallery #gallery dl dd.img a,
.mod_gallery_list #gallery dl dd.img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DDD;
  border: 1px solid #333;
}

.mod_pickup_gallery #gallery dl dd.img a img,
.mod_gallery_list #gallery dl dd.img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mod_pickup_gallery #gallery dl dt,
.mod_gallery_list #gallery dl dt {
  line-height: 1.4;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.mod_pickup_gallery #gallery dl dt a,
.mod_gallery_list #gallery dl dt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(16, 30, 50, 0.4);
  font-size: 1.6rem;
  line-height: 2.25;
  color: #FFF;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.mod_pickup_gallery #gallery dl dt a:hover,
.mod_gallery_list #gallery dl dt a:hover {
  text-decoration: none;
  opacity: 1;
}

@media screen and (max-width: 680px) {
  .mod_pickup_gallery #gallery dl dt,
  .mod_gallery_list #gallery dl dt {
    font-size: 1.2rem;
  }
}

.mod_pickup_gallery #gallery dl dt + dd:not(.img):not(.price),
.mod_gallery_list #gallery dl dt + dd:not(.img):not(.price) {
  display: none;
}

.mod_pickup_gallery #gallery dl dt + dd.price, .mod_pickup_gallery #gallery dl dt + dd.itemprice,
.mod_gallery_list #gallery dl dt + dd.price,
.mod_gallery_list #gallery dl dt + dd.itemprice {
  font-size: inherit;
}

@media screen and (max-width: 680px) {
  .mod_pickup_gallery #gallery dl dt + dd.price, .mod_pickup_gallery #gallery dl dt + dd.itemprice,
  .mod_gallery_list #gallery dl dt + dd.price,
  .mod_gallery_list #gallery dl dt + dd.itemprice {
    font-size: 1.2rem;
  }
}

/* detail */
.mod_gallery_detail {
  max-width: calc(800px + 30px);
  margin-bottom: 60px;
}

#gallery_text {
  margin-bottom: 30px;
}

/* type01 */
.mod_gallery_detail.gallery_type01 .img_big {
  position: relative;
  width: calc(400 / 800 * 100%);
  min-width: 250px;
  margin-bottom: 10px;
}

.mod_gallery_detail.gallery_type01 ul.img_list {
  width: 100%;
  max-width: calc(630px + 20px);
  margin-bottom: 30px;
}

.mod_gallery_detail.gallery_type01 ul.img_list li {
  position: relative;
  width: 120px;
}

@media screen and (max-width: 960px) {
  .mod_gallery_detail.gallery_type01 ul.img_list li {
    width: 15%;
    min-width: 70px;
  }
}

/* type02 */
.mod_gallery_detail.gallery_type02 .gallery_inner {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.mod_gallery_detail.gallery_type02 .img_big {
  position: relative;
  width: calc(400 / 800 * 100%);
  margin: 0;
}

@media screen and (max-width: 480px) {
  .mod_gallery_detail.gallery_type02 .img_big {
    float: none;
    min-width: 250px;
    margin: 0 auto 20px;
  }
}

.mod_gallery_detail.gallery_type02 ul.img_list {
  float: right;
  width: calc(376 / 800 * 100%);
}

@media screen and (max-width: 480px) {
  .mod_gallery_detail.gallery_type02 ul.img_list {
    width: 100%;
    text-align: center;
  }
}

.mod_gallery_detail.gallery_type02 ul.img_list li {
  float: left;
  position: relative;
  width: calc(120 / 376 * 100%);
  margin: 0 2.12766% 2.12766% 0;
}

@media screen and (max-width: 480px) {
  .mod_gallery_detail.gallery_type02 ul.img_list li {
    float: none;
    display: inline-block;
    width: 15%;
    min-width: 70px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

.mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(2n) {
  margin-right: 2.12766%;
}

@media screen and (max-width: 480px) {
  .mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(2n) {
    margin-right: 5px;
  }
}

.mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(3n) {
    margin-right: 5px;
  }
}

/* type03 */
.mod_gallery_detail.gallery_type03 .before_after,
.mod_gallery_detail.gallery_type03 ul.img_list {
  width: 100%;
  max-width: 800px;
}

.mod_gallery_detail.gallery_type03 .before_after dl.before,
.mod_gallery_detail.gallery_type03 .before_after dl.after {
  display: block;
  float: left;
  width: calc(386 / 800 * 100%);
  margin: 0;
}

@media screen and (max-width: 960px) {
  .mod_gallery_detail.gallery_type03 .before_after dl.before,
  .mod_gallery_detail.gallery_type03 .before_after dl.after {
    width: 49%;
  }
}

.mod_gallery_detail.gallery_type03 .before_after dl.before dt,
.mod_gallery_detail.gallery_type03 .before_after dl.after dt {
  margin-bottom: 0.5em;
  font-family: "Asap", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: #333;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
}

.mod_gallery_detail.gallery_type03 .before_after dl.before dd,
.mod_gallery_detail.gallery_type03 .before_after dl.after dd {
  position: relative;
}

.mod_gallery_detail.gallery_type03 .before_after dl.after {
  float: right;
}

.mod_gallery_detail.gallery_type03 .before_after dl.after dt {
  color: #999;
}

.mod_gallery_detail.gallery_type03 ul.img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 960px) {
  .mod_gallery_detail.gallery_type03 ul.img_list {
    text-align: center;
  }
}

.mod_gallery_detail.gallery_type03 ul.img_list li {
  position: relative;
  float: none;
  width: calc(90 / 800 * 100%);
  min-width: 70px;
  margin-right: 1%;
}

@media screen and (max-width: 960px) {
  .mod_gallery_detail.gallery_type03 ul.img_list li {
    display: inline-block;
    margin: 5px;
  }
}

.mod_gallery_detail.gallery_type03 ul.img_list li:nth-child(4n) {
  margin-right: 3.75%;
}

@media screen and (max-width: 960px) {
  .mod_gallery_detail.gallery_type03 ul.img_list li:nth-child(4n) {
    margin-right: 5px;
  }
}

.mod_gallery_detail.gallery_type03 ul.img_list li:last-child {
  margin-right: 0;
}

.mod_gallery_detail.gallery_type01 .img_big::before,
.mod_gallery_detail.gallery_type01 ul.img_list li::before,
.mod_gallery_detail.gallery_type02 .img_big::before,
.mod_gallery_detail.gallery_type02 ul.img_list li::before,
.mod_gallery_detail.gallery_type03 .before_after dl dd::before,
.mod_gallery_detail.gallery_type03 ul.img_list li::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.mod_gallery_detail.gallery_type01 .img_big a,
.mod_gallery_detail.gallery_type01 ul.img_list li a,
.mod_gallery_detail.gallery_type02 .img_big a,
.mod_gallery_detail.gallery_type02 ul.img_list li a,
.mod_gallery_detail.gallery_type03 .before_after dl dd a,
.mod_gallery_detail.gallery_type03 ul.img_list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  background: #DDD;
}

.mod_gallery_detail.gallery_type01 .img_big a img,
.mod_gallery_detail.gallery_type01 ul.img_list li a img,
.mod_gallery_detail.gallery_type02 .img_big a img,
.mod_gallery_detail.gallery_type02 ul.img_list li a img,
.mod_gallery_detail.gallery_type03 .before_after dl dd a img,
.mod_gallery_detail.gallery_type03 ul.img_list li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* slick
------------------------------*/
.mod_gallery_list #gallery.slick-slider {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 calc(50 / 1000 * 100%);
  margin: 0 auto 30px;
}

.mod_gallery_list #gallery.slick-slider * {
  word-break: initial;
}

.mod_gallery_list #gallery.slick-slider dl {
  float: left;
  width: 250px;
  margin: 0 20px;
}

.mod_gallery_list #gallery.slick-slider dl:nth-child(3n) {
  margin-right: 20px;
}

.mod_gallery_list #gallery.slick-slider dl > dd.img {
  width: 100%;
}

.mod_gallery_list #gallery.slick-slider dl > dt + dd {
  display: none;
}

@media screen and (max-width: 480px) {
  .mod_gallery_list #gallery.slick-slider dl {
    float: left;
  }
}

.mod_gallery_list #gallery.slick-slider .slick-prev,
.mod_gallery_list #gallery.slick-slider .slick-next {
  top: 45%;
  left: 0;
  width: calc(30 / 1000 * 100%);
  padding-top: calc(30 / 1000 * 100%);
  background: center no-repeat;
  background-image: url(../img/slick_left.svg);
  background-size: auto 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none;
}

.mod_gallery_list #gallery.slick-slider .slick-prev:hover,
.mod_gallery_list #gallery.slick-slider .slick-next:hover {
  text-decoration: none;
  opacity: 0.7;
}

.mod_gallery_list #gallery.slick-slider .slick-prev::before,
.mod_gallery_list #gallery.slick-slider .slick-next::before {
  display: none;
}

.mod_gallery_list #gallery.slick-slider .slick-next {
  left: auto;
  right: 0;
  background-image: url(../../img/slick_right.svg);
}

/* #contact_form
------------------------------*/
#contact_form table {
  width: 100%;
  font-size: inherit;
  line-height: 1.4;
}

#contact_form table th, #contact_form table td {
  height: auto;
  padding: 20px 31px 18px;
  border: 2px solid #BFBE80;
  background: #FFF;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  #contact_form table th, #contact_form table td {
    display: block;
    width: 100%;
    padding: 10px 15px 7px;
  }
}

#contact_form table th {
  width: calc(330 / 1000 * 100%);
  background: #F6F7CD;
  font-size: inherit;
  font-weight: 700;
  vertical-align: top;
}

#contact_form table th span.req {
  margin-left: -10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: red;
}

#contact_form table td {
  font-size: 1.4rem;
}

#contact_form table td input[type="text"] {
  width: 100%;
  max-width: 100%;
  height: 30px;
  border: none;
  background: #FFF;
  padding: 5px;
  margin: 8px 0 4px;
}

#contact_form table td input[type="text"].address1 {
  margin-bottom: 10px;
}

#contact_form table td input.zipcode {
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width: 480px) {
  #contact_form table th,
  #contact_form table tr:not(:last-child) td {
    width: 100%;
    border-bottom: none;
  }
}

#contact_form table textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
  border: none;
  background: #FFF;
  padding: 5px;
  margin-top: 4px;
}

#contact_form p.submit {
  width: 100%;
  height: 3.88889em;
  max-width: 360px;
  padding: 0;
  margin: 50px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

#contact_form p.submit button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.5em;
  border: 1px solid #333;
  border-radius: 0;
  background: #FFF;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-decoration: none;
}

#contact_form p.submit button:hover {
  text-decoration: none;
  opacity: 0.7;
}

.fixed .formErrorContent {
  background: red;
}

.privacy {
  font-size: calc(calc(14 / 10) * 1rem);
  line-height: 2;
}

.privacy p {
  margin-bottom: calc(12 / 14 * 1em);
}

.privacy .policy > li {
  padding-left: calc(9 / 14 * 1em);
  margin: 0 0 calc(14 / 14 * 1em) calc(15 / 14 * 1em);
  list-style: decimal outside;
}

.privacy .policy > li:last-child {
  margin-bottom: 0;
}

.privacy .policy .list li {
  position: relative;
  padding-left: 1em;
}

.privacy .policy .list li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 480px) {
  .privacy {
    font-size: 1.2rem;
  }
}

/* base */
* {
  word-break: break-all;
}

body {
  min-width: 1300px;
  background: #FFF;
  font-family: "メイリオ", Meiryo, sans-serif, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  color: #222;
}

@media screen and (max-width: 960px) {
  body {
    min-width: 320px;
  }
}

pre {
  white-space: inherit;
}

input,
textarea {
  font-family: inherit;
}

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

a {
  text-decoration: none;
  font-weight: normal;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

a.anchor-for-call, a.anchor-for-call:hover {
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit;
}

img, a {
  -webkit-transition: background .3s, color .3s, trnansform .3s, opacity .3s;
  transition: background .3s, color .3s, trnansform .3s, opacity .3s;
}

input, textarea, button, select {
  outline: none;
}

div.sbox-cen,
h1.seotext {
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.7;
  font-family: "メイリオ", Meiryo, sans-serif, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 960px) {
  div.sbox-cen,
  h1.seotext {
    padding-bottom: 0;
    font-size: 1.0rem;
  }
  div.sbox-cen span,
  h1.seotext span {
    display: none;
  }
  div.sbox-cen h1.stext,
  h1.seotext h1.stext {
    font-weight: normal;
  }
  div.sbox-cen p.summary,
  h1.seotext p.summary {
    display: none;
  }
}

.wrap {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  background: #FFF;
  font-family: "メイリオ", Meiryo, sans-serif, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #222;
}

@media screen and (max-width: 960px) {
  .wrap {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .wrap {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.sp-block {
  display: none;
}

@media screen and (max-width: 680px) {
  .sp-block {
    display: block;
  }
}

@media screen and (max-width: 680px) {
  .pc-block {
    display: none;
  }
}

/* header
------------------------------*/
.header__sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .header__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 70px;
    padding: 6px 15px 8px;
    text-align: center;
    position: relative;
  }
}

.header__spLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 86%;
}

@media screen and (max-width: 480px) {
  .header__spLink {
    height: 74%;
  }
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4px 20px 0px;
  background: #123551;
  min-height: 50px;
}

@media screen and (max-width: 960px) {
  .header__top {
    display: none;
  }
}

.header__top-left {
  width: 30%;
}

@media screen and (max-width: 960px) {
  .header__top-left {
    width: 100%;
    text-align: center;
  }
}

.header__top-right {
  display: none;
  width: 60%;
  font-size: 1.4rem;
  text-align: right;
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  .header__top-right {
    display: none;
  }
}

.header__seo {
  padding-top: 10px;
  padding-left: 10px;
  font-family: "メイリオ", Meiryo, sans-serif, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.0rem;
  line-height: 1.8;
  color: #888888;
}

@media screen and (max-width: 960px) {
  .header__seo {
    display: none;
  }
}

.header__logo {
  font-family: "Asap", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}

.header__logo-link {
  display: block;
  text-decoration: none;
}

.header__logo-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .header__logo {
    text-align: center;
  }
}

@media screen and (max-width: 680px) {
  .header__logo {
    font-size: 1.8rem;
  }
}

.header__tel {
  font-family: "Asap", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.0;
  text-transform: capitalize;
}

.header__tel-num {
  margin-left: 0.1em;
  font-size: 1.8em;
}

.header__note {
  font-size: 1.2rem;
}

.header__nav {
  position: relative;
  height: 117px;
}

@media screen and (max-width: 960px) {
  .header__nav {
    display: none;
  }
}

.header__nav-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 117px;
}

.header__nav-inner .g-nav__logoLink img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header__nav-inner::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.header__nav-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 3px 3px rgba(51, 51, 51, 0.1);
          box-shadow: 0 3px 3px rgba(51, 51, 51, 0.1);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.header__nav-inner.-fixed {
  position: fixed;
}

.header__nav-inner.-fixed .g-nav__logoLink img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.header__nav-inner.-fixed::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.header__nav-inner.-fixed::after {
  opacity: 1;
}

@media screen and (max-width: 1300px) {
  .header__nav-inner.-fixed {
    position: absolute;
  }
}

.g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 0 0 30px;
}

.g-nav.-sp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.g-nav__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14%;
  max-width: 182px;
  height: 100%;
}

.g-nav__logoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-family: "Asap", sans-serif;
  font-size: 2.0rem;
  text-decoration: none;
}

.g-nav__logoLink:hover {
  text-decoration: none;
  opacity: 0.7;
}

.g-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 117px;
}

.g-nav.-sp .g-nav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
}

.g-nav__list-item {
  height: 100%;
}

.g-nav.-sp .g-nav__list-item {
  width: 100%;
}

.g-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0 20px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.g-nav__link.-arrow {
  position: relative;
}

.g-nav__link.-arrow::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #222222 transparent transparent transparent;
  position: absolute;
  top: calc(50% - 3.5px);
  right: 12px;
}

.g-nav__link:hover, .g-nav__link.-on {
  text-decoration: none;
  opacity: 0.7;
}

.g-nav.-sp .g-nav__link {
  padding: 22px 10px;
  margin: 0;
}

.g-nav__linkEn {
  margin-bottom: 0.3em;
  font-family: "Asap", sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: 0.1em;
}

/* openbox */
.openbox__trigger, .openbox__sub-trigger, .openbox__trigger--hover {
  cursor: pointer;
  height: 100%;
}

.openbox__target {
  overflow: hidden;
  height: 0;
  -webkit-transition: height .4s;
  transition: height .4s;
  cursor: auto;
}

.accordion {
  position: relative;
  height: 100%;
}

.accordion__label {
  cursor: pointer;
}

.accordion__list {
  overflow: hidden;
  height: 0;
  width: 100%;
  -webkit-transition: height .3s;
  transition: height .3s;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
}

@media screen and (max-width: 960px) {
  .accordion__list {
    position: relative;
    top: 0;
  }
}

.accordion-list__link {
  display: block;
  background: #FFF;
  border-bottom: 1px solid #FFF;
  padding: 13px 10px 11px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}

.accordion-list__link:hover {
  background: #EEEDEB;
  text-decoration: none;
}

.accordion-wide {
  height: 100%;
}

.accordion-wide__wrap {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .accordion-wide__wrap {
    position: relative;
  }
}

.accordion-wide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFF;
  border-top: 1px solid #EEEDEB;
}

@media screen and (max-width: 960px) {
  .accordion-wide__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.accordion-wide__link {
  display: block;
  background: #FFF;
  padding: 16px 20px 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}

.accordion-wide__link.-current, .accordion-wide__link:hover {
  background: #EEEDEB;
  text-decoration: none;
}

.accordion-wide__link.-nolink:hover {
  background: #FFF;
}

.drawer--left {
  position: relative;
}

.drawer--left .drawer-hamburger {
  position: fixed;
  left: auto;
  top: 0px;
  right: 0px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: #CCC;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.drawer--left .drawer-hamburger__border {
  position: relative;
  width: 55.56%;
  height: 2px;
  background-color: #FFF;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.drawer--left .drawer-hamburger__border::before, .drawer--left .drawer-hamburger__border::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.drawer--left .drawer-hamburger__border::after {
  top: auto;
  bottom: 10px;
}

.drawer--left.drawer-open .drawer-hamburger {
  top: 0px;
  right: 0px;
  opacity: 0.7;
}

.drawer--left.drawer-open .drawer-hamburger__border {
  background: none;
}

.drawer--left.drawer-open .drawer-hamburger__border::before {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.drawer--left.drawer-open .drawer-hamburger__border::after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.drawer--left .drawer-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

.drawer--left .drawer-nav {
  display: none;
  background: #FFF;
}

@media screen and (max-width: 960px) {
  .drawer--left .drawer-hamburger {
    display: none;
  }
  .drawer--left .drawer-nav {
    display: none;
  }
}

.drawer-menu {
  width: 100%;
  padding: 20px 10px;
}

.drawer-menu__item + .drawer-menu__item {
  margin-top: 30px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #FFF;
}

.drawer-menu .contentslist {
  display: block;
  padding: 0;
  font-size: 1.4rem;
}

.drawer-menu .contentslist > li {
  margin: 0 0 20px;
}

.drawer-menu .contentslist > li > a {
  font-size: 1.4rem;
}

.drawer-menu .contentslist .sublist > li > a {
  font-size: 1.4rem;
}

.drawer-menu .contentslist .nolink .n_title {
  font-size: 1.4rem;
}

.drawer-menu .contentslist .banner {
  text-align: center;
}

.drawer-menu .contentslist .banner li {
  margin-bottom: 10px;
}

/* main
------------------------------*/
.mainimg {
  display: none;
}

.pagecode-index .mainimg {
  display: block;
  margin-bottom: 120px;
  margin-top: -117px;
}

@media screen and (max-width: 960px) {
  .pagecode-index .mainimg {
    margin-top: 0;
  }
}

.mainimg__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .mainimg__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mainimg__txt {
  font-family: "Asap", sans-serif;
  font-size: 5.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #FFF;
}

.mainimg__txt::first-letter {
  font-weight: 900;
  color: #777;
}

@media screen and (max-width: 680px) {
  .mainimg__txt {
    font-size: 4.0rem;
  }
}

.mainimg__scroll {
  position: absolute;
  bottom: 0;
  right: 20px;
}

@media screen and (max-width: 480px) {
  .mainimg__scroll {
    display: none;
  }
}

.mainimg__scrollLink {
  padding: 0 0 90px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Asap", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: #FFF;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.mainimg__scrollLink:hover {
  text-decoration: none;
  opacity: 0.7;
}

.mainimg__scrollLink::after {
  content: '';
  -webkit-animation: scroll 1.5s infinite;
  animation: scroll 1.5s infinite;
  width: 1px;
  height: 80px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
}

.mainimg__scrollDot {
  position: absolute;
  bottom: 0;
  left: 0;
}

.mainimg__scrollDotLink {
  display: block;
  padding: 10px 20px 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-decoration: none;
}

.mainimg__scrollDotLink:hover {
  text-decoration: none;
  opacity: 0.7;
}

.mainimg__scrollDotBorder {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 2px;
  height: 70px;
  background: #FFF;
}

@media screen and (max-width: 480px) {
  .mainimg__scrollDotBorder {
    height: 50px;
  }
}

.mainimg__scrollDotBorder::after {
  content: '';
  -webkit-animation: scrollDot 1.5s ease-out infinite;
          animation: scrollDot 1.5s ease-out infinite;
  width: 2px;
  height: 10px;
  background: #666;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
}

.mainimg__scrollMouse {
  display: block;
  width: 80px;
  text-align: center;
  opacity: 1;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 480px) {
  .mainimg__scrollMouse {
    bottom: 5px;
  }
}

.mainimg__scrollMouseLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
}

.mainimg__scrollMouseLink:hover {
  text-decoration: none;
  opacity: 0.7;
}

.mainimg__scrollMouseBorder {
  position: relative;
  display: block;
  width: 30px;
  height: 47px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #FFF;
  border-radius: 23px;
}

.mainimg__scrollMouseBorder::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 29%;
  left: calc(50% - 4px);
  -webkit-animation: scrollMouse 2.5s linear infinite;
          animation: scrollMouse 2.5s linear infinite;
}

.mainimg__scrollMouseTxt {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  font-family: "Asap", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .mainimg__scrollMouseTxt {
    font-size: 1.2rem;
  }
}

@keyframes scrollMouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

.main {
  width: 100%;
}

.pagecode-index .main {
  padding-top: calc(117px + 20px);
  margin-top: calc(-117px - 20px);
}

@media screen and (max-width: 960px) {
  .pagecode-index .main {
    padding-top: 0;
    margin-top: 0;
  }
}

/* content
------------------------------*/
.content {
  width: 100%;
  padding: 0px 0 0;
}

.map,
.video,
.calendar {
  position: relative;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 680px) {
  .map,
  .video,
  .calendar {
    height: 250px;
  }
}

.map iframe,
.video iframe,
.calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  height: auto;
  padding-top: 56.25%;
}

.big {
  font-size: 1.6rem;
}

.small {
  font-size: 1.2rem;
}

.bold {
  font-weight: bold;
}

.btn {
  text-align: center;
}

br.sp {
  display: none;
}

span.dib {
  display: inline-block;
}

@media screen and (max-width: 960px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}

.hash-link,
#mail {
  padding-top: calc(117px + 20px);
  margin-top: calc(-117px - 20px);
}

@media screen and (max-width: 960px) {
  .hash-link,
  #mail {
    padding-top: 0;
    margin-top: 0;
  }
}

.pickup-nopost {
  display: block;
  text-align: center;
  font-weight: bold;
  color: red;
}

/* common-contact（全ページ共通のフッターバナー）
------------------------------*/
/* side
------------------------------*/
.side {
  width: 100%;
  padding: 40px 15px 20px;
}

@media screen and (max-width: 960px) {
  .side:not(.-sp) {
    display: none;
  }
  .side.-sp {
    padding: 0;
  }
}

/* footer
------------------------------*/
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: #F2F2F2;
  font-size: 1.4rem;
  line-height: 2;
}

.footer.-type01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.footer.-type03 {
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .footer.-type03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer a {
  color: inherit;
}

.footer.-type01 .footer__map {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.footer.-type02 .footer__map {
  margin-top: 2.5em;
}

.footer.-type03 .footer__map {
  width: 60%;
  height: auto;
  padding-top: 50%;
}

@media screen and (max-width: 960px) {
  .footer.-type03 .footer__map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-top: 300px;
  }
}

.footer__contents {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 56px 0;
  margin: 0 auto;
}

.footer.-type01 .footer__contents {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}

.footer.-type03 .footer__contents {
  width: 40%;
}

@media screen and (max-width: 960px) {
  .footer.-type03 .footer__contents {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .footer__contents {
    padding: 50px 15px;
  }
}

.footer__contentsInner {
  width: 100%;
}

.footer.-type01 .footer__contentsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .footer.-type01 .footer__contentsInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.footer__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 500px;
}

.footer.-type01 .footer__box {
  margin-left: 40px;
}

@media screen and (max-width: 960px) {
  .footer.-type01 .footer__box {
    margin: 30px auto 0;
  }
}

.footer.-type02 .footer__box {
  max-width: 100%;
  margin: 50px 0 0;
}

.footer.-type03 .footer__box {
  margin: 4em auto 0;
}

.footer__txt {
  margin-left: -15px;
  font-size: 1.0rem;
}

.footer.-type02 .footer__txt {
  margin-top: 1.3em;
}

.footer.-type01 .footer__txt,
.footer__txt .footer.-type03 {
  margin-top: 2.1em;
}

.f-info__logo {
  margin-bottom: 1em;
}

.f-info__mailLink {
  font-weight: bold;
  text-decoration: underline;
}

.f-info__mailLink:hover {
  text-decoration: none;
}

.f-info__note {
  margin-top: 0.8em;
  font-size: 1.0rem;
  color: #999;
}

.f-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: inherit;
  line-height: 1;
}

.-type01 .f-nav,
.-type03 .f-nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  margin-bottom: 20px;
}

.-type02 .f-nav {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 960px) {
  .f-nav {
    display: none;
  }
}

.f-nav__item {
  border-left: 1px solid #333;
}

.-type01 .f-nav__item,
.-type03 .f-nav__item {
  width: 40%;
  margin-bottom: calc(30 / 14 * 1em);
}

.-type01 .f-nav__item:nth-child(2), .-type01 .f-nav__item:nth-child(5), .-type01 .f-nav__item:nth-child(8),
.-type03 .f-nav__item:nth-child(2),
.-type03 .f-nav__item:nth-child(5),
.-type03 .f-nav__item:nth-child(8) {
  width: 40%;
}

.-type01 .f-nav__item:nth-child(3), .-type01 .f-nav__item:nth-child(6), .-type01 .f-nav__item:nth-child(9),
.-type03 .f-nav__item:nth-child(3),
.-type03 .f-nav__item:nth-child(6),
.-type03 .f-nav__item:nth-child(9) {
  width: 20%;
}

.-type02 .f-nav__item {
  width: auto;
  margin-bottom: 1.5em;
}

.-type02 .f-nav__item:first-child {
  border-left: none;
}

.f-nav__link {
  display: block;
  color: inherit;
}

.-type01 .f-nav__link,
.-type03 .f-nav__link {
  padding: 0 0 0 0.5em;
}

.-type02 .f-nav__link {
  padding: 0 1.5em;
}

.f-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.-type01 .f-sns {
  margin: -2.6% 0 5px -2.6%;
}

@media screen and (max-width: 960px) {
  .-type01 .f-sns {
    margin: 0 auto 5px;
  }
}

.-type02 .f-sns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 370px;
  margin: 0 auto -0.8em;
}

@media screen and (max-width: 960px) {
  .-type02 .f-sns {
    margin: 0 auto 5px;
  }
}

.-type03 .f-sns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -4.6% 0 5px 0;
}

@media screen and (max-width: 960px) {
  .-type03 .f-sns {
    margin: 0 auto 5px;
  }
}

@media screen and (max-width: 960px) {
  .f-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.f-sns__item {
  width: calc(40 / 370 * 100%);
  margin: 2.6%;
}

.f-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.-type01 .f-banner,
.-type03 .f-banner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .-type01 .f-banner,
  .-type03 .f-banner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.-type02 .f-banner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-banner__item {
  width: calc(180 / 370 * 100%);
  height: 3.57143em;
  max-width: 180px;
  background: #FFF;
  font-size: inherit;
  color: inherit;
}

.-type01 .f-banner__item,
.-type03 .f-banner__item {
  margin: calc(5 / 370 * 100%) 0;
}

.-type02 .f-banner__item {
  margin: calc(5 / 370 * 100%) calc(1.5 / 370 * 100%);
}

.f-banner__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.5em;
  border: 1px solid #333;
  border-radius: 0;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-decoration: none;
  padding-right: 2em;
  border: 1px solid #333;
}

.f-banner__link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.f-banner__link::after {
  content: '';
  width: 1em;
  height: 1em;
  background: url(../img/icon_blank.svg) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.f-seo {
  margin-bottom: 0.5em;
  color: #999;
}

/* pagetop
------------------------------*/
/* sideBanner */
.sideBanner {
  display: block;
  position: fixed;
  z-index: 30;
  bottom: 100px;
  right: 0;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.sideBanner.-on {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sideBanner.-on.-stop {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media screen and (max-width: 960px) {
  .sideBanner {
    display: none;
  }
}

/* btmBanner */
.btmBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 90px;
  padding: 0 15px;
  background: #CCC;
  font-family: メイリオ, Meiryo, sans-serif, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #333;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

@media screen and (max-width: 960px) {
  .btmBanner {
    height: calc(90px - 20px);
    padding: 0;
    pointer-events: inherit;
  }
}

.btmBanner.-fixed {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: inherit;
}

.btmBanner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0.4em 1.2em 0 0;
  font-family: "Asap", sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}

.btmBanner__title::after {
  content: '';
  width: 1px;
  height: 3.9rem;
  background: #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .btmBanner__title {
    display: none;
  }
}

.btmBanner__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .btmBanner__contents {
    display: none;
  }
}

.btmBanner__info {
  width: 40em;
  margin: 0 1.5em;
  text-align: center;
}

.btmBanner__tel {
  font-family: "Asap", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: 0.05em;
}

.btmBanner__telNum {
  font-size: 1.7em;
}

.btmBanner__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 240px;
  height: 4.28571em;
  font-size: 1.4rem;
}

.btmBanner__btnLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.5em;
  border: 1px solid #333;
  border-radius: 0;
  background: #FFF;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-decoration: none;
}

.btmBanner__btnLink:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btmBanner__sns {
  margin-left: 1.5em;
}

.btmBanner__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btmBanner__sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .btmBanner__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
}

.btmBanner__spLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #FFF;
  text-decoration: none;
}

.btmBanner__spLink:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btmBanner__spLink.-tel {
  background: #2c64ae;
}

.btmBanner__spLink.-mail {
  background: #ff802e;
}

.btmBanner__spLink.-sns {
  background: #00b900;
}

/* pagetop */
.pagetop {
  position: fixed;
  z-index: 200;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 90px;
  opacity: 0;
  -webkit-transition: opacity .5s, -webkit-transform .3s;
  transition: opacity .5s, -webkit-transform .3s;
  transition: opacity .5s, transform .3s;
  transition: opacity .5s, transform .3s, -webkit-transform .3s;
}

.pagetop:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.pagetop.-on {
  opacity: 1;
}

.pagetop.-stop {
  position: absolute;
}

@media screen and (max-width: 960px) {
  .pagetop {
    display: none;
  }
}

/* wink */
.wink a:hover {
  -webkit-animation-name: wink;
          animation-name: wink;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
}

.wink img {
  opacity: 1 !important;
}

@-webkit-keyframes wink {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes wink {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

.object-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: 'object-fit: cover;';
}

/* content-common（共通デザインとかの追加は以下に）
====================================*/
/* p-txt */
.p-txt + .p-txt {
  margin-top: 2em;
}

/* c-link */
.c-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.5em;
  border: 1px solid #333;
  border-radius: 0;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-decoration: none;
}

.c-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ページ別
===================================================*/
/* index
---------------------------*/
.index-gallery {
  padding: 70px 15px 80px;
  background-color: #CCC;
}

.index-gallery__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.index-gallery__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #AAA;
  line-height: 1.6;
  margin-bottom: 30px;
}

.index-gallery__headingEn {
  font-size: 3em;
  font-family: "Asap", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #333;
}

.index-gallery .mod_gallery_list {
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}

.index-gallery .mod_gallery_list #gallery dl dt a {
  color: #FFF;
}

.index-news {
  padding: 70px 15px 80px;
  background-color: #F0F0F0;
}

.index-news__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.index-news__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #AAA;
  line-height: 1.6;
}

.index-news__headingEn {
  font-size: 3em;
  font-family: "Asap", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #333;
}

.index-news .mod_news_list {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}

/* contact
---------------------------*/
.form-txt {
  font-size: 1.4rem;
}

.form-txt__req {
  color: red;
}

.form-txt__num {
  font-weight: 700;
}

.top-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-nav__list-link {
  color: #FFF;
  font-size: 1.2rem;
}

.nav-contact {
  background: #DDE042;
  padding: 5px 15px 20px 15px;
  margin-top: -80px;
  color: #123551;
  font-size: 1.4rem;
  text-align: center;
  border-bottom-left-radius: 25px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.header__nav-inner.-fixed .nav-contact {
  margin-top: 0;
  -webkit-transform: scale(calc(117 / 129));
          transform: scale(calc(117 / 129));
}

.nav-contact__tel {
  font-family: "Asap", sans-serif;
  font-size: 1.4rem;
}

.nav-contact__tel span {
  margin-left: 5px;
  font-size: 2rem;
}

.nav-contact__hours {
  margin: -10px 0 4px;
  font-size: 1rem;
}

.nav-contact__mail {
  width: 170px;
}

.nav-contact__mail a {
  display: block;
  width: 100%;
  padding: 10px 20px 8px;
  background: #F1365D url(../temp_img/nav_mail.svg) no-repeat top 15px left 22px;
  border: 2px solid #FFF;
  border-radius: 25px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: right;
  -webkit-box-shadow: 5px 5px #B7B729;
          box-shadow: 5px 5px #B7B729;
  will-change: transform;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.nav-contact__mail a:hover {
  text-decoration: none;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.g-nav__list {
  display: none;
}

.f-into-title {
  font-weight: bold;
}

.f-nav__item {
  display: none;
}

.f-sns__item {
  width: 40px;
  margin: 0 10px 0 0;
}

.common-decoration {
  width: 100%;
  height: 500px;
  margin-top: -400px;
  background: url(../temp_img/index_bg01.jpg) no-repeat center;
  background-size: cover;
}

.common-decoration.-first {
  margin-bottom: 120px;
}

@media screen and (max-width: 960px) {
  .common-decoration {
    display: none;
  }
}

.index-introduction {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 0 0;
  border: 10px solid #45B0A1;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 960px) {
  .index-introduction {
    max-width: calc(100% - 30px);
    margin-bottom: 70px;
  }
}

.index-introduction__title {
  margin-bottom: 38px;
  padding-top: 13px;
  background: #FFF url(../temp_img/h2_img.svg) no-repeat top center;
  font-size: 5rem;
  font-family: "Asap", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 680px) {
  .index-introduction__title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 480px) {
  .index-introduction__title {
    background-size: 80%;
  }
}

.index-introduction__title span {
  display: block;
  margin-top: -12px;
  font-size: 1.8rem;
  font-family: "メイリオ", Meiryo, sans-serif, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #9F9F9F;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 680px) {
  .index-introduction__title span {
    font-size: 1.4rem;
  }
}

.index-introduction__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #45B0A1 url(../temp_img/banner_img03.svg) no-repeat top center;
  padding: 50px 40px 30px;
}

@media screen and (max-width: 960px) {
  .index-introduction__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 680px) {
  .index-introduction__btn {
    background-size: 80%;
  }
}

@media screen and (max-width: 480px) {
  .index-introduction__btn {
    padding: 50px 0 30px;
  }
}

.index-introduction__btn-item {
  width: 300px;
  height: 70px;
}

@media screen and (max-width: 960px) {
  .index-introduction__btn-item {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .index-introduction__btn-item {
    width: 100%;
  }
}

.index-introduction__btn-item:nth-of-type(1) {
  margin-right: 34px;
}

@media screen and (max-width: 960px) {
  .index-introduction__btn-item:nth-of-type(1) {
    margin: 0 auto 30px;
  }
}

.index-introduction__btn-link {
  display: block;
  padding: 0 17px 0px 52px;
  width: 100%;
  height: 100%;
  background: #FFF url(../temp_img/banner_line.svg) no-repeat center left 23px;
  background-size: 20px;
  border: 3px solid #222222;
  text-align: right;
  line-height: 70px;
  font-weight: bold;
  letter-spacing: 0.08em;
  -webkit-box-shadow: 4px 4px #222;
          box-shadow: 4px 4px #222;
  will-change: transform;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}

@media screen and (max-width: 480px) {
  .index-introduction__btn-link {
    text-align: center;
  }
}

.index-introduction__btn-link:hover {
  text-decoration: none;
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.index-introduction__btn-link.-mail {
  padding: 0 43px 0px 71px;
  background: #FFF url(../temp_img/banner_mail.svg) no-repeat center left 45px;
}

@media screen and (max-width: 480px) {
  .index-introduction__btn-link.-mail {
    padding-left: 65px;
  }
}

.introduction-container {
  padding-bottom: 42px;
  background: #FFF;
}

.introduction-container__title {
  max-width: 500px;
  margin: 0 auto -30px;
  background: #123551;
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  padding: 16px 10px 12px;
  letter-spacing: 0.1em;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 680px) {
  .introduction-container__title {
    max-width: calc(100% - 20px);
  }
}

.introduction-container__title span {
  color: #DDE042;
}

.introduction-container__list {
  background: #F6F7CD;
  max-width: 700px;
  margin: 0 auto;
  padding: 49px 45px 30px;
  border-radius: 20px;
}

@media screen and (max-width: 680px) {
  .introduction-container__list {
    max-width: calc(100% - 20px);
    padding-left: 15px;
    padding-right: 15px;
  }
}

.introduction-container__list-item {
  padding: 14px 4px 9px;
  border-bottom: 1px solid #BFBE80;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #123551;
}

@media screen and (max-width: 680px) {
  .introduction-container__list-item {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

.introduction-container__list-item span {
  color: #F1365D;
}

.index-check {
  max-width: 1200px;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-check__maintitle {
  width: 100%;
  margin-bottom: 38px;
  padding-top: 13px;
  background: #FFF url(../temp_img/h2_img.svg) no-repeat top center;
  font-size: 5rem;
  font-family: "Asap", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 680px) {
  .index-check__maintitle {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 480px) {
  .index-check__maintitle {
    background-size: 80%;
  }
}

.index-check__maintitle span {
  display: block;
  margin-top: -12px;
  font-size: 1.8rem;
  font-family: "メイリオ", Meiryo, sans-serif, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #9F9F9F;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 680px) {
  .index-check__maintitle span {
    font-size: 1.4rem;
  }
}

.index-checkbox {
  width: 580px;
  padding: 46px 50px 34px;
  background: #F4FAFA;
}

@media screen and (max-width: 960px) {
  .index-checkbox {
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .index-checkbox {
    width: 100%;
    padding: 46px 15px 34px;
  }
}

.index-checkbox__title {
  padding: 17px 23px;
  margin-bottom: 20px;
  background: #CCEAE6;
  border-radius: 4px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #123551;
}

.index-checkbox__list-item {
  background: url(../temp_img/index_img01.svg) no-repeat top 10px left;
  padding: 8px 10px 14px 48px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
  .index-checkbox__list-item {
    font-size: 1.4rem;
    background-size: 30px;
  }
}

.index-checkbox__arrow {
  padding-left: 64px;
  margin-top: 27px;
  background: url(../temp_img/index_img02.svg) no-repeat top left;
  color: #FF7F0C;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  text-align: left;
}

.index-reason {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .index-reason {
    width: 100%;
    padding: 0 15px;
  }
}

.index-reason__maintitle {
  width: 100%;
  margin-bottom: 38px;
  padding-top: 13px;
  background: #FFF url(../temp_img/h2_img.svg) no-repeat top center;
  font-size: 5rem;
  font-family: "Asap", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 680px) {
  .index-reason__maintitle {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 480px) {
  .index-reason__maintitle {
    background-size: 80%;
  }
}

.index-reason__maintitle span {
  display: block;
  margin-top: -12px;
  font-size: 1.8rem;
  font-family: "メイリオ", Meiryo, sans-serif, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #9F9F9F;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 680px) {
  .index-reason__maintitle span {
    font-size: 1.4rem;
  }
}

.reason-box {
  width: 380px;
  margin-bottom: 47px;
}

@media screen and (max-width: 960px) {
  .reason-box {
    width: 49%;
  }
}

.reason-box:nth-of-type(odd) {
  margin-right: 1%;
}

.reason-box__text {
  max-width: 360px;
  min-height: 98px;
  margin-top: -30px;
  padding: 21px 20px 5px 2px;
  background: #FFF;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (max-width: 960px) {
  .reason-box__text {
    max-width: 85%;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 480px) {
  .reason-box__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 680px) {
  .reason-box__text br {
    display: none;
  }
}

.reason-box__btn {
  display: none;
  width: 120px;
  margin: 0 40px 0 auto;
}

.reason-box__btn a {
  display: block;
  width: 100%;
  padding-left: 5px;
  padding-bottom: 2px;
  border-bottom: 2px solid #2CA595;
  background: url(../temp_img/index_arrow01.svg) no-repeat top 9px right 7px;
  font-family: "Asap", sans-serif;
  font-size: 1.4rem;
  color: #2CA595;
  letter-spacing: 0.1em;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.reason-box__btn a:hover {
  text-decoration: none;
  background: url(../temp_img/index_arrow01.svg) no-repeat top 9px right 2px;
}

.index-change {
  background: #F4FAFA;
  padding: 93px 20px 87px;
  margin-bottom: 85px;
}

.index-change__title {
  margin-bottom: 23px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .index-change__title {
    font-size: 2.3rem;
  }
}

.index-change__title span {
  display: block;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: bold;
  color: #F45C7C;
  font-family: "メイリオ", Meiryo, sans-serif, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (max-width: 680px) {
  .index-change__title span {
    font-size: 1.6rem;
  }
}

.index-change__title span:after {
  content: url(../temp_img/index_img03.svg);
  position: absolute;
  top: 7px;
  left: calc(50% - 342px);
}

@media screen and (max-width: 960px) {
  .index-change__title span:after {
    content: none;
  }
}

.index-change__title span:before {
  content: url(../temp_img/index_img04.svg);
  position: absolute;
  top: 7px;
  right: calc(50% - 336px);
}

@media screen and (max-width: 960px) {
  .index-change__title span:before {
    content: none;
  }
}

.index-change__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1030px;
  margin: 0 auto;
}

.index-change__list-item {
  padding: 10px 10px 12px 46px;
  background: url(../temp_img/index_img01.svg) no-repeat top 13px left;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
  .index-change__list-item {
    font-size: 1.4rem;
    background-size: 30px;
  }
}

.index-change__list-item:nth-of-type(odd) {
  width: 48%;
}

@media screen and (max-width: 960px) {
  .index-change__list-item:nth-of-type(odd) {
    width: 100%;
  }
}

.index-change__list-item:nth-of-type(even) {
  width: 51.7%;
}

@media screen and (max-width: 960px) {
  .index-change__list-item:nth-of-type(even) {
    width: 100%;
  }
}

.index-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 50px;
  margin-bottom: 119px;
}

@media screen and (max-width: 960px) {
  .index-about {
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.index-about__left {
  max-width: 650px;
  margin-right: 110px;
}

@media screen and (max-width: 960px) {
  .index-about__left {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.about-left__title {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 680px) {
  .about-left__title {
    font-size: 2.3rem;
  }
}

.about-left__title span {
  display: block;
  margin-bottom: 15px;
  color: #2CA595;
  font-size: 1.6rem;
  font-family: "メイリオ", Meiryo, sans-serif, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 680px) {
  .about-left__title span {
    font-size: 1.3rem;
  }
}

.about-left__text {
  margin-bottom: 40px;
}

.about-left__btn {
  display: none;
  width: 330px;
}

@media screen and (max-width: 960px) {
  .about-left__btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .about-left__btn {
    max-width: 100%;
  }
}

.about-left__btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 10px 17px;
  border: 3px solid #45B0A1;
  background: #FFF;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 5px 5px #E2E2E2;
          box-shadow: 5px 5px #E2E2E2;
  will-change: transform;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.about-left__btn a:hover {
  text-decoration: none;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.index-info__title {
  width: 100%;
  margin-bottom: 24px;
  padding-top: 13px;
  background: #FFF url(../temp_img/h2_img.svg) no-repeat top center;
  font-size: 5rem;
  font-family: "Asap", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 680px) {
  .index-info__title {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 480px) {
  .index-info__title {
    background-size: 80%;
  }
}

.index-info__title span {
  display: block;
  margin-top: -12px;
  font-size: 1.8rem;
  font-family: "メイリオ", Meiryo, sans-serif, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #9F9F9F;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 680px) {
  .index-info__title span {
    font-size: 1.4rem;
  }
}

.map-note {
  margin-top: -30px;
  letter-spacing: 0.1em;
}

.common-contact {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 0 0;
  border: 10px solid #45B0A1;
  background: #FFF;
  position: relative;
  z-index: 1;
}

.common-contact__title {
  margin-top: -79px;
  margin-bottom: 10px;
  text-align: center;
}

.common-contact__time {
  margin: 0 auto;
  max-width: 442px;
  border-bottom: 3px solid #123551;
  font-size: 3.4rem;
  font-weight: bold;
  color: #123551;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 680px) {
  .common-contact__time {
    margin-bottom: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 680px) {
  .common-contact__time {
    font-size: 2.1rem;
  }
}

.common-contact__time span {
  color: #FF7F0C;
}

@media screen and (max-width: 680px) {
  .common-contact__time span {
    font-size: 1.4rem;
  }
}

.common-contact__time span:before {
  margin: 6px;
  content: url(../temp_img/banner_img02.svg);
  position: relative;
  top: 5px;
}

.common-contact__price {
  margin-top: -26px;
  background: #FFF;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.common-contact__price .five {
  font-size: 3.6rem;
  font-family: "Asap", sans-serif;
  margin-left: 4px;
}

.common-contact__price .half-price {
  font-size: 8.4rem;
  color: #F1365D;
  font-family: "Asap", sans-serif;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 680px) {
  .common-contact__price .half-price {
    display: block;
    margin-top: -40px;
    font-size: 6.5rem;
  }
}

.common-contact__price .half-price .half-time-yen {
  font-size: 4rem;
  color: #123551;
}

.common-contact__price .half-price:before {
  content: url(../temp_img/index_img02.svg);
  margin: 0 35px 0 9px;
}

@media screen and (max-width: 480px) {
  .common-contact__price .half-price:before {
    margin-right: 15px;
  }
}

.common-contact__price .half-price:after {
  content: '';
  display: block;
  width: 300px;
  height: 40px;
  background: #EAE042;
  position: absolute;
  bottom: 0;
  right: -19px;
  z-index: -1;
}

@media screen and (max-width: 680px) {
  .common-contact__price .half-price:after {
    content: none;
    line-height: 1.4;
  }
}

.common-contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #45B0A1 url(../temp_img/banner_img03.svg) no-repeat top center;
  padding: 50px 40px 30px;
}

@media screen and (max-width: 960px) {
  .common-contact__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 680px) {
  .common-contact__btn {
    background-size: 80%;
  }
}

@media screen and (max-width: 480px) {
  .common-contact__btn {
    padding: 50px 0 30px;
  }
}

.common-contact__btn-item {
  width: 300px;
  height: 70px;
}

@media screen and (max-width: 960px) {
  .common-contact__btn-item {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .common-contact__btn-item {
    width: 100%;
  }
}

.common-contact__btn-item:nth-of-type(1) {
  margin-right: 34px;
}

@media screen and (max-width: 960px) {
  .common-contact__btn-item:nth-of-type(1) {
    margin: 0 auto 30px;
  }
}

.common-contact__btn-link {
  display: block;
  padding: 0 17px 0px 52px;
  width: 100%;
  height: 100%;
  background: #FFF url(../temp_img/banner_line.svg) no-repeat center left 23px;
  background-size: 20px;
  border: 3px solid #222222;
  text-align: right;
  line-height: 70px;
  font-weight: bold;
  letter-spacing: 0.08em;
  -webkit-box-shadow: 4px 4px #222;
          box-shadow: 4px 4px #222;
  will-change: transform;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.common-contact__btn-link:hover {
  text-decoration: none;
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.common-contact__btn-link.-mail {
  padding: 0 43px 0px 71px;
  background: #FFF url(../temp_img/banner_mail.svg) no-repeat center left 45px;
}

.common-contact__info {
  width: 700px;
  margin: 0 auto 28px;
}

@media screen and (max-width: 960px) {
  .common-contact__info {
    width: calc(100% - 20px);
  }
}

.common-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F6F7CD;
  border-radius: 25px;
  min-height: 151px;
}

@media screen and (max-width: 960px) {
  .common-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.common-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
  background: #123551;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

@media screen and (max-width: 960px) {
  .common-info__title {
    border-bottom-left-radius: 0;
    border-top-right-radius: 25px;
    padding: 20px 0;
  }
}

.common-info__title span {
  display: block;
  width: 130px;
  height: 50px;
  border-radius: 25px;
  background: #486379;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
}

.common-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 0;
}

.common-contact__list-item {
  width: 200px;
  border-bottom: 1px solid #BFBE80;
  padding-bottom: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .common-contact__list-item {
    width: 45%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 680px) {
  .common-contact__list-item {
    width: calc(100% - 20px);
    margin-bottom: 15px;
  }
}

.common-contact__list-item:nth-of-type(odd) {
  margin-right: 20px;
}

@media screen and (max-width: 680px) {
  .common-contact__list-item:nth-of-type(odd) {
    margin-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */