@charset "UTF-8";
/*
Theme Name: BASE_orijin
Theme URI: http://base-hair.tokyo/
Description: BASEのテーマ	
Version: 1.0
Author: design-kom,huevo
*/
/*////////////////////////////////////////////////////////////

	Layout CSS

--------------------------------------------------------------

	1. reset styles
	2. basic settings
	3. Post Items settings
	4. Plug-in CSS Settings

////////////////////////////////////////////////////////////*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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

////////////////////////////////////////////////////////////*/
.inner, .wrapper_bg, header, header .header-inner, .global, .global_sp, .global_sp li.global_sp_close a, .full, .sidebarpostlist li, footer, .footer_inner, .footer_info, .footer_info dl, .reservation, .reservation .reservation_column .tel_btn, .reservation .reservation_column .todaystime_btn, .menuitems, .menu_column, .menu_details, .index_styles, .styles, .stylists, .loops, .loop, .postitems, .loop_lg, .postwrap, .postitem, .postitem .pagenavi_single, .rerationposts, .reports, .clearfix {
  zoom: 1;
}
.inner:after, .wrapper_bg:after, header:after, header .header-inner:after, .global:after, .global_sp:after, .global_sp li.global_sp_close a:after, .full:after, .sidebarpostlist li:after, footer:after, .footer_inner:after, .footer_info:after, .footer_info dl:after, .reservation:after, .reservation .reservation_column .tel_btn:after, .reservation .reservation_column .todaystime_btn:after, .menuitems:after, .menu_column:after, .menu_details:after, .index_styles:after, .styles:after, .stylists:after, .loops:after, .loop:after, .postitems:after, .loop_lg:after, .postwrap:after, .postitem:after, .postitem .pagenavi_single:after, .rerationposts:after, .reports:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.global, .global_sp, .global .tel, .sidebaritem h2 span, .footer_info .gmap, .sitemap caption, .common_ttl, .reservation .reservation_ttl, .reservation .reservation_column .tel_btn, .menuname span, .icon_new, .wp-pagenavi {
  font-family: 'Oswald', sans-serif;
}

.wrapper, header .header-inner, footer, .cd-scrolling-bg {
  background: #fff url(images/common_bg.png);
}

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

 structures

/////////////////////////////////////////////////////////////*/
/* 共通の設定
=============================================================*/
body,
article,
aside,
details,
div,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
main,
menu,
nav,
section,
summary,
ul, ol,
input {
  box-sizing: border-box;
}

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

a {
  color: #182245;
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #182245;
}
a:hover {
  text-decoration: underline;
  color: #ffa900;
}

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

	共通パーツ

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

.left {
  float: left;
}

.right {
  float: right;
}

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

	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 {
  padding: 10px 10px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 3rem;
  color: #182245;
  letter-spacing: 0.15rem;
  background-color: #182245;
}
@media only screen and (min-width: 1025px) {
  body {
    padding: 0 10px;
  }
}

.wrapper_bg {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  background-color: #182245;
}

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

	header

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
header {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  background-color: #182245;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
header .header-inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* ヘッダ上部のキャッチ */
.sitecatch {
  margin: 0;
  padding: 10px 0 0;
  background-color: #182245;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .sitecatch {
    display: block;
  }
}

/* ナビゲーション - グローバル */
nav {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  nav {
    width: 960px;
  }
}

