@charset "UTF-8";

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*////////////////////////////////////////////////////////////

 clearfix

////////////////////////////////////////////////////////////*/
/* clearfix
------------------------------------------------------------*/
header .fixeditems, .contents._single .post .pagenavi_single, .blog_sns, .sidebar .categorylist li, form .formitem {
  zoom: 1;
}
header .fixeditems:after, .contents._single .post .pagenavi_single:after, .blog_sns:after, .sidebar .categorylist li:after, form .formitem:after {
  content: "";
  display: block;
  clear: both;
}

/* ul reset
------------------------------------------------------------*/
.header_nav ul, .footer_nav ul, .catlist, .categories .catitems, .sidebar .categorylist, .sidebar .postitems, .archivelist, .archivelist li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* inner
------------------------------------------------------------*/
.inner {
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .inner {
    margin: 0 auto;
    padding: 0;
    width: 980px;
  }
}

/* フォント
------------------------------------------------------------*/
header .fixeditems .contact_btns .tel .telnum, header .fixeditems .contact_btns .mail, .header_nav .headeritems_sp .tel, .header_nav .headeritems_sp .mail, .ttl_lv1, .ttl_lv2._quicksand, .more, .back, .term_more, .contents._contact .tels .num {
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 0.15rem;
}

.note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
.note a {
  text-decoration: underline;
}
.note a:hover {
  text-decoration: none;
}

/* ロールオーバーの処理
------------------------------------------------------------*/
header .fixeditems .reserve span:hover, header .fixeditems .net span:hover, header .fixeditems .contact_btns .mail:hover, .header_nav ul li a:hover, .header_nav .logo a:hover, .totop:hover, .footeritems .o4:hover, .footeritems .footeritem .toaccess:hover, .footeritems .net span:hover, .footeritems .mail span:hover, .footer_btns a._reserve span:hover, .footer_btns a._net span:hover, .btn span:hover, .more:hover em:hover, .back:hover em:hover, .btn_blog span:hover, .termitems a:hover, .term_more:hover, .catlist li a:hover, .contents._blog .blogitems .blogitem._lg .meta h3 a:hover, .contents._blog .blogitems .blogitem .blogimg:hover, .contents._blog .blogitems .blogitem .meta .category:hover span:hover, .contents._blog .blogitems .blogitem h3 a:hover, .pagination a.page-numbers:hover, .tags a:hover, .contents._single .post .category a span:hover, .contents._single .post .pagenavi_single .pre:hover, .contents._single .post .pagenavi_single .next:hover, .recent .recentitems .recentitem .recentimg:hover, .recent .recentitems .recentitem .recentimg .category:hover, .recent .recentitems .recentitem .content .title:hover, .categories .catttl a:hover, .categories .catitems .catitem .catimg:hover, .categories .catitems .catitem .title a:hover, .sidebar .categorylist li a:hover, .sidebar .search .searchsubmit:hover, .sidebar .postitems .postitem .postimg:hover, .sidebar .postitems .postitem .content .title:hover, .sidebar .postitems .postitem .content .category:hover, .archivelist li span:hover, .contents._contact .tels .num:hover, .netreserve:hover, form .contact_btn .confirm span input:hover, .event_btn a:hover {
  opacity: 0.5;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
  text-decoration: none !important;
}

/* デバイスによる表示の制御
------------------------------------------------------------*/
.dsppc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .dsppc {
    display: block;
  }
}

.dspsp {
  display: block;
}
@media only screen and (min-width: 768px) {
  .dspsp {
    display: none;
  }
}

/*/////////////////////////////////////////////////////////////

	structures

///////////////////////////////////////////////////////////////

	共通の設定

=============================================================*/
body,
article,
aside,
details,
div,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
header,
hgroup,
main,
menu,
nav,
section,
summary,
ul, ol, li,
dl, dt, dd,
span,
table,
th,
td,
a,
input,
textarea {
  box-sizing: border-box !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.1rem;
  line-height: 2rem;
  font-weight: normal;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: block;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
  color: rgba(132,112,114,0.9);
}

/*=============================================================

	html, body, wrapper

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
html {
  font-size: 62.5%;
  /* 10px相当 */
  line-height: 62.5%;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
  color: #666666;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

/*=============================================================

	header

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.btn_sp_nav {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9990;
}
.btn_sp_nav img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .btn_sp_nav {
    display: none;
  }
}

.btn_nav,
.btn_close {
  display: none;
}
@media only screen and (min-width: 768px) {
  .btn_nav,
  .btn_close {
    display: block;
    position: relative;
    text-align: center;
  }
  .btn_nav:hover,
  .btn_close:hover {
    opacity: 0.5;
    -moz-transition: opacity, 0.2s, ease-in;
    -o-transition: opacity, 0.2s, ease-in;
    -webkit-transition: opacity, 0.2s, ease-in;
    transition: opacity, 0.2s, ease-in;
    color: #666666;
    text-decoration: none !important;
  }
  .btn_nav:before,
  .btn_close:before {
    margin: 0 auto;
    content: '';
    width: 17px;
    height: 10px;
    background: url(images/common/arrow_17x10.png) no-repeat;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
  }
}

.btn_close {
  display: none;
}
.btn_close:before {
  margin: 10px auto;
  content: '';
  width: 17px;
  height: 10px;
  background: url(images/common/arrow_17x10.png) no-repeat;
  transform: rotate(180deg);
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: -20px;
}

.dsn {
  display: none;
}

.dsb {
  display: block;
}

/*=============================================================

	main, contents, sidebar

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*.main {
  padding: 80px 0 0 0;
  width: 100%;
}
*/
.contents {
  margin: 0 auto;
  padding: 90px 0 60px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contents {
    padding: 90px 20px 100px;
  }
}
.contents._index {
  padding-top: 60px;
}


