/*
Theme Name: One-Design-Kai
Theme URI: https://designer.nagoya
Description: 
Version: 2.8
Author: Vision
Author URI: https://designer.nagoya
Tags:
*/
/*-----------------------------------
	Gloval
-----------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Common Styles ------------------------------------------ */
html {
  margin: 0;
  width: 100%;
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizelegibility;
}
body {
  margin: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif, ArialMT;
  font-size: 14px;
  line-height: 1.5;
  min-width: 320px;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
* html body {
  font-family: "MS PGothic", Sans-Serif; /*for ie*/
}
a, a:active, a.active {
  text-decoration: none;
  border: none;
  color: #00a497;
}
a:hover, a:focus {
  text-decoration: none;
  border: none;
  color: #7a7a7a;
}
.en {
  font-family: 'Montserrat', sans-serif;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.if-box {
  border: 1px solid #dcdcdc;
  overflow: hidden;
}
#contents {
  overflow: hidden;
}
/* Colors ------------------------------------------ */
hr {
  border-bottom: 1px solid #dcdcdc;
}
/* Navigation & Logo ------------------------------------------ */
#header {
  width: 100%;
  background: url('http://www.lanier.tokyo/wp-content/uploads/2016/05/lanier_bg.png') top center repeat-x;
}
.header-line {
  width: 100%;
  border-bottom: 5px solid #00a497;
}
#nav-button {
  display: none;
}
header h1 {
  display: block;
  border: none;
  padding: 0;
  margin: 58px 0 0 0;
  font-size: 14px;
  color: #0f2350;
}
header .logo {
  margin: 13px 0;
}
@media all and (max-width: 640px) {
  header h1 {
    display: block;
    border: none;
    padding: 0;
    margin: 3px 0 0 0;
    font-size: 14px;
    color: #0f2350;
  }
  header .logo {
    margin: 13px 0 0 0;
  }
}
#gloval-navi {
  margin-top: 1px;
}
#gloval-navi ul {
  background: #0f2350;
  float: right;
  padding: 8px 0;
  margin: 0;
}
#gloval-navi #fixed-nav li.current a {
  border-bottom: 3px solid #fff;
}
#gloval-navi #fixed-nav li {
  display: inline-block;
  margin: 0 10px;
  font-family: 'Montserrat', sans-serif;
}
#gloval-navi #fixed-nav li a {
  color: #fff;
  font-size: 1rem;
  border: none;
}
#gloval-navi #fixed-nav li a:hover {
  text-decoration: none;
}
#gloval-navi #fixed-nav li.current a {
  color: #fff;
  padding-bottom: 5px;
}
#gloval-navi #page-nav li {
  display: inline-block;
  margin: 0 10px;
}
#gloval-navi #page-nav li a {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border: none;
}
#gloval-navi #page-nav li a:hover {
  color: #1a1a1a;
  text-decoration: none;
}
#gloval-navi #page-nav li.current a {
  border-bottom: 3px solid #fff;
  color: #fff;
  padding-bottom: 5px;
}
.select-menu {
  display: none;
}
#toggle {
  display: none;
}
@media all and (max-width: 640px) {
  #gloval-navi {
    text-align: center;
    margin: 0;
  }
  #gloval-navi ul {
    padding: 1px 0;
  }
  #gloval-navi #fixed-nav li, #gloval-navi #page-nav li {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 0;
    text-align: center;
    width: 100%;
    float: left;
    border-bottom: 1px solid #a3a3a3;
  }
  #gloval-navi #fixed-nav li a, #gloval-navi #page-nav li a {
    width: 100%;
    color: #fafafa;
    font-size: 1rem;
  }
  #gloval-navi #fixed-nav li a:hover, #gloval-navi #page-nav li a:hover {
    color: #fafafa;
  }
  #fixed-nav, #page-nav {
    display: none;
  }
  #gloval-navi:after {
    content: "";
    display: block;
    clear: both;
  }
  #toggle {
    display: block;
    position: relative;
    width: 100%;
    background: #0081cc;
  }
  #toggle a {
    display: block;
    position: relative;
    padding: 14px 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
  }
  #toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 54%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after {
    display: block;
    content: "";
    position: absolute;
    top: 54%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #0081cc;
  }
  #toggle a:before {
    margin-top: -6px;
  }
  #toggle a:after {
    margin-top: 2px;
  }
}
/*---------------------------------
	Stuck Container
-----------------------------------*/
#stuck_container {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  background: #0f2350;
}
.isStuck {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: none;
  margin: 0;
}
.isStuck .menuBox {
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 640px) {
  #stuck_container {
    margin: 0;
    padding: 0;
    position: relative !important;
    box-shadow: none;
    background: none;
  }
  .pseudoStickyBlock {
    height: 0 !important;
  }
}
/*-----------------------------------
	Page Design
-----------------------------------*/
.section {
  border-bottom: 1px solid #e1e1e1;
  padding: 1rem 0 5rem 0;
}
.section.home {
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
}
.section.last {
  border-bottom: none;
}
.section-alt {
  background: #f8fbf8;
}
.storys {
  margin: 0 auto;
  margin-top: 2rem;
}
h2.en {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media all and (max-width: 640px) {
  h2.en {
    font-size: 1.7rem;
  }
}
h2, h3, h4, h5 {
  color: #634950;
}
p.lead {
  font-size: 1.1rem;
}
p.images {
  margin-bottom: 0.8rem;
}
p.images img {
  border: 1px solid #e3e3e3;
}
.en span {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif, ArialMT;
  font-size: 0.8em;
  padding-left: 1rem;
}
strong {
  color: #1a1a1a;
}
.L-pen {
  font-size: 1.35em;
}
.M-pen {
  font-size: 1.2em;
}
.S-pen {
  font-size: 0.85em;
}
ul.bner {
  list-style: none;
}
ul.bner li {
  list-style: none;
  margin: 7px 0;
  padding: 0;
}
.top-line {
  border-top: 1px solid #00a497;
}
.line-green {
  border-bottom: 1px solid #00a497;
}
.green-box {
  background: #00a497;
  padding: 8px 14px;
}
ul.contact {
  margin-top: 11px;
  list-style: none;
}
.contact li {
  color: #3a3a3a;
  margin-bottom: 7px;
  padding: 5px 7px 5px 36px;
  line-height: 1.5em;
  list-style: none;
}
.contact li:last-child {
  margin-bottom: 0;
}
.contact li.address {
  background: url(images/home2.png) 0 12px no-repeat;
}
.contact li.phone {
  background: url(images/oldphone.png) 0 9px no-repeat;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
}
.contact li.email {
  background: url(images/email.png) 0 7px no-repeat;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.contact li.open {
  background: url(images/clock2.png) 0 5px no-repeat;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
}
.contact li a {
  /*color: #56AEEB;*/
  text-decoration: none;
}
.contact li a:hover {
  /*color: #56AEEB;*/
  text-decoration: none;
}
/* Section, Footer & Misc ------------------------------------------ */
p.pagetop {
  margin: 0;
  padding: 0;
  text-align: center;
}
p.pagetop a {
  display: block;
  width: 60px;
  height: 30px;
  background: #00a497;
  border-radius: 12px 12px 0 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  float: right;
  text-decoration: none;
  line-height: 32px;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  border: none;
}
p.pagetop a:hover {
  color: #111;
}
.to-top {
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  font-size: 100%;
  z-index: 111;
}
.to-top a {
  background: #89c3eb;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 47px;
  text-align: center;
  display: block;
  border: 1px solid #dcdcdc;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  -moz-opacity: 0.70;
  opacity: 0.70;
  border-radius: 50px;
}
.to-top a:hover {
  text-decoration: none;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -moz-opacity: 1.0;
  opacity: 1.0;
}
#footer {
  margin: 0;
  padding: 1rem 0;
  background: #00a497;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer p.copyright {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  color: #fafafa;
  margin-top: 1.1rem;
}
.theme-default .nivoSlider {
  position: relative;
  background: #fff url(loading.gif) no-repeat 50% 50%;
  margin: 1px auto 11px auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*SNSシェアボタン
---------------------------------------------------- */
.share {
  margin-top: 52px;
}
#footer .share {
  margin-top: 0px;
}
.share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.share li {
  display: inline-block;
  line-height: 1;
  padding: 7px 11px 5px 11px;
  font-size: 38px;
}
.share li a {
  text-decoration: none;
  color: #0f2350;
}
.share li a:hover {
  text-decoration: none;
  color: #fafafa;
}
.share ul:after {
  content: "";
  display: block;
  clear: both;
}
dl.news dt {
  width: 12rem;
  float: left;
  clear: left;
  font-size: 1.3rem;
  color: #69b076;
  margin: 0 0 1rem 0;
  font-family: 'Montserrat', sans-serif;
}
dl.news dd {
  margin: 0.3rem 0;
  padding-left: 12rem;
}
dl.news h3 {
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 640px) {
  .share {
    margin-top: 0;
  }
  .share ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  dl.news dt {
    width: 100%;
    float: none;
    clear: none;
    font-size: 1.2rem;
    color: #69b076;
    margin: 0 0 0.3rem 0;
    font-family: 'Montserrat', sans-serif;
  }
  dl.news dd {
    width: 100%;
    margin: 0.3rem 0;
    padding-left: 0;
  }
}
a.label {
  font-size: 0.8rem;
  padding: 0.1rem 0.5rem;
  margin-right: 8px;
  color: #ffffff !important;
}
.label-headline {
  background: hotpink;
}
.label-news {
  background: skyblue;
}
.label-campaign {
  background: plum;
}
span.new-red {
  color: #a22041;
}
/*OverWright
---------------------------------------------------- */
h3.design {
  color: darkcyan;
  text-align: center;
}
h4.nobo {
  margin-bottom: 0.1rem !important;
  padding-bottom: 0;
}
table.line {
  margin-bottom: 0.2rem;
}
table.line th {
  width: 68%;
}
table.line td {
  width: 32%;
}
p.lead {
  font-size: 1.1rem;
}
div.skybox {
  background: #a0d8ef;
  padding: 0.8em 0;
  border: 1px solid #dcdcdc;
  text-align: center;
  width: 40em;
  margin: 1em auto;
  border-radius: 1em;
}
p.list {
  line-height: 1.7em;
  margin-top: 0.5em;
}
ul.list3 {
  padding: 0;
  margin-left: 0.3rem;
  margin-bottom: 1rem;
}
ul.list3 li {
  padding: 0.2rem 0;
  margin-left: 0.5em;
  line-height: 1.5;
  display: inline-block;
}
ul.list3 li span {
  color: #3a3a3a;
}
br.mobile {
  display: none;
}
/*Media Queries*/
@media (max-width: 640px) {
  div.skybox {
    padding: 0.8em 1em;
    text-align: center;
    width: 94%;
    margin: 1em auto;
  }
  div.skybox br {
    display: none;
  }
  .en span {
    padding-left: 0 !important;
  }
  br.mobile {
    display: block;
  }
  .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}