html {
  /* 1 */
  font-family: 'M PLUS 1p', "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #333333;
}


/* Headings
 ========================================================================== */
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
  margin: 0 0 20px 0;
  font-family:  'M PLUS 1p', "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: normal;
  color: #444444;
  text-transform: none;
}
/* Add margin if adjacent element */
* + h1,
* + .uk-h1,
* + h2,
* + .uk-h2,
* + h3,
* + .uk-h3,
* + h4,
* + .uk-h4,
* + h5,
* + .uk-h5,
* + h6,
* + .uk-h6 {
  margin-top: 40px;
}
/*
 * Sizes
 */
h1,
.uk-h1 {
  font-size: 1.7rem;
  line-height: 1.3;
}
h2,
.uk-h2 {
  font-size: 1.5rem;
  line-height: 1.4;
}
h3,
.uk-h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}
h4,
.uk-h4 {
  font-size: 1rem;
  line-height: 1.4;
}
h5,
.uk-h5 {
  font-size: 1rem;
  line-height: 1.4;
}
h6,
.uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1,
  .uk-h1 {
    font-size: 2.625rem;
  }
  h2,
  .uk-h2 {
    font-size: 2rem;
  }
}


/*#main-content a {
  color: rgba(0, 35, 149, 1);
}

#main-content a:hover,
#main-content a:active,
#main-content a:focus {
  color: rgba(0, 35, 149, .7);
}*/


/* Color
 ========================================================================== */

.bg-yellow-transparent {
    background-color: rgba(255, 225, 0, .5); /*#ffe100*/
}

.bg-yellow {
    background-color: rgba(255, 225, 0, 1); /*#ffe100*/
}

.color-yellow {
    color: rgba(255, 225, 0, 1); /*#ffe100*/
}

.border-yellow {
    border: solid 1px rgba(255, 225, 0, 1); /*#ffe100*/
}

.bg-exblack-transparent {
    background-color: rgba(18, 18, 18, .5); /* #121212 */
}

.bg-exblack {
    background-color: rgba(18, 18, 18, 1); /* #121212 */
}

.color-exblack {
    color: rgba(18, 18, 18, 1); /* #121212 */
}

.border-exblack {
    border: solid 1px rgba(18, 18, 18, 1); /* #121212 */
}

.bg-black-transparent {
    background-color: rgba(51, 51, 51, .5); /* #333333 */
}

.bg-black {
    background-color: rgba(51, 51, 51, 1); /* #333333 */
}

.color-black {
    color: rgba(51, 51, 51, 1); /* #333333 */
}

.border-black {
    border: solid 1px rgba(51, 51, 51, 1); /* #333333 */
}

.bg-gray-transparent {
    background-color: rgba(105, 105, 105, .5); /* #696969 */
}

.bg-gray {
    background-color: rgba(105, 105, 105, 1); /* #696969 */
}

.color-gray {
    color: rgba(105, 105, 105, 1); /* #696969 */
}

.border-gray {
    border: solid 1px rgba(105, 105, 105, 1); /* #696969 */
}

.bg-lightgray-transparent {
    background-color: rgba(247, 247, 247, .8); /* #f1f1f1 */
}

.bg-lightgray {
    background-color: rgba(247, 247, 247, 1); /* #f1f1f1 */
}

.color-lightgray {
    color: rgba(247, 247, 247, 1); /* #f1f1f1 */
}

.border-lightgray {
    color: solid 1px rgba(247, 247, 247, 1); /* #f1f1f1 */
}

.bg-white-transparent {
    background-color: rgba(255, 255, 255, .8); /* #f1f1f1 */
}

.bg-white {
    background-color: rgba(255, 255, 255, 1);
}

.color-white {
    color: rgba(255, 255, 255, 1);
}

.border-white {
    border: solid 1px rgba(255, 255, 255, 1);
}

.bg-yellow-gradient {
    background: rgb(255, 249, 69);
    background: linear-gradient(45deg, rgba(255, 249, 69, 1) 0%, rgba(255, 253, 226, 1) 50%, rgba(255, 255, 166, 1) 100%);
}

.bg-yellow-texture {
    background-color: rgba(230, 210, 0, .1);
    background-image: url("./img/texture/vichy.png");
}