/*/////////////////////////////////////////////////////////////

 pages

///////////////////////////////////////////////////////////////

/* 共通
-------------------------------------------------------------*/
.ttl_lv1 {
  padding-top: 92px;
  width: 100%;
  height: 220px;
  background: url(images/common/ttl_lv1_img.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #3c3228;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .ttl_lv1 {
    height: 220px;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.ttl_lv1 span {
  margin-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  font-weight: normal;
  display: block;
}

.ttl_lv2 {
  margin-bottom: 50px;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #666666;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.ttl_lv2:after {
  content: '';
  margin: 0 auto;
  width: 70px;
  height: 1px;
  background-color: #666666;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
.ttl_lv2._wh {
  color: #fff;
}
.ttl_lv2._wh:after {
  background-color: #fff;
}
.ttl_lv2._quicksand {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .ttl_lv2 {
    margin-bottom: 50px;
  }
}

.btn {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 35px;
  line-height: 3.5rem;
  color: #666666;
  display: block;
}
.btn:visited {
  color: #666666;
}
.btn:hover {
  text-decoration: none;
}
.btn span {
  display: block;
  border-radius: 5px;
}
.btn span:hover {
  color: #666666;
}
.btn span:after {
  content: '';
  width: 7px;
  height: 12px;
  background: url(images/common/arrow_r_7x12.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 1px;
}
.btn._solid {
  background-color: #fff;
  color: #fff;
}
.btn._solid span {
  background-color: #3c3228;
  border-radius: 5px;
}
.btn._solid span:after {
  width: 6px;
  height: 10px;
  background: url(images/common/arrow_r_4x8_wh.png);
  top: 0;
}
.btn._solid span:hover {
  color: #fff;
}
.btn._lined {
  color: #3c3228;
}
.btn._lined span {
  border: 1px solid #3c3228;
  background-color: #fff;
}
.btn._lined span:after {
  background: url(images/common/arrow_r_4x8_grn.png) no-repeat;
  background-size: contain;
}
.btn._lined span:hover {
  color: #3c3228;
}

.more {
  width: 120px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-weight: 500;
  text-align: left;
}
.more:hover {
  text-decoration: none;
}
.more span {
  color: #3c3228;
}
.more span em {
  padding-left: 20px;
  display: block;
  font-style: normal;
  position: relative;
}
.more span em:after {
  content: '';
  margin: auto 0;
  width: 7px;
  height: 12px;
  background: url(images/arrow_r_7x12_b.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}

.back {
  width: 120px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  flex-wrap: 500;
  text-align: left;
}
.back:hover {
  text-decoration: none;
}
.back span {
  color: #3c3228;
}
.back span em {
  display: block;
  font-style: normal;
  position: relative;
  text-align: center;
}
.back span em:before {
  content: '';
  margin: auto 0;
  width: 7px;
  height: 12px;
  background: url(images/common/arrow_l_7x12_b.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
}

.btn_blog {
  margin: 0 auto;
  padding: 1px;
  width: 100%;
  height: 60px;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}
.btn_blog:hover {
  text-decoration: none;
}
.btn_blog span {
  height: 58px;
  display: block;
  background-color: #3c3228;
  border-radius: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 58px;
  line-height: 5.8rem;
  color: #fff;
  text-align: center;
}
.btn_blog span:before {
  content: '';
  margin-right: 10px;
  width: 8px;
  height: 14px;
  background: url(images/common/arrow_l_7x12_wh.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 2px;
}

.shinqcompass_box {
  display: none;
}

@media only screen and (min-width: 768px) {
  .shinqcompass_box {
    display: block;
    background-color: #e2e0df;
    padding: 50px 0;
    text-align: center;
  }

  .shinqcompass_review_widget {
    overflow: auto;
    width: 940px;
    height: 300px;
    border: solid 1px #E0DFDF;
    background: #fff;
    padding: 10px;
    margin: 0 auto;
  }
}

/* BLOG ブログ
-------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .termlist {
    margin: 0 auto 60px;
    width: 960px;
  }
}

.termitems {
  margin-bottom: 15px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
.termitems a {
  margin: 0 10px 20px;
  padding: 0 18px;
  border-radius: 18px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  background-color: #f8f3ee;
  display: inline-block;
}

.term_more {
  margin: 0 auto;
  width: 120px;
  border-radius: 18px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #fff;
  text-align: center;
  background-color: #3c3228;
  display: block;
}
.term_more span {
  display: block;
}
.term_more span:after {
  content: '';
  margin-left: 10px;
  width: 7px;
  height: 12px;
  background: url(images/common/arrow_r_7x12_wh.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
}
.term_more:hover {
  color: #fff;
}

.catlist {
  margin: 30px auto ;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .catlist {
    margin-top: 40px;
    margin-bottom: 50px;
    width: 990px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.catlist li {
  margin-bottom: 9px;
  margin-top: 12px;
  width: 48.6%;
  /*height: 36px;*/
}
@media only screen and (min-width: 768px) {
  .catlist li {
    margin: 0 5px 9px;
    width: auto;
  }
}
.catlist li a {
  padding: 0 10px;
  border: 3px solid #615b5c;
  border-radius: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
  color: #615b5c;
  display: block;
}
@media only screen and (min-width: 768px) {
  .catlist li a {
    padding: 0 40px;
  }
}
.catlist li._all {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .catlist li._all {
    width: auto;
  }
  .catlist li._all a {
    padding: 0 40px;
  }
}

.contents._blog {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .contents._blog {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
    margin-top:20px;
  }
}
.contents._blog h2 {
  margin: 0 auto 40px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
  color: #3c3228;
  font-weight: bold;
  position: relative;
}
.contents._blog h2:before {
  content: '';
  width: 110px;
  height: 8px;
  background: url(images/common/bg_waveline.png) repeat-x center top;
  background-size: 100px 8px;
  display: block;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: -15px;
}
@media only screen and (min-width: 768px) {
  .contents._blog h2 {
    margin-bottom: 25px;
  }
}
.contents._blog .blogitems {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .contents._blog .blogitems {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 980px;
  }
}
.contents._blog .blogitems .blogitem {
  margin-bottom: 60px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contents._blog .blogitems .blogitem {
    margin: 0 20px 35px;
    width: 45%;
  }
}
.contents._blog .blogitems .blogitem._lg {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .contents._blog .blogitems .blogitem._lg {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    width: 940px;
  }
}
.contents._blog .blogitems .blogitem._lg .blogimg {
  width: 100%;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contents._blog .blogitems .blogitem._lg .blogimg {
    width: 540px !important;
    height: 350px;
    overflow: hidden;
  }
}
.contents._blog .blogitems .blogitem._lg .blogimg:before, .contents._blog .blogitems .blogitem._lg .blogimg:after {
  content: '';
  width: 52px;
  height: 52px;
  display: block;
  position: absolute;
}
.contents._blog .blogitems .blogitem._lg .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .contents._blog .blogitems .blogitem._lg .meta {
    padding: 25px 0 0 0;
    width: 40%;
    display: block;
  }
  .contents._blog .blogitems .blogitem._lg .meta span{
    font-size: 1.5rem;
  }
}
.contents._blog .blogitems .blogitem._lg .meta .icon_new {
  margin-bottom: 30px;
  width: 80px;
  height: auto;
  display: none;
  position: absolute;
  top: -60px;
  right: -5px;
}
@media only screen and (min-width: 768px) {
  .contents._blog .blogitems .blogitem._lg .meta .icon_new {
    margin-bottom: 35px;
    width: 147px;
    display: block;
    position: static;
  }
}
.contents._blog .blogitems .blogitem._lg .meta .category {
  margin-bottom: 20px;
  width: 100%;
  height: 30px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 30px;
  line-height: 3rem;
}
@media only screen and (min-width: 768px) {
  .contents._blog .blogitems .blogitem._lg .meta .category {
    width: 90%;
    height: 35px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
.contents._blog .blogitems .blogitem._lg .meta .date {
  height: 30px;
  font-size: 11px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
}
.contents._blog .blogitems .blogitem._lg .meta h3 {
  width: 100%;
  font-size: 20px;
  font-size: 1.8rem;
  line-height: 38px;
  line-height: 2.2rem;
  border-bottom:1px solid #3c3228;
}
.contents._blog .blogitems .blogitem._lg .meta h4 {
  width: 100%;
  font-size: 1.6rem;
  line-height: 38px;
  line-height: 3.8rem;
  border-bottom:1px solid #3c3228;
}
.contents._blog .blogitems .blogitem._lg .meta h3 a:hover {
  color: #666;
}
.contents._blog .blogitems .blogitem .blogimg {
  margin-bottom: 15px;
  display: block;
}
.contents._blog .blogitems .blogitem .blogimg img {
  width: 100%;
  height: 100%;
  display: block;
}
.contents._blog .blogitems .blogitem .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .contents._blog .blogitems .blogitem .meta {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.contents._blog .blogitems .blogitem .meta .category {
  margin-bottom: 10px;
  height: 30px;
  background-color: #615b5c;
  font-size: 11px;
  font-size: 1.7rem;
  line-height: 30px;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
}
.contents._blog .blogitems .blogitem .meta div{
  width: 100%;
}
.contents._blog .blogitems .blogitem .meta .category:hover {
  text-decoration: none;
}
.contents._blog .blogitems .blogitem .meta .category:hover span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .contents._blog .blogitems .blogitem .meta .category {
    width: 45%;
    height: 35px;
    font-size: 11px;
    font-size: 1.7rem;
    line-height: 33px;
    line-height: 3.3rem;
    letter-spacing: 0.32rem;
  }
}
.contents._blog .blogitems .blogitem .meta .date {
  margin-top: 5px;
  margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.5rem;
    line-height: 12px;
    line-height: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .contents._blog .blogitems .blogitem .meta .date {
    height: 35px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 37px;
    line-height: 1.7rem;
  }
}
.contents._blog .blogitems .blogitem h3 {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  margin-top:5px;
  /*text-align: center;*/
}
.contents._blog .blogitems .blogitem h4 {
  width: 100%;
  font-size: 14px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  margin-top:5px;
  /*text-align: center;*/
}
@media only screen and (min-width: 768px) {
  .contents._blog .blogitems .blogitem h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
  .contents._blog .blogitems .blogitem h4 {
    font-size: 16px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.contents._blog .blogitems .blogitem h3 a {
  color: #666666;
  /*border-bottom:1px dotted #3c3228;*/
}
.contents._blog .blogitems .blogitem h3 a:hover {
 opacity: 0.8;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  color: brown;
}
@media only screen and (max-width: 768px) {
  .contents._blog .blogitems .blogitem._lg .meta span{
    font-size: 2.0rem;
  }
}
/* ページナビ　共通 */
.pagination {
  width: 100%;
  margin: 40px auto 80px;
  text-align: center;
  display: block;
  position: relative;
}
.pagination h2.screen-reader-text {
  display: none;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.pagination .page-numbers, .pagination .current {
  margin: 0 3px;
  height: 40px;
  width: 40px;
  background: tranceparent;
  border: 1px solid #666666;
  border-radius: 50%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  font-family: sans-serif;
  text-align: center;
  color: #4D4D4D;
  text-decoration: none;
}
.pagination .current {
  background: #615b5c;
  border-color: #615b5c;
  color: #fff;
}
.pagination .prev, .pagination .next {
  width: 40px;
  height: 40px;
  padding: 0;
  background: tranceparent;
  border-radius: 50%;
  font-size: 10px;
  font-size: 1rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
}

.pagenation_sp {
  margin-bottom: 40px;
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.pagenation_sp .prev, .pagenation_sp .next {
  padding: 0 20px;
  width: 100%;
  height: 30px;
  background: none;
  border: 1px solid #3c3228;
  border-radius: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  line-height: 3rem;
}
.pagenation_sp .prev a, .pagenation_sp .next a {
  font-family: sans-serif;
  coolor: #4d4d4d;
  text-decoration: none;
}
.pagenation_sp .prev {
  text-align: left;
}
.pagenation_sp .next {
  text-align: right;
}

/* single
- - - - - - - - - - - - - - - - -*/
.tags {
  margin-bottom: 20px;
}
.tags a {
  margin: 0 20px 20px 0;
  padding: 0 18px;
  border-radius: 18px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  background-color: #f8f3ee;
  display: inline-block;
}

.contents._single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contents._single {
    padding: 90px 0 100px !important;
    width: 940px;
  }
}
.contents._single .post {
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contents._single .post {
    padding: 0;
    width: 620px;
  }
}
.contents._single .post .category {
  margin-bottom: 15px;
  position: relative;
}
.contents._single .post .category:after {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #615b5c;
  display: block;
  position: absolute;
  bottom: 17px;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .contents._single .post .category {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
.contents._single .post .category a {
  margin: 0 auto;
  width: 60%;
  height: 35px;
  background-color: #85c2ba;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 35px;
  line-height: 3.5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
}
.contents._single .post .category a:hover {
  text-decoration: none;
  color: #666;
}
.contents._single .post .category a span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .contents._single .post .category a {
    width: 160px;
  }
}
.contents._single .post .date {
  margin-bottom: 15px;
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
.contents._single .post h1 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.24rem;
}
@media only screen and (min-width: 768px) {
  .contents._single .post h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 39px;
    line-height: 3.9rem;
  }
}
.contents._single .post .postbody {
  margin-bottom: 40px;
}
.contents._single .post .postbody h2,
.contents._single .post .postbody h3,
.contents._single .post .postbody h4,
.contents._single .post .postbody h5,
.contents._single .post .postbody h6 {
  margin: 0 0 25px !important;
  font-weight: bold;
  color: #615b5c;
}
.contents._single .post .postbody h2 {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 45px;
  line-height: 4.5rem;
}
@media only screen and (min-width: 768px) {
  .contents._single .post .postbody h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 54px;
    line-height: 5.4rem;
  }
}
.contents._single .post .postbody h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 32px;
  line-height: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .contents._single .post .postbody h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.contents._single .post .postbody h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
}
@media only screen and (min-width: 768px) {
  .contents._single .post .postbody h4 {
    font-size: 28px;
    font-size: 2.4rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
}
.contents._single .post .postbody h5 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
}
@media only screen and (min-width: 768px) {
  .contents._single .post .postbody h5 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.contents._single .post .postbody h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .contents._single .post .postbody h6 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.contents._single .post .postbody p {
  width: 100%;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.contents._single .post .postbody img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
.contents._single .post .postbody a {
  color: #3c3228;
  text-decoration: underline;
}
.contents._single .post .postbody a:hover {
  text-decoration: none;
}
.contents._single .post .postbody .single_meta {
  margin-bottom: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}
.contents._single .post .postbody blockquote {
  margin: 0;
  padding: 20px;
  border: 1px dashed #666666;
  color: #666666;
}
.contents._single .post .postbody blockquote p {
  margin: 0;
}
.contents._single .post .postbody .twoline {
  margin-bottom: 30px;
  border-top: 3px solid #3c3228;
  border-bottom: 3px solid #3c3228;
  font-size: 30px;
  font-size: 3rem;
  line-height: 45px;
  line-height: 4.5rem;
  font-weight: bold;
  color: #666666;
}
@media only screen and (min-width: 768px) {
  .contents._single .post .postbody .twoline {
    margin-bottom: 40px;
    padding: 16px 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
    line-height: 4.6rem;
  }
}
.contents._single .post .author {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #f8f3ee;
}
.contents._single .post .author h2 {
  margin-bottom: 15px;
  color: #3c3228;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0.24rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contents._single .post .author h2 {
    text-align: left;
  }
}
.contents._single .post .author .authoritem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .contents._single .post .author .authoritem {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
}
.contents._single .post .author .authoritem img {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .contents._single .post .author .authoritem img {
    margin-bottom: 0;
    width: 120px;
    height: 120px;
  }
}
.contents._single .post .author .authoritem .content {
  width: 410px;
}
.contents._single .post .author .authoritem .content .name {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .contents._single .post .author .authoritem .content .name {
    text-align: left;
  }
}
.contents._single .post .author .authoritem .content .comment {
  text-align: justify;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.contents._single .post .pagenavi_single {
  margin: 50px 0 30px;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .contents._single .post .pagenavi_single {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 0;
    font-size: 1.4rem;
    line-height: 1.6rem !important;
  }
}
.contents._single .post .pagenavi_single .pre, .contents._single .post .pagenavi_single .next {
  margin: 0 !important;
  display: table;
  min-height: 50px;
  text-align: justify;
  box-sizing: border-box;
  cursor: pointer;
}
.contents._single .post .pagenavi_single .pre a, .contents._single .post .pagenavi_single .next a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #666666;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}
.contents._single .post .pagenavi_single .pre {
  padding: 0 20px 0 35px;
  width: 50%;
  border-right: 1px dotted #615b5c;
  float: left;
  background: url(images/blog/single_navi_arrow_l.png) no-repeat center left;
  background-size: 25px 25px;
  padding: 0 20px 0 55px;
}
@media only screen and (min-width: 768px) {
  .contents._single .post .pagenavi_single .pre {
    background-size: 40px 40px;
  }
}
.contents._single .post .pagenavi_single .next {
  padding: 0 35px 0 20px;
  width: 50%;
  float: right;
  text-align: right;
  background: url(images/blog/single_navi_arrow_r.png) no-repeat center right;
  background-size: 25px 25px;
}
@media only screen and (min-width: 768px) {
  .contents._single .post .pagenavi_single .next {
    padding: 0 55px 0 20px;
    background-size: 40px 40px;
  }
}

.blog_sns {
  margin-bottom: 30px;
  width: 100%;
  background-color: #2b2b2b;
}
@media only screen and (min-width: 768px) {
  .blog_sns {
    margin: 0 auto 60px;
  }
}
@media only screen and (min-width: 980px) {
  .blog_sns {
    width: 620px;
  }
}
.blog_sns .blog_sns_img {
  width: 50%;
  height: auto;
  float: left;
}
.blog_sns .blog_sns_img img {
  width: 100%;
  display: block;
}
.blog_sns .blog_sns_content {
  padding-top: 10px;
  width: 50%;
  float: left;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .blog_sns .blog_sns_content {
    padding: 15px 25px 0;
  }
}
.blog_sns .blog_sns_content .blog_sns_comment {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  line-height: 1.5rem;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .blog_sns .blog_sns_content .blog_sns_comment {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
.blog_sns .blog_sns_content .blog_sns_note {
  margin-top: 10px;
  color: #999;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
}
@media only screen and (min-width: 768px) {
  .blog_sns .blog_sns_content .blog_sns_note {
    margin-top: 15px;
  }
}

.recent {
  margin-bottom: 80px;
  padding: 15px 20px 0;
}
@media only screen and (min-width: 768px) {
  .recent {
    margin: 0 auto 100px;
    padding: 15px 0 0;
  }
}
.recent .recentttl {
  margin: 0 auto 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .recent .recentttl {
    width: 980px;
  }
}
.recent .recentttl span {
  margin: 0 auto;
  display: block;
  background-color: #fff;
  background-size: 260px 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  color: #3c3228;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .recent .recentttl span {
    margin-bottom: 50px;
    width: 400px;
    height: 40px;
  }
}
.recent .recentttl:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #3c3228;
  display: block;
  position: absolute;
  bottom: 19px;
  left: 0;
  z-index: -1;
}
.recent .recentitems {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .recent .recentitems {
    width: 1000px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.recent .recentitems .recentitem {
  width: 46%;
}
@media only screen and (min-width: 768px) {
  .recent .recentitems .recentitem {
    margin: 0 25px;
    width: 200px;
  }
}
.recent .recentitems .recentitem .recentimg {
  margin-bottom: 10px;
  position: relative;
  display: block;
}
.recent .recentitems .recentitem .recentimg img {
  width: 100%;
  height: auto;
  display: block;
}
.recent .recentitems .recentitem .recentimg .category {
  width: 80px;
  height: 20px;
  background-color: #85c2ba;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .recent .recentitems .recentitem .recentimg .category {
    margin-bottom: 0;
    width: 50%;
    height: 30px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.recent .recentitems .recentitem .recentimg .category:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .recent .recentitems .recentitem .content {
    width: 200px;
  }
}
.recent .recentitems .recentitem .content .title {
  width: 100%;
  margin: -3px 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #666666;
  font-weight: bold;
}
.recent .recentitems .recentitem .content .date {
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 2rem;
}
@media only screen and (min-width: 768px) {
  .recent .recentitems .recentitem .content .date {
    margin-bottom: 0;
    width: 50%;
  }
}

.categories {
  padding-bottom: 100px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .categories {
    margin: 0 auto;
    width: 940px;
    display: block;
  }
}
.categories .categoriesttl {
  margin-bottom: 50px;
  position: relative;
}
.categories .categoriesttl span {
  margin: 0 auto;
  display: block;
  width: 260px;
  height: 40px;
  background-color: #fff;
  background-size: 260px 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  color: #3c3228;
  text-align: center;
  font-weight: bold;
}
.categories .categoriesttl:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #3c3228;
  display: block;
  position: absolute;
  bottom: 19px;
  left: 0;
  z-index: -1;
}
.categories .catttl {
  margin: 25px 0;
  width: 160px;
  height: 35px;
  border: 1px solid #cab493;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 33px;
  line-height: 3.3rem;
  text-align: center;
  font-weight: bold;
}
.categories .catttl a {
  color: #666666;
  display: block;
}
.categories .catitems {
  margin: 0 auto;
  width: 960px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.categories .catitems .catitem {
  margin-bottom: 20px;
  padding: 10px 15px;
  border-right: 1px solid #cab493;
  width: 33.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.categories .catitems .catitem:after {
  content: '';
  margin: 0 auto;
  width: 94%;
  height: 1px;
  background-color: #cab493;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
.categories .catitems .catitem .catimg {
  width: 30%;
  display: block;
}
.categories .catitems .catitem .catimg img {
  width: 100%;
  height: auto;
  display: block;
}
.categories .catitems .catitem .title {
  margin-top: -3px;
  width: 66%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
}
.categories .catitems .catitem .title a {
  color: #666666;
}
.categories .catitems .catitem .title .date {
  padding-top: 5px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  color: #666666;
  display: block;
}
.categories .bx-wrapper .bx-viewport {
  height: 95px !important;
}
.categories .bx-wrapper .bx-controls-direction {
  position: relative;
}
.categories .bx-wrapper .bx-controls-direction .bx-prev, .categories .bx-wrapper .bx-controls-direction .bx-next {
  width: 20px;
  height: 80px;
  position: absolute;
  bottom: 15px;
}
.categories .bx-wrapper .bx-controls-direction .bx-prev {
  left: -15px;
  display: block;
  background: url(images/blog/bx_pre.png) no-repeat center left;
  background-size: 20px 80px;
}
.categories .bx-wrapper .bx-controls-direction .bx-next {
  right: -15px;
  background: url(images/blog/bx_nx.png) no-repeat center left;
  background-size: 20px 80px;
}

/* sidebar
- - - - - - - - - - - - - - - - -*/
.sidebar {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .sidebar {
    padding: 0;
    width: 280px;
    float: right;
  }
}
.sidebar .sidebar_ttl {
  margin-bottom: 20px;
  padding: 0 0 12px 25px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 3px solid #3c3228;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-family: 'Capriola', sans-serif;
  color: #3c3228;
}
.sidebar .sidebar_ttl span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #85c2ba;
  text-align: right;
}
.sidebar .sidebar_ttl.category {
  background-image: url(images/blog/icon_category.png);
}
.sidebar .sidebar_ttl.newpost {
  background-image: url(images/blog/icon_post.png);
}
.sidebar .sidebar_ttl.ranking {
  background-image: url(images/blog/icon_ranking.png);
}
.sidebar .sidebar_ttl.archive {
  background-image: url(images/blog/icon_archive.png);
}
.sidebar .sidebaritem {
  margin-bottom: 40px;
}
.sidebar .categorylist li {
  height: 40px;
  padding-left: 20px;
  border-bottom: 1px solid #ccc;
  background: url("images/common/arrow_tri_r.png") center left no-repeat;
  background-size: 7px 10px;
  line-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  text-align: right;
}
.sidebar .categorylist li a {
  width: 80%;
  color: #666666;
  text-align: left;
  font-weight: bold;
  display: block;
}
.sidebar .categorylist li .count {
  display: block;
  float: right;
}
.sidebar .search {
  margin: 0 auto;
  padding: 0;
  width: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.sidebar .search .searchtext {
  padding: 0 0 0 5px;
  width: 250px;
  height: 30px;
  border: 1px solid #c1c1c1;
  border-right: none;
  border-radius: 4px 0 0 4px;
  color: #999999;
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
}
.sidebar .search .searchtext:placeholder-shown {
  color: #999999;
}
.sidebar .search .searchtext::-webkit-input-placeholder {
  color: #999999;
}
.sidebar .search .searchtext:-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.sidebar .search .searchtext::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.sidebar .search .searchtext:-ms-input-placeholder {
  color: #999999;
}
.sidebar .search .searchsubmit {
  width: 30px;
  height: 30px;
}
.sidebar .postitems .postitem {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.sidebar .postitems .postitem .postimg {
  margin-bottom: 10px;
  width: 30%;
  height: auto;
  display: block;
}
.sidebar .postitems .postitem .postimg img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .sidebar .postitems .postitem .postimg {
    width: 90px;
  }
}
.sidebar .postitems .postitem .content {
  width: 66%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .sidebar .postitems .postitem .content {
    width: 180px;
  }
}
.sidebar .postitems .postitem .content .title {
  width: 100%;
  margin: -3px 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #666666;
  font-weight: bold;
}
.sidebar .postitems .postitem .content .category {
  width: 50%;
  height: 20px;
  background-color: #85c2ba;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sidebar .postitems .postitem .content .category {
    margin-bottom: 0;
    width: 55%;
  }
}
.sidebar .postitems .postitem .content .category:after {
  display: none;
}
.sidebar .postitems .postitem .content .date {
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 2rem;
}
@media only screen and (min-width: 768px) {
  .sidebar .postitems .postitem .content .date {
    margin-bottom: 0;
    width: 45%;
    text-align: right;
  }
}
.sidebar .postitems .postitem._first .postimg {
  margin: 0 auto 10px;
  width: 80%;
}
.sidebar .postitems .postitem._first .content {
  margin: 0 auto;
  width: 80%;
}

.errormsg {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}

.archivelist li {
  border-bottom: 1px solid #8e8070;
}
.archivelist li span {
  height: 40px;
  background-image: url(images/common/arrow_tri_d.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 10px 7px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: bold;
  color: #666666;
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .archivelist li span {
    background-position: 265px center;
  }
}
.archivelist li ul {
  display: none;
  padding: 0 0 0 2rem;
}
.archivelist li ul li {
  border: none;
}
.archivelist li ul li a {
  height: 35px;
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 35px;
  line-height: 3.5rem;
  display: block;
}
.archivelist li.up span {
  background-image: url(images/common/arrow_tri_u.png);
}
.archivelist li.up ul {
  display: block;
}

/* MEDIA メディアの方へ
-------------------------------------------------------------*/
.ttl_lv1._media {
  background: url(images/media_img.png) no-repeat center center;
}







/* フードコーディネーター募集
-------------------------------------------------------------*/
.foodc_main {
	width:100%;
	background-image:url(images/foodcd/backimg.png);
	background-color:#eeeaea;
	background-size:1606px;
	background-position:top center;
	height:auto;
	background-repeat:no-repeat;
	margin-bottom:100px;
	text-align:center;
	
}

.foodc_title {
	background-image:url(images/foodcd/fdc_titleline.png);
	background-size:750px;
	background-position:bottom center;
	background-repeat:no-repeat;
	font-size:46px;
	color:#3c3228;
	font-weight:bold;
	padding-bottom:40px;
	margin-bottom:75px;
	padding-top:200px;
	letter-spacing:0.2em;
	
}

.fdc_maintitle {
	width:720px;
	margin:auto;
}

.foodc_box1 {
	width:825px;
	margin:auto;
	text-align:center;
}

.foodc_box1_t {
	margin-bottom:70px;
}

.foodc_box1_f {
	width:275px;
	float:left;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#3c3228;
	letter-spacing:0.2em;
}

.foodc_box1_f  img {
	width:180px;
}

.clearboth {
	clear:both;
}

.imgsize50 {
	width:50%;
}

.foodc_box2 {
	width:100%;
	margin:auto;
	background-color:#3c3228;
	padding:70px 70px 0 70px;
	color:#fff;
	margin-top:80px;
}

.foodc_box2_t {
	font-family: 'Capriola', sans-serif;
	font-size:36px;
	letter-spacing:0.2em;
	text-align:center;
}

.foodc_box2_t2 {
	font-size:16px;
	letter-spacing:0.2em;
	text-align:center;
	margin-bottom:50px;
}

.foodc_box3 {
	width:980px;
	margin:auto;
}

.foodc_box3 img {
	width:100%;
}

.foodc_box3_l {
	width:460px;
	float:left;
	margin-bottom:60px;
}

.foodc_box3_r {
	width:460px;
	float: right;
	margin-bottom:60px;
}

.foodc_box3_t {
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.2em;
}

.foodc_box3_tx {
	font-size:14px;
	letter-spacing:0.15em;
	line-height:2.5em;
	margin-top:20px;
}
	
.foodc_box4 {
	width:100%;
	margin:auto;
	background-color:#eeeaea;
	padding:70px;
	color:#3c3228;
	margin-top:0px;
}

.foodc_box5 {
	width:320px;
	background-color:#3c3228;
	border-radius:5px;
	color:#fff;
	margin:auto;
	margin-top:70px;
	text-align:center;
	height:50px;
	padding-top:9px;
	font-size:18px;
	letter-spacing:0.2em;
}

.foodc_box6 {
	background-image:url(images/foodcd/fdc_img12.png);
	background-repeat:no-repeat;
	background-size:40px;
	width:40px;
	margin:auto;
	height:15px;
	margin-bottom:60px;
}

.foodc_box7 {
	width:900px;
	margin:auto;
	margin-bottom:100px;
	line-height:3.8em;
}

.foodc_box7_tx {
	background-color:#83c1ba;
	border-radius:20px;
	color:#fff;
	font-size:13px;
	padding:10px 15px;
}

.foodc_box7_tx2 {
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.2em;
	color:#3c3228;
	padding-left:10px;
}

.foodc_box7_tx3 {
	font-family: 'Capriola', sans-serif;
	font-size:26px;
	vertical-align: sub;
	line-height:1.5em;
}

.foodc_box8 {
	width:420px;
	background-color:#fff;
	color:#3c3228;
	font-family: 'Capriola', sans-serif;
	font-size:32px;
	margin:auto;
	margin-bottom:-30px;
	position:relative;
	z-index:999;
	text-align:center;
	letter-spacing:0.2em;
	font-weight:bold;
}

.foodc_box9 {
	width:900px;
	border:#3c3228 solid 2px;
	margin:auto;
	color:#3c3228;
	margin-bottom:50px;
	position:relative;
	padding-top:30px;
	background-image:url(images/foodcd/fdc_img14.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:300px;
	padding-bottom:90px;
}

.foodc_box9_tx {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.2em;
}

.foodc_box9 table {
	width:680px;
	margin:auto;
	font-size:14px;
	margin-top:40px;
}

.foodc_box9 th {
	font-weight:bold;
	letter-spacing:0.2em;
	width:145px;
	text-align:left;
	padding:20px 0;
	
}

.foodc_box9 td {
	letter-spacing:0.1em;
	padding:20px 0;
}

.foodc_box9 tr {
border-bottom:#bbb7b4 2px dotted;
}

.foodc_box10 {
	width:420px;
	margin:auto;
	background-image:url(images/foodcd/fdc_img13.png);
	background-size:420px;
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:bold;
	background-position:center;
	text-align:center;
	line-height:2em;
	letter-spacing:0.2em;
	margin-top:60px;
}

.foodc_box11 {
	width:10px;
	background-image:url(images/foodcd/fdc_img15.png);
	background-size:10px;
	height:55px;
	margin:auto;
	margin-bottom:60px;
}

.imgsize01 {
	width:100px;
	margin-bottom:0px;
}

.flow_t {
	font-size:16px;
	font-weight:bold;
	line-height:1em;
}


.flow_tx1 {
	font-family: 'Capriola', sans-serif;
	font-size:34px;
	font-weight:bold;
	text-align:center;
	color:#3c3228;
}

.flow_tx2 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#3c3228;
	margin-bottom:15px;
	letter-spacing:0.1em;
}

.flow_tx3 {
	text-align: justify;
	font-size:14px;
	color:#3c3228;
	margin-bottom:10px;
	width:100%;
}
.flow_tx4 {
	text-align: justify;
	font-size:14px;
	color:#3c3228;
	width:100%;
	margin:auto;
}
.flow_tx5 {
	text-align: justify;
	font-size:14px;
	color:#3c3228;
	margin:auto;
}
		
	
.btn_typeflow {
    background: #83c1ba;
    border-radius: 4px;
    width: 100%;
    height: 60px;
    padding: 0;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
	padding-left:20px;
    letter-spacing: 0em;
    line-height: 60px;
	background-image:url(images/foodcd/flow_btnicon.png);
	background-size:20px;
	background-repeat:no-repeat;
	background-position:180px 19px;
}

.btn_typeflow:hover {
	text-decoration:none;
	 color: #ffffff;
	 background: #3c3228;
	 background-image:url(images/foodcd/flow_btnicon.png);
	background-size:20px;
	background-repeat:no-repeat;
	background-position:180px 19px;
}


@media screen and (max-width: 767px) {
/* フードコーディネーター募集
-------------------------------------------------------------*/
.foodc_main {
	width:100%;
	background-image:url(images/foodcd/backimg.png);
	background-color:#eeeaea;
	background-size:500px;
	background-position:top center;
	height: auto;
	background-repeat:no-repeat;
	margin-bottom:60px;
	text-align:center;
	
}

.foodc_title {
	background-image:url(images/foodcd/fdc_titleline.png);
	background-size:70%;
	background-position:bottom center;
	background-repeat:no-repeat;
	font-size:16px;
	color:#3c3228;
	font-weight:bold;
	padding-bottom:20px;
	margin-bottom:45px;
	padding-top:80px;
	letter-spacing:0.2em;
	
}

.foodc_box1 {
	width:100%;
	margin:auto;
	text-align:center;
}

.foodc_box1_t {
	margin-bottom:40px;
}

.foodc_box1_f {
	width:275px;
	float:none;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#3c3228;
	margin:auto;
	margin-bottom:50px;
}

.foodc_box1_f  img {
	width:180px;
}

.clearboth {
	clear:both;
}

.imgsize50 {
	width:90%;
	margin:auto;
}

.foodc_box2 {
	width:100%;
	margin:auto;
	background-color:#3c3228;
	padding:10%;
	color:#fff;
	margin-top:10px;
}

.foodc_box2_t {
	font-family: 'Capriola', sans-serif;
	font-size:25px;
	letter-spacing:0.2em;
	text-align:center;
}

.foodc_box2_t2 {
	font-size:13px;
	letter-spacing:0.2em;
	text-align:center;
	margin-bottom:50px;
}

.foodc_box3 {
	width:100%;
	margin:auto;
}

.foodc_box3 img {
	width:100%;
}

.foodc_box3_l {
	width:100%;
	float:none;
	margin-bottom:30px;
}

.foodc_box3_l img {
	width:100%;
}

.foodc_box3_r img {
	width:100%;
}

.foodc_box3_r {
	width:100%;
	float: none;
	margin-bottom:30px;
}

.foodc_box3_t {
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.1em;
}

.foodc_box3_tx {
	font-size:14px;
	letter-spacing:0.15em;
	line-height:2.5em;
	margin-top:20px;
}
	
.foodc_box4 {
	width:100%;
	margin:auto;
	background-color:#eeeaea;
	padding:50px 0 0 0;
	color:#3c3228;
	margin-top:0px;
}

.foodc_box5 {
	width:80%;
	background-color:#3c3228;
	border-radius:5px;
	color:#fff;
	margin:auto;
	margin-top:70px;
	text-align:center;
	height:50px;
	padding-top:13px;
	font-size:16px;
	letter-spacing:0.2em;
}

.foodc_box6 {
	background-image:url(images/foodcd/fdc_img12.png);
	background-repeat:no-repeat;
	background-size:40px;
	width:40px;
	margin:auto;
	height:15px;
	margin-bottom:40px;
}

.foodc_box7 {
	width:80%;
	margin:auto;
	margin-bottom:100px;
	line-height:2.5em;
}

.foodc_box7_tx {
	background-color:#83c1ba;
	border-radius:20px;
	color:#fff;
	font-size:13px;
	padding:10px 15px;
}

.foodc_box7_tx2 {
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.1em;
	display:block;
	text-align:justify;
	padding-bottom:20px;
}

.foodc_box7_tx3 {
	font-family: 'Capriola', sans-serif;
	font-size:26px;
	vertical-align: sub;
	line-height:1.5em;
}

.foodc_box8 {
	width:80%;
	background-color:#fff;
	color:#3c3228;
	font-family: 'Capriola', sans-serif;
	font-size:25px;
	margin:auto;
	margin-bottom:-20px;
	position:relative;
	z-index:999;
	text-align:center;
	letter-spacing:0.2em;
	font-weight:bold;
}

.foodc_box9 {
	width:90%;
	border:#3c3228 solid 2px;
	margin:auto;
	color:#3c3228;
	margin-bottom:50px;
	position:relative;
	padding-top:30px;
	background-image:url(images/foodcd/fdc_img14.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:300px;
	padding-bottom:90px;
}

.foodc_box9_tx {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.2em;
}

.foodc_box9 table {
	width:85%;
	margin:auto;
	font-size:14px;
	margin-top:40px;
}

.foodc_box9 th {
	font-weight:bold;
	letter-spacing:0.2em;
	width:90px;
	text-align:left;
	padding:20px 0;
	
}

.foodc_box9 td {
	letter-spacing:0.1em;
	padding:20px 0;
	text-align:justify;
}

.foodc_box9 tr {
border-bottom:#8a847e 1px dotted;
}

.foodc_box10 {
	width:90%;
	margin:auto;
	background-image:url(images/foodcd/fdc_img13.png);
	background-size:100%;
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
	background-position:center bottom;
	text-align:center;
	line-height:2em;
	letter-spacing:0.1em;
	margin-top:40px;
}

.foodc_box11 {
	width:10px;
	background-image:url(images/foodcd/fdc_img15.png);
	background-size:10px;
	height:55px;
	margin:auto;
	margin-bottom:40px;
}

.imgsize01 {
	width:90px;
	margin-bottom:0px;
}

.flow_t {
	font-size:13px;
	font-weight:bold;
	line-height:1em;
}


.flow_tx1 {
	font-family: 'Capriola', sans-serif;
	font-size:34px;
	font-weight:bold;
	text-align:center;
	color:#3c3228;
}

.flow_tx2 {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#3c3228;
	margin-bottom:15px;
	letter-spacing:0.2em;
}

.flow_tx3 {
	text-align: justify;
	font-size:14px;
	color:#3c3228;
	margin:auto;
	margin-bottom:10px;
	width:80%;
}
.flow_tx4 {
	text-align: justify;
	font-size:14px;
	color:#3c3228;
	width:80%;
	margin:auto;
}
.flow_tx5 {
	text-align: justify;
	font-size:14px;
	color:#3c3228;
	margin:auto;
	width:80%;
}
		
	
.btn_typeflow {
    background: #83c1ba;
    border-radius: 4px;
    width: 270px;
    height: 60px;
    padding: 0;
	margin:auto;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
	padding-left:25px;
    letter-spacing: 0.18em;
    line-height: 60px;
	background-image:url(images/foodcd/flow_btnicon.png);
	background-size:20px;
	background-repeat:no-repeat;
	background-position:230px 19px;
}


	
}

	


#footer .info_area2 {
  width: 100%;
  height: 350px;
  color: #ffffff;
  position: relative;
}
#footer .info_area2 .map_block {
  background: #ffffff;
  width: calc(100% - 50%);
  height: 100%;
  position: relative;
  z-index: 2;
}
#footer .info_area2 .map_block .map_box {
  height: 100%;
}
#footer .info_area2 .info_block {
  background: #3c3228;
  width: 50%;
  height: 100%;
  padding: 50px 55px 0 55px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
#footer .info_area2 .info_block .top_box .box_head {
  background: url("images/icon_car.png") left center no-repeat;
  background-size: 26px auto;
  height: 60px;
  padding: 0 0 0 53px;
  margin: 0 0 25px;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.25em;
  line-height: 60px;
  position: relative;
}
#footer .info_area2 .info_block .top_box .box_head::before, #footer .info_area2 .info_block .top_box .box_head::after {
  content: "";
  background: center no-repeat;
  background-size: 34px 12px;
  width: 34px;
  height: 12px;
  position: absolute;
  left: 45px;
}
#footer .info_area2 .info_block .top_box .box_head::before {
  background-image: url("images/line_top.png");
  top: 0;
}
#footer .info_area2 .info_block .top_box .box_head::after {
  background-image: url("images/line_bottom.png");
  bottom: 0;
}
#footer .info_area2 .info_block .top_box .text {
  text-align: justify;
  letter-spacing: 0;
  line-height: 2.0;
}
#footer .info_area2 .info_block .bottom_box {
  border-top: 1px solid #ffffff;
  margin: 30px 0 0;
  padding: 25px 0 0;
  overflow: hidden;
}
#footer .info_area2 .info_block .bottom_box .logo {
  float: left;
  width: 120px;
  margin: 0 36px 0 0;
}
#footer .info_area2 .info_block .bottom_box .textbox .name {
  font-size: 1.6rem;
  font-weight: bold;
}
#footer .info_area2 .info_block .bottom_box .textbox .address {
  margin: 4px 0 0;
  font-size: 1.4rem;
}
#footer .info_area2 .info_block .info_list {
  margin: 35px 0 0;
  display: -webkit-flex;
  display: flex;
}
#footer .info_area2 .info_block .info_list li {
  width: 110px;
  margin: 0 35px 0 0;
}
#footer .info_area2 .info_block .info_list li:last-child {
  margin-right: 0;
}

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


  #footer .info_area2 {
    height: auto;
  }
  #footer .info_area2 .map_block {
    width: 100%;
    height: 300px;
  }
  #footer .info_area2 .map_block .map_box {
    height: 300px;
  }
  #footer .info_area2 .info_block {
    width: 100%;
    height: auto;
    padding: 40px 20px;
    position: static;
  }
  #footer .info_area2 .info_block .top_box .box_head {
    background-size: 20px auto;
    padding: 0 0 0 35px;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }
  #footer .info_area2 .info_block .top_box .box_head::before, #footer .info_area2 .info_block .top_box .box_head::after {
    left: 25px;
  }
  #footer .info_area2 .info_block .bottom_box .logo {
    float: none;
    width: 100px;
    margin: 0 auto;
  }
  #footer .info_area2 .info_block .bottom_box .textbox {
    text-align: center;
  }
  #footer .info_area2 .info_block .bottom_box .textbox .name {
    margin: 20px 0 0;
  }
  #footer .info_area2 .info_block .info_list {
    margin: 35px 0 0;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #footer .info_are2a .info_block .info_list li {
    width: 110px;
    margin: 0 15px 0 0;
  }


}

