@charset "UTF-8";
/* ===================================================================
CSS information

file name	: common.css
author		 : Abilive
style info : 基本・共通設定
=================================================================== */
html {
  font-size: small;
  overflow-x: hidden;
}

#cus_page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #231815;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.18em;
  line-height: 2.2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
  font-weight: 500;
}
.ie #cus_page {
  font-size: 98%;
}
#cus_page a {
  text-decoration: none;
}
#cus_page a:hover {
  text-decoration: none;
}
#cus_page img {
  max-width: 100%;
  -webkit-touch-callout: none;
  line-height: 1;
}

body,
pre,
input,
textarea,
select,
h3,
h4 {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ ゴシック", sans-serif;
  font-weight: normal !important;
}

input,
select,
textarea {
  font-size: 100%;
}

iframe {
  border: none;
  overflow-x: hidden;
}

.rt-footer {
  background-color: #f7f7f7 !important;
}

body {
  background: transparent;
  position: relative;
  z-index: 1;
}
body::before {
  content: "";
  background-color: #f7f7f7 !important;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 90%;
  top: 10%;
  background-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #abi_page {
  min-width: 950px !important;
  margin: auto;
  font-size: 100% !important;
}

@media all and (-ms-high-contrast: none) {
  h2, h3, h4, h5, h6, p {
    -webkit-transform: rotate(0.001deg);
            transform: rotate(0.001deg);
  }
}
body {
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp,
.ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab,
  body .view_tab {
    display: none !important;
  }
}

.over {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.over:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

#htlMainContent,
#htlHeader {
  width: 1920px !important;
  min-width: 0;
  max-width: 100%;
  margin: 0 auto !important;
}

#htlHeader ul li {
  position: relative;
  z-index: 1;
}

div#htlContents {
  min-width: auto !important;
  width: 1190px;
  margin: 0 auto !important;
}

#htlSide-A {
  position: absolute;
  left: 0;
  top: 980px;
  margin-top: -7px;
}

#RthCustomizeW {
  width: auto !important;
}

div#htlContents div#htlMainContent div div#trvlHtlSubNav ul {
  margin-bottom: 0;
}

#trvlHtlTabNav,
#trvlHtlSubNav {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #cus_page {
    margin-left: 120px;
  }
}

#cus_contents {
  width: 950px !important;
  margin-left: auto;
  margin-top: 2.8rem;
}

#htlHeader,
#htlBrdCrmbs {
  padding: 10px 20px;
}

#RthNameArea h2 a {
  letter-spacing: -0.05em;
}

