@charset "utf-8";

/*
Theme Name: Jet CMS14 C-1
Description:WooCommerce対応テーマのテンプレートプラン。
Author: Jet-B
Version: 0.1
Text Domain:jet-cms14-c1
*/
/*リセット
====================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  table-layout: auto;
  list-style-type: none;
  table-layout: auto;
  vertical-align: baseline;
}

table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  table-layout: auto;
  list-style-type: none;
  table-layout: auto;
  vertical-align: baseline;
}

a, div, article, aside, details, figcaption, figure, ul, li, dl, dt, dd, footer, header, main, menu, nav, section {
  box-sizing: border-box;
}

#tinymce {
  /*投稿記事編集の背景*/
  background: #fff;
  min-width: 100%;
  color: #000;
}

/* Alignments */
.alignleft {
  display: inline;
  float: left;
  margin: 10px 10px 10px 0px;
}

.alignright {
  display: inline;
  float: right;
  margin: 10px 0px 10px 10px;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/*hr 設定
====================*/
hr {
  background-color: #dbd5dc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*その他
====================*/
blockquote {
  position: relative;
  margin: 0 1em 1.5em;
  padding: 1em;
  border: 3px solid #d7d7d7;
  background-color: #e0e0e0;
  z-index: 1;
}

blockquote p {
  position: relative;
  z-index: 3;
}

blockquote:before {
  content: "“";
  font-size: 1000%;
  line-height: 0.8em;
  font-family: "Roboto Slab", Garamond, "Times New Roman", serif;
  color: #F0F0F0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

blockquote:after {
  content: "”";
  font-size: 1000%;
  line-height: 0em;
  font-family: "Roboto Slab", Garamond, "Times New Roman", serif;
  color: #F0F0F0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

address {
  font-style: normal
}

*:focus {
  outline: none;
}

body {
  min-width: 1000px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 1;
  word-wrap: break-word;
  text-align: left;
  vertical-align: bottom;
  -webkit-text-size-adjust: 100%;
}

body:not(.custom-background-image):before, body:not(.custom-background-image):after {
  display: none;
}

/*見出しサイズ
====================*/
h1 {
  font-size: 24px;
  font-weight: normal;
}

h2 {
  font-size: 20px;
  font-weight: normal;
}

h3 {
  font-size: 16px;
  font-weight: normal;
}

h4 {
  font-size: 12px;
  font-weight: normal;
}

h5 {
  font-size: 10px;
  font-weight: normal;
}

h6 {
  font-size: 8px;
  font-weight: normal;
}

p {
  font-size: 15px;
}

/*リンク
====================*/
a {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: 0.8;
}

a:active {}

a:visited {}

img {
  -ms-interpolation-mode: bicubic;
}

img.size-full {
  width: 100%;
  height: auto;
}

.cf {
  *zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
JetB Press 設定
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.allwrapper {
  overflow: hidden;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.allwrapper {
  overflow: hidden;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.allwrapper.mnch,
.allwrapper.mnch button,
.allwrapper.mnch input,
.allwrapper.mnch select,
.allwrapper.mnch textarea {
  font-family: 'Crimson Text', 'Noto Serif JP', serif;
}

.allwrapper.gthc,
.allwrapper.gthc button,
.allwrapper.gthc input,
.allwrapper.gthc select,
.allwrapper.gthc textarea {
  font-family: 'Lato', "Noto Sans JP", sans-serif;
}


.inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  *zoom: 1;
  z-index: 10;
}

.inner:before,
.inner:after {
  content: "";
  display: table;
}

.inner:after {
  clear: both;
}

.L_box {
  float: left;
}

.R_box {
  float: right;
}

.pc {}

.sp {
  display: none;
}

/*表示・非表示*/
.onf_,
.onf_0 {
  display: none !important;
}

.onf_1 {
  display: block;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
パンくず
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.breadcrumbs {
  width: 960px;
  font-size: 14px;
  margin: 30px auto;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページトップ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#scroll-to-top {
  right: 12px;
  bottom: 30px;
  z-index: 9000;
  font-family: ionicons;
  font-size: 56px;
  position: fixed;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ヘッダー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#upper {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 0;
  z-index: 5000;
}

#upper .inner {
  margin: auto;
  height: 100%;
}

#upper h1 {
  font-size: 0;
  float: left;
  margin: 8px 0 0 100px;
}

#upper h1 a{
  display: inline-block;
}

#upper h1 img {
  width: auto;
  height: 42px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
グローバルメニュー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.g_nav {
  float: right;
  padding-right: 70px;
}

/*親のul*/
.g_nav .g_nav_menu {
  font-size: 0;
  text-align: right;
}

/*親のli*/
.g_nav .g_nav_menu>li {
  display: inline-block;
  position: relative;
  margin: 0;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.g_nav .g_nav_menu>li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  transform: skewX(-15deg);
  border-left: 1px solid;
}

/*親のliのa設定*/
.g_nav .g_nav_menu>li>a {
  display: block;
  height: 50px;
  padding: 7px 22px 0;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-align: center;
}

.g_nav .g_nav_menu>li>a>span {
  display: block;
  font-size: 10px;
  text-align: center;
  margin-top: 5px;
  padding: 3px 0;
}

/*親がhoverした時の子のul*/
.g_nav .g_nav_menu>li:hover>.sub-menu {
  height: auto;
  opacity: 1;
  overflow: visible;
}

/*子のul*/
.g_nav .g_nav_menu>li>.sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 180px;
  height: 0;
  overflow: hidden;
  padding: 12px 0px 0px;
  text-align: left;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  opacity: 0;
  z-index: 1500;
  background-image: none !important;
}

/*子のli*/
.g_nav .g_nav_menu>li>.sub-menu>li {
  position: relative;
  padding: 0 10px;
  margin: 0;
  text-align: left;
  overflow: hidden;
}

.g_nav .g_nav_menu>li>.sub-menu>li:last-child {
  padding-bottom: 10px !important;
}

.g_nav .g_nav_menu>li>.sub-menu>li:hover {
  overflow: visible;
}

/*子がhoverした時の孫のul*/
.g_nav .g_nav_menu>li>.sub-menu>li:hover>.sub-menu {
  height: auto;
  opacity: 1;
  overflow: visible;
}

/*孫のul設定*/
.g_nav .g_nav_menu>li>.sub-menu>li>.sub-menu {
  position: absolute;
  top: 0px;
  left: calc(100%);
  width: 180px;
  height: 0;
  padding: 0 10px 10px;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  opacity: 0;
  z-index: 1500;
}

/*子と孫のa設定*/
.g_nav .g_nav_menu li .sub-menu li a {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  border-bottom: 1px solid #999;
  padding: 10px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ヘッダー検索
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#btn-search {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  font-family: ionicons;
  font-size: 30px;
  z-index: 10;
}

.header-search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  transition: .5s ease-in-out;
  overflow: hidden;
  border-top: 1px solid #f7f7f7;
  z-index: 1000;
}

.header-search.slide {
  height: 100%;
}

#jet_searchform-header {
  position: absolute;
  height: 27px;
  width: 960px;
  left: 0;
  right: 0;
  margin: 17px auto;
  transition: .5s ease-in-out;
}

.header-search.slide #jet_searchform-header {
  opacity: 1;
}