.bg-yellow-stripe {
    background-image: linear-gradient(45deg, #fdfdfd 25%, #fffeee 25%, #fffeee 50%, #fdfdfd 50%, #fdfdfd 75%, #fffdd6 75%, #fffeee 100%);
    background-size: 56.57px 56.57px;
}

.bg-yellow-diagonal {
    background: linear-gradient(45deg, #ffe100 0%, #ffe100 50%, #f8f8f8 50%, #f8f8f8 100%);
}

.bg-yellow-tiles {
    background-color: rgba(230, 210, 0, .5);
    background-image: url("./img/texture/white-tiles.png");
}

.bg-yellow-signboard {
    background-color: #ffe100;
    opacity: 1;
    background-image: linear-gradient(135deg, #fdd000 25%, transparent 25%), linear-gradient(225deg, #fdd000 25%, transparent 25%), linear-gradient(45deg, #fdd000 25%, transparent 25%), linear-gradient(315deg, #fdd000 25%, #ffe100 25%);
    background-position: 34px 0, 34px 0, 0 0, 0 0;
    background-size: 34px 34px;
    background-repeat: repeat;
}


/* Basic style
 ========================================================================== */

a:active,
a:hover {
  outline: none;
}
/*
 * Style
 */
a,
.uk-link {
  color: #002395;
  text-decoration: none;
  cursor: pointer;
    text-decoration: underline;
}
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: #1e87f0;
  text-decoration: underline;
}

ol {
    margin-left: 15px;
}

dt {
    font-size: 1rem;
    font-weight: 700;
}

dd {
    margin-left: 1em;
}

.uk-table th {
    font-size: 1rem;
    font-weight: 600;
    color: #444444;
}

.uk-table-middle, .uk-table-middle th {
    vertical-align: middle!important;
}

.scroll-table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.img-hover:hover {
    opacity: 0.8;
}

.new-line {
    display: block;
}


/* Nav style
 ========================================================================== */

.logo-header {
    min-height: 90px;
    margin: 0;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 1); /*#ffe100*/
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(253, 208, 0, 1); /*#fdd000*/
}

.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  box-sizing: border-box;
  min-height: 60px;
  padding: 0 15px;
  /* 3 */
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  text-decoration: none;
}
/*
 * Nav items
 */
.uk-navbar-nav > li > a {
  color: #222222;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
/*
 * Hover
 * Apply hover style also to focus state and if dropdown is opened
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #666;
    background: rgba(255, 255, 255, .3);
  outline: none;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  color: #ffffff;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}


/* Page style
 ========================================================================== */

@media (max-width: 639px) {
    #visual {
         margin-left: -15px;
        margin-right: -15px;
    }
}

.heading-border-bottom {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.heading-border-bottom:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(230, 210, 0, 1);
  border-radius: 2px;
}

.heading-slash {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.heading-slash:before, .heading-slash:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #333333;
}

.heading-slash:before {
  left:0;
    -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.heading-slash:after {
  right: 0;
    -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.text-shadow-small {
    text-shadow: 1px 1px 3px #1a1a1a;
}

.margin--20 {
    margin: -20px;
}


/* Button style
 ========================================================================== */

.uk-button-primary {
  background-color: rgba(0, 35, 149, 1); /* #002395 */
  color: #fff;
  border: 1px solid transparent;
}

.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: rgba(0, 35, 149, .8); /* #002395 */
  color: #fff;
}

.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: rgba(0, 35, 149, .9); /* #002395 */
  color: #fff;
}

.uk-button-danger {
  background-color: rgba(237, 41, 57, 1); /* #ed2939 */
  color: #fff;
  border: 1px solid transparent;
}

.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: rgba(237, 41, 57, .8); /* #ed2939 */
  color: #fff;
}

.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: rgba(237, 41, 57, .9); /* #ed2939 */
  color: #fff;
}

.uk-button-secondary {
  background-color: rgba(18, 18, 18, 1); /* #121212 */
  color: #fff;
  border: 1px solid transparent;
}

.uk-button-secondary:hover,
.uk-button-secondary:focus {
  background-color: rgba(18, 18, 18, .8); /* #121212 */
  color: #fff;
}

.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: rgba(18, 18, 18, .9); /* #121212 */
  color: #fff;
}

.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}

.button-twitter {
  background-color: rgb(29, 161, 242);
  color: #fff;
  border: 1px solid transparent;
}

