@charset "UTF-8";
/* =====
 * 共通レイアウト
============================================================================= */
body {
  font-family: '游ゴシック Regular', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  color: #00174B;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}
p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}
p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sp-only-block {
  display: none;
}

/* -----
 * font family
----------------------------------------------------------------------------- */
.en-sans {
  font-family: 'optima', 'Optima LT W01 Roman';
  font-weight: normal;
}

.ja-serif {
  font-family: '游明朝 Demibold', '游明朝', YuMincho, 'ヒラギノ明朝 Pro W3', 'HiraMinPro-W3', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 600;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
a:link, a:visited, a:active {
  color: #00174B;
  outline: 0px none #000;
}

a img {
  vertical-align: bottom;
  box-shadow: #000 0 0 0;
}

/* -----
 * Wrapper
----------------------------------------------------------------------------- */
#Wrapper {
  min-width: 1160px;
}

/* -----
 * Header
----------------------------------------------------------------------------- */
#Header {
  height: 200px;
  position: static;
}
#Header .header-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#Header #LogoBlock {
  display: table;
  position: absolute;
  top: 49px;
  left: 45px;
  table-layout: fixed;
}
#Header #LogoBlock h1 {
  display: table-cell;
  vertical-align: bottom;
  padding-right: 20px;
}
#Header #LogoBlock h1 img {
  width: 176px;
  height: auto;
}
#Header #LogoBlock p.logo-copy {
  display: table-cell;
  vertical-align: bottom;
  font-size: 93%;
}
#Header #MenuBtnSP {
  display: none;
}
#Header #NavBlock #HeadNavi ul {
  display: table;
  height: 14px;
  position: absolute;
  top: 17px;
  right: 20px;
}
#Header #NavBlock #HeadNavi ul li {
  display: table-cell;
  padding-right: 17px;
  letter-spacing: 0.1em;
  vertical-align: middle;
  font-size: 93%;
}
#Header #NavBlock #HeadNavi ul li:last-child {
  padding-right: 0;
}
#Header #NavBlock #HeadNavi ul li a {
  color: #666;
}
#Header #NavBlock #HeadNavi ul li a:hover {
  color: #ccc;
}
#Header #NavBlock #HeadNavi ul li.shop a {
  background: transparent url(../images/common/head_icon_shop.png) 0 50% no-repeat;
  padding-left: 20px;
}
#Header #NavBlock #HeadNavi ul li.facebook a {
  background: transparent url(../images/common/head_icon_fb.png) 0 50% no-repeat;
  padding-left: 20px;
}
#Header #NavBlock #GlobalNavi ul {
  display: table;
  height: 63px;
  position: absolute;
  left: 45px;
  bottom: 0;
}
#Header #NavBlock #GlobalNavi ul li {
  display: table-cell;
  border-right: 1px solid #ddd;
  padding: 0 35px;
  font-size: 12px;
  letter-spacing: 0.1em;
  vertical-align: top;
}
#Header #NavBlock #GlobalNavi ul li:last-child {
  padding-right: 0;
  border-right: none;
}
#Header #NavBlock #GlobalNavi ul li.home {
  display: none;
}
#Header #NavBlock #GlobalNavi ul li a {
  display: inline-block;
}
#Header #NavBlock #GlobalNavi ul li span {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}
#Header #NavBlock #GlobalNavi ul > *:first-child + * {
  padding-left: 0;
}

/* -----
 * Footer
----------------------------------------------------------------------------- */
#Footer {
  margin-top: 90px;
  background: transparent url(../images/common/foot_logo.png) 100% 100% no-repeat;
}
#Footer .top {
  background-color: #F0F0F0;
  padding: 30px 0 35px;
}
#Footer .top .inner {
  display: table;
  width: 1100px;
  margin: 0 auto;
}
#Footer .top .inner .content {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  line-height: 2;
  font-size: 93%;
}
#Footer .top .inner .content h2 {
  font-size: 18px;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
#Footer .top .inner .content.contents {
  width: 1%;
}
#Footer .top .inner .content.contents ul {
  display: inline-block;
  vertical-align: top;
}
#Footer .top .inner .content.contents ul:last-child {
  margin-left: 115px;
}
#Footer .top .inner .content.contents ul li {
  line-height: 2;
}
#Footer .top .inner .content.showroom {
  padding-left: 150px;
}
#Footer .top .inner .content.facebook {
  width: 300px;
}
#Footer .top .inner .content.facebook span {
  max-width: 300px;
}
#Footer .top .inner .content.facebook span iframe {
  max-width: 100%;
}
#Footer .bottom {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
#Footer .bottom .inner .fb-like-btn {
  display: inline-block;
  float: left;
}
#Footer .bottom .inner p.copyright {
  letter-spacing: 0.1em;
  margin-right: -1px;
  padding: 5px 0;
  font-size: 12px;
}

/* -----
 * HeadCover
----------------------------------------------------------------------------- */
#HeadCover {
  height: 600px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
