/*
@media (min-width: 980px) and (max-width: 1240px) {}
@media (min-width: 737px) and (max-width: 979px) {}
@media only screen and (max-width: 736px) {}
@media print, screen and (min-width: 737px) {
*/
/* PCスマホ切り替え　*/
.SP {
  display: none !important;
}
@media only screen and (max-width: 736px) {
  .PC {
    display: none !important;
  }
  .SP {
    display: inline-block !important;
  }
  .spCenter {
    text-align: center;
  }
}
/*--　2024.10 追記 ---*/
.w40 {
  width: 45%;
  margin: 0 auto;
}
.w50 {
  width: 50%;
  margin: 0 auto;
}
.w80 {
  width: 80%;
  margin: 0 auto;
}
.w90 {
  width: 90%;
  margin: 0 auto;
}
.ly-mb2 {
  padding-bottom: 3px;
}
.ft_h3 {
  margin: 0;
  padding: 0 0 5px 0;
  text-align: center;
  font-size: clamp(1rem, 0.683rem + 0.69vw, 1.2rem);
}
.ly-mod-ttl-lt.ly-no-bd {
  margin: 0;
  border-bottom: none;
}
div#category {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5%;
}
@media only screen and (max-width: 736px) {
  .w40, .w50, .w80, .w90 {
    width: 100%;
    margin: 0 auto;
  }
}
.lead {
  font-size: 1.125rem;
  line-height: 1.8;
}
.lead > span {
  font-size: 0.9rem;
}
@media only screen and (max-width: 736px) {
  .lead {
    text-align: left;
    font-size: 0.9375rem;
    line-height: 1.6 !important;
  }
  .lead > span {
    font-size: 0.8rem;
  }
  .cate_wrap .ly-mod-layout-clm {
    background-color: #fff;
  }
}
/*float*/
.conL {
  float: left;
  margin-right: 1rem;
  width: 20%
}
.conRtxt {
  font-size: 1.125rem;
  margin: 1rem 0 0;
  padding: 2rem 0 0;
  text-align: left;
  line-height: 1.8;
}
.conRtxt > span {
  font-size: 0.9rem;
}
.conRtxtS {
  font-size: 0.9rem;
  margin: 1rem 0 0;
  padding: 0;
  text-align: left;
  line-height: 1.6;
}
@media only screen and (max-width: 736px) {
  .conL {
    float: none;
    width: 40%
  }
  .conRtxt {
    font-size: 0.9375rem;
    margin: 1rem 0 0;
    padding: 0;
    text-align: left;
  }
  .conRtxt > span {
    font-size: 0.8rem;
  }
  .conRtxtS {
    font-size: 0.8rem;
    margin: 1rem 0 2rem;
    padding: 0;
    text-align: left;
    line-height: 1.2rem !important;
  }
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cate_wrap .ly-wrp-cate-list .ly-cate-link .ly-cate-name {
  line-height: 1.15em;
  padding: 0.5rem 0.5rem 0.5rem;
  font-size: .9rem;
  text-align: left;
  overflow-wrap: anywhere;
  letter-spacing: normal;
}
.fix {
  clear: both;
}
/*--#map_products,#map_atm,#map_credit,#map_taxfree,#map_multicopy,#map_store {
 margin-top : -1px;
 padding-top : 1px;
}
@media screen and (max-width:736px) {
  #map_products, #map_atm, #map_credit, #map_taxfree, #map_multicopy, #map_store {
    margin-top: -0px;
    padding-top: 0px;
  }
}*/
/*-- ▲▲　2024.10 追記 ▲▲ ---*/
.wrapper {
  text-align: center;
}
/*.wrapper-in {
  position: fixed;
  width: 100%;
padding-top: 0;
  background-image: url("img/for_tourist_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: 100 !important;
}*/
.hide {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateY(-100%); /* 上に消えるようにする */
}
#scrollArea {
  position: fixed;
  top: 0;
  transition: 0.5s; /* .hideの処理を0.5秒で行う */
  z-index: 1;
}
#scrollArea .wrapper-L {
  position: fixed;
  width: 15%;
  top: 10.5rem;
  bottom: 0;
  left: 0;
}
#scrollArea .wrapper-R {
  position: fixed;
  width: 15%;
  top: 2rem;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 736px) {
  #scrollAreaSP {
    position: fixed;
    top: 0;
    transition: 0.1s; /* .hideの処理を0.2秒で行う */
    z-index: 1;
  }
  #scrollAreaSP .wrapper-L {
    position: fixed;
    width: 23%;
    top: 6.6rem;
    bottom: 0;
    left: 0;
  }
  #scrollAreaSP .wrapper-R {
    position: fixed;
    width: 23%;
    top: 4.5rem;
    bottom: 0;
    right: 0;
  }
}
.bg {
  background-color: none;
  padding: 1px 0 70px 0;
}
.bgG {
  background-color: #edeef0;
  padding: 1px 0 70px 0;
}
.bgW {
  background-color: #fff;
  padding: 1px 0 70px 0;
}
@media only screen and (max-width: 736px) {
  .bgG {
    background-color: #edeef0;
    padding: 1px 10px 50px 10px;
  }
  .bg, .bgW {
    background-color: none;
    padding: 1px 10px 50px 10px;
  }
}
/* header */
header.PC {
  background: #008132;
  width: 100%;
  height: 35px;
}
header.PC ul {
  max-width: 720px;
  margin: 0 auto;
  line-height: 100%;
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
header.PC ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 120px;
  letter-spacing: normal; /* 文字間を通常に戻す */
  vertical-align: middle;
}
header.PC ul li a:visited, header.PC ul li a:link {
  display: block;
  height: 35px;
  color: #fff;
  text-decoration: none;
  padding-top: 9px;
}
header.PC ul li.current a:visited, header.PC ul li.current a:link, header.PC ul li a:hover {
  background: #fff !important;
  color: #008132;
  border: solid 1px #008132;
  border-width: 1px 0.5px;
}
header.SP {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: #fff;
  z-index: 1000;
}
.logoSP img {
  float: left;
  width: 121px;
  height: auto;
}
h1 {
  font-size: 0;
  margin: 0 !important;
}
h1 img {
  width: 100%;
  height: auto;
}
.h1sp {
  margin-top: 55px;
}
.h1PDD80 {
  padding-bottom: 80px;
}
/* nav */
nav.PC {
  position: relative;
  border-bottom: #d6d6d6 1px solid;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 18px 0 18px 0;
}
nav.PC ul {
  display: table;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  line-height: 100%;
}
nav.PC ul li {
  display: table-cell;
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.4375rem;
  border-left: #d6d6d6 1px solid;
  vertical-align: middle;
  position: relative;
}
@media (min-width: 737px) and (max-width: 979px) {
  nav.PC ul li {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
}
nav.PC ul li:last-child {
  border-right: #d6d6d6 1px solid;
}
nav.PC ul li a {
  display: block;
  padding: 0;
  vertical-align: middle;
}
nav a:visited {
  color: #008bcc;
  text-decoration: none;
}
.navFixed {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 10000;
}
/*スマホメニュー*/
.spMenu img {
  float: right;
  width: 55px;
  height: auto;
}

/* アクセシビリティ対応 スマホメニューボタン */
button.spMenu {
  float: right;
  width: 55px;
  height: auto;
  background-color: transparent;
  border: 0;
  padding: 0;
}

ul.spDrop {
  position: absolute;
  top: 55px;
  left: 0;
  background-color: #fff;
  width: 100%;
  border-top: #258cd1 1px solid;
  z-index: 99; /* アクセシビリティ対応 言語選択・スマホメニュー重なり順調整 */
}
ul.spDrop li {
  border-bottom: #9d9d9d 1px solid;
  font-size: 0.8125rem;
}
ul.spDrop li a {
  display: block;
  padding: 8px 0;
}
#langSP {
  position: absolute;
  right: 55px;
  top: 12px;
  color: #008132;
}
#langSP a {
  color: #008132;
}
.langJP {
  width: 105px;
  height: 30px;
  border: #00a040 2px solid;
  padding-top: 3px;
}