.button-twitter:hover,
.button-twitter:focus {
  background-color: rgba(29, 161, 242, .8); /* #002395 */
  color: #fff;
}

.button-twitter:active,
.button-twitter.uk-active {
  background-color: rgba(29, 161, 242, .9); /* #002395 */
  color: #fff;
}

.button-line {
  background-color: rgb(0, 185, 0);
  color: #fff;
  border: 1px solid transparent;
}

.button-line:hover,
.button-line:focus {
  background-color: rgba(0, 185, 0, .8); /* #002395 */
  color: #fff;
}

.button-line:active,
.button-line.uk-active {
  background-color: rgba(0, 185, 0, .9); /* #002395 */
  color: #fff;
}


/* External style
 ========================================================================== */

iframe {
    max-width: 100%;
     !important;
}

.google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*--------------------------------------------------------------
# Brand Icons
--------------------------------------------------------------*/

.la-line {
    color: rgb(0, 185, 0);
}

.la-line:hover,
.la-line:focus {
    color: rgba(0, 185, 0, .7);
}

.la-line:active {
    color: rgb(0, 185, 0);
}

.la-skype {
    color: rgb(0, 176, 240);
}

.la-skype:hover,
.la-skype:focus {
    color: rgba(0, 176, 240, .7);
}

.la-skype:active {
    color: rgb(0, 176, 240);
}

.youtube-color {
    color: rgb(218, 23, 37);
}

.youtube-color:hover,
.youtube-color:focus {
    color: rgba(218, 23, 37, .7);
}

.la-youtube-square {
    color: rgb(218, 23, 37);
}

.la-youtube-square:hover,
.la-youtube-square:focus {
    color: rgba(218, 23, 37, .7);
}

.la-youtube-square:active {
    color: rgb(218, 23, 37);
}

.la-twitter-square,
.la-twitter {
    color: rgb(29, 161, 242);
}

.la-twitter-square:hover,
.la-twitter:hover,
.la-twitter-square:focus,
.la-twitter:focus {
    color: rgba(29, 161, 242, .7);
}

.la-twitter-square:active,
.la-twitter-square:active {
    color: rgb(29, 161, 242);
}

.la-instagram {
    color: rgb(207, 46, 146);
}

.la-instagram:hover,
.la-instagram:focus {
    color: rgba(207, 46, 146, .7);
}

.la-instagram:active {
    color: rgb(207, 46, 146);
}

.la-facebook-square {
    color: rgb(60, 90, 153);
}

.la-facebook-square:hover,
.la-facebook-square:focus {
    color: rgba(60, 90, 153, .7);
}

.la-facebook-square:active {
    color: rgb(60, 90, 153);
}

.la-envelope-square,
.la-envelope {
    color: rgb(122, 122, 122);
}

.la-envelope-square:hover,
.la-envelope:hover,
.la-envelope-square:focus,
.la-envelope-square:focus {
    color: rgba(122, 122, 122, .7);
}

.la-envelope-square:active,
.la-envelope-square:active {
    color: rgb(122, 122, 122);
}


/* Footer
 ========================================================================== */

.footer-block {
    border-top: solid 2px rgba(255, 225, 0, 1);
    margin: 0;
    padding: 20px 0;
    font-size: 0.75rem;
}

.footer-copyright {
    font-family: 'Verdana';
    font-style: italic;
}


/* Fixed Footer nav
 ========================================================================== */

.fixed-bottom-nav {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 99;
}

.fixed-bottom-nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.fixed-bottom-nav li {
    justify-content: center;
    align-items: center;
    background: rgba(253, 208, 0, 1); /*#fdd000*/
    width: 33.33%;
    padding: 20px 10px;
    margin: 0;
    font-size: 0.85rem;
}

.fixed-bottom-nav li+li {
    border-left: 1px solid #fff;
}

.fixed-bottom-nav li a {
    color: #222222;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
}

@media (min-width: 640px) {
    .fixed-bottom-nav {
        display: none;
    }
}

@media (max-width: 639px) {
    .footer-block {
        margin-bottom: 60px;
    }
}


/* Back to top
 ========================================================================== */

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 15px;
    display: none;
}

.back-to-top:hover {
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 15px;
    display: inline !important;
    color: rgba(255, 225, 0, .7);
}

.back-to-top {
    color: rgba(255, 225, 0, 1);
}