/*
Theme Name: cocople2020
Theme URI: http://panolabollc.com/
Author: Kenichiro Numa.
Author URI: http://panolabollc.com/
Description: cocople2020テーマ
Version: 1.2
License: Don't use.
*/


@import url("https://www.cocoplace3.biz/common/uikit-3.3.0/css/uikit.css");
@import url("https://www.cocoplace3.biz/common/cocople2020/style.css");

html {
    font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 2.2;
}

body {
    letter-spacing: 0.04em;
}

.site-header{
    background: #fff;
    display: flex;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    z-index: 999;
}

table {
    color: #333;

}

.gemstone_subtext {
    color: #333;
}

#header, #main, #footer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#footer {
    text-align: center;
    clear: both;
    padding: 0;
    background: #;
    margin-top: 0;
    background-color: #000;
}



h1.title_name {
  text-shadow: 0px 1px 2px #666;
}

h2.title_name {
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-shadow: 0px 1px 2px #666;
  font-weight: 700;

}

.shop_description {
  line-height: 2.2;
}

.blg_title_name {
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  color: #333;
}

.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
    content: "";
    height: 1.5em;
    margin-left: 0px;
    margin-right: 0;
    border-left: 1px solid #e5e5e5;
}

.uk-position-top {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
}

.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    /* min-height: 90px; */
    padding: 0 1.25rem;
    /* font-size: 0.875rem; */
    font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    text-decoration: none;
    text-align: center;
    color: #ccc;
}

.custom_panel {
    background-color: #222;
}

.quadrangle-right {
    position: relative;
    z-index: 1;
}
.quadrangle-right::after {
    position: absolute;
    left: 100%;
    top: 45%;
    content: ' ';
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
    border-width: 2rem;
    border-left-color: #222;
    margin-top: 0;
}

.quadrangle-left {
    position: relative;
    /*z-index: 1;*/
}
.quadrangle-left::after {
    position: absolute;
    right: 100%;
    top: 45%;
    content: ' ';
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
    border-width: 2rem;
    border-right-color: #222;
    margin-top: 0;
}

.emoney li{
	display:inline-block;
	margin:5px 2px;/*←上下5px、左右2pxのマージン指定の場合*/
}
.emoney li img {
	height: 2.5rem;
}

.call-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
    background-color: #000;
}

.uk-card-custom {
    background: #ddd;
    color: #666;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.upper{
position:fixed;
right:10px;
bottom:10px;
transition:1s;
opacity:0.9;
text-align: right;
}
.upper:hover{
opacity:1;
}

.upper2{
position:fixed;
right:10px;
bottom:170px;
transition:1s;
opacity:0.9;
text-align: right;
}
.upper2:hover{
opacity:1;
}

.systemorder_icon {
  width: 50%;
  height: 50%;
}

.cloudmenu_icon {
    position: fixed;
    right: 10px;
    bottom: 10px;
    transition: 1s;
    opacity: 0.9;
    text-align: right;
}

.uk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
    background-color: #000;
    width: 270px;
    height: 60px;
}

.uk-buttonL {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 38px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
    background-color: #000;
    width: 270px;
    height: 60px;
}

.uk-buttonL:hover {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 38px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
    background-color: #000;
    width: 270px;
    height: 60px;
}

.uk-button-custom {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
    background-color: #000;
    width: 100%;
    height: 60px;
}

.uk-button-text {
  padding: 1.0rem;
  line-height: 1.5;
  background: none;
  /* color: #333; */
  position: relative;
}

.uk-pagination > * {
    flex: none;
    padding: 0.25rem 1.0rem;
    position: relative;
    background-color: #000;
    font-size: 1.0rem;
    margin-left: 10px;
}

.uk-button:hover {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
    background-color: #000;
    width: 270px;
    height: 60px;
}

.uk-icon {
    line-height: 1.2;
}

.img-app-logo {
  width: 75%;
}

.uk-placeholder {
    padding: 30px 30px;
    background: transparent;
    border: 3px solid #e5e5e5;
    line-height: 2.2;
}

.video-wrapper {
  height: 100%; /* 高さを画面いっぱいに指定する。(vhが効かない場合の対策) */
  height: 100vh; /* 高さを画面いっぱいに指定する。 */
  position: relative;  /* 横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。 */
  width: 100%; /* 横幅もいっぱいに。 */
  overflow: hidden;
  z-index: 998;
}