#cus_page .con_main {
  position: relative;
  width: 1920px;
  height: 730px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#cus_page .gnav {
  left: 50%;
  width: 1920px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  overflow: hidden;
  position: relative;
  background-color: #231815;
  position: relative;
  z-index: 1;
}
#cus_page .gnav ul {
  width: 1190px;
  margin: auto;
  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;
}
#cus_page .gnav ul li {
  text-align: center;
}
#cus_page .gnav ul li a {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
#cus_page .gnav ul li a:hover {
  opacity: 0.7;
}
#cus_page .gnav ul li a .jp {
  font-size: 124%;
  color: #fff;
}
@media all and (-ms-high-contrast: none) {
  #cus_page .gnav ul li a .jp {
    margin-bottom: -0.5em;
    display: block;
  }
}
@media all and (-ms-high-contrast: none) {
  #cus_page .gnav ul li.gnav_btn {
    padding-top: 0;
  }
  #cus_page .gnav ul li.gnav_btn a .jp {
    margin-bottom: 0;
  }
}
#cus_page .gnav ul li.gnav_btn a {
  width: 200px;
  padding: 0.5em 0;
  display: block;
  background-color: #fff;
}
#cus_page .gnav ul li.gnav_btn a .jp {
  color: #231815;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
  #cus_page .gnav ul li.gnav_btn a {
    padding: 1.25em 0 0.5em !important;
  }
}
#cus_page.lower .con_main {
  height: 600px;
  position: relative;
}
@media only screen and (min-width: 1024px) and (max-width: 1360px) {
  #cus_page.lower .con_main {
    width: 115%;
    height: 100%;
  }
}
@media print {
  #cus_page.lower .con_main {
    width: 115%;
    height: 100%;
  }
}
.ie8 #cus_page.lower .con_main {
  width: 115%;
  height: 100%;
}
#cus_page.lower .con_main .box_txt {
  position: absolute;
  width: 1\;;
}
#cus_page.lower .gnav li.gnav_btn a {
  padding: 1em 0;
}
#cus_page.lower .box_tit {
  margin-left: 40px;
}
#cus_page.lower .box_tit .tmp_cath {
  position: relative;
}
#cus_page.lower .box_tit .tmp_cath::before {
  position: absolute;
  right: -30%;
  top: -40%;
  content: "";
  width: 250px;
  height: 1px;
  z-index: -1;
  background-color: #aaaaaa;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#cus_page.lower .box_tit .tmp_cath .en {
  letter-spacing: 0.1em;
}
#cus_page.lower .box_tit .tmp_cath .jp {
  display: block;
  letter-spacing: 0.25em;
  font-size: 124%;
  font-weight: 500;
}
#cus_page.lower .box_tit .box_link {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#cus_page.lower .box_tit .box_link .item {
  margin-right: 1em;
  margin-left: 1em;
  min-width: 1em;
}
#cus_page.lower .box_tit .box_link .item:not(:last-child) {
  margin-left: 0.5em;
}
#cus_page.lower .box_tit .box_link .item a {
  height: auto;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: block;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  font-size: 124%;
  color: #231815;
  padding: 0.5em 0em;
  padding-bottom: 1em;
}
#cus_page.lower .box_tit .box_link .item a::before {
  content: "|";
  font-size: 62%;
  padding-bottom: 1.5em;
  padding-top: 0.5em;
}
@media all and (-ms-high-contrast: none) {
  #cus_page.lower .box_tit .box_link .item a::before {
    content: "―";
  }
}
#cus_page.lower .box_tit .box_link .item a:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #231815;
}

#cus_footer {
  margin-left: auto;
  max-width: 950px;
  margin-top: 130px;
  position: relative;
}
#cus_footer .con_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#cus_footer .con_map .box_tii {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cus_footer .con_map .box_tii .logo {
  width: 80px;
  height: 80px;
  margin-right: 1.25em;
}
#cus_footer .con_map .box_tii .tit .jp {
  letter-spacing: 0.1em;
  font-size: 231%;
  margin-right: 0.5em;
  display: block;
}
#cus_footer .con_map .box_tii .tit .min {
  font-size: 100%;
  font-weight: bold;
}
#cus_footer .con_map .box_text {
  max-width: 474px;
  width: 100%;
  margin-right: 0;
}
#cus_footer .con_map .box_text .box_att {
  margin-top: 25px;
}
#cus_footer .con_map .box_text .box_att .tit {
  margin: 25px 0 10px;
  font-size: 170%;
  letter-spacing: .01em;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#cus_footer .con_map .box_text .box_att address,
#cus_footer .con_map .box_text .box_att .tel {
  letter-spacing: 0.1em;
  font-size: 116%;
  line-height: 2;
  font-style: normal !important;
}
#cus_footer .con_map .box_text .box_about {
  margin-top: 30px;
}
#cus_footer .con_map .box_text .box_about dl {
  line-height: 1.9;
  letter-spacing: 0.1em;
  width: 90%;
}
#cus_footer .con_map .box_text .box_about dl:not(:first-child) {
  margin-top: 25px;
}
#cus_footer .con_map .box_text .box_about dl div:first-child {
  width: 55%;
}
#cus_footer .con_map .box_text .box_about dl div:nth-child(2n) {
  width: 45%;
}
#cus_footer .con_map .box_text .box_about dl dt {
  font-size: 116%;
  font-weight: bold;
}
#cus_footer .con_map .box_text .box_about dl dd {
  font-size: 100%;
}
#cus_footer .con_map .box_text .box_about .txt {
  font-size: 100%;
  letter-spacing: 0.06em;
  margin-top: .5em;
  line-height: 1.7;
  color: #444444;
}
#cus_footer .con_map .box_img {
  width: 476px;
  margin-top: 25px;
}
#cus_footer .con_list {
  padding: 40px 0 40px;
  margin-top: 120px;
  border-top: 1px solid #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#cus_footer .con_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