/* ナビゲーション - 共通 */
.global, .global_sp {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

/* ナビゲーション - PC */
.global {
  display: none;
}
.global li {
  margin-right: 23px;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 80px;
}
.global li:last-of-type {
  margin-left: 0;
}
.global li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.global .marche {
  margin-right: 80px;
}
.global .marche a {
  color: #ffa500;
}
.global .tel {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 80px;
}
.global .btn_reserve {
  margin-right: 0;
  display: block;
  margin: 25px 0;
}
.global .btn_reserve img {
  line-height: 80px;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .global {
    display: block;
  }
}

/* ナビゲーション - スマホ */
.global_sp {
  background-color: #182245;
  color: #fff;
  position: relative;
  z-index: 1030;
}
.global_sp li {
  padding: 12px 0;
  border-bottom: 1px solid #fff;
  background: url(images/global_sp_arrow.png) right center no-repeat;
}
.global_sp li a {
  padding: 0 0 0 30px;
  color: #fff;
  display: block;
}
.global_sp li a .en, .global_sp li a .ja {
  display: block;
}
.global_sp li a .en {
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}
.global_sp li a .ja {
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
}
.global_sp li a:hover {
  text-decoration: none;
}
.global_sp li.global_sp_fb {
  background: none;
}
.global_sp li.global_sp_fb a {
  padding: 0;
}
.global_sp li.global_sp_fb a img {
  margin: 0 auto;
  width: 35px;
  height: 35px;
  display: block;
}
.global_sp li.global_sp_close {
  background: none;
}
.global_sp li.global_sp_close a img {
  padding-right: 20px;
  display: block;
  float: right;
}
.global_sp li:last-of-type {
  border-bottom: none;
}
@media only screen and (min-width: 1025px) {
  .global_sp {
    display: none;
  }
}

/* ナビゲーション - スマホドロワーメニューボタン */
.sp_menu {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1010;
}
@media only screen and (min-width: 1025px) {
  .sp_menu {
    display: none;
  }
}

/* スマホ、タブレットの予約、TELボタン */
.sp_btn {
  width: 100%;
  height: 45px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.sp_btn a, .sp_btn p, .sp_btn .btn_footer_reserve {
  display: block;
  width: 50%;
  height: 45px;
  background-color: #182245;
  color: #fff;
  text-align: center;
  line-height: 45px;
  float: left;
  opacity: 0.95;
}
.sp_btn a:first-of-type, .sp_btn p:first-of-type, .sp_btn .btn_footer_reserve:first-of-type {
  box-sizing: border-box;
}
.sp_btn .btn_footer_reserve {
  border-left: 1px solid #fff;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .sp_btn {
    height: 60px;
  }
  .sp_btn a, .sp_btn p, .sp_btn .btn_footer_reserve {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .sp_btn {
    display: none;
  }
}

/* 混雑状況アイコン */
.reserve_soon {
  position: fixed;
  bottom: 65px;
  right: 20px;
  display: block;
  float: left;
  z-index: 1001;
}
.reserve_soon img {
  width: 96px;
}
@media only screen and (min-width: 768px) {
  .reserve_soon img {
    width: 160px;
  }
}
@media only screen and (min-width: 1025px) {
  .reserve_soon {
    top: 130px;
    right: 49px;
    bottom: auto;
  }
}

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

	main, contents

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.contents {
  margin: 0 auto;
  padding: 50px 10px 100px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .contents {
    margin: 0 auto;
    padding: 170px 10px 100px;
    width: 960px;
  }
}

.full {
  margin: 0;
  padding: 48px 0 100px;
  width: 100%;
}

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

	sidebar

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.sidebar {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sidebar {
    width: 200px;
    float: right;
  }
}
@media only screen and (min-width: 980px) {
  .sidebar {
    width: 200px;
  }
}

.sidebaritem {
  margin-bottom: 80px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  color: #182245;
  font-weight: bold;
}
.sidebaritem h2 {
  margin: -30px 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #182245;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
}
.sidebaritem h2 span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
}

.sidebarpostlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.sidebarpostlist li {
  margin: 0 0 20px 0;
}
.sidebarpostlist li img {
  width: 18.7%;
  height: auto;
  float: left;
}
.sidebarpostlist li h3 {
  width: 75%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  float: right;
}
.sidebarpostlist li:last-of-type {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .sidebarpostlist li {
    margin: 0 0 30px 0;
  }
  .sidebarpostlist h3 {
    width: 137px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    line-height: 1.7rem;
  }
}

.sidebarlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebarlist li {
  margin-bottom: 10px;
}

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

	googlemap

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#map_canvas {
  margin-bottom: 45px;
  width: 100%;
  height: 160px;
}
@media only screen and (min-width: 768px) {
  #map_canvas {
    margin-bottom: 70px;
    height: 400px;
  }
}
@media only screen and (min-width: 980px) {
  #map_canvas {
    height: 600px;
  }
}

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

	footer

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.footer_bg {
  margin: 0 auto;
  padding: 0 10px 10px;
  width: 100%;
  background-color: #182245;
}

footer {
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 10px solid #182245;
  position: relative;
  z-index: 12;
}

.footer_inner {
  margin: 0 auto;
  padding: 0 35px;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .footer_inner {
    margin: 0 auto;
    padding: 0 10px;
    width: 960px;
  }
}

.footer_info {
  margin-bottom: 20px;
  border-bottom: 1px solid #182245;
}
.footer_info .footer_info_l {
  width: 100%;
  font-weight: bold;
}
.footer_info .footer_info_l dl br {
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer_info .footer_info_l {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 980px) {
  .footer_info .footer_info_l {
    width: 500px;
  }
  .footer_info .footer_info_l dl br {
    display: none;
  }
}
.footer_info .footer_info_r {
  display: none;
  float: right;
}
@media only screen and (min-width: 768px) {
  .footer_info .footer_info_r {
    width: 50%;
    display: block;
    float: right;
  }
  .footer_info .footer_info_r img {
    text-align: center;
  }
}
@media only screen and (min-width: 980px) {
  .footer_info .footer_info_r {
    width: 320px;
  }
}
.footer_info h3 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .footer_info h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
.footer_info dl {
  margin: 0 0 40px;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.footer_info dl dt {
  width: 6.75rem;
  float: left;
  clear: both;
}
.footer_info dl dt:first-of-type, .footer_info dl dt:last-of-type {
  letter-spacing: 0.925rem;
}
.footer_info dl dd {
  margin-left: 0;
  width: 68%;
  float: left;
}
.footer_info dl dd:before {
  content: " / ";
}
@media only screen and (min-width: 980px) {
  .footer_info dl dd {
    width: 370px;
  }
}
.footer_info address {
  margin-bottom: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-style: normal;
  font-weight: bold;
}
.footer_info .gmap {
  margin-bottom: 40px;
}
.footer_info .gmap a {
  text-decoration: none;
  border-bottom: 2px solid #182245;
}
.footer_info .gmap a:hover {
  color: #182245;
  opacity: 0.6;
}
.footer_info .address_tel {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #182245;
  text-align: center;
  line-height: 40px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
}
.footer_info .address_tel a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .footer_info .address_tel {
    width: 255px;
  }
}
.footer_info .fb {
  display: none;
}
.footer_info .fb img {
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .footer_info .fb {
    display: block;
  }
}

.footer_links {
  margin: 0 auto 15px;
  padding: 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
  text-align: center;
  display: none;
}
.footer_links a {
  padding: 0 12px;
  border-left: 1px solid #182245;
}
.footer_links a:last-of-type {
  border-right: 1px solid #182245;
}
@media only screen and (min-width: 768px) {
  .footer_links {
    width: 100%;
    display: block;
  }
}

.sitemap {
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  width: 100%;
  border: 1px dashed #182245;
}
.sitemap caption {
  margin-bottom: 15px;
  font-weight: bold;
}
.sitemap tr {
  border-bottom: 1px dashed #182245;
}
.sitemap td {
  text-align: center;
}
.sitemap td:first-of-type {
  border-right: 1px dashed #182245;
}
.sitemap td a {
  padding: 15px 0;
  display: block;
  border: none;
}
.sitemap td a:hover {
  color: #182245;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .sitemap {
    display: none;
  }
}