/* アクセシビリティ対応 言語選択ボタン */
button.langJP {
  background-color: transparent;
  color: #008132;
  letter-spacing: 0.04em;
  padding: 0;
}

.langJP img {
  width: 8px;
  height: auto;
  margin-right: 10px;
}
#langSP ul li {
  border: #00a040 2px solid;
  margin-top: -2px;
  background-color: #fff;
}
#langSP ul li a {
  display: block;
  padding: 5px 0;
}

/* アクセシビリティ対応 言語選択・スマホメニュー重なり順調整 */
.langJP + ul {
  position: relative;
  z-index: 100;
}

/* banner */
.banner {
  margin: 30px 0 30px 0;
  line-height: 100%;
}
.banner div {
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  .banner {
    margin: 20px 0 10px 0;
    line-height: 100%;
  }
  .banner div {
    display: inline-block;
    width: 92%;
    margin-bottom: 10px;
  }
}
/* section */
/*.wrapper .section {
  padding-top: 70px;
  line-height: 100%;
}
.section p {
  line-height: 28px;
}*/
/*.section {
  z-index: -2 !important;
}*/
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.w1000 {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .section p {
    /*font-size: 0.875rem !important;*/
    line-height: 1.625rem;
  }
  .w1200.w1000 {
    width: 100%;
    margin: 0 auto;
  }
}
/* footer */
footer {
  margin: 40px 0;
  background-color: #fff;
}
footer p {}
@media only screen and (max-width: 736px) {
  footer {
    margin: 20px 0;
    font-size: 0.625rem;
    background-color: #fff;
  }
}
/* clear */
.clear:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.clearBoth {
  clear: both;
}
h2 {
  width: 500px;
  color: #313131;
  font-size: 2rem;
  line-height: 2.0;
  text-align: center;
  margin: 70px auto 50px auto;
  position: relative;
}
h2:after {
  position: absolute;
  content: " ";
  display: block;
  height: 2px;
  background-image: linear-gradient(90deg, rgba(0, 160, 64, 1) 50%, rgba(0, 140, 215, 1) 50%);
  width: 100%;
}
@media only screen and (max-width: 736px) {
  h2 {
    width: 90%;
    color: #313131;
    font-size: 1.5rem;
    line-height: 2.0;
    text-align: center;
    margin: 40px auto 20px auto;
    position: relative;
  }
  h2:after {
    position: absolute;
    content: " ";
    display: block;
    height: 2px;
    background-image: linear-gradient(90deg, rgba(0, 160, 64, 1) 50%, rgba(0, 140, 215, 1) 50%);
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
h3 {
  margin: 0;
}
@media only screen and (max-width: 736px) {
  h3 {
    margin: 0;
    float: none;
  }
}
p {
  margin: 0;
}
/* ボタン */
.btn {
  /*position: relative;*/
  display: inline-block;
}
.btn a {
  display: block;
  color: #fff;
  background-color: #00a040;
  padding: 18px;
  min-width: 414px;
  min-height: 50px;
  text-align: center;
  box-sizing: border-box;
  /*
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
		padding: 18px 10px;
*/
}
.btnArr {
  margin-right: 10px;
}
.btnIcon {
  margin-left: 8px;
}
@media only screen and (max-width: 736px) {
  .btn {
    display: block;
  }
  .btn a {
    width: 100%;
    min-width: 0;
    min-height: 0;
  }
}
/* 海外対応ATM */
#map_atm {
  /*background: url(../img/bg_atm.jpg); */
}
.atm_table {
  max-width: 1200px;
  min-height: 450px;
  margin: 30px auto 0 auto;
  padding: 0 40px;
}
.atm_table ul li {
  float: left;
  width: 48%;
  /*display: table;*/
  text-align: left;
  background: #fff;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
}
/*.atm_table ul li:last-child {
  float: right;
} */
.atm_table ul li .atmImg {
  display: table-cell;
  /*vertical-align: bottom;*/
  width: 35%;
}
.atm_table ul li .atm_exp {
  display: table-cell;
  vertical-align: top;
  width: 65%;
  padding-left: 20px;
  padding-bottom: 20px;
}
#map_atm h3 {
  float: none;
  font-size: 1.375rem;
  line-height: 100%;
  border-left: #00a040 4px solid;
  padding: 4px 0 4px 10px;
  margin: 18px 0 15px 0;
}
.atm_table ul li img {
  max-width: 100%;
  height: auto;
}
.atm_table ul li img.card {
  margin: 12px 0;
}
.atm_table ul li p {
  font-size: 90%;
  line-height: 1.6;
}
@media only screen and (max-width: 736px) {
  .atm_table {
    height: auto;
    padding: 0 0;
  }
  .atm_table p {
    font-size: 0.9375rem !important;
  }
  .atm_table ul li {
    float: none;
    width: 100%;
    display: block;
    padding: 0;
    height: auto !important;
  }
  .atm_table ul li:last-child {
    float: none;
    margin-top: 20px;
  }

  /* アクセシビリティ対応 クレジットカードロゴリスト マージン打消し */
  .atm_table .atm_card_logo_list li:last-child {
    margin-top: 0;
  }

  .atm_table ul li .atmImg {
    display: block;
    width: 100%;
    text-align: center;
  }
  .atm_table ul li .atm_exp {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-top: .5rem;
  }
  .atm_table ul li .atmImg img {
    max-width: 40%;
  }
  #map_atm h3 {
    font-size: 1.125rem;
  }
}
/* クレジットカード */
#map_credit {}
#map_credit ul {
  max-width: 1200px;
  margin: 30px auto 0 auto;
}
#map_credit ul li {
  display: inline-block;
}
#map_credit ul li:first-child {
  margin-right: 30px;
}
@media only screen and (max-width: 736px) {
  #map_credit ul {
    padding: 0 10px;
  }
  #map_credit ul li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* 銀聯デビットカード */