#HeadCover .key-visual {
  visibility: hidden;
  overflow: hidden;
}
#HeadCover .key-visual .slider-items {
  height: 600px;
}
#HeadCover .key-visual .slider-items .slider-item {
  float: left;
}
#HeadCover .key-visual .slider-items .slider-item img {
  max-width: none;
  position: relative;
}
#HeadCover .key-visual .slider-items a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#HeadCover .key-visual .caption {
  display: block;
  width: 100%;
  height: auto;
  visibility: visible;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1500;
  text-align: left;
}
#HeadCover .key-visual .caption .slider-item {
  display: inline-block;
  width: auto !important;
  max-width: 100%;
  word-break: break-all;
  position: absolute !important;
  top: inherit !important;
  top: auto;
  left: 0 !important;
  bottom: 0 !important;
  box-sizing: border-box;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#HeadCover .key-visual .caption .str {
  display: inline-block;
  line-height: 1.3;
  word-break: break-all;
}
#HeadCover .key-visual .caption .caps-en .str {
  color: #fff;
  padding: 10px 20px 10px 30px;
  background-image: url(../images/common/slider_caps_en_bg.png);
  font-size: 108%;
}
#HeadCover .key-visual .caption .caps-ja .str {
  color: #00174B;
  font-weight: bold;
  padding: 15px 20px 15px 30px;
  background-image: url(../images/common/slider_caps_ja_bg.png);
}
#HeadCover .key-visual .slick-arrow {
  display: block;
  text-align: left;
  font-size: 1px;
  width: 16px;
  height: 28px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  border: none;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -9999em;
  z-index: 9999;
  outline: 0px none #000;
}
#HeadCover .key-visual .slick-arrow.slick-prev {
  left: 30px;
  background-image: url(../images/common/slider_arw_white_prev.png);
}
#HeadCover .key-visual .slick-arrow.slick-next {
  right: 30px;
  background-image: url(../images/common/slider_arw_white_next.png);
}
#HeadCover .cover-ttl {
  display: table;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  table-layout: fixed;
}
#HeadCover .cover-ttl .inner-block {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#HeadCover .cover-ttl .inner-block .ttl {
  position: relative;
  display: inline-block;
  min-width: 358px;
  padding: 30px 38px;
  background-color: #fff;
  z-index: 1000;
  box-sizing: border-box;
}
#HeadCover .cover-ttl .inner-block .ttl h2 {
  font-size: 272%;
  letter-spacing: 0.1em;
  margin: 0 -0.1em 20px 0;
  padding-bottom: 15px;
  background: transparent url(../images/common/cover_ttl_line.png) 50% 100% no-repeat;
}
#HeadCover .cover-ttl .inner-block .ttl p {
  margin: 0 0 2em;
  font-weight: bold;
}
#HeadCover .cover-ttl .inner-block .ttl p:last-child {
  margin-bottom: 0;
}

/* -----
 * contents-wrapper
----------------------------------------------------------------------------- */
.contents-wrapper {
  width: 1080px;
  margin: 0 auto;
}
.contents-wrapper.w1060 {
  width: 1060px;
}
.contents-wrapper.w960 {
  width: 960px;
}
.contents-wrapper.wmax {
  width: 100%;
}

/* -----
 * subtitle
----------------------------------------------------------------------------- */
.subtitle.type1 {
  display: table;
  min-width: 102px;
  margin: 0 auto 50px;
}
.subtitle.type1 .inner-block {
  display: table-cell;
  text-align: center;
}
.subtitle.type1 .inner-block h2, .subtitle.type1 .inner-block h3, .subtitle.type1 .inner-block h4, .subtitle.type1 .inner-block h5, .subtitle.type1 .inner-block h6 {
  letter-spacing: 0.1em;
  margin: 0 -0.1em 15px 0;
  padding-bottom: 10px;
  line-height: 1;
  background: transparent url(../images/common/subtitle1_line.png) 50% 100% no-repeat;
  font-size: 172%;
}
.subtitle.type1 .inner-block p {
  margin: 0 -0.1em 0 0;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 93%;
}
.subtitle.type2 {
  margin: 0 -0.1em 0.5em 0;
  letter-spacing: 0.1em;
  font-size: 172%;
}

/* -----
 * primary-comment-block
----------------------------------------------------------------------------- */
.primary-comment-block {
  width: 720px;
  margin: 0 auto;
  text-align: center;
}
.primary-comment-block.t-left {
  text-align: left;
}
.primary-comment-block ul.link {
  list-style: none;
  padding: 0;
}
.primary-comment-block ul.link li {
  display: inline-block;
  margin-right: 1em;
}

