﻿@charset "utf-8";

/*====================================================================================================

  Layout

    1.  Header
    2.  Navigation
    3.  Contents
    4.  Footer

====================================================================================================*/

/*----------------------------------------------------------------------------------------------------

  1. Header
  
----------------------------------------------------------------------------------------------------*/

header {
  width:100%;
}

body.m-fixed header {
  width: 100%;
}

.l-hd {
  text-align:left;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  align-items: flex-end;
}

.header-box{
  height: 200px;
}

.lattice_header_box{
  width:100%;
  top: 0px;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0;
  background-size: 10px 10px;
  background-image: linear-gradient(#e7963b 1px, rgba(255,255,255,0) 0),
                    linear-gradient(90deg, #e7963b 1px, #e89941 0);
   -webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
  height: 100px!important;
}

/*.not-top .lattice_header_box{
  width:100%;
  top: 0px;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0;
  background-size: 10px 10px;
  background-image: linear-gradient(#e7963b 1px, rgba(255,255,255,0) 0),
                    linear-gradient(90deg, #e7963b 1px, #e89941 0);
   -webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
  height: 90px!important;
}*/

header .lattice_header_box{
  opacity: 1;
}


@media print,screen and (min-width:641px) {

   header {
      padding-left:30px;
      padding-right:30px;
      position: fixed;
      z-index: 3;
      height: 130px!important;
  }
    
  .not-top header{
   background-size: 10px 10px;
   background-image: linear-gradient(#e7963b 1px, rgba(255,255,255,0) 0),
                    linear-gradient(90deg, #e7963b 1px, #e89941 0);
   -webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
  }
    body.m-fixed.not-top header{
    background-image: none!important;    
    }
    
    
    body.m-fixed header {
        top:0;
        z-index: 100;
        min-width: 1140px;
    }
    
    body.m-fixed header .p-siteTtl a img.m-fixed-none{
        display: none;
    }
    body header .p-siteTtl a img.m-fixed-block{
        display: none;
    }
    
    body.m-fixed header .p-siteTtl a img.m-fixed-block{
        display: block;
    }
    
  .l-hd {
    max-width:1140px;
    margin-left:auto;
    margin-right:auto;
    /*padding-top:24px;
    padding-bottom:30px;*/
    padding:24px 0 30px 0px;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
  }
    
  }

@media screen and (max-width:640px) {
    .header-box{
    height: 90px;
  }
  html.is-gNavOpen header {
    position:fixed;
    top:0;
  }
  
  header {
    position:relative;
    z-index:100;
        background-size: 10px 10px;
  background-image: linear-gradient(#e7963b 1px, rgba(255,255,255,0) 0),
                    linear-gradient(90deg, #e7963b 1px, #e89941 0);
   -webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
  }  
    
        body header .p-siteTtl a img.m-fixed-block{
        display: none;
    }
    
  .l-hd {
    height:90px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
  }
  
  .l-hd .p-siteTtl {
    /*padding:0.5em;+*/
  }
  
  .l-hd .p-siteTtl a {
    padding-left:20px;
  }
}

/*--------------------------------------------------------------------------------
  SP Nav button
--------------------------------------------------------------------------------*/

@media print,screen and (min-width:641px) {
  .l-gNavBtn {
    display:none;
  }
}

@media screen and (max-width:640px) {
  .l-gNavBtn {
    width:60px;
    height:90px;
    position:fixed;
    top:0;
    right:0;
    cursor:pointer;
    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;
  }
}

.l-gNavBtn__icon,
.l-gNavBtn__icon span,
.l-gNavBtn__icon span:before,
.l-gNavBtn__icon span:after {
  display:inline-block;
}
  
.l-gNavBtn__icon {
  position:relative;
  width:26px;
  height:21px;
}
      
.l-gNavBtn__icon span {
  position:absolute;
  left:0;
  width:100%;
  height:3px;
  background-color: #C1C1C1;
}
  
.l-gNavBtn__icon span:nth-of-type(1) {
  top:0;
}
.l-gNavBtn__icon span:nth-of-type(2) {
  top:9px;
}
.l-gNavBtn__icon span:nth-of-type(3) {
  bottom:0;
}
  
.l-gNavBtn.is-aniSet .l-gNavBtn__icon span:nth-of-type(1) {
  -webkit-animation:navBtn01 0.4s forwards;
  animation:navBtn01 0.4s forwards;
}
  
.l-gNavBtn.is-aniSet .l-gNavBtn__icon span:nth-of-type(2) {
  transition:opacity 0.2s 0.2s;
  opacity:1;
}
  
.l-gNavBtn.is-aniSet .l-gNavBtn__icon span:nth-of-type(3) {
  -webkit-animation:navBtn02 0.4s forwards;
  animation:navBtn02 0.4s forwards;
}
  
.l-gNavBtn.is-close .l-gNavBtn__icon span:nth-of-type(1) {
  -webkit-animation:active-navBtn01 0.4s forwards;
  animation:active-navBtn01 0.4s forwards;
}
  
.l-gNavBtn.is-close .l-gNavBtn__icon span:nth-of-type(2) {
  opacity:0;
}
  
.l-gNavBtn.is-close .l-gNavBtn__icon span:nth-of-type(3) {
  -webkit-animation:active-navBtn03 0.4s forwards;
  animation:active-navBtn03 0.4s forwards;
}

@-webkit-keyframes navBtn01 {
  0% {
    -webkit-transform:translateY(9px) rotate(45deg);
  }
  50% {
    -webkit-transform:translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform:translateY(0) rotate(0);
  }
}
@keyframes navBtn01 {
  0% {
    transform:translateY(9px) rotate(45deg);
  }
  50% {
    transform:translateY(9px) rotate(0);
  }
  100% {
    transform:translateY(0) rotate(0);
  }
}
@-webkit-keyframes navBtn02 {
  0% {
    -webkit-transform:translateY(-9px) rotate(-45deg);
  }
  50% {
    -webkit-transform:translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform:translateY(0) rotate(0);
  }
}
@keyframes navBtn02 {
  0% {
    transform:translateY(-9px) rotate(-45deg);
  }
  50% {
    transform:translateY(-9px) rotate(0);
  }
  100% {
    transform:translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-navBtn01 {
  0% {
    -webkit-transform:translateY(0) rotate(0);
  }
  50% {
    -webkit-transform:translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform:translateY(9px) rotate(45deg);
  }
}
@keyframes active-navBtn01 {
  0% {
    transform:translateY(0) rotate(0);
  }
  50% {
    transform:translateY(9px) rotate(0);
  }
  100% {
    transform:translateY(9px) rotate(45deg);
  }
}
@-webkit-keyframes active-navBtn03 {
  0% {
    -webkit-transform:translateY(0) rotate(0);
  }
  50% {
    -webkit-transform:translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform:translateY(-9px) rotate(-45deg);
  }
}
@keyframes active-navBtn03 {
  0% {
    transform:translateY(0) rotate(0);
  }
  50% {
    transform:translateY(-9px) rotate(0);
  }
  100% {
    transform:translateY(-9px) rotate(-45deg);
  }
}


/*----------------------------------------------------------------------------------------------------

  2. Navigation
  
----------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
  Global navigation
--------------------------------------------------------------------------------*/

.l-gNav a,
.l-gNav a:visited,
.l-gNav a:hover { text-decoration:none; }

.l-gNavList {
  list-style:none;
}

@media print,screen and (min-width:641px) {
  .l-gNav-wrap,
  .l-gNav {
    display:block !important;
  }
  
  .l-gNav {
    /*padding-left:30px;
    padding-right:30px;*/
  }

  .l-gNav__item > a,
  .l-gNav__item > a:visited { color:#fff; }
  .ua-pc .l-gNav__item > a:hover { color:#609af6; }

  .l-gNav {
    /*background-color:#ffc;
    margin-bottom: 30px;*/
  }
  
  .l-gNavList {
    position:relative;
    max-width:1200px;
    list-style:none;
    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;
    margin-left:auto;
    margin-right:auto;
  }

  .l-gNav__item > a {
    display:inline-block;
    /*padding:18px 0.5em;*/
    padding: 0px 10px 5px;
    font-weight:400;
    position:relative;
    color: #fff;
    
  }
  
  .l-gNav__item:not(:last-child){
    margin-right: 15px;
  }

  .l-gNav__item.active > a:after {
    content:"";
    width:100%;
    height:2px;
    background-color:#fff;
    position:absolute;
    left:0;
    bottom:-5px;  
  }
  
  .l-gNav-access {
    display:none;
  }
  
  .l-gNav-conad {
    display:none;
  }
}

@media print,screen and (min-width:641px) and (max-width:1150px) {
   .l-gNav__item > a {
    display:inline-block;
    padding:18px 0.5em;
    font-weight:400;
    position:relative;
    font-size: 0.77em;
    white-space: nowrap;
  }
    .l-gNav__item:not(:last-child){
        margin-right: 5px;
    }
}


@media screen and (max-width:640px) {
  html.is-gNavOpen {
    overflow-y:hidden;
  }
  
  html.is-gNavOpen .l-gNav-wrap {
    display:block;
    z-index:-1;
  }

  .l-gNavList a,
  .l-gNavList a:visited,
  .l-gNavList a:hover { color:#e7963b;}
    
  .l-gNav-wrap {
    display:none;
    pointer-events:none;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:99;
    background-color:#fff;
    padding-top:70px; /* headerの分 */
  }
  
  .l-gNav {
    display:none;
    pointer-events:auto;
    padding-left:-webkit-calc(40 / 760 * 100vw);
    padding-right:-webkit-calc(40 / 760 * 100vw);
    padding-left:calc(40 / 760 * 100vw);
    padding-right:calc(40 / 760 * 100vw);
    height:100%;
    pointer-events:auto;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }
  
  .l-gNavList {
    padding-top:1em;
    padding-bottom:2em;
    text-align:left;
  }
  
  .l-gNav__item > a {
    display:block;
    padding:0.6em 0.8em;
    border-bottom:1px solid #dee1e2;
    font-size:1.2em;
    font-weight:400;
  }
  
  .l-gNav-conad {
    padding-bottom:2em;
  }
  
  .l-gNav-conad address {
    line-height:1.7;
    display:block;
    padding-bottom:0.8em;
  }
  
  .l-gNav-tel {
    font-size:2.2em;
  }
}

/*----------------------------------------------------------------------------------------------------

  3. Contents
  
----------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
  Container
--------------------------------------------------------------------------------*/

.l-cnt,
.l-cnt--pc {
  max-width:1140px;
  box-sizing:content-box;
  margin-left:auto;
  margin-right:auto;
}

@media print,screen and (min-width:641px) {
  .l-cnt,
  .l-cnt--pc {
    padding-left:30px;
    padding-right:30px;
  }
}

@media screen and (max-width:640px) {
  .l-cnt,
  .l-cnt--sp {
    box-sizing: border-box;
    padding-left:-webkit-calc(40 / 760 * 100vw);
    padding-right:-webkit-calc(40 / 760 * 100vw);
    padding-left:calc(30 / 760 * 100vw);
    padding-right:calc(30 / 760 * 100vw);
  }
}


/*--------------------------------------------------------------------------------
  Page title
--------------------------------------------------------------------------------*/

.l-pgTtl {
  position:relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-pgTtl:before {
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
}

.l-pgTtl h2 {
  height:100%;
  font-weight:300;
  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;
  overflow:hidden;
  /*background-size: contain;*/
  color:#565656;
  font-family:"ロゴたいぷゴシック";
  /*text-shadow : 
   2px  2px 2px rgba(0,0,0,0.1),
  -2px  2px 2px rgba(0,0,0,0.1),
   2px -2px 2px rgba(0,0,0,0.1),
  -2px -2px 2px rgba(0,0,0,0.1),
   2px  0px 2px rgba(0,0,0,0.1),
   0px  2px 2px rgba(0,0,0,0.1),
  -2px  0px 2px rgba(0,0,0,0.1),
   0px -2px 2px rgba(0,0,0,0.1);*/
}
.shop-ttl::before,
.event-ttl::before,
.history-ttl::before,
.info-ttl::before{
    content: "";
    display: inline-block;
    width:80px;
    height:80px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}

.shop-ttl::before{
    background-image: url("../shop/image/hdline.png");
}

.event-ttl::before{
    background-image: url("../event/image/hdline.png");
}

.history-ttl::before{
    background-image: url("../history/image/hdline.png");
}

.info-ttl::before{
    background-image: url("../info/image/hdline.png");
}






.l-pgTtl .ani {
  white-space:nowrap;
  display:block;
  -webkit-animation:pgTtl 1s both;
  animation:pgTtl 1s both;
}

@media print,screen and (min-width:641px) {
  .l-pgTtl {
    height:201px;
    padding-top:130px;
      margin-bottom: 130px;
  }
  
  .l-pgTtl h2 {
    height:201px;
    font-size:2.22em;
  }
}

@media print,screen and (min-width:641px) and (max-width:1400px) {
  .l-pgTtl:before {
    background-size:88% auto;
  }
}

@media screen and (max-width:640px) {
  .l-pgTtl {
    height:201px;
  }
  
  .l-pgTtl h2 {
    height:201px;
    font-size:2em;
  }
    
    .shop-ttl::before,
.event-ttl::before,
.history-ttl::before{
margin-right: 10px;
    width:50px;
    height:50px;

}
  
}

@media screen and (max-width:560px) {
  .l-pgTtl {
    height:-webkit-calc(200 / 560 * 100vw);
    height:calc(200 / 560 * 100vw);
  }
  
  .l-pgTtl h2 {
    height:-webkit-calc(180 / 560 * 100vw);
    height:calc(180 / 560 * 100vw);
  }
}

@media screen and (max-width:480px) {
  .l-pgTtl h2 { font-size:1.88em; }
}

@-webkit-keyframes pgTtl {
  0% {
    letter-spacing:3em;
    opacity:0;
  }
  
  100% {
    letter-spacing:0.08em;
    opacity:1;
  }
}




/*--------------------------------------------------------------------------------
  パンくず
--------------------------------------------------------------------------------*/

.l-pan {
  margin-top:1em;
  margin-bottom:56px;
  padding-top:0.5em;
  padding-bottom:0.5em;
  font-weight: 400;
}

.l-pan ul {
  text-align:left;
  font-size:0.85em;
}

.l-pan li {
  display:inline-block;
  position:relative;
  padding-left:1.25em;
}

.l-pan li:before {
  content:"";
  display:inline-block;
  width:0.5em;
  height:1px;
  position:absolute;
  top:50%;
  left:0.25em;
  background-color:rgba(33,53,62,0.6);
}

.l-pan li:first-child { padding-left:0; }
.l-pan li:first-child:before { display:none; }

@media screen and (max-width:640px) {  
  .l-pan {
    margin-bottom:1.5em;
  }
    
  .ua-tab .l-pan,
  .ua-sp .l-pan {
    -webkit-overflow-scrolling:touch;
    overflow-x:auto;
  }
  
  .ua-tab .l-pan ul,
  .ua-sp .l-pan ul {
    white-space:nowrap;
  }

  .ua-tab .l-pan::-webkit-scrollbar,
  .ua-sp .l-pan::-webkit-scrollbar {
    height:2px;
  }
  .ua-tab .l-pan::-webkit-scrollbar-track,
  .ua-sp .l-pan::-webkit-scrollbar-track {
    background:transparent;
    border-radius:1px;
  }
  .ua-tab .l-pan::-webkit-scrollbar-thumb,
  .ua-sp .l-pan::-webkit-scrollbar-thumb {
    border-radius:1px;
    background:#ccc;
  }
}

/*----------------------------------------------------------------------------------------------------

  コンテンツバナー
  
----------------------------------------------------------------------------------------------------*/

/*.banner-list{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2,234px);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.banner-list-item{
    position: relative;
}

.banner-list-item a{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: inherit;
    display: inline-block;
    width:100%;
    height: 100%;
}

.banner-list-item:nth-child(1) a{
    background-image: url("../image/contents-banner/overview.jpg")
}
.banner-list-item:nth-child(2) a{
    background-image: url("../image/contents-banner/schedule.jpg")
}
.banner-list-item:nth-child(3) a{
    background-image: url("../image/contents-banner/result.jpg")
}
.banner-list-item:nth-child(4) a{
    background-image: url("../image/contents-banner/downlaod.jpg")
}
.banner-list-item:nth-child(5) a{
    background-image: url("../image/contents-banner/team.jpg")
}
.banner-list-item:nth-child(6) a{
    background-image: url("../image/contents-banner/facility.jpg")
}

.banner-list-item:nth-child(2) a,
.banner-list-item:nth-child(2n+3) a{
    margin-top:60px;
}
.banner-list-item:nth-child(3) a,
.banner-list-item:nth-child(3n+3) a{
    margin-top:120px;
}

.banner-list-ttl{
    background-color: #fff;
    width: 170px;
    height: 64px;
    position:absolute;
    left:0;
    bottom:0;
    font-size: 1.1em;
    line-height: 1.4;
    color: #444;
}

.banner-list-ttl span{
    display:block;
    font-size: 0.6em;
    padding-top: 24px;
}

@media print,screen and (min-width:641px) {
  .banner-cols {
    padding-top:120px;
    padding-bottom:240px;
  }
  
  .banner-col {

  }
}

@media screen and (max-width:640px) {
.banner-cols {
    padding-top:120px;
    padding-bottom:60px;
  }
.banner-list{
    width: 100%;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(6,234px);
    grid-column-gap: 0px;
    grid-row-gap: 18px;
}
    
.banner-list-item:nth-child(2) a,
.banner-list-item:nth-child(2n+3) a{
    margin-top:0px;
}
.banner-list-item:nth-child(3) a,
.banner-list-item:nth-child(3n+3) a{
    margin-top:0px;
}
    
 .banner-list-ttl{
    background-color: #fff;
    width: 170px;
    height: 64px;
    position:absolute;
    left:0;
    bottom:0;
    font-size: 1.22em;
    line-height: 1.4;
}

.banner-list-ttl span{
    display:block;
    font-size: 0.6em;
    padding-top: 18px;
}

}*/

/*----------------------------------------------------------------------------------------------------

  3. Footer
  
----------------------------------------------------------------------------------------------------*/
.l-ft-NavList{
  list-style:none; 
  display: flex;
  margin: auto;
  justify-content: center;
}
    
.l-ft-NavList li a{
  text-decoration: none;
}

@media screen and (max-width:640px) {
    
 .l-ft-NavList{
  list-style:none; 
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
    
.l-ft-NavList li{
  width:100%;
}

.l-ft-NavList li{
  width:100%;
}
    
.l-ft-NavList li.l-gNav__item > a {
    display: block;
    padding: 0.6em 0.8em;
    border-bottom: none;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
}
    
    
}

/*.l-ft-jfede-banner {
    border: 4px solid #0057c1;
    background-color: #fff;
    width: 50%;
}

.jfede-banner-ttl{
    position:relative;
    width: 100%;
    height: 100%;
}

.jfede-banner-ttl a,
.jfede-banner-ttl a:visited,
.jfede-banner-ttl a:hover {
    text-decoration:none;
    padding: 30px 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.jfede-banner-ttl a span{
    display: block;
}

.jfede-banner-ttl a span.ttl-jp::before{
    content: "";
    display: inline-block;
    background: url("../image/jihf.png") no-repeat left;
    width: 54px;
    height: 43px;
    vertical-align: middle;
    margin-right: 0.5em;
}

@media screen and (max-width:640px) {
.l-ft-jfede-banner {

    width: 100%;
    height: 150px;
    margin-top: 30px;
}

}*/


/*--------------------------------------------------------------------------------
  Back to top
--------------------------------------------------------------------------------*/

.l-backtoTop {
  display:none;
  width:56px;
  height:56px;
  border-radius:100%;
  /*background-color:rgba(18,170,165,0.6);*/
  background-color:rgba(68,68,68,0.6); 
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:90;
  cursor:pointer;
  -webkit-transition:background 0.15s ease-out;
  transition:background 0.15s ease-out;
}

.ua-pc .l-backtoTop:hover {
  /*background-color:rgba(18,170,165,1);*/
    background-color:rgba(68,68,68,1); 
}

.l-backtoTop__icon {
  height: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;
}

.l-backtoTop__icon:after {
  content:"";
  display:inline-block;
  width:0.8em;
  height:0.8em;
  margin-top:0.2em;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

@media screen and (max-width:640px) {
  .l-backtoTop {
    width:2.6em;
    height:2.6em;
    right:1em;
    bottom:1em;
  }
  
  .l-backtoTop__icon:after {
    width:0.7em;
    height:0.7em;
  }
}


/*--------------------------------------------------------------------------------
  Map
--------------------------------------------------------------------------------*/

.l-ft-gmap {
  height:400px;
}

.l-ft-gmap iframe {
  width:100%;
  height:100%;
  vertical-align:bottom;
}

footer {
margin-top:120px;
}

@media screen and (max-width:640px) {
  .l-ft-gmap {
    width:100%;
    height:400px;
  }
}
.l-ft .p-siteTtl {
  color: #fff;
}

footer {
  background-color:#277f84;
  text-align:left;
    color: #fff;
}

.l-ft-fedeinfo address {
  line-height:1.7;
  display:block;
    font-weight: 300;
    
}
  
.l-ft-fedeinfo address .yno {
  display:block;
  padding-right:1em;
}

.l-ft-mail {
  display:inline-block;
    font-weight: 300;
  padding-top:0.2em;
}

.l-ft-mail a,
.l-ft-mail a:visited,
.l-ft-mail a:hover {
  color:inherit;
  text-decoration:none; 
}

.ua-tab .l-ft-mail a,
.ua-sp .l-ft-mail a {
  text-decoration:underline;
}

.l-ft-fedeinfo address {
  display:block;
}

.l-ft-accessBtn {
  display:inline-block;
  vertical-align:middle;
  padding-left:1.25em;
  padding-right:1.25em;
  padding-top:0.3em;
  padding-bottom:0.3em;
}

.l-ft .p-siteTtl {
  /*padding-bottom:1.2em;*/
    padding-bottom: 24px;
}

.l-ft-fedepointList {
  padding-top:1.6em;
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.l-ft-fedepointList li {
  width:49%;
  padding:0.4em;
  line-height:1.4;
  text-align:center;
  background-color:#fdeb7f;
  border-radius:4px;
  font-weight:500;
}


.l-ft-copy {
  line-height:1.5;
  font-size:0.7em;
  text-align:center;
  font-weight: 300;
  
}

@media print,screen and (min-width:641px) {
  footer {
    padding-top:70px;
    padding-bottom:70px;
  }
  
  .l-ft {
    /*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;*/
      text-align: center;
  }
    
    .l-ft .p-siteTtl{
        text-align: center;
    }
  
  .l-ft-fedeinfo {
    width:43%;
  }
  
  .l-ft-hrs {
    width:57%;
    padding-left:6.25%;
    padding-top:32px;
  }
  
  .l-ft-fedeinfo address{
      font-size:0.88em;
  }    
    
  .l-ft-fedeinfo address .ad {
    display:inline-block;
    margin-right:1em;
    
  }

  .l-ft-fedepointList {
    font-size:0.9em;
  }

  .l-ft-btm {
    padding-top:40px;
  }
}

@media screen and (max-width:640px) {
  footer {
    padding-top:2.25em;
    padding-bottom:2.5em;
    text-align:center;
  }
  
  .l-ft .p-siteTtl {
    display:inline-block;
    padding-bottom:1.25em;
  }
  
  .l-ft-fedeinfo address {
    font-size:1em;
  
  }
  
  .l-ft-fedeinfo address .yno {
    display:block;
    padding-right:0;
  }
  
  .l-ft-fedeinfo address .ad {
    display:block;
    padding-bottom:1em;
  }
  
  .l-ft-mail {
    font-size:1.22em;
    padding-top:0.4em;
    padding-bottom:0.2em;
  }
  
  .l-ft-hrs {
    padding-top:2em;
  }

  .l-ft-btm {
    padding-top:2.5em;
  }
  
  .l-ft-copy {
    /*padding-top:2em;*/
    text-align: center;
  }
}