#map_unionpay {
  background: url(../img/bg_union.jpg);
}
#map_unionpay .btn {
  margin-bottom: 10px;
}
.unionpayLogo {
  margin: 33px 0;
}
@media only screen and (max-width: 736px) {
  .unionpayLogo {
    width: 40%;
    display: inline-block;
  }
}
/* ALIPAY */
#map_alipay .btn {
  margin-bottom: 10px;
}
.alipayLogo {
  margin: 33px 0;
}
@media only screen and (max-width: 736px) {
  .alipayLogo {
    display: inline-block;
  }
}
/* ファミリーマートオリジナル商品 */
#map_products {
  /* background: url(../img/bg_original.jpg);*/
}
.map_products {
  max-width: 1200px;
  margin: 40px auto 0 auto;
  text-align: left;
  padding: 40px 40px 10px 40px;
}
.map_products_inner {
  padding: 40px;
  background: #fff;
}
.map_products h3 {
  font-size: 1.375rem;
  line-height: 100%;
  border-left: #00a040 4px solid;
  padding: 0 0 0 13px;
  margin-bottom: 30px;
}
.map_products .h3s {
  font-size: 1.0rem;
  font-weight: normal;
}
.map_products ul {
  margin-right: -3.3%;
}
.map_products ul li {
  float: left;
  width: 30%;
  margin-right: 3.3%;
  margin-bottom: 30px;
  text-align: center;
}
.map_products ul li img {
  max-width: 100%;
  margin-bottom: 8px;
}
.map_products ul li div {
  padding: 6px 0;
  letter-spacing: -0.02em;
  font-size: 85%;
}
.map_products ul li:first-child div {
  background-color: #cddce3;
}
.map_products ul li:nth-child(2) div {
  background-color: #e8e4bf;
}
.map_products ul li:nth-child(3) div {
  background-color: #ffd4c9;
}
.map_products ul li:nth-child(4) div {
  background-color: #e4d7c6;
}
.map_products ul li:nth-child(5) div {
  background-color: #d4e7db;
}
.map_products ul li:last-child div {
  background-color: #dae0e3;
}
@media only screen and (max-width: 736px) {
  .map_products_inner {
    padding: 0px;
  }
  #map_category h2 {
    line-height: 120%;
    padding-bottom: 10px;
  }
  #map_products h2 {
    line-height: 120%;
    padding-bottom: 10px;
  }
  .map_products h3 {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
  .map_products .h3s {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.25rem;
    margin-bottom: 20px;
    margin-left: 15px;
  }
  .map_products {
    background: #fff;
    max-width: 1200px;
    margin: 40px auto 0 auto;
    text-align: left;
    padding: 20px 20px 0 20px;
  }
  .map_products ul {
    margin-right: -5%;
  }
  .map_products ul li {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 20px;
    text-align: center;
  }
  .map_products ul li img {
    margin-bottom: 3px;
  }
}
/* 免税店情報 */
#map_taxfree {}
#map_taxfree .btn {
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  #map_taxfree .btn {
    margin-top: 10px;
  }
}
/* Famiポート */
#map_famiport {
  background: url(../img/bg_famiport.gif);
}
#map_famiport ul.famiService {
  display: inline-block;
  margin: 18px 0 0 0;
}
#map_famiport ul.famiService li {
  /*float: left;*/
  display: inline-block;
  padding: 8px 15px;
  background-color: #cfe4b7;
  margin-right: 20px;
  margin-bottom: 12px;
  white-space: nowrap;
}
.famiport_exp {
  max-width: 1200px;
  margin: 40px auto 0 auto;
  text-align: left;
  padding: 0 40px;
}
.famiport_exp_inner {
  background: #fff;
  padding: 40px;
}
.famiport_exp h3 {
  font-size: 1.375rem;
  line-height: 100%;
  border-left: #00a040 4px solid;
  padding: 0 0 0 13px;
  margin-bottom: 30px;
}
.famiport_exp img.atm {
  float: left;
  padding-right: 20px;
  width: 20%;
  box-sizing: border-box;
}
.famiport_exp div.atm {
  float: left;
  width: 80%;
}
.famiport_exp table {
  border-collapse: collapse;
  width: 100%;
  margin: 18px 0;
}
.famiport_exp th {
  border: 1px solid #9d9d9d;
  padding: 50px 30px;
  font-weight: normal;
  text-align: center;
}
.famiport_exp td {
  border: 1px solid #9d9d9d;
  padding: 0 40px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #008b38;
}
.famiport_exp td ul li {
  list-style-type: disc;
}
.famiport_exp .btn {
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  #map_famiport ul.famiService {
    display: inline-block;
    margin: 18px 0 0 0;
  }
  #map_famiport ul.famiService li {
    width: 100%;
    line-height: 1.125rem;
    padding: 8px 15px;
    background-color: #cfe4b7;
    margin-right: 20px;
    margin-bottom: 10px;
    white-space: normal;
  }
  .famiport_exp {
    background: #fff;
    max-width: 1200px;
    margin: 20px auto 0 auto;
    text-align: left;
    padding: 0;
  }
  .famiport_exp_inner {
    background: #fff;
    padding: 20px;
  }
  .famiport_exp img.atm {
    float: none;
    width: 193px;
    position: relative;
    left: 50%;
    margin-left: -96px;
    margin-bottom: 10px;
  }
  .famiport_exp div.atm {
    float: none;
    width: 100%;
  }
  .famiport_exp table {
    border-collapse: collapse;
    width: 100%;
    margin: 18px 0;
  }
  .famiport_exp th {
    border: 1px solid #9d9d9d;
    padding: 15px 15px;
    font-size: 0.875rem;
    font-weight: normal;
    text-align: left;
  }
  .famiport_exp td {
    border: 1px solid #9d9d9d;
    padding: 15px 20px 15px 30px;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #008b38;
  }
  .famiport_exp h3 {
    font-size: 1.125rem;
  }
}
/* Wi-Fi */
#map_wifi img {
  margin-top: 30px;
}
@media only screen and (max-width: 736px) {
  /*#map_wifi img {
		width: 35%;
	}*/
}
/* イートイン */
#map_eatin {
  background: url(../img/bg_eatin.gif);
}
#map_eatin img {
  margin-top: 30px;
}
/* トイレ */
#map_toilet {
  background: url(../img/bg_toilet.jpg);
}
.toiletMark {
  margin-top: 30px;
}
.toilet_exp {
  max-width: 1200px;
  margin: 30px auto 0 auto;
  text-align: left;
  padding: 40px;
}
.toilet_exp_inner {
  padding: 40px;
  background: #fff;
}
.toilet_exp h3 {
  float: none;
  font-size: 22px;
  line-height: 100%;
  border-left: #00a040 4px solid;
  padding: 0 0 0 10px;
  margin-bottom: 30px;
}
.toilet_exp ul {
  margin-right: -3%;
}
.toilet_exp ul li {
  float: left;
  width: 30.3%;
  margin-right: 3%;
  text-align: center;
}
.toilet_exp ul li img {
  max-width: 100%;
  margin-bottom: 8px;
}
.toilet_exp p.toilet_exp_copy {
  border-top: 1px solid #ccc;
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 736px) {
  .toilet_exp {
    max-width: 1200px;
    margin: 30px auto 0 auto;
    text-align: left;
    padding: 0px;
  }
  .toilet_exp_inner {
    padding: 20px;
  }
  .toilet_exp ul {
    margin-right: -5%;
  }
  .toilet_exp ul li {
    float: left;
    width: 45%;
    margin-right: 5%;
    text-align: center;
    vertical-align: bottom;
  }
  .toilet_exp ul li:last-child {
    clear: both;
    float: none;
    margin: 0 auto;
  }
  .toilet_exp ul li img {
    max-width: 90%;
    margin-bottom: 8px;
  }
  .toilet_exp ul li p {
    line-height: 1.25rem;
  }
  .toilet_exp h3 {
    float: none;
    font-size: 1.125rem;
  }
}
/* 別ウィンドウページ alipaylist.html,famiportlist.html */
h2 span {
  display: block;
  font-size: 70%;
  padding: 20px 0;
}
table.listtable {
  font-size: 85%;
  margin: 30px auto;
  border-top: #dbdbdb 1px solid;
  border-left: #dbdbdb 1px solid;
}
table.listtable td {
  border-right: #dbdbdb 1px solid;
  border-bottom: #dbdbdb 1px solid;
  padding: 10px;
  text-align: left;
  line-height: 150%;
}
table.listtable td a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 0.9375rem;
}
table.listtable td a::before, table.listtable td a::after {
  position: absolute;
  top: 0.45em;
  left: 0;
  content: "";
  vertical-align: middle;
}
table.listtable td a::before {
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #119ada;
  border-right: 2px solid #119ada;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 736px) {
  table.listtable td {
    padding: 6px;
  }
  table.listtable td a {
    font-size: 105%;
    padding: 0 0 0 12px;
  }
  table.listtable td a::before, table.listtable td a::after {
    top: 0.35em;
  }
  table.listtable td a::before {
    width: 5px;
    height: 5px;
  }
}
/*-----------------------------------------------------------------------------------------
pageTop iconトップページへアイコン-20170628.fdc-
-----------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 737px) {
  .ly-btn-pagetop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 100;
  }
  .ly-btn-pagetop.ly-pagetop-show a {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ly-btn-pagetop a {
    display: block;
    position: relative;
    width: 50px;
    height: 51px;
    background-image: url(/etc/designs/family/component/img/btn/btn_pagetop.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 50px 51px;
    opacity: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 736px) {
  .ly-btn-pagetop {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .ly-btn-pagetop a {
    display: block;
    position: relative;
    border-top: 1px solid #dcdcdc;
    width: 100%;
    height: 50px;
    background-image: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
  }
  a:visited {
    text-decoration: none;
  }
}
/*-----------------------------------------------------------------------------------------
inbound moving image インバウンド用動画スタイル-20170711.fdc-
-----------------------------------------------------------------------------------------*/
.ly-ttl-mov {
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 0 10px;
  text-align: center;
  position: relative;
}
.ly-ttl-mov:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: calc(49%);
  background-color: #00ab4e;
}
.ly-ttl-mov .ly-ttl {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1.38462rem;
  text-shadow: 0px 0px 0.1px rgba(51, 51, 51, 0.5);
}
.ly-ttl-mov .ly-ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: calc(58%);
  background-color: #0296e6;
}
.ly-ttl-mov span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  padding: 0 12px;
}
/*iframe {margin-top: 35px;}*/
@media only screen and (max-width: 736px) {
  .ly-ttl-mov {
    width: 92%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    position: static;
  }
  .ly-ttl-mov:before {
    position: static;
    height: 4px;
  }
  .ly-ttl-mov .ly-ttl {
    position: static;
    font-size: 1.23077rem;
  }
  .ly-ttl-mov .ly-ttl:before {
    position: static;
    margin-top: 1px;
    height: 4px;
  }
  .ly-ttl-mov span {
    display: block;
    background-color: transparent;
    position: static;
    padding: 4.6875% 0;
  }
  iframe {
    width: 92%;
    height: 210px;
    margin: 0 auto;
  }
  .ly-ttl-mov span span {
    padding: 10px 0 0 !important;
  }
}
#map_info, #map_store, #map_multicopy, #map_taxfree, #map_credit, #map_exchange, #map_atm, #category {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 736px) {
  #map_info, #map_store, #map_multicopy, #map_taxfree, #map_credit, #map_exchange, #map_atm, #category {
    position: relative;
    z-index: 10;
  }
}