#cus_footer .con_list ul li {
  font-size: 108%;
  letter-spacing: 0.1em;
}
#cus_footer .con_list ul li a {
  color: #231815;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
#cus_footer .con_list ul li a:hover {
  opacity: 0.7;
}
#cus_footer .con_list ul li:not(:last-child)::after {
  content: "/";
  padding: 0 1.5em;
}
#cus_footer .box_bottom {
  background: #231815;
  color: #fff;
  line-height: 1.7;
  font-size: 100%;
  font-weight: 300;
  padding: 4px 30px;
}
#cus_footer .box_bottom a {
  color: #fff;
}
#cus_footer::after {
  position: absolute;
  z-index: -2;
  content: "";
  background: url("../img/common/bk.png") no-repeat;
  width: 454px;
  height: 263px;
  bottom: 0;
  right: -35%;
}

.tmp_st_h3 .en,
.tmp_st_h4 .en,
.tmp_st_h5 .en {
  font-family: "Imprima", serif;
  font-weight: bold;
}
.tmp_st_h3.center,
.tmp_st_h4.center,
.tmp_st_h5.center {
  text-align: center;
}
.tmp_st_h3.center .jp,
.tmp_st_h4.center .jp,
.tmp_st_h5.center .jp {
  display: block;
}
.tmp_st_h3.left,
.tmp_st_h4.left,
.tmp_st_h5.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.tmp_st_h3.left .jp,
.tmp_st_h4.left .jp,
.tmp_st_h5.left .jp {
  margin-left: 0;
  margin-right: auto;
}

.tmp_st_h3 .jp {
  font-size: 231%;
}
.tmp_st_h3 .sub {
  font-weight: bold;
  display: block;
  font-size: 124%;
  letter-spacing: 0.25em;
}
.tmp_st_h3 .en {
  font-size: 385%;
  letter-spacing: 0.1em;
}

.tmp_st_h4 .en,
.tmp_st_h4 .jp {
  font-size: 170%;
}

.tmp_st_h5 .en,
.tmp_st_h5 .jp {
  font-size: 154%;
}

.tmp_cath .en {
  font-size: 385%;
  line-height: 1.2;
  letter-spacing: 0.18em;
  font-weight: bold;
}
.tmp_cath .sub {
  font-weight: bold;
  display: block;
  font-size: 124%;
  letter-spacing: 0.25em;
}
.tmp_cath.center {
  text-align: center;
}
.tmp_cath.center .en,
.tmp_cath.center .sub {
  display: block;
}
.tmp_cath.c_w .en,
.tmp_cath.c_w .sub {
  color: #fff;
}

.st_noto_se .en {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 347%;
  letter-spacing: 0.15em;
}
.st_noto_se.center {
  text-align: center;
}
.st_noto_se.center .en {
  display: block;
}