.copy {
  padding-bottom: 60px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .copy {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 980px) {
  .copy {
    padding-bottom: 30px;
  }
}

.totop {
  display: none;
  position: absolute;
  text-align: center;
  right: 20px;
  border-radius: 6px;
  z-index: 1200;
}
.totop a {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .totop {
    display: block;
  }
}

.sidecatch {
  position: fixed;
  right: 30px;
  z-index: 900;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .sidecatch {
    display: block;
  }
}

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

 pages

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

	共通の設定

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* テキストの設定 */
p {
  text-align: justify;
}

.common_ttl {
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.common_ttl span {
  padding-bottom: 4px;
  border-bottom: 3px solid #182245;
}
@media only screen and (min-width: 768px) {
  .common_ttl {
    margin-bottom: 50px;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .common_ttl span {
    border-bottom: 4px solid #182245;
  }
}

.common_ttl_small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-bottom: 35px;
  text-align: center;
}
.common_ttl_small span {
  border-bottom: 2px solid #182245;
  padding-bottom: 3px;
}
@media only screen and (min-width: 768px) {
  .common_ttl_small {
    font-size: 20px;
    font-size: 2rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
  .common_ttl_small span {
    border: none;
    padding-bottom: 0;
  }
}

.t15, .t15c {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: bold;
  text-align: justify;
}
.t15 br, .t15c br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .t15, .t15c {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 33px;
    line-height: 3.3rem;
    text-align: center;
  }
  .t15 br, .t15c br {
    display: block;
  }
}

.t13n {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .t13n {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
}

.t13w {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  line-height: 3rem;
}
.t13w.bold {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .t13w {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

.note {
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: bold;
}

strong {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}

/* エラーメッセージ */
.e_msg {
  height: 100%;
  padding: 50px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

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

	index - トップページ

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* パララックス
-------------------------------------------------------------*/
.cd-container {
  margin: 0 auto;
  padding: 50px 0;
  width: 75%;
}
@media only screen and (min-width: 1025px) {
  .cd-container {
    padding: 70px 0;
    width: 960px;
  }
}

.cd-fixed-bg {
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .cd-fixed-bg {
    height: 480px;
  }
}
@media only screen and (min-width: 1025px) {
  .cd-fixed-bg {
    position: static;
    min-height: 100%;
    background-attachment: fixed;
    min-height: 100%;
  }
}
.cd-fixed-bg.cd-bg-1 {
  background-image: url(images/index_bg1.jpg);
  min-height: 100%;
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url(images/index_bg2.jpg);
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url(images/index_bg3.jpg);
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url(images/index_bg4.jpg);
}
.cd-fixed-bg.cd-bg-5 {
  background-image: url(images/index_bg5.jpg);
}

.cd-scrolling-bg {
  min-height: 100%;
  position: relative;
  z-index: 100;
}

/* ロゴ */
.logo {
  width: 30%;
  position: absolute;
  margin: 0 auto;
  z-index: 0;
  top: 50%;
  left: 0;
  right: 0;
}
.logo img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .logo {
    width: 20%;
    position: fixed;
    left: 0;
    right: 0;
    margin-top: -49px;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
}

.index_btn {
  display: block;
  text-align: center;
}
.index_btn img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .index_btn {
    margin: 0 auto;
    width: 400px;
  }
}

/* reservation
-------------------------------------------------------------*/
.reservation {
  position: relative;
  margin: 0;
  padding: 50px 0 0 0;
  width: 100%;
  background-color: #fff;
}
.reservation .reservation_ttl {
  margin-bottom: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  color: #182245;
  text-align: center;
}
.reservation .reservation_ttl span {
  border-bottom: 4px solid #182245;
}
.reservation .sub_ttl {
  margin-bottom: 0px;
  color: #182245;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .reservation .sub_ttl {
    margin-bottom: 30px;
  }
}
.reservation .reservation_column {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  height: auto false;
  font-weight: bold;
  position: relative;
}
.reservation .reservation_column p {
  width: 93%;
}
@media only screen and (min-width: 768px) {
  .reservation .reservation_column {
    margin: 0 auto;
    padding: 20px 0;
    width: 50%;
    height: auto false;
  }
}
@media only screen and (min-width: 980px) {
  .reservation .reservation_column {
    margin: 0 auto;
    padding: 20px 60px 0;
    width: 700px;
    height: auto false;
  }
}
.reservation .reservation_column .sub_ttl {
  font-size: 20px;
  font-size: 2rem;
}
.reservation .reservation_column strong {
  font-size: 17px;
  font-size: 1.7rem;
}
.reservation .reservation_column em {
  padding-bottom: 3px;
  border-bottom: 1px dashed #182245;
  font-style: normal;
}
.reservation .reservation_column .b_yellow {
  padding-bottom: 5px;
  border-bottom: 2px solid #ffa900;
}
.reservation .reservation_column .tel_btn {
  margin: 30px auto 20px;
  padding: 10px;
  width: 90%;
  border: 2px solid #182245;
  text-align: center;
  display: block;
  color: #182245;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
  vertical-align: middle;
}
.reservation .reservation_column .tel_btn span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  display: none;
}
@media only screen and (min-width: 768px) {
  .reservation .reservation_column .tel_btn {
    margin: 30px auto 20px;
    padding: 10px;
    width: 60%;
    vertical-align: middle;
  }
  .reservation .reservation_column .tel_btn span {
    display: inline;
  }
}
@media only screen and (min-width: 980px) {
  .reservation .reservation_column .tel_btn {
    margin: 30px auto 80px;
    padding: 10px;
    width: 360px;
  }
}
.reservation .reservation_column .todaystime_text {
  margin-bottom: 20px;
  text-align: center;
}
.reservation .reservation_column .todaystime_btn {
  margin: 0 auto;
  padding: 12px;
  width: 90%;
  border: 1px dashed #182245;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .reservation .reservation_column .todaystime_btn {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .reservation .reservation_column {
    width: 700px;
  }
}

/* スマホのモーダルにスクロールバーを表示 */
#cboxLoadedContent::-webkit-scrollbar {
  /* スクロールバー全体 */
  width: 3px;
}

#cboxLoadedContent::-webkit-scrollbar-thumb {
  /* スクロールバーのある部分 */
  background: #999;
  border-radius: 10px;
}