/* -----
 * slider pettern
----------------------------------------------------------------------------- */
.pht-slider {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.pht-slider.slider-640 {
  width: 670px;
  height: 440px;
}
.pht-slider.slider-720 {
  width: 720px;
  height: 480px;
}
.pht-slider.slider-760 {
  width: 760px;
  height: 500px;
}
.pht-slider .slider-items {
  position: relative;
  *zoom: 1;
}
.pht-slider .slider-items:before, .pht-slider .slider-items:after {
  content: " ";
  display: table;
}
.pht-slider .slider-items:after {
  clear: both;
}
.pht-slider .slider-items .slider-item {
  outline: 0px none #000;
  float: left;
}
.pht-slider .slider-items .slider-item img {
  width: 100%;
  height: auto;
}
.pht-slider .slick-arrow {
  display: block;
  text-align: left;
  font-size: 1px;
  width: 16px;
  height: 28px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  border: none;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -9999em;
  z-index: 9999;
  outline: 0px none #000;
}
.pht-slider .slick-arrow.slick-prev {
  left: 20px;
  background-image: url(../images/common/slider_arw_white_prev.png);
}
.pht-slider .slick-arrow.slick-next {
  right: 20px;
  background-image: url(../images/common/slider_arw_white_next.png);
}
.pht-slider .slider-items.caption {
  font-size: 86%;
  padding-top: 1em;
  text-align: right;
}
.pht-slider.center-mode .slick-arrow {
  display: block;
  width: 18%;
  height: 100%;
  top: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.pht-slider.center-mode .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/common/slider_arw_centermode_blue_prev.png);
  background-position: 0 50%,0 0;
}
.pht-slider.center-mode .slick-arrow.slick-next {
  right: 0;
  background-image: url(../images/common/slider_arw_centermode_blue_next.png);
  background-position: 100% 50%,0 0;
}

/* -----
 * ArchiveWrapper
----------------------------------------------------------------------------- */
#ArchiveWrapper .items-line {
  margin-bottom: 40px;
}
#ArchiveWrapper .items-line:last-child {
  margin-bottom: 0;
}
#ArchiveWrapper .items-line .item {
  display: block;
  width: 333px;
  float: left;
  margin-right: 39px;
  text-decoration: none;
}
#ArchiveWrapper .items-line .item .thumb {
  height: 219px;
  overflow: hidden;
}
#ArchiveWrapper .items-line .item:last-child {
  margin-right: 0;
}
#ArchiveWrapper .items-line .item:hover {
  color: inherit;
}
#ArchiveWrapper .items-line .item .post-head {
  margin-top: 20px;
}
#ArchiveWrapper .items-line .item .post-head .ttl {
  margin: 0;
  font-size: 129%;
}
#ArchiveWrapper .items-line .item .post-head .sub-ttl {
  margin: 0;
  font-size: 86%;
}
#ArchiveWrapper .items-line .item .post-head .date {
  font-size: 86%;
}
#ArchiveWrapper .items-line .item .post-head a {
  text-decoration: none;
}
#ArchiveWrapper .items-line .item .post-body {
  margin-top: 10px;
}
#ArchiveWrapper .items-line .item .post-body .ttl {
  font-size: 115%;
  margin-bottom: 0.5em;
}
#ArchiveWrapper .items-line .item .post-body .ttl a {
  text-decoration: none;
}
#ArchiveWrapper .items-line .item .post-body .caps {
  font-size: 115%;
  margin-bottom: 1em;
}
#ArchiveWrapper .items-line .item .post-body p,
#ArchiveWrapper .items-line .item .post-body .excerpt {
  margin: 0;
  line-height: 1.8;
  font-size: 93%;
}
#ArchiveWrapper .items-line .item .client {
  color: #657394;
  margin-top: 1em;
  text-indent: -0.5em;
  font-size: 86%;
}
#ArchiveWrapper .items-line .item .caption {
  text-align: right;
  margin-top: 0.5em;
  font-size: 86%;
}
#ArchiveWrapper .items-line .item .post-categories {
  display: table;
  margin: 0 auto;
  table-layout: fixed;
}
#ArchiveWrapper .items-line .item .post-categories .caps {
  display: table-cell;
  vertical-align: top;
  width: 1%;
  white-space: nowrap;
  font-weight: normal;
  line-height: 1.8;
  font-size: 93%;
}
#ArchiveWrapper .items-line .item .post-categories ul {
  display: table-cell;
  vertical-align: top;
}
#ArchiveWrapper .items-line .item .post-categories ul li {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  font-size: 93%;
}
#ArchiveWrapper .items-line .item .post-categories ul li:after {
  content: ',';
}
#ArchiveWrapper .items-line .item .post-categories ul li:last-child:after {
  content: none;
}
#ArchiveWrapper .items-line .item .post-categories ul li a {
  text-decoration: underline;
}
#ArchiveWrapper .items-line .item .post-categories.type2 {
  display: block;
  margin-top: 0.5em;
}
#ArchiveWrapper .items-line .item .post-categories.type2 ul {
  display: block;
}
#ArchiveWrapper .items-line .item .post-categories.type2 ul li {
  color: #999;
  font-size: 93%;
}
#ArchiveWrapper .items-line .item .post-categories.type2 ul li a {
  color: #999;
  text-decoration: none;
}
#ArchiveWrapper .items-line .item .post-categories .content {
  display: table-cell;
  vertical-align: top;
  line-height: 1.8;
  font-size: 93%;
}
#ArchiveWrapper .items-line .item .post-categories .content a {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
}
#ArchiveWrapper .items-line .item .post-link ul {
  margin-top: 0.5em;
}
#ArchiveWrapper .items-line .item .post-link ul li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
#ArchiveWrapper .items-line .item .post-link ul li:last-child {
  margin-right: 0;
}
#ArchiveWrapper .items-line .item .post-link ul li a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none !important;
  font-size: 86%;
}
#ArchiveWrapper .items-line .item .post-link ul li a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#ArchiveWrapper .items-line .item .post-link ul li.shop a {
  background-color: #EFEFEF;
  color: #666;
}
#ArchiveWrapper .items-line .item .post-link ul li.story a {
  background-color: #00157C;
  color: #fff;
}