.fdc_footerbox {
	width:410px;
}
.fdc_footerbox_l {
	float:left;
	width:120px;
	background-image:url(images/foodcd/logo.png);
	background-repeat:no-repeat;
	background-size:120px;
	height:110px;
}

.fdc_footerbox_r {
	float: right;
	width:250px;
	font-size:14px;
	line-height:2em;
	font-weight: normal;
}

.fdc_footerbox_r a {
	color:#fff;
}

.fdc_footerbox_r a:hover {
	color:#83c1ba;
	
}

.fdc_footerbox_t {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.fdc_footerbox_t2 {
	background-image:url(images/foodcd/fdc_tel.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	background-size:20px;
	font-family: 'Capriola', sans-serif;
	font-size:22px;
	letter-spacing:0.2em;
	padding-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}

.fdc_head {
	width:310px;
	height:125px;
	position: fixed;
	z-index:10000;
	top:0px;
	right:10px;
	transition: 0.3s;
}

.fdc_head img {
	width:310px;
}

.fdc_head hover {
	opacity:0.7;
	transition: 0.3s;
}

	
	
@media screen and (max-width: 767px) {
	
.fdc_footerbox {
	width:100%;
}
.fdc_footerbox_l {
	float:none;
	width:120px;
	background-image:url(images/foodcd/logo.png);
	background-repeat:no-repeat;
	background-size:120px;
	height:110px;
	margin:auto;
	margin-bottom:30px;
}

.fdc_footerbox_r {
	float: none;
	width:250px;
	font-size:14px;
	line-height:2em;
	font-weight: normal;
	margin:auto;
}

.fdc_footerbox_r a {
	color:#fff;
}

.fdc_footerbox_r a:hover {
	color:#83c1ba;
	
}

.fdc_footerbox_t {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.fdc_footerbox_t2 {
	background-image:url(images/foodcd/fdc_tel.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	background-size:20px;
	font-family: 'Capriola', sans-serif;
	font-size:22px;
	letter-spacing:0.2em;
	padding-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}

.fdc_head {
	display:none;
}



}



.sp_fixed_nav_fdc {
  background: #83c1ba;
  height: 50px;
  color: #ffffff;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  display: none;
}

.sp_fixed_nav_fdc a {
  color: #ffffff;
}
.sp_fixed_nav_fdc a:visited {
  color: inherit;
}
.sp_fixed_nav_fdc .contact {
  background: url("images/foodcd/flow_btnicon.png") right center no-repeat;
  background-size: 20px 20px;
  padding: 5px 30px 5px 0;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 15px;
  letter-spacing: 0.26em;
}

@media screen and (max-width: 767px) {
  .sp_fixed_nav_fdc {
    display: block;
  }
}


.flow_content {
	width:900px;
	margin:auto;
}

.flow_titlebg {
	width:350px;
	margin:auto;
	margin-bottom:-20px;
}

.flow_titlebg img {
	width:100%;
}

.flow_box1 {
	width:900px;
	background-color:#eeeaea;
	margin:auto;
	padding:30px;
	margin-bottom:100px;
}

.flow_box1_l {
	width:280px;
	height:340px;
	float:left;
	padding:0 30px;
}

.line_r {
	border-right:#3c3228 3px dotted;
}

@media screen and (max-width: 767px) {
.flow_content {
	width:100%;
	margin:auto;
}

.flow_titlebg {
	width:350px;
	margin:auto;
	margin-bottom:-20px;
}

.flow_titlebg img {
	width:100%;
}

.flow_box1 {
	width:100%;
	background-color:#eeeaea;
	margin:auto;
	padding:30px;
	margin-bottom:100px;
}

.flow_box1_l {
	width:100%;
	height:auto;
	float:none;
	padding:10px 0 30px 0;
}

.line_r {
	border-right:none;
	border-bottom:#3c3228 3px dotted;
}
}



.img_pc {
	display:block;
}

.img_sp {
	display:none;
}

@media screen and (max-width: 767px) {
.img_pc {
	display:none;
}

.img_sp {
	display: block;
}	
}


/*/////////////////////////////////////////////////////////////
	
	 1. liblary styles
	 
--------------------------------------------------------------

　1.float
　2.Text Align
　3.caution
　4.margin & padding
　5.List
　6.Common Table
　7.clearFix

///////////////////////////////////////////////////////////////

	1.float

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.floatL, .fl-l {
  float: left !important;
}

.floatR, .fl-r {
  float: right !important;
}

/*=============================================================

	2.Text Align

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.al-l {
  text-align: left !important;
}

.al-c {
  text-align: center !important;
}

.al-r {
  text-align: right !important;
}

/*=============================================================

	3.caution

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
p.caution,
p.cautionWhite,
div.subBlock p.caution {
  margin-left: 1em;
  font-size: 87%;
  color: #666;
  text-indent: -1em;
  line-height: 120%;
}

p.cautionWhite {
  color: #FFFFFF;
}

p.cautionSecLine {
  margin-left: 1em;
  font-size: 87%;
  color: #666;
  text-indent: -1em;
}

small.caution {
  font-size: 87%;
  color: #666;
}

ul.caution {
  font-size: 87%;
  color: #666;
  list-style-image: url(../images/caution.gif);
}

ul.caution li {
  margin: 0 0 0 18px;
  text-indent: -0.8em;
}

/*=============================================================

	4.margin & padding

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* margin-top
-------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

/* margin-right
-------------------------------------------------------------*/
.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

/* margin-bottom
-------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* margin-left
-------------------------------------------------------------*/
.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/* padding-top
-------------------------------------------------------------*/
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

/* padding-right
-------------------------------------------------------------*/
.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* padding-bottom
-------------------------------------------------------------*/
.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* padding-left
-------------------------------------------------------------*/
.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/*=============================================================

	5.List

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
ul.dotList {
  margin-left: 15px;
  list-style-image: url(../images/list_dot.gif);
}

ol.numList {
  margin-left: 15px;
}

/*=============================================================

	6.Common Table

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
table.cmnTable {
  width: 100%;
  background-color: #ccc;
  border-collapse: separate;
  border-spacing: 1px;
}

table.cmnTable th {
  background-color: #ccc;
}

table.cmnTable td {
  background-color: #fff;
}

/*=============================================================

	7.clearFix

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
}

.clear {
  clear: both;
}

div.borderNone {
  border: none;
}

img.imgBlked {
  display: block;
}

div.gotoTop {
  text-align: right;
  margin-bottom: 30px;
}

.blked {
  display: block;
}

p.white {
  color: #FFFFFF;
}

.bgn {
  background: none !important;
}

.dis-b {
  display: block !important;
}