#cboxLoadedContent::-webkit-scrollbar-track-piece:start {
  /* スクロールバーが表示されてない部分（前） */
  background: #ccc;
}

#cboxLoadedContent::-webkit-scrollbar-track-piece:end {
  /* スクロールバーが表示されてない部分（後ろ） */
  background: #ccc;
}

.box {
  margin: auto;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  text-shadow: 1px 1px #FFFFFF, -2px -2px #BB9999;
  color: #FFF9F9;
  font-size: 5em;
}

.yellow {
  color: #ffa900 !important;
}

/* concept
-------------------------------------------------------------*/
@media only screen and (min-width: 980px) {
  .concept_bg {
    background: url("images/index_concept_bg.png") center 280px no-repeat;
    background-size: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .concept_bg {
    background-size: auto;
  }
}

#concept .common_ttl br {
  display: block;
}
#concept p {
  margin-bottom: 40px;
}
#concept p br {
  display: none;
}
@media only screen and (min-width: 768px) {
  #concept p {
    text-align: center;
  }
  #concept p br {
    display: block;
  }
}

.inner-width {
  width: 75%;
}

/* news
-------------------------------------------------------------*/
/* ループの項へ */
/* menu
-------------------------------------------------------------*/
#menu .common_ttl_small {
  margin-bottom: 50px !important;
}
#menu .note {
  margin: 15px 0 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #menu .note {
    text-align: left;
  }
}

.menuitems {
  width: 100%;
}
.menuitems .left, .menuitems .right {
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .menuitems .left, .menuitems .right {
    width: 50%;
  }
}
.menuitems .left {
  padding-right: 0;
}
@media only screen and (min-width: 980px) {
  .menuitems .left {
    padding-right: 70px;
  }
}
.menuitems .right {
  padding-left: 0;
}
@media only screen and (min-width: 980px) {
  .menuitems .right {
    padding-left: 70px;
    border-left: 1px solid #182245;
  }
}

.menuname {
  margin: 0 auto 38px;
  width: 100%;
  height: 35px;
  border: 3px solid #182245;
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
}
.menuname span {
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 15px;
  line-height: 1.5rem;
  vertical-align: middle;
}
.menuname.long {
  width: 290px;
}
@media only screen and (min-width: 768px) {
  .menuname {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
    width: 290px;
    line-height: 35px;
  }
  .menuname span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 15px;
    line-height: 1.5rem;
  }
}