#jet_searchBtn_header {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0;
  font-family: ionicons;
  font-size: 25px;
  transition: .5s ease-in-out;
  border: none;
  background: none;
}

#jet_keywords_header {
  box-sizing: border-box;
  border: 1px solid #cacaca !important;
  background: #fff;
  outline: 0;
  width: 100%;
  height: 30px;
  padding: 0 5px 0 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.mnch #jet_keywords_header {
  font-family: 'Crimson Text', 'Noto Serif JP', serif;
}

.gthc #jet_keywords_header {
  font-family: 'Lato', "Noto Sans JP", sans-serif;
}

.header-search.slide #jet_searchform-header #jet_searchBtn_header {
  opacity: 1;
}

/*object-fit
========================*/
.imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

/* IE用挙動 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .imgwrap {
    overflow: hidden;
  }

  .imgwrap img {
    height: auto;
  }
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
Wordpress デフォルト設定
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*-----------------------------
figure
------------------------------*/
figure {
  max-width: 100%;
  overflow: hidden;
}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery {
  /** ギャラリーを囲むボックス **/
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

/** 自動で挿入される clearfix の余白解除 **/
.gallery-item {
  /** 画像共通のスタイル **/
  float: left;
  margin-bottom: 0 !important;
}

.gallery-icon {
  /** 画像を囲む dt のスタイル **/
  text-align: center;
}

.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  /** キャプション **/
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  /** カラムなし **/
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}

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

  /* 640px以下用の記述 */
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }

  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}