.tmp_btn {
  width: 324px;
  display: block;
  position: relative;
}
.tmp_btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-size: contain;
  width: 324px;
  height: 65px;
  bottom: -8px;
  left: 15px;
  background: url("../img/common/triangle.png") no-repeat bottom;
}
.tmp_btn .btn {
  color: #231815;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  display: block;
  margin: auto;
  position: relative;
  height: 60px;
  width: 100%;
  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;
  font-size: 116%;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tmp_btn .btn span {
  position: relative;
  z-index: 2;
}
.tmp_btn .btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 330px;
  height: 60px;
  background-color: #4c4441;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.tmp_btn .btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: -0.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 330px;
  border-color: transparent transparent #5e5754 transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  line-height: 0px;
  _border-color: #000000 #000000 #5e5754 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.tmp_btn.lage {
  width: 360px;
}
.tmp_btn.lage::after {
  width: 360px;
  height: 65px;
  left: 10px;
  background: url("../img/common/triangle_l.png") no-repeat bottom;
}
.tmp_btn.lage .btn::before {
  width: 360px;
  height: 60px;
}
.tmp_btn.lage .btn::after {
  right: 0;
  border-width: 0 0 60px 360px;
}
.tmp_btn.nomal {
  width: 724px;
}
.tmp_btn.nomal::after {
  width: 724px;
  height: 65px;
  left: 10px;
  background: url("../img/common/triangle_nomal.png") no-repeat bottom;
}
.tmp_btn.nomal .btn::before {
  width: 724px;
  height: 60px;
}
.tmp_btn.nomal .btn::after {
  right: 0;
  border-width: 0 0 60px 724px;
}
.tmp_btn.foot .btn {
  color: #fff;
}
.tmp_btn.foot .btn::before, .tmp_btn.foot .btn::after {
  opacity: 1;
}
.tmp_btn.foot:hover {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.tmp_btn.foot:hover:hover {
  opacity: 0.7;
}
.tmp_btn:hover .btn {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tmp_btn:hover .btn::before, .tmp_btn:hover .btn::after {
  opacity: 1;
}
.tmp_btn:hover {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.tmp_btn:hover:hover {
  opacity: 0.7;
}

.txt_link {
  text-align: right;
}
.txt_link .btn {
  color: #888;
  font-size: 100%;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: right;
  display: inline-block;
  padding: 0 0.5em 20px 0;
  position: relative;
  min-width: 150px;
  width: 20%;
  opacity: 1;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.8s cubic-bezier(0.75, 0, 0.35, 1);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.txt_link .btn::after {
  -webkit-transition: all 0.8s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.8s cubic-bezier(0.75, 0, 0.35, 1);
  background: #888;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.txt_link .btn:hover {
  color: #888;
}
.txt_link .btn:hover::after {
  left: auto;
  right: 0;
  width: 0%;
}

.slide .slick-slide p {
  width: 100%;
  max-width: 950px;
}
.slide .slick-dots {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: auto;
  top: auto;
  width: 100%;
}
.slide .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 3px;
}
.slide .slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.slide .slick-dots li.slick-active button {
  background: #fff;
}

.con_gl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_gl ul li {
  width: 206px;
  margin-right: 42px;
}
.con_gl ul li:nth-child(4n) {
  margin-right: 0;
}
.con_gl ul li:nth-child(n + 5) {
  margin-top: 42px;
}
.con_gl ul li a {
  width: 100%;
  line-height: 0;
  display: block;
  position: relative;
  background: #231815;
  opacity: 1;
}
.con_gl ul li a .h_txt {
  color: #fff;
  font-size: 100%;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}
.con_gl ul li a img,
.con_gl ul li a .h_txt {
  -webkit-transition: all 0.4s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.4s cubic-bezier(0.75, 0, 0.35, 1);
}
.con_gl ul li a:hover img,
.con_gl ul li a:hover .h_txt {
  -webkit-transition: all 0.4s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.4s cubic-bezier(0.75, 0, 0.35, 1);
}
.con_gl ul li a:hover img {
  opacity: 0.2;
}
.con_gl ul li a:hover .h_txt {
  opacity: 1;
}

_::-webkit-full-page-media li, _:future li, :root .con_gl li {
  margin-right: 40px !important;
}

.mfp-container {
  left: 50% !important;
  width: 950px !important;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  padding: 0;
}

.mfp-content {
  max-width: 950px;
  background-color: #fff;
}
.mfp-content > div {
  padding: 75px 95px;
}
.mfp-content > div .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mfp-content > div img {
  width: 404px;
  height: 100%;
}
.mfp-content > div .box_txt {
  width: 322px;
  margin-top: 62px;
}
.mfp-content > div .box_txt .label {
  letter-spacing: 0.1em;
  border: 1px solid #ddd;
  color: #888;
  margin-bottom: 22px;
  text-align: center;
  display: inline-block;
  font-size: 85%;
  padding: 0.5em 2.5em;
  position: relative;
  background-color: #fff;
}
.mfp-content > div .box_txt .label::after {
  position: absolute;
  content: "";
  border: 1px solid #ddd;
  width: 100%;
  height: 100%;
  right: -3px;
  bottom: -3px;
  z-index: -1;
}
.mfp-content > div .box_txt .st {
  font-size: 139%;
  letter-spacing: 0.16em;
  line-height: 1.5;
}
.mfp-content > div .box_txt .txt {
  font-size: 100%;
  margin-top: 28px;
  letter-spacing: 0.18em;
  line-height: 2;
}
.mfp-content .mfp-close {
  cursor: pointer;
  text-align: center;
  width: auto;
  height: auto;
  margin: auto;
  margin-top: 20px;
  font-size: 93%;
  font-family: "Imprima", serif;
  display: inline-block;
  letter-spacing: 0.2em;
  bottom: 1.1em;
  top: auto;
  padding: 0;
  right: 43%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-left: 2em;
}
.mfp-content .mfp-close::after {
  content: url(../img/common/ic_close.png);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mfp-arrow {
  width: 950px;
  width: auto;
  top: 49%;
}
.mfp-arrow.mfp-arrow-left {
  left: 40px;
}
.mfp-arrow.mfp-arrow-left::after {
  content: url(../img/common/l_arrow.png);
  margin-left: 0;
  margin-right: 40px;
  border: none;
}
.mfp-arrow.mfp-arrow-left::before {
  border: none;
}
.mfp-arrow.mfp-arrow-right {
  right: 0;
}
.mfp-arrow.mfp-arrow-right::after {
  content: url(../img/common/r_arrow.png);
  border: none;
}
.mfp-arrow.mfp-arrow-right::before {
  border: none;
}

.mfp-content #popup_kids {
  left: 15px;
  right: 15px;
  height: calc(100vh - (130px * 2));
  padding: 70px;
  background-color: #fff;
}
.mfp-content #inline .image img {
  width: 100%;
}

.pop_kids .tmp_st_h4 {
  margin-bottom: 2rem;
}
.pop_kids .tmp_st_h4 .jp {
  font-size: 231%;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.pop_kids .intro_text {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.2em;
}
.pop_kids ul {
  background-color: #fff;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pop_kids ul li {
  cursor: pointer;
  margin-right: 18px;
  width: 258px;
  display: block;
  position: relative;
  background: white;
  opacity: 1;
}
.pop_kids ul li img {
  width: 252px;
}
.pop_kids ul li img,
.pop_kids ul li .tmp_text {
  -webkit-transition: all 0.4s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.4s cubic-bezier(0.75, 0, 0.35, 1);
}
.pop_kids ul li:hover img,
.pop_kids ul li:hover .h_txt {
  -webkit-transition: all 0.4s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.4s cubic-bezier(0.75, 0, 0.35, 1);
}
.pop_kids ul li:hover img {
  opacity: 0.2;
}
.pop_kids ul li:hover .tmp_text {
  opacity: 1;
}
.pop_kids ul li:nth-child(3n) {
  margin-right: 0;
}
.pop_kids ul li:nth-child(n + 4) {
  margin-top: 18px;
}
.pop_kids ul li .tmp_text {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
  width: 100%;
  position: absolute;
  font-size: 116%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}
.pop_kids ul li .tmp_text span {
  display: block;
  font-size: 80%;
}

.mfp-content #popup_kids {
  left: 15px;
  right: 15px;
  height: calc(100vh - (130px * 2));
  padding: 70px;
  background-color: #fff;
}
.mfp-content #popup_map img {
  width: 100%;
}

@-webkit-keyframes anime2 {
  0% {
    width: 1px;
    height: 3px;
    background-color: #808080;
  }
  100% {
    width: 22px;
    height: 3px;
    background-color: #808080;
  }
}
@keyframes anime2 {
  0% {
    width: 1px;
    height: 3px;
    background-color: #808080;
  }
  100% {
    width: 22px;
    height: 3px;
    background-color: #808080;
  }
}