.map-embed {
    width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.box-shadow{
  box-shadow: 0px 3px 10px #eee;
}

.box_opacity{
  background:rgba(255,0 0,0.5);
}


.pp {
  color: #fff;
}



.uk-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.25rem 0;
    list-style: none;
    font-size: 0.8rem;
    padding-left: 3rem;
}

.uk-breadcrumb > :last-child > * {
  font-size: 0.8rem;
}







@media screen and (max-width: 480px) {


  html {
      font-size: 14px;
      line-height: 2.2;
  }

  h2, .uk-h2 {
      font-size: 1.25rem;
      line-height: 1.3;
  }

  .entry-header {
      margin: 1rem 0;
  }

  h2.page-header {
      border-bottom: 1px solid #eee;
      font-weight: 700;
      margin: 0;
      font-size: 24px;
font-family: serif;
margin-bottom: 1rem;
  }

  p.about {
    margin: 0 0 1rem;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 1rem;
    text-align: justify;
    text-justify: inter-ideograph;
    font-family: 'Cinzel', serif;
}


  h3, .uk-h3 {
      font-size: 18px;
      line-height: 1.4;
  }

  .uk-card-title {
      font-size: 18px;
      line-height: 2.0;
  }

  .uk-card-body {
      padding: 0;
  }

  .uk-button {
      margin: 0;
      border: none;
      overflow: visible;
      font: inherit;
      color: inherit;
      text-transform: none;
      -webkit-appearance: none;
      border-radius: 0;
      display: inline-block;
      box-sizing: border-box;
      padding: 0;
      vertical-align: middle;
      font-size: 1.25rem;
      line-height: 38px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: 0.1s ease-in-out;
      transition-property: color, background-color, border-color;
      background-color: #000;
    }

  .uk-padding {
      padding: 15px;
    }

  .uk-logo {
    width: 280px;
    }

  .shop_logoImg {
    height: 25px;
    }

  .video-wrapper {
    height: 100%; /* 高さを画面いっぱいに指定する。(vhが効かない場合の対策) */
  /*height: 100vh; /* 高さを画面いっぱいに指定する。 */
    position: relative;  /* 横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。 */
    width: 100%; /* 横幅もいっぱいに。 */
    overflow: hidden;
  }

  #video {
    background: url('/video_bg.jpg') no-repeat; /* 動画が再生を始めるまで、cssのほうでも背景を設定します。 */
    background-attachment: fixed; /* 中央揃えになるように、fixed。 */
    background-position: center center; /* positionも中央に。 */
    background-size: cover; /* 画面サイズに応じてサイズを可変するように設定。 */
    left: 0;
    /* 以下、画面いっぱいにするためのCSS設定 */
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    min-width: 100vw;
    /* wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。 */
    position: absolute;
    top: 0;
    /* z-indexは調整してください。 */
    z-index: 1;
  }

  .emoney li img {
    height: 2rem;
  }

  .gemstone_title, h2.title_name {
    font-size: 18px;
  }

  span.uk-text-middle  {
    font-size: 14px;
  }

  ul.menu_list {
      padding-left: 0;
  }

  .uk-card-header {
    padding: 15px 15px;
  }


  .map-embed {
      width: 100%;
      height: 285px;
      margin: 0;
      overflow: hidden;
      position: relative;
      top: 0;
      left: 0;
  }

  .uk-breadcrumb {
      display: flex;
      flex-wrap: wrap;
      padding: 0.25rem 0;
      list-style: none;
      font-size: 0.8rem;
      padding-left: 1rem;
  }

  #map {
    height: 100%;
  }

  table.company td {
    background: #f6f6f6;
    vertical-align: middle;
    padding: 0 1.5rem;
  }

  table.company a {
    color: #333;
  }

  .systemorder_icon {
    width: 30%;
    height: 30%;
  }

  .html5-endscreen.ytp-endscreen-paginate {
      /* left: 32px; */
      overflow: visible;
      right: 32px;
  }

  p {
    margin: 0 0 1rem;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 13px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .panel-default {
      border-color: #ddd;
  }

  .uk-button-text {
    padding: 1.0rem;
    line-height: 1.5;
    background: none;
    /* color: #333; */
    position: relative;
    font-size: 1.5rem;
  }

  .upper{
  position:fixed;
  right:10px;
  bottom:10px;
  transition:1s;
  opacity:0.9;
  text-align: right;
  }

  .upper2 {
    position: fixed;
    right: 10px;
    bottom: 110px;
    transition: 1s;
    opacity: 0.9;
    text-align: right;
}

}