/*
.archive-pager {
  margin-top: 60px;
  text-align: center;

  .prev {
    display: inline-block;
    float: left;
  }
  .next {
    display: inline-block;
    float: right;
  }

  a {
    display: inline-block;
    padding: 10px 50px;
    line-height: 1;
    border: 1px solid #B2BBD7;
    text-align: center;
    text-decoration: none;
    color: inherit;
    @include fontSize(16px);

    &:hover {
      color: #fff;
      border-color: #00157C;
      background-color: #00157C;
    }
  }
}
*/
.archive-pager {
  margin-top: 60px;
  text-align: center;
}
.archive-pager .wp-pagenavi {
  display: inline-block;
}
.archive-pager a, .archive-pager span {
  display: inline-block;
  border: 1px solid #C7CEE1;
  text-decoration: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  font-size: 115%;
  float: left;
}
.archive-pager a.current, .archive-pager span.current {
  border-color: #e9e9e9;
  color: #ccc;
}
.archive-pager a.previouspostslink, .archive-pager a.nextpostslink, .archive-pager span.previouspostslink, .archive-pager span.nextpostslink {
  width: 110px;
}
.archive-pager a:hover {
  color: #fff;
  border-color: #00157C;
  background-color: #00157C;
}

/* -----
 * link style
----------------------------------------------------------------------------- */
.blank-site {
  text-decoration: none;
  background: transparent url(../images/common/icon_link.png) 100% 0 no-repeat;
  padding-right: 10px;
}

.box-link {
  display: inline-block;
  border: 1px solid #ADB6D2;
  text-decoration: none;
  line-height: 1;
  padding: 10px 20px;
  color: inherit;
}
.box-link:hover {
  color: #fff;
  border-color: #00157C;
  background-color: #00157C;
}

/* -----
 * .ContactInfoBlock
----------------------------------------------------------------------------- */
#ContactInfoBlock {
  border: 1px solid #00154C;
  padding: 40px;
  text-align: center;
}
#ContactInfoBlock .subtitle {
  margin-bottom: 1.5em;
}
#ContactInfoBlock .link {
  margin-top: 1.5em;
  font-size: 115%;
}