.menuboard {
  margin-bottom: 70px;
  width: 100%;
}
.menuboard caption {
  text-align: left;
  font-weight: bold;
}
.menuboard th {
  text-align: left;
  width: 310px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: bold;
}
.menuboard td {
  width: 90px;
  font-weight: bold;
  text-align: right;
}
.menuboard .note {
  font-weight: bold;
}

.menu_column {
  margin: 50px auto;
  padding: 30px;
  width: 100%;
  border: 1px dashed #182245;
}
@media only screen and (min-width: 980px) {
  .menu_column {
    width: 700px;
  }
}
.menu_column h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  text-decoration: underline;
  letter-spacing: 0;
}
@media only screen and (min-width: 980px) {
  .menu_column h3 {
    border-bottom: 4px solid #182245;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}
.menu_column .menu_column_l {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .menu_column .menu_column_l {
    width: 65%;
  }
}
@media only screen and (min-width: 980px) {
  .menu_column .menu_column_l {
    width: 450px;
  }
}
.menu_column .menu_column_r {
  padding: 0;
  width: 100%;
  border-left: none;
}
.menu_column .menu_column_r img {
  margin-top: 20px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .menu_column .menu_column_r {
    width: 30%;
    float: right;
  }
  .menu_column .menu_column_r img {
    margin-top: 0;
    width: auto;
  }
}
@media only screen and (min-width: 980px) {
  .menu_column .menu_column_r {
    width: 150px;
  }
}

.menu_details {
  border-top: 1px solid #182245;
  display: none;
}
.menu_details .menu_icon {
  margin-bottom: 15px;
  text-align: center;
}
.menu_details .menu_detail {
  margin-bottom: 70px;
  width: 260px;
  float: left;
  margin-right: 65px;
}
@media only screen and (min-width: 768px) {
  .menu_details {
    margin: 70px auto 0;
    padding: 70px 15px 0;
    width: 100%;
    display: block;
  }
  .menu_details .menu_detail {
    width: 45.8%;
    margin-right: 8.4%;
  }
  .menu_details .menu_detail:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .menu_details {
    margin: 70px auto 0;
    padding: 70px 0 0;
    width: 960px;
  }
  .menu_details .menu_detail {
    width: 260px;
    margin: 0 30px 70px;
  }
  .menu_details .menu_detail:nth-of-type(2n) {
    margin-right: 30px;
  }
}

/* style
-------------------------------------------------------------*/
.index_styles {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.styles {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .styles {
    width: 710px;
  }
}
@media only screen and (min-width: 980px) {
  .styles {
    width: 960px;
  }
}

.style {
  margin: 0 8.4% 50px 0;
  width: 45.8%;
  float: left;
}
.style:nth-of-type(2n) {
  margin-right: 0;
}
.style img {
  margin-bottom: 30px;
  display: block;
}
.style .style_tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 23px;
  line-height: 2.3rem;
}
.style .style_tags li {
  display: inline;
  float: left;
}
@media only screen and (min-width: 768px) {
  .style {
    margin: 0 5.45% 50px 0;
    padding: 0;
    width: 29.7%;
  }
  .style:nth-of-type(2n) {
    margin-right: 5.45%;
  }
  .style:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 980px) {
  .style {
    margin: 0 50px 50px 0;
    padding: 0;
    width: 280px;
  }
  .style img {
    width: 21.2%;
  }
  .style:nth-of-type(3n) {
    margin-right: 0;
  }
}

.index_style {
  margin: 0 8.4% 50px 0;
  width: 45.8%;
  float: left;
}
.index_style:nth-of-type(2n) {
  margin-right: 0;
}
.index_style img {
  margin-bottom: 30px;
  display: block;
}
.index_style .style_tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 23px;
  line-height: 2.3rem;
}
.index_style .style_tags li {
  display: inline;
  float: left;
}
@media only screen and (min-width: 1025px) {
  .index_style {
    margin: 0 50px 50px 0;
    width: 280px;
  }
  .index_style:nth-of-type(2n) {
    margin-right: 50px;
  }
  .index_style:nth-of-type(3n) {
    margin-right: 0;
  }
}

.stylethum {
  position: relative;
  width: 100%;
}
.stylethum img {
  width: 100%;
  height: auto;
}
.stylethum .mask_style {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 500;
}
.stylethum a:hover img {
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .stylethum {
    width: 100%;
  }
  .stylethum img {
    width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .stylethum {
    width: 280px;
  }
  .stylethum img {
    width: auto;
  }
}

/* stylist
-------------------------------------------------------------*/
.stylists {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.stylists .stylistin {
  margin: 0 0 50px;
  padding: 0;
  width: 100%;
  float: left;
}
.stylists .stylistin img {
  margin: 0 auto 15px;
  display: block;
}
.stylists .stylistin .stafftitle {
  margin-bottom: 12px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
}
.stylists .stylistin .staffname {
  margin-bottom: 16px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 25px;
  line-height: 2.5rem;
  text-align: center;
}
.stylists .stylistin .staffname span {
  padding-bottom: 3px;
  border-bottom: 4px solid #182245;
}
.stylists .stylistin .stafftext {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: bold;
}
.stylists .stylistin .stafftext span {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .stylists .stylistin {
    margin: 0 5% 50px;
    padding: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 980px) {
  .stylists {
    margin: 0 auto;
    padding: 0;
    width: 752px;
  }
  .stylists .stylistin {
    margin: 0 33px;
    padding: 0;
    width: 310px;
  }
  .stylists .stylistin img {
    margin: 0 auto 30px;
  }
  .stylists .stylistin .stafftitle {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  .stylists .stylistin .staffname {
    margin-bottom: 30px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 30px;
    line-height: 3rem;
  }
  .stylists .stylistin .staffname span {
    padding-bottom: 3px;
    border-bottom: 4px solid #182245;
  }
}

/* 共通
------------------------------------------------------------*/
/* カテゴリーリスト */
.postcategorylists {
  margin-bottom: 30px;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.postcategorylists a:after {
  content: ' /';
}
.postcategorylists a:last-of-type:after {
  content: '';
}
@media only screen and (min-width: 768px) {
  .postcategorylists {
    margin-bottom: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

/* ループのラップ */
.loops {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .loops {
    padding: 25px;
  }
}

/* ループのブロック */
.loop {
  padding: 20px 0;
  border-bottom: 1px solid #babdc7;
}
.loop:last-of-type {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .loop {
    margin: 0 5.45% 70px 0;
    padding: 0;
    width: 29.7%;
    border: none;
    float: left;
  }
  .loop:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* ループのアイテム - 汎用 */
.postitems {
  margin: 0;
  padding: 30px 20px 0;
  width: 100%;
  display: block;
}
.postitems .date {
  margin-bottom: 15px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
}
.postitems h2 {
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  text-decoration: underline;
}
.postitems .text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}

/* ループのアイテム - トップニュース、マルシェ一覧用 */
.postitems_row {
  padding: 0 0 0 15px;
  width: 74%;
  float: left;
}
.postitems_row .date {
  margin-bottom: 15px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
}
.postitems_row h2 {
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  text-decoration: underline;
}
.postitems_row .text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
@media only screen and (min-width: 768px) {
  .postitems_row {
    width: 100%;
    float: none;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 980px) {
  .postitems_row {
    width: 280px;
    float: none;
    padding: 0 30px;
  }
}

/* ループのアイテム - 共通 */
@media only screen and (min-width: 768px) {
  .postitems, .postitems_row {
    width: 100%;
    float: none;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .postitems, .postitems_row {
    width: 280px;
    float: none;
    padding: 0 30px;
  }
  .postitems .date, .postitems_row .date {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
  }
  .postitems h2, .postitems_row h2 {
    margin-bottom: 18px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  .postitems .text, .postitems_row .text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
}

/* ループのサムネイル - 汎用 */
.postthum {
  margin: 0 20% 20px;
  width: 60%;
  float: left;
  position: relative;
  overflow: hidden;
}
.postthum img {
  display: block;
  width: 100%;
  height: auto;
}
.postthum .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/* ループのサムネイル - トップニュース、マルシェ一覧 */
.postthum_row {
  width: 26%;
  float: left;
  position: relative;
  overflow: hidden;
}
.postthum_row img {
  width: 100%;
  height: auto;
}
.postthum_row .mask {
  position: absolute;
  top: 0;
  left: 0;
}
.postthum_row .news_icon {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 50;
  display: none;
  width: 26%;
}
@media only screen and (min-width: 768px) {
  .postthum_row .news_icon {
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  .postthum_row .news_icon {
    display: block;
    width: auto;
  }
}

/* ループのサムネイル - 共通 */
.postthum, .postthum_row {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .postthum, .postthum_row {
    margin: 0 0 20px;
    width: 100%;
  }
  .postthum img, .postthum_row img {
    width: 100%;
    height: auto;
  }
  .postthum .mask, .postthum_row .mask {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .postthum, .postthum_row {
    margin: 0 0 40px;
    width: 280px;
    height: auto;
  }
  .postthum img, .postthum_row img {
    width: auto;
  }
  .postthum .mask, .postthum_row .mask {
    width: 100%;
    height: auto;
  }
}

.news_icon {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 50;
  display: none;
  width: 26%;
}
@media only screen and (min-width: 768px) {
  .news_icon {
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  .news_icon {
    display: block;
    width: auto;
  }
}

/* NEWS 一覧
------------------------------------------------------------*/
.loop_lg {
  margin-bottom: 40px;
  padding: 0 6%;
  position: relative;
}
.loop_lg a {
  display: block;
}
.loop_lg a .postitems_lg {
  width: 45%;
  float: right;
}
.loop_lg a .postitems_lg .date {
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}
.loop_lg a .postitems_lg h2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  text-decoration: underline;
}
.loop_lg a .postitems_lg .text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.loop_lg a:hover .icon_new {
  border-color: #ffa900 !important;
}
@media only screen and (min-width: 1025px) {
  .loop_lg {
    margin-bottom: 80px;
    padding: 0 65px;
    width: 100%;
  }
  .loop_lg .postitems_lg {
    margin-top: 45px;
    width: 330px;
  }
  .loop_lg .postitems_lg .date {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
  }
  .loop_lg .postitems_lg h2 {
    margin-bottom: 40px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    line-height: 3.4rem;
    text-decoration: underline;
  }
  .loop_lg .postitems_lg .text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
}

.postthum_lg {
  width: 388px;
  height: 341px;
  float: left;
  position: relative;
  overflow: hidden;
}
.postthum_lg img {
  width: 100%;
  height: auto;
}
.postthum_lg .mask {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.icon_new {
  margin-bottom: 20px;
  width: 70px;
  height: 35px;
  border: 2px solid #182245;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
}

/* single - お知らせ詳細
------------------------------------------------------------*/
.postwrap {
  padding: 0 35px;
  width: 100%;
}
.postwrap .left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .postwrap {
    padding: 0;
  }
  .postwrap .left {
    width: 65%;
  }
}
@media only screen and (min-width: 980px) {
  .postwrap {
    width: 940px;
  }
}

.postbody {
  margin-bottom: 70px;
  width: 100%;
  /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  
    3. Post Items settings
  
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
}
@media only screen and (min-width: 768px) {
  .postbody {
    width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .postbody {
    width: 690px;
  }
}
.postbody img {
  width: 100%;
  height: auto;
}
.postbody .single_ttl {
  margin-bottom: 10px;
  padding: 30px 0 20px;
  border-top: 2px solid #182245;
  border-bottom: 2px solid #182245;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: left;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .postbody .single_ttl {
    padding: 40px 0;
    border-top: 4px solid #182245;
    border-bottom: 4px solid #182245;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
}
.postbody .date_single {
  margin-bottom: 70px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}
.postbody .postauthor {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}
.postbody h2 {
  margin: 100px 0 50px;
  padding: 0 0 15px 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  border-bottom: 4px solid #182245;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .postbody h2 {
    text-align: center;
  }
}
.postbody p {
  margin-bottom: 30px;
}
.postbody img {
  margin-bottom: 20px;
  width: auto;
  display: block;
}
@media only screen and (min-width: 980px) {
  .postbody img {
    margin-bottom: 50px;
    max-width: 690px;
  }
}
.postbody a {
  color: #ffa900;
  text-decoration: underline !important;
}
.postbody a:hover {
  text-decoration: none !important;
}
.postbody .post-categories {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  list-style-type: none;
}
.postbody .post-categories li {
  margin: 0 auto;
  width: 200px;
  height: 35px;
  background: transparent url(images/single_category_bg_sp.png) left top no-repeat;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
  font-weight: bold;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  z-index: 20;
}
.postbody .post-categories li a {
  color: #182245;
  text-decoration: none !important;
}
.postbody .post-categories li a:hover {
  opacity: 0.6;
}
@media only screen and (min-width: 980px) {
  .postbody .post-categories {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .postbody .post-categories li {
    width: 280px;
    height: 40px;
    background: transparent url(images/single_category_bg.png) left top no-repeat;
    top: -20px;
    left: 0;
    right: 0;
  }
}

.breadcrumb {
  margin-bottom: 50px;
  padding: 0 35px 0;
  list-style-type: none;
  list-style-position: inside;
  overflow: hidden;
}
.breadcrumb li {
  float: left;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .breadcrumb li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.postitem {
  margin-bottom: 100px;
  width: 100%;
  border-top: 1px solid #182245;
  border-bottom: 1px solid #182245;
}
.postitem .sns {
  padding: 15px 0;
}
.postitem .sns .fb_iframe_widget {
  display: block;
  text-align: center;
  line-height: 20px;
}
.postitem .pagenavi_single {
  padding: 0;
  border-top: 1px solid #182245;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
}
.postitem .pagenavi_single .navileft,
.postitem .pagenavi_single .naviright {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  line-height: 50px;
}
.postitem .pagenavi_single .navileft a,
.postitem .pagenavi_single .naviright a {
  display: block;
}
.postitem .pagenavi_single .navileft {
  padding: 0 0 0 26px;
  border-bottom: 1px dashed #182245;
  background: url(images/sigle-pagenavi_l.png) no-repeat center left;
}
.postitem .pagenavi_single .naviright {
  padding: 0 26px 0 0;
  background: url(images/sigle-pagenavi_r.png) no-repeat center right;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .postitem {
    width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .postitem {
    width: 690px;
  }
  .postitem .pagenavi_single {
    padding: 10px 0;
  }
  .postitem .pagenavi_single .navileft {
    padding: 0 10px 0 26px;
    float: left;
    border-right: 1px solid #182245;
    border-bottom: none;
  }
  .postitem .pagenavi_single .naviright {
    padding: 0 26px 0 10px;
    float: right;
  }
  .postitem .pagenavi_single .navileft, .postitem .pagenavi_single .naviright {
    width: 344px;
  }
}

/* 関連記事 */
.rerationposts_ttl {
  margin: 0 auto 28px;
  width: 100%;
  padding-bottom: 17px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  border-bottom: 5px solid #182245;
}
@media only screen and (min-width: 980px) {
  .rerationposts_ttl {
    margin: 0 0 28px;
    width: 960px;
  }
}

.rerationposts {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .rerationposts {
    width: 960px;
    padding: 0;
  }
}

.rerationpost {
  margin-right: 8%;
  padding-bottom: 30px;
  width: 46%;
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 23px;
  line-height: 2.3rem;
  display: block;
}
.rerationpost:nth-of-type(2n) {
  margin-right: 0;
}
.rerationpost img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .rerationpost {
    margin: 0 20px 50px;
    width: 200px;
  }
  .rerationpost:nth-of-type(2n) {
    margin-right: 20px;
  }
}

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

	style

------------------------------------------------------------*/
.stylethum {
  position: relative;
}
.stylethum .mask_style {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 500;
}
.stylethum a:hover img {
  opacity: 0.5;
}

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

	marche

------------------------------------------------------------*/
.marche_header {
  padding-bottom: 26px;
  width: 100%;
  min-height: 500px;
  background: transparent url(images/marche_header_bg2.png) center bottom repeat-x;
}
.marche_header .marche_header_inner {
  background: transparent url(images/marche_h1_bg.png) center bottom repeat-x;
  background-size: cover;
}
.marche_header h1 {
  margin: 0 auto;
  width: 240px;
  text-align: center;
  background: transparent url(images/marche_title_bg.png);
}
.marche_header h1 img {
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 980px) {
  .marche_header h1 {
    width: 600px;
  }
}

.marcche_green {
  color: #1d9531;
}
.marcche_green span {
  border-color: #1d9531;
}

.marche_lead {
  padding: 50px 35px 65px;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 33px;
  line-height: 3.3rem;
}
.marche_lead p {
  margin-bottom: 35px;
  text-align: center;
}
.marche_lead br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .marche_lead {
    margin: 0 auto;
    padding: 90px 0 65px;
  }
  .marche_lead br {
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  .marche_lead {
    background: transparent url(images/marche_lead_bg.png) center top no-repeat;
  }
}

.events {
  padding: 0 35px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 980px) {
  .events {
    margin: 0 auto 100px;
    width: 960px;
  }
}

.eventboard {
  margin-bottom: 30px;
  width: 100%;
  padding: 10px 0;
  border: 10px solid #1d9531;
  border-radius: 10px;
  position: relative;
}
@media only screen and (min-width: 980px) {
  .eventboard {
    border: 20px solid #1d9531;
    border-radius: 30px;
  }
}
.eventboard table {
  margin: 0 auto;
  width: 90%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 3rem;
}
.eventboard table tr {
  border-bottom: 1px dashed #182245;
}
.eventboard table tr:last-of-type {
  border-bottom: none;
}
.eventboard table th, .eventboard table td {
  display: block;
}
.eventboard table th {
  padding: 20px 0;
  background: transparent url(images/marche_schedule_bg.png) center no-repeat;
}
.eventboard table td {
  padding: 0 0 10px;
  text-align: center;
}
.eventboard table .event_date {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
}
.eventboard table .remarks {
  text-align: left;
}
@media only screen and (min-width: 980px) {
  .eventboard table th, .eventboard table td {
    padding: 30px 0;
    display: table-cell;
  }
  .eventboard table th {
    width: 110px;
  }
  .eventboard table td {
    padding: 50px;
    text-align: left;
  }
}

.marche_fb_btn {
  position: absolute;
  left: -20px;
  bottom: -80px;
  display: none;
}
@media only screen and (min-width: 980px) {
  .marche_fb_btn {
    display: block;
  }
}

.marche_fb_btn_sp {
  margin: 0 auto 50px;
  width: 130px;
  display: block;
}
@media only screen and (min-width: 980px) {
  .marche_fb_btn_sp {
    display: none;
  }
}

.entry {
  margin-bottom: 70px;
  padding: 0 35px 40px;
  background: transparent url(images/marche_arrow.png) center bottom no-repeat;
  background-size: 100%;
}
.entry p {
  margin-bottom: 25px;
}
.entry br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .entry {
    margin-bottom: 70px;
    padding: 0 0 217px 0;
  }
  .entry p {
    text-align: center;
  }
  .entry br {
    display: block;
  }
}

.reports {
  margin: 0 auto;
  padding: 0 35px;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .reports {
    width: 960px;
    padding: 0;
  }
}

.pcn {
  display: block !important;
}
@media only screen and (min-width: 1025px) {
  .pcn {
    display: none !important;
  }
}

.spn {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  .spn {
    display: block !important;
  }
}

.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span,
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  text-decoration: none;
  border: 1px solid #182245;
  padding: 1px 8px;
  margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background-color: #182245;
  color: #fff;
}

#mymap {
  margin-bottom: 0px;
  width: 100%;
  height: 430px;
  overflow: hidden;
  position: relative;
  margin-top:0px;
    margin-bottom:70px;
}

#mymap iframe {
  margin-top: -48px;
}

/*////////////////////////////////////////////////////////////
	
	 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;
}

.box_c {
  margin: 0 auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	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;
}

.display　 {
  position: fixed;
  z-index: 99999;
  top: 300px;
  left: 0;
  color: #000;
}