/* -----
 * post-sns-block
----------------------------------------------------------------------------- */
.post-sns-block {
  margin-top: 20px;
}
.post-sns-block .facebook {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.post-sns-block .facebook a {
  background-image: url(../images/common/icon_fb.png);
}
.post-sns-block .twitter {
  display: inline-block;
  float: left;
}
.post-sns-block .twitter a {
  background-image: url(../images/common/icon_tw.png);
}
.post-sns-block a {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding-left: 35px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  text-decoration: none;
  color: inherit;
  font-size: 108%;
}
.post-sns-block a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* -----
 * contact-form
----------------------------------------------------------------------------- */
.kihara-contact-form {
  width: 720px;
  margin: 50px auto 0;
}
.kihara-contact-form table {
  width: 100%;
}
.kihara-contact-form table th, .kihara-contact-form table td {
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
  font-size: 13px;
  padding: 15px;
  box-sizing: border-box;
}
.kihara-contact-form table th {
  white-space: nowrap;
  width: 210px;
}
.kihara-contact-form table th.indent {
  padding-left: 40px;
}
.kihara-contact-form table .required {
  color: #f00;
}
.kihara-contact-form table .ex {
  display: inline-block;
}
.kihara-contact-form table .valign-top th, .kihara-contact-form table .valign-top td {
  vertical-align: top;
}
.kihara-contact-form table.separated th, .kihara-contact-form table.separated td {
  background-color: #F7F7F7;
  border-bottom: 10px solid #fff;
}
.kihara-contact-form table.separated .colspan th, .kihara-contact-form table.separated .colspan td {
  border-bottom: none;
  padding-bottom: 0;
}
.kihara-contact-form table.separated input[type="text"],
.kihara-contact-form table.separated input[type="email"],
.kihara-contact-form table.separated input[type="tel"],
.kihara-contact-form table.separated textarea {
  border-color: #999;
}
.kihara-contact-form table .label-inline .wpcf7-list-item {
  vertical-align: middle;
  display: inline-block;
  margin-left: 0;
  margin-right: 1em;
}
.kihara-contact-form table .label-inline .wpcf7-list-item:last-child {
  margin-right: 0;
}
.kihara-contact-form table .label-block .wpcf7-list-item {
  margin-left: 0;
  display: block;
}
.kihara-contact-form input[type="text"],
.kihara-contact-form input[type="email"],
.kihara-contact-form input[type="tel"] {
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
}
.kihara-contact-form input[type="text"].max,
.kihara-contact-form input[type="email"].max,
.kihara-contact-form input[type="tel"].max {
  width: 100%;
}
.kihara-contact-form input[type="text"].long,
.kihara-contact-form input[type="email"].long,
.kihara-contact-form input[type="tel"].long {
  width: 350px;
}
.kihara-contact-form input[type="text"].middle,
.kihara-contact-form input[type="email"].middle,
.kihara-contact-form input[type="tel"].middle {
  width: 200px;
}
.kihara-contact-form input[type="text"].short,
.kihara-contact-form input[type="email"].short,
.kihara-contact-form input[type="tel"].short {
  width: 100px;
}
.kihara-contact-form input[type="text"]:focus,
.kihara-contact-form input[type="email"]:focus,
.kihara-contact-form input[type="tel"]:focus {
  outline: none;
}
.kihara-contact-form input[type="radio"],
.kihara-contact-form input[type="checkbox"] {
  vertical-align: baseline;
}
.kihara-contact-form textarea {
  width: 100%;
  height: 300px;
  padding: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
}
.kihara-contact-form textarea:focus {
  outline: none;
}
.kihara-contact-form select {
  font-family: initial;
  line-height: 1.5;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 86%;
}
.kihara-contact-form select:focus {
  outline: none;
}
.kihara-contact-form .submit-btn {
  text-align: center;
  margin-top: 20px;
}
.kihara-contact-form .submit-btn input[type="submit"] {
  width: 200px;
  height: 35px;
  display: inline-block;
  border: none;
  background-color: #001B7A;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  -webkit-appearance: none;
}
.kihara-contact-form .submit-btn input[type="submit"]:focus {
  outline: none;
}
.kihara-contact-form .submit-btn input[type="submit"][disabled] {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.kihara-contact-form .submit-btn .ajax-loader {
  margin-right: -16px;
}
.kihara-contact-form span.wpcf7-not-valid-tip {
  color: #f00;
}
.kihara-contact-form div.wpcf7-mail-sent-ok {
  border-color: #00174b;
}
.kihara-contact-form div.wpcf7-mail-sent-ng,
.kihara-contact-form div.wpcf7-validation-errors {
  border-color: #f00;
}
.kihara-contact-form .privacy-text {
  height: 20em;
  border: 1px solid #999;
  background-color: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
  overflow: auto;
  line-height: 1.6;
  margin-bottom: 1em;
}
.kihara-contact-form .privacy-text h2 {
  font-size: 115%;
}
.kihara-contact-form .privacy-text h3 {
  font-size: 100%;
}
.kihara-contact-form .privacy-text p {
  font-size: 93%;
}
.kihara-contact-form .privacy-text ul {
  font-size: 93%;
  padding-left: 0;
  margin-top: -1em;
}
.kihara-contact-form .privacy-text ul li {
  margin-left: 1.5em;
}
.kihara-contact-form .note {
  font-size: 11px;
  text-indent: -1em;
  padding-left: 1em;
}

/* -----
 * single-post-body
----------------------------------------------------------------------------- */
.single-post-body .aligncenter {
  display: block !important;
  margin: 0 auto !important;
}
.single-post-body .alignright {
  float: right !important;
  margin: 0 0 0 25px !important;
}
.single-post-body .alignleft {
  float: left !important;
  margin: 0 25px 0 0 !important;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a:hover {
    color: #ccc;
  }

  a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }

  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 767px) {
  /* smart phone */
  body {
    width: 100%;
    font-size: 11px;
    line-height: 1.75;
  }
  body.fixed {
    position: fixed;
  }

  h1, h2, h3, h4, h5, h6 {
    margin: 0.5em 0;
  }

  p, ul, ol, table {
    margin: 0.5em 0;
  }

  .sp-only-block {
    display: block;
  }

  .pc-only-block {
    display: none;
  }

  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: auto;
    text-decoration: none;
  }

  /* -----
   * Wrapper
  ----------------------------------------------------------------------------- */
  #Wrapper {
    width: 100%;
    min-width: initial;
    min-width: auto;
    overflow: hidden;
    padding-top: 53px;
  }
  #Wrapper.fixed {
    position: fixed;
    overflow: visible;
  }

  /* -----
   * Header
  ----------------------------------------------------------------------------- */
  #Header {
    width: 100%;
    height: 52px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid #EDEDED;
    z-index: 9999;
  }
  #Header #LogoBlock {
    height: 100%;
    position: static;
  }
  #Header #LogoBlock h1 {
    width: 130px;
    vertical-align: middle;
    padding: 0 0 0 20px;
    box-sizing: border-box;
  }
  #Header #LogoBlock h1 img {
    width: 110px;
    height: auto;
  }
  #Header #LogoBlock p.logo-copy {
    vertical-align: bottom;
    padding: 0 50px 11px 5px;
    font-size: 9px;
    line-height: 1.5;
  }
  #Header #MenuBtnSP {
    display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 7px;
    right: 7px;
    text-indent: -9999em;
    background: transparent url(../images/common/btn_menu_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  #Header #NavBlock {
    width: 100%;
    height: 100%;
    padding: 40px 120px 40px 40px;
    box-sizing: border-box;
    background-color: #EFEFEF;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 100%;
  }
  #Header #NavBlock #HeadNavi {
    margin-top: 20px;
  }
  #Header #NavBlock #HeadNavi ul {
    display: block;
    height: auto;
    position: static;
  }
  #Header #NavBlock #HeadNavi ul li {
    display: block;
    padding: 0;
    margin-bottom: 15px;
    font-size: 14px;
  }
  #Header #NavBlock #HeadNavi ul li:last-child {
    margin-bottom: 0;
  }
  #Header #NavBlock #HeadNavi ul li a {
    color: #00174B !important;
  }
  #Header #NavBlock #HeadNavi ul li.shop a {
    background-image: url(../images/common/head_icon_shop_sp.png);
    background-size: 13px 12px;
    padding-left: 18px;
  }
  #Header #NavBlock #HeadNavi ul li.facebook a {
    background-image: url(../images/common/head_icon_fb_sp.png);
    background-size: 12px 12px;
    padding-left: 18px;
  }
  #Header #NavBlock #GlobalNavi ul {
    display: block;
    height: auto;
    position: static;
  }
  #Header #NavBlock #GlobalNavi ul li {
    display: block !important;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 18px 0;
    font-size: 12px;
    vertical-align: top;
  }
  #Header #NavBlock #GlobalNavi ul li:first-child {
    padding-top: 0;
  }
  #Header #NavBlock #GlobalNavi ul li span {
    font-size: 18px;
  }

  /* -----
   * Footer
  ----------------------------------------------------------------------------- */
  #Footer {
    margin-top: 40px;
    background: none;
  }
  #Footer .top {
    padding: 20px;
  }
  #Footer .top .inner {
    display: block;
    width: auto;
  }
  #Footer .top .inner .content {
    display: block;
    white-space: normal;
    margin-top: 30px;
    font-size: 10px;
  }
  #Footer .top .inner .content:first-child {
    margin-top: 0;
  }
  #Footer .top .inner .content h2 {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1;
  }
  #Footer .top .inner .content.contents {
    width: auto;
  }
  #Footer .top .inner .content.contents ul {
    width: 50%;
    float: left;
  }
  #Footer .top .inner .content.contents ul:last-child {
    margin-left: 0;
  }
  #Footer .top .inner .content.showroom {
    padding-left: 0;
  }
  #Footer .top .inner .content.facebook {
    width: 100%;
  }
  #Footer .top .inner .content.facebook span {
    max-width: 500px;
  }
  #Footer .top .inner .content.facebook span iframe {
    max-width: 100%;
  }
  #Footer .bottom {
    width: auto;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
  }
  #Footer .bottom .inner {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #Footer .bottom .inner .fb-like-btn {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
  }
  #Footer .bottom .inner p.copyright {
    letter-spacing: 0;
    margin-right: 0;
    padding: 0;
    font-size: 9px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }

  /* -----
   * HeadCover
  ----------------------------------------------------------------------------- */
  #HeadCover {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    overflow: hidden;
    box-sizing: border-box;
  }
  #HeadCover.has-slider {
    margin-bottom: 5px;
    height: auto;
    overflow: visible;
  }
  #HeadCover .key-visual .slider-items {
    height: 300px;
    overflow: hidden;
    position: static;
  }
  #HeadCover .key-visual .slider-items a {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
  }
  #HeadCover .key-visual .caption {
    width: 100%;
    height: auto;
    position: relative;
    top: -25px;
    left: 0;
  }
  #HeadCover .key-visual .caption .slick-track {
    width: 100% !important;
  }
  #HeadCover .key-visual .caption .slider-item {
    max-width: 100%;
    height: auto;
    display: none;
    float: none;
    position: relative !important;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
  }
  #HeadCover .key-visual .caption .slider-item.slick-active {
    display: block;
  }
  #HeadCover .key-visual .caption .caps-en .str {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
  }
  #HeadCover .key-visual .caption .caps-ja .str {
    display: block;
    padding: 10px;
    background: #EFEFEF;
    box-sizing: border-box;
  }
  #HeadCover .key-visual .slick-arrow {
    display: inline-block;
    width: 8px;
    height: 14px;
    margin-top: 0;
    top: 143px;
    background-size: contain;
  }
  #HeadCover .key-visual .slick-arrow.slick-prev {
    left: 15px;
  }
  #HeadCover .key-visual .slick-arrow.slick-next {
    right: 15px;
  }
  #HeadCover .cover-ttl {
    height: 300px;
  }
  #HeadCover .cover-ttl .inner-block .ttl {
    min-width: initial;
    min-width: auto;
    width: auto;
    min-width: 72%;
    max-width: 270px;
    padding: 15px;
  }
  #HeadCover .cover-ttl .inner-block .ttl h2 {
    font-size: 25px;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    background-image: url(../images/common/cover_ttl_line_sp.png);
    background-size: 93px 1px;
  }
  #HeadCover .cover-ttl .inner-block .ttl p {
    font-size: 11px;
  }

  /* -----
   * contents-wrapper
  ----------------------------------------------------------------------------- */
  .contents-wrapper {
    width: auto !important;
    padding: 0 10px;
  }

  /* -----
   * subtitle
  ----------------------------------------------------------------------------- */
  .subtitle.type1 {
    min-width: 76px;
    margin: 0 auto 25px;
  }
  .subtitle.type1 .inner-block h2, .subtitle.type1 .inner-block h3, .subtitle.type1 .inner-block h4, .subtitle.type1 .inner-block h5, .subtitle.type1 .inner-block h6 {
    margin: 0 0 10px 0;
    background-image: url(../images/common/subtitle1_line_sp.png);
    background-size: 76px 1px;
    font-size: 18px;
  }
  .subtitle.type1 .inner-block p {
    margin: 0;
    font-size: 11px;
  }
  .subtitle.type2 {
    margin: 0 0 0.5em 0;
    font-size: 16px;
  }

  /* -----
   * primary-comment-block
  ----------------------------------------------------------------------------- */
  .primary-comment-block {
    width: auto;
  }
  .primary-comment-block ul.link {
    margin-top: 1em;
  }
  .primary-comment-block ul.link li {
    display: block;
    margin: 0 auto 1em;
  }
  .primary-comment-block ul.link li:last-child {
    margin-bottom: 0;
  }
  .primary-comment-block ul.link li a.sp-fix-w {
    box-sizing: border-box;
  }
  .primary-comment-block ul.link li a.sp-fix-w.w300 {
    width: 300px;
  }

  /* -----
   * slider pettern
  ----------------------------------------------------------------------------- */
  .pht-slider.slider-640 {
    width: auto;
    height: auto;
  }
  .pht-slider.slider-720 {
    width: auto;
    height: auto;
  }
  .pht-slider.slider-760 {
    width: auto;
    height: auto;
  }
  .pht-slider .slick-arrow {
    display: inline-block;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    background-size: contain;
  }
  .pht-slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .pht-slider .slick-arrow.slick-next {
    right: 10px;
  }
  .pht-slider ul.caption {
    font-size: 10px;
  }
  .pht-slider.center-mode .slick-arrow {
    background-size: 18px 14px;
  }

  /* -----
   * ArchiveWrapper
  ----------------------------------------------------------------------------- */
  #ArchiveWrapper .items-line {
    margin-bottom: 20px;
  }
  #ArchiveWrapper .items-line:last-child {
    margin-bottom: 0;
  }
  #ArchiveWrapper .items-line:last-child .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #ArchiveWrapper .items-line .item {
    width: auto;
    float: none;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EDEDED;
    *zoom: 1;
  }
  #ArchiveWrapper .items-line .item:before, #ArchiveWrapper .items-line .item:after {
    content: " ";
    display: table;
  }
  #ArchiveWrapper .items-line .item:after {
    clear: both;
  }
  #ArchiveWrapper .items-line .item:last-child {
    margin-bottom: 0;
  }
  #ArchiveWrapper .items-line .item .thumb {
    display: inline-block;
    width: 115px;
    height: auto;
    margin-right: 10px;
    float: left;
  }
  #ArchiveWrapper .items-line .item .post-head,
  #ArchiveWrapper .items-line .item .post-body,
  #ArchiveWrapper .items-line .item .client,
  #ArchiveWrapper .items-line .item .post-categories,
  #ArchiveWrapper .items-line .item .post-link {
    padding-left: 125px;
  }
  #ArchiveWrapper .items-line .item .post-head {
    overflow: visible;
    margin-top: -5px;
  }
  #ArchiveWrapper .items-line .item .post-head .ttl {
    font-size: 15px;
  }
  #ArchiveWrapper .items-line .item .post-head .date {
    margin-bottom: -0.5em;
  }
  #ArchiveWrapper .items-line .item .post-body {
    overflow: visible;
    margin-top: 0.5em;
  }
  #ArchiveWrapper .items-line .item .post-body .caps {
    font-size: 12px;
    margin-bottom: 0.5em;
  }
  #ArchiveWrapper .items-line .item .post-body p,
  #ArchiveWrapper .items-line .item .post-body .excerpt {
    line-height: 1.6;
    font-size: 10px;
  }
  #ArchiveWrapper .items-line .item .client {
    overflow: visible;
    margin-top: 0.5em;
    font-size: 10px;
  }
  #ArchiveWrapper .items-line .item .post-categories {
    display: block;
    overflow: visible;
    margin-top: 0.5em;
  }
  #ArchiveWrapper .items-line .item .post-categories .caps {
    display: inline-block;
    width: auto;
    line-height: 1.6;
    font-size: 10px;
  }
  #ArchiveWrapper .items-line .item .post-categories ul {
    display: inline-block;
  }
  #ArchiveWrapper .items-line .item .post-categories ul li {
    line-height: 1.6;
    font-size: 10px;
  }
  #ArchiveWrapper .items-line .item .post-categories.type2 ul li {
    font-size: 10px;
  }
  #ArchiveWrapper .items-line .item .post-categories .content {
    display: inline-block;
    line-height: 1.6;
    font-size: 10px;
  }
  #ArchiveWrapper .items-line .item .post-link {
    overflow: visible;
  }
  #ArchiveWrapper .items-line .item .post-link ul li {
    margin-top: 0.5em;
    margin-right: 5px;
  }
  #ArchiveWrapper .items-line .item .post-link ul li a {
    font-size: 10px;
  }
  #ArchiveWrapper .items-line .item .post-link ul li a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  #ArchiveWrapper.sp-tandem .items-line .item {
    width: auto;
    float: none;
    margin: 0 0 20px;
    padding-bottom: 0;
    border-bottom: none;
  }
  #ArchiveWrapper.sp-tandem .items-line .item:last-child {
    margin-bottom: 0;
  }
  #ArchiveWrapper.sp-tandem .items-line .item .thumb {
    display: block;
    width: auto;
    margin: 0 0 10px;
    float: none;
  }
  #ArchiveWrapper.sp-tandem .items-line .item p {
    font-size: inherit;
  }
  #ArchiveWrapper.sp-tandem .items-line .item .post-link {
    padding-left: 0;
  }

  .archive-pager {
    margin-top: 30px;
    position: relative;
  }
  .archive-pager a, .archive-pager span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: 1px;
    font-size: 11px;
  }
  .archive-pager a.previouspostslink, .archive-pager a.nextpostslink, .archive-pager span.previouspostslink, .archive-pager span.nextpostslink {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .archive-pager a:hover {
    color: inherit;
    border-color: #C7CEE1;
    background-color: transparent;
  }

  /* -----
   * link style
  ----------------------------------------------------------------------------- */
  .blank-site {
    background-size: 4px 4px;
    padding-right: 6px;
  }

  .box-link {
    border-color: #ADB6D2 !important;
    color: inherit !important;
    background-color: transparent !important;
  }

  /* -----
   * .ContactInfoBlock
  ----------------------------------------------------------------------------- */
  #ContactInfoBlock {
    padding: 20px 10px;
  }
  #ContactInfoBlock .subtitle {
    margin-bottom: 1.5em;
  }
  #ContactInfoBlock .link {
    font-size: 13px;
  }

  /* -----
   * post-sns-block
  ----------------------------------------------------------------------------- */
  .post-sns-block {
    margin-top: 15px;
  }
  .post-sns-block .facebook a {
    background-image: url(../images/common/icon_fb_sp.png);
  }
  .post-sns-block .twitter a {
    background-image: url(../images/common/icon_tw_sp.png);
  }
  .post-sns-block a {
    height: 29px;
    line-height: 29px;
    padding-left: 34px;
    background-size: 29px 29px;
    font-size: 14px;
  }
  .post-sns-block a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }

  /* -----
   * contact-form
  ----------------------------------------------------------------------------- */
  .kihara-contact-form {
    width: auto;
    margin: 20px auto 0;
  }
  .kihara-contact-form table {
    width: 100%;
  }
  .kihara-contact-form table th, .kihara-contact-form table td {
    font-size: inherit;
    padding: 10px;
    display: block;
    width: auto;
  }
  .kihara-contact-form table th {
    width: auto;
    padding-bottom: 0;
  }
  .kihara-contact-form table th.indent {
    padding-left: 10px;
  }
  .kihara-contact-form table .valign-top th, .kihara-contact-form table .valign-top td {
    vertical-align: top;
  }
  .kihara-contact-form table.separated th {
    border-bottom: none;
  }
  .kihara-contact-form table.separated .colspan th {
    padding: 0 0 5px 0;
    background-color: transparent;
  }
  .kihara-contact-form table.separated input[type="text"],
  .kihara-contact-form table.separated textarea {
    border-color: #999;
  }
  .kihara-contact-form table .label-block .wpcf7-list-item {
    margin-bottom: 1em;
  }
  .kihara-contact-form table .label-block .wpcf7-list-item:last-child {
    margin-bottom: 0;
  }
  .kihara-contact-form input[type="text"].long,
  .kihara-contact-form input[type="email"].long,
  .kihara-contact-form input[type="tel"].long {
    width: 100%;
  }
  .kihara-contact-form input[type="radio"] {
    vertical-align: middle;
  }
  .kihara-contact-form textarea {
    height: 100px;
  }
  .kihara-contact-form select {
    font-size: inherit;
  }
  .kihara-contact-form .submit-btn {
    margin-top: 10px;
  }
  .kihara-contact-form .privacy-text {
    padding: 5px;
  }
  .kihara-contact-form .privacy-text h2 {
    font-size: 15px;
  }
  .kihara-contact-form .privacy-text h3 {
    font-size: 13px;
  }
  .kihara-contact-form .privacy-text p {
    font-size: inherit;
  }
  .kihara-contact-form .privacy-text ul {
    font-size: 93%;
    padding-left: 0;
    margin-top: -1em;
  }
  .kihara-contact-form .privacy-text ul li {
    margin-left: 1.5em;
  }
  .kihara-contact-form .note {
    font-size: 11px;
    text-indent: -1em;
    padding-left: 1em;
  }

  /* -----
   * single-post-body
  ----------------------------------------------------------------------------- */
  .single-post-body .aligncenter {
    display: block !important;
    margin: 0 auto !important;
  }
  .single-post-body .alignright,
  .single-post-body .alignleft {
    float: none !important;
    margin: 1.5em 0 !important;
  }
}
