@charset "UTF-8";
/*
Theme Name: 中部治療院_orijin
Theme URI: 
Description: 中部治療院テーマ
Version: 4.0
Author: huevo
*/
/*////////////////////////////////////////////////////////////

	Layout CSS

////////////////////////////////////////////////////////////*/
/*! 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;
  pointer-events: none;
}

a img {
  pointer-events: auto;
}


/**
 * 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, .sidebar .categorylist li, form .formitem {
  zoom: 1;
}
header .fixeditems:after, .contents._single .post .pagenavi_single:after, .sidebar .categorylist li:after, form .formitem:after {
  content: "";
  display: block;
  clear: both;
}

/* ul reset
------------------------------------------------------------*/
.header_nav ul, .footer_nav ul, .topvisual ul, .contents._qa .qaitems ul.qaitem li, .contents._blog .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: 1260px) {
  .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, .contents._voice_single .voicesingleitem .voicesinglecontent h3 .num, .contents._qa .qaitems ul.qaitem h4 span, .contents._qa .qaitems ul.qaitem .ans .ansin span, .staffitems .staffitem .titles .num, .staffitems .staffitem .profile:before, .term_more, .sidebar .sidebar_ttl, .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 .shop 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, .index_blog .blogitems .blogitem .blogimg:hover, .index_blog .blogitems .blogitem .category:hover span:hover, .symptomitem:hover, .symptomitem p a:hover, .menuitem_lg .content:hover, .menuitem:hover, .index_staff .staffitems .btn_reserve:hover, .btn_hexa:hover, .index_insta .btn_insta:hover, .menu_campaign:hover, .menu_btn_price:hover, .menu_columns .bx-prev:hover, .menu_columns .bx-next:hover, .columnitem:hover, .contents._voice .voiceitems .voiceitem .voiceimg:hover, .contents._voice .voiceitems .voiceitem h3 a:hover, .termitems a:hover, .term_more: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, .contents._single .recent .recentitems .recentitem .recentimg:hover, .contents._single .recent .recentitems .recentitem .content .title:hover, .contents._single .recent .recentitems .recentitem .content .category: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 {
  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: #85b755;
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #85b755;
}
a:hover {
  text-decoration: underline;
  color: #85b755;
}

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

	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: #78635c;
}

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

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

	header

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
header {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  header {
    padding: 20px;
  }
}
header .inner {
  position: relative;
}
header._fixed {
  position: fixed;
  z-index: 9900;
}
header .fixeditems {
  display: none;
}
@media only screen and (min-width: 768px) {/*1260px*/
  header .fixeditems {
    color: #85b755;
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    z-index: 10000;
  }
}
header .fixeditems .link {
  margin: 26px 0 0 20px;
  border: 1px solid #85b755;
  background-color: #fff;
  border-radius: 3px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 35px;
  line-height: 3.5rem;
  text-align: center;
  color: #85b755;
  font-weight: bold;
  position: relative;
}
header .fixeditems .link:before {
  content: '';
  margin: 0 auto;
  width: 120px;
  height: 37px;
  display: block;
  border-left: 3px solid #85b755;
  border-right: 3px solid #85b755;
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
}
header .fixeditems .reserve, header .fixeditems .net,  header .fixeditems .shop {
  width: 160px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  float: left;
}
header .fixeditems .reserve span, header .fixeditems .net span,  header .fixeditems .shop span {
  display: block;
  position: relative;
}
header .fixeditems .reserve span:after, header .fixeditems .net span:after,  header .fixeditems .shop span:after {
  content: '';
  margin-top: -4px;
  width: 5px;
  height: 8px;
  background: url(images/common/arrow_r_3x6_b.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
}
header .fixeditems .reserve span:before {
  content: url(images/common/header_icon_reserve.png);
  margin-right: 10px;
  width: 16px;
  height: 11px;
  display: inline;
  position: relative;
  top: 2px;
}
header .fixeditems .net span:before {
  content: url(images/common/header_icon_net.png);
  margin-right: 10px;
  width: 16px;
  height: 11px;
  display: inline;
  position: relative;
  top: 2px;
}
header .fixeditems .shop span:before {
  content: url(images/common/header_icon_shop.png);
  margin-right: 10px;
  width: 13px;
  height: 16px;
  display: inline;
  position: relative;
  top: 4px;
}
header .fixeditems .net span:after {
  right: 30px;
}
header .fixeditems .contact_btns {
  margin-left: 20px;
  padding: 10px 0 5px 0;
  background-color: #fff;
  float: left;
  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;
}
header .fixeditems .contact_btns .tel {
  padding: 5px 15px;
  width: 310px;
  border-right: 1px dotted #85b755;
}
header .fixeditems .contact_btns .tel .telnum {
  margin-bottom: 5px;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 23px;
  line-height: 2.3rem;
  letter-spacing: 0;
  font-weight: 500;
}
header .fixeditems .contact_btns .tel .telnum span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
}
header .fixeditems .contact_btns .tel .btime {
  font-size: 10px;
  font-size: 1rem;
  line-height: 13px;
  line-height: 1.3rem;
}
header .fixeditems .contact_btns .mail {
  padding: 20px 0 0;
  width: 110px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #85b755;
  font-weight: 500;
  text-align: center;
  display: block;
  text-decoration: none;
}
header .fixeditems .contact_btns .mail:after {
  content: url(images/common/arrow_dw_4x8_b.png);
  margin: 0 auto;
  width: 4px;
  height: 8px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
}

.header_nav {
  width: 100%;
  height: 100vh;
  background-color: #85b755;
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9998;
overflow:scroll !important;
}
@media only screen and (min-width: 768px) {/*1260px*/
  .header_nav {
    padding: 20px 29px;
    width: 240px;
    height: auto;
    min-height: 240px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    top: 30px;
    left: 20px;
		/*top: 70px;
    left: 80px;*/
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: visible !important;

  }
}
.header_nav ul {
  margin-bottom: 0;
  padding: 10px 30px 0;
}
@media only screen and (min-width: 768px) {/*1260px*/
  .header_nav ul {
    margin-bottom: 30px;
    padding: 0;
    border-top: none;
  }
}
.header_nav ul li {
  width: 100%;
  border-bottom: 1px dotted #fff;
  position: relative;
}
.header_nav ul li:after {
  content: url(images/common/arrow_r_4x8_wh.png);
  width: 4px;
  height: 8px;
  display: block;
  position: absolute;
  top: 10px;
  right: 5px;
}
@media only screen and (min-width: 768px) {/*1260px*/
  .header_nav ul li {
    width: auto;
    padding: 0;
    border-bottom: 1px dotted #78635c;
    position: relative;
  }
}
.header_nav ul li a {
  padding: 6px 0;
  color: #fff;
  display: block;
}
@media only screen and (min-width: 768px) {/*1260px*/
  .header_nav ul li a {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 45px;
    line-height: 4.5rem;
    color: #78635c;
    letter-spacing: 0.1rem;
  }
}
.header_nav ul .logo_sp {
  margin: 0 auto 15px;
  width: 116px;
  height: 82px;
  border-bottom: 0;
  display: block;
}
.header_nav ul .logo_sp:after {
  display: none;
}
@media only screen and (min-width: 768px) {/*1260px*/
  .header_nav ul .logo_sp {
    display: none;
  }
}
.header_nav ul .logo_sp a {
  margin: 0 auto;
  display: block;
}
.header_nav ul .logo_sp a img {
  width: 100%;
  height: auto;
  display: block;
}
.header_nav .logo {
  display: none;
}
@media only screen and (min-width: 768px) {/*1260px*/
  .header_nav .logo {
    margin-bottom: 20px;
    padding: 0;
    width: 182px;
    height: 127px;
    display: block;
  }
}
.header_nav .logo a {
  display: block;
}
.header_nav .logo a img {
  width: 100%;
  height: auto;
  display: block;
}
.header_nav .headeritems_sp {
  color: #fff;
  text-align: center;
}
.header_nav .headeritems_sp img{
	width:60%;
    max-width: 250px;
    margin-bottom: 10px;
    height: auto;
}
@media only screen and (min-width: 768px) {/*1260px*/
  .header_nav .headeritems_sp {
    display: none;
  }
}
.header_nav .headeritems_sp .teltext {
  padding: 17px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  display: block;
}
.header_nav .headeritems_sp .tel {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #fff;
  font-weight: 500;
}
.header_nav .headeritems_sp p {
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.header_nav .headeritems_sp .mail {
  margin: 10px auto;
  padding: 1px 0;
  width: 200px;
  height: 36px;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 34px;
  line-height: 3.4rem;
  color: #fff;
  display: block;
  position: relative;
}
.header_nav .headeritems_sp .mail:before, .header_nav .headeritems_sp .mail:after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  transform: scaleX(0.7);
}
.header_nav .headeritems_sp .mail:before {
  left: -18px;
  border-right: 18px solid #fff;
  transform-origin: right top;
}
.header_nav .headeritems_sp .mail:after {
  right: -18px;
  border-left: 18px solid #fff;
  transform-origin: left top;
}
.header_nav .headeritems_sp .mail span {
  height: 34px;
  background: #85b755 url(images/arrow_r_4x8_wh.png) no-repeat 150px center;
  display: block;
  position: relative;
}
.header_nav .headeritems_sp .mail span:before, .header_nav .headeritems_sp .mail span:after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  transform: scaleX(0.7);
  z-index: 999;
}
.header_nav .headeritems_sp .mail span:before {
  left: -17px;
  border-right: 17px solid #85b755;
  transform-origin: right top;
}
.header_nav .headeritems_sp .mail span:after {
  right: -17px;
  border-left: 17px solid #85b755;
  transform-origin: left top;
}
.header_nav .close {
  width: 50px;
  height: auto;
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .header_nav .close {
    width: 80px;
  }
}
@media only screen and (min-width: 768px) {/*1260px*/
  .header_nav .close {
    display: none;
  }
}
.header_nav .close img {
  width: 100%;
  height: auto;
  display: block;
}

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

.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: #78635c;
    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;
  }
}
.contents._index {
  padding-top: 60px;
}

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

	footer

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

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

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


.totop {
  width: 60px;
  height: 72px;
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 9999;
}
.totop img {
  width: 100%;
  height: auto;
  display: block;
}

footer {
  padding: 50px 20px 60px;
  width: 100%;
  background: url(images/common/footer_bg.png);
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 50px 0 0;
  }
}

.googlemap {
  margin: 0 auto 40px;
  padding: 0 20px;
  width: 100%;
  height: 300px;
}
@media only screen and (min-width: 1260px) {
  .googlemap {
    width: 980px;
  }
}
.googlemap iframe {
  margin: 0 auto;
  display: block;
}

.footeritems {
  margin: 0 auto 58px;
  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) {
  .footeritems {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1260px) {
  .footeritems {
    padding: 0;
    width: 980px;
  }
}
@media only screen and (min-width: 768px) {
  .footeritems .o2 {
    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: 460px;
  }
}
.footeritems .o3 {
  padding: 60px 30px 30px;
  width: 100%;
  border: 1px dotted #fff;
  position: relative;
  text-align: center;
}
.footeritems .o3:before {
  content: '\f095';
  width: 50px;
  height: 50px;
  background: url(images/common/footer_bg.png);
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 50px;
  line-height: 5rem;
  font-family: 'fontAwesome';
  text-align: center;
  display: block;
  position: absolute;
  margin: 0 auto;
  top: -25px;
  left: 0;
  right: 0;
}
.footeritems .o3:after {
  content: '';
  width: 103px;
  height: 42px;
  background: url(images/common/footer_icon_reserve_text.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .footeritems .o3:after {
    top: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .footeritems .o3 {
    margin-bottom: 0 !important;
    padding: 30px;
    text-align: left;
  }
}
.footeritems .o3 .btnbox {
  margin-top: 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;
}
@media only screen and (min-width: 768px) {
  .footeritems .o3 .btnbox .btn {
    width: 46%;
  }
}
.footeritems .o4 {
  margin-bottom: 0 !important;
  padding: 30px;
  width: 100%;
  border: 1px dotted #fff;
  position: relative;
  text-decoration: none;
  text-align: center;
  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;
}
.footeritems .o4:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(images/common/footer_icon_ao.png);
  background-size: contain;
  display: block;
  position: absolute;
  margin: 0 auto;
  top: -25px;
  right: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .footeritems .o4 {
    text-align: left;
  }
}
.footeritems .o4 img {
  margin: 0 auto;
  width: 130px;
  height: auto;
  border-radius: 10px;
  display: block;
  align-self: flex-start;
}
@media only screen and (min-width: 1260px) {
  .footeritems .o4 img {
    width: 145px;
    margin: 0;
  }
}
.footeritems .o4 .content {
  margin-bottom: 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footeritems .o4 .content {
    margin-bottom: 0;
    width: 260px;
  }
}
.footeritems .o4 .content .catch {
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: 0.32rem;
}
.footeritems .o4 .content .name {
  margin-bottom: 12px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0.1rem;
}
.footeritems .o4 .content .text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.footeritems .footeritem {
  margin-bottom: 40px;
  width: 100%;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footeritems .footeritem {
    margin-bottom: 30px;
    width: 48%;
  }
}
.footeritems .footeritem .cals {
  width: 100%;
  margin-bottom: 30px;
  order: 2;
}
.footeritems .footeritem .cals div {
  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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.footeritems .footeritem .cals div .biz_calendar {
  margin: 0 auto 20px;
  width: 220px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.footeritems .footeritem .cals div .biz_calendar table.bizcal {
  width: 100%;
  /*  background-color: #ffffff;*/
  /*  table-layout: fixed;*/
  /*  border: 1px #B5B5B6 solid;*/
  border-collapse: separate;
  border-spacing: 2px;
  line-height: 1.6;
  cursor: default;
}
.footeritems .footeritem .cals div .biz_calendar table.bizcal th {
  text-align: center;
  border-width: 0;
  padding: 2px;
  color: #85b755;
  background-color: #fff;
}
.footeritems .footeritem .cals div .biz_calendar table.bizcal th:first-child {
  color: #85b755;
}
.footeritems .footeritem .cals div .biz_calendar table.bizcal th:nth-last-of-type(1) {
  color: #85b755;
}
.footeritems .footeritem .cals div .biz_calendar table.bizcal td {
  text-align: center;
  border-width: 0;
  padding: 2px;
  color: #fff;
  background-color: #cab493;
}
.footeritems .footeritem .cals div .biz_calendar table.bizcal .calmonth {
  text-align: center;
  font-weight: bold;
  padding: 2px 7px;
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #fff;
  font-family: 'Quicksand', sans-serif !important;
}
.footeritems .footeritem .cals div .biz_calendar table.bizcal .calbtn {
  border: none;
  cursor: pointer;
}
.footeritems .footeritem .cals div .biz_calendar table.bizcal .holiday {
  background-color: #85b755;
  color: #ffffff;
}
.footeritems .footeritem .cals div .biz_calendar table.bizcal .eventday {
  background-color: #64BDEB;
  color: #ffffff;
}
.footeritems .footeritem .cals div .biz_calendar table.bizcal .eventday a {
  color: #ffffff;
}
.footeritems .footeritem .cals div .biz_calendar table.bizcal .today {
  font-weight: bold;
  color: #fff;
}
.footeritems .footeritem .cals div .biz_calendar table.bizcal .today a {
  font-weight: bold;
  color: #000000;
}
.footeritems .footeritem .cals div .biz_calendar table.bizcal img {
  vertical-align: middle;
  box-shadow: none;
  margin: 0;
}
.footeritems .footeritem .cals div .biz_calendar table.bizcal .down-img {
  text-align: right;
}
.footeritems .footeritem .cals div .biz_calendar table.bizcal .today-img {
  text-align: center;
}
.footeritems .footeritem .cals div .biz_calendar table.bizcal .up-img {
  text-align: left;
}
.footeritems .footeritem .calcolor {
  margin: 0 auto;
  width: 220px;
  justify-content: flex-start !important;
}
@media only screen and (min-width: 768px) {
  .footeritems .footeritem .calcolor {
    margin: 0 0 0 10px;
  }
}
.footeritems .footeritem .calcolor p {
  margin: 0 10px 0 0;
  line-height: 170%;
}
.footeritems .footeritem .calcolor p span.boxholiday {
  background-color: #cab493;
  padding-left: 25px;
  margin-right: 10px;
}
.footeritems .footeritem .calcolor p span.boxeventday {
  background-color: #85b755;
  padding-left: 25px;
  margin-right: 10px;
}
.footeritems .footeritem .comname {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footeritems .footeritem .comname {
    align-self: flex-start;
  }
}
.footeritems .footeritem address {
  margin-bottom: 20px;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .footeritems .footeritem address {
    width: 350px;
    align-self: flex-start;
  }
}
.footeritems .footeritem .toaccess {
  width: 92px;
  height: 92px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.footeritems .footeritem .toaccess img {
  width: 100%;
  height: auto;
  display: block;
}
.footeritems .footeritem .telcatch {
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: 0.32rem;
}
.footeritems .footeritem .tel {
  margin-bottom: 12px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0.1rem;
}
.footeritems .footeritem .tel a {
  color: #fff;
}
.footeritems .footeritem .tel a:visited {
  color: #fff;
}
.footeritems .footeritem .tel span {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
}
.footeritems .footeritem .btime {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
.footeritems .net, .footeritems .mail {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footeritems .net, .footeritems .mail {
    margin-bottom: 10px;
    width: 48%;
    height: 60px;
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 60px;
    line-height: 6rem;
    color: #85b755;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    display: block;
  }
}
.footeritems .net i, .footeritems .mail i {
  font-size: 18px;
  font-size: 1.8rem;
}
.footeritems .net span, .footeritems .mail span {
  display: block;
  position: relative;
}
.footeritems .net span:after, .footeritems .mail span:after {
  content: '';
  margin: auto 0;
  width: 7px;
  height: 12px;
  display: block;
  background: url(images/common/arrow_r_7x12_b.png);
  background-size: contain;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .footeritems .net span:after, .footeritems .mail span:after {
    top: 0;
    right: 100px;
    bottom: 0;
  }
}
.footeritems .net span img, .footeritems .mail span img {
  position: relative;
  top: 1px;
}
.footeritems .net {
  order: 3;
}
.footeritems .mail {
  order: 4;
}

.footer__alert{
  margin: 0 auto 58px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .footer__alert{
    padding: 0;
  }
}

.footer_nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer_nav {
    padding-top: 25px;
    background-color: #fff;
    display: block;
  }
}
.footer_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.footer_nav ul li {
  margin: 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer_nav ul li a {
  color: #78635c;
}

.copy {
  padding: 15px 0 15px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #fff;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .copy {
    background-color: #fff;
    color: #666;
  }
  .copy br {
    display: none;
  }
}

.footer_btns {
  width: 100%;
  height: 50px;
  background-color: #85b755;
  border-top: 1px solid #fff;
  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: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  position: fixed;
  z-index: 9997;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .footer_btns {
    display: none;
  }
}
.footer_btns a {
  width: 50%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  line-height: 5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
}
.footer_btns a:first-of-type {
  border-right: 1px solid #fff;
}
.footer_btns a:hover {
  text-decoration: none;
}
.footer_btns a._reserve, .footer_btns a._net {
  display: block;
  font-weight: bold;
  text-decoration: none;
  float: left;
}
.footer_btns a._reserve span:before {
  content: url(images/common/footer_icon_reserve.png);
  margin-right: 10px;
  width: 16px;
  height: 11px;
  display: inline;
  position: relative;
  top: 2px;
}
.footer_btns a._net span:before {
  content: url(images/common/footer_icon_net_wh.png);
  margin-right: 10px;
  width: 16px;
  height: 11px;
  display: inline;
  position: relative;
  top: 2px;
}

.ekiten {
  margin: 0 auto 30px;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ekiten {
    margin: 0 0 30px;
    width: 260px;
  }
}
@media only screen and (min-width: 1260px) {
  .ekiten {
    margin: 0;
    width: 220px;
    align-self: flex-start;
  }
}
.ekiten img {
  width: 100%;
  height: auto;
  display: block;
}
.ekiten iframe {
  margin: 0 auto;
  width: 100%;
  display: block;
}
.ekiten .toekiten {
  width: 120px;
  display: block;
}
.ekiten .toekiten img {
  width: 100%;
  height: auto;
  display: block;
}

.compass {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .compass {
    margin: 0;
    width: 260px;
  }
}
@media only screen and (min-width: 1260px) {
  .compass {
    margin: 0;
    width: 220px;
  }
}
.compass iframe {
  width: 100%;
  height: 367px;
}

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

 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: #85b755;
  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: 50px auto;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #78635c;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.ttl_lv2:after {
  content: '';
  margin: 0 auto;
  width: 70px;
  height: 1px;
  background-color: #78635c;
  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: #78635c;
  display: block;
}
.btn:visited {
  color: #78635c;
}
.btn:hover {
  text-decoration: none;
}
.btn span {
  display: block;
  border-radius: 5px;
}
.btn span:hover {
  color: #78635c;
}
.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: #85b755;
  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: #85b755;
}
.btn._lined span {
  border: 1px solid #85b755;
  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: #85b755;
}

.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: #85b755;
}
.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: #85b755;
}
.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: 250px;
  height: 60px;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .btn_blog {
    width: 280px;
  }
}
.btn_blog:hover {
  text-decoration: none;
}
.btn_blog span {
  height: 58px;
  display: block;
  background-color: #85b755;
  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;
  }
}
/* トップページ
-------------------------------------------------------------*/
.contents._index {
  padding-top: 30px;
  padding-bottom: 0;
}

/* トップビジュアル
- - - - - - - - - - - - - - - - -*/
.topvisual {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .topvisual {
    height: 540px;
  }
}
.topvisual ul li {
  height: 50vh;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .topvisual ul li {
    height: 540px;
  }
}
.topvisual img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.topvisual .bx-wrapper {
  margin-bottom: 0;
  height: 50vh;
}
@media only screen and (min-width: 768px) {
  .topvisual .bx-wrapper {
    height: 540px;
  }
}
.topvisual .bx-wrapper .bx-viewport {
  margin-left: 5px;
  height: 50vh;
}
@media only screen and (min-width: 768px) {
  .topvisual .bx-wrapper .bx-viewport {
    height: 540px !important;
  }
}
.topvisual .bx-wrapper .bx-controls {
  position: relative;
}
.topvisual .bx-wrapper .bx-controls .bx-pager {
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.topvisual .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.topvisual .bx-wrapper .bx-controls .bx-pager .bx-pager-link.active {
  background-color: #85b755;
}
.topvisual .logo_tv {
  margin: -20px auto 0;
  width: 180px;
  height: auto;
  display: block;
  position: relative;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .topvisual .logo_tv {
    display: none;
  }
}
.topvisual p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #666;
  text-align: center;
  letter-spacing: 0.34rem;
}
@media only screen and (min-width: 768px) {
  .topvisual p {
    position: absolute;
    top: 110px;
    right: 190px;
    text-align: left;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}
.topvisual .thislink {
  display: none;
  padding-top: 5px;
  width: 130px;
  height: 130px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 90px;
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .topvisual .thislink {
    display: block;
  }
}
.topvisual .thislink span {
  padding-bottom: 5px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 2rem;
}
.topvisual .thislink span:first-of-type {
  font-size: 10px;
  font-size: 1rem;
  line-height: 40px;
  line-height: 4rem;
  border-bottom: 1px solid #fff;
}
.topvisual .thislink:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #3972b7;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1.0;
  transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transition: scale(1, 1);
}
.topvisual .thislink:after {
  content: url(images/common/arrow_r_4x8_wh.png);
  margin: 0 auto;
  width: 4px;
  height: 8px;
  display: block;
}
.topvisual .thislink:hover {
  text-decoration: none;
}
.topvisual .thislink:hover:before {
  opacity: 0.7;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transition: scale(1.1, 1.1);
}

/* コンセプト
- - - - - - - - - - - - - - - - -*/
.index_concept {
  margin-bottom: 50px;
}
.index_concept .inner {
  margin: 0 auto;
  padding-bottom: 30px;
  background: url(images/index/index_concept_bg.png) no-repeat bottom right;
  background-size: 80px;
}
@media only screen and (min-width: 980px) {
  .index_concept .inner {
    width: 780px;
    background-size: 121px 126px;
  }
}
.index_concept .catch {
  margin: 0 auto 40px;
  width: 280px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-family: serif;
  text-align: center;
  position: relative;
  letter-spacing: 0.42rem;
}
.index_concept .catch:before, .index_concept .catch:after {
  content: '';
  width: 17px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0;
}
.index_concept .catch:before {
  background-image: url(images/index/index_concept_catch_bf.png);
  left: 0;
}
.index_concept .catch:after {
  background-image: url(images/index/index_concept_catch_af.png);
  right: 0;
}
@media only screen and (min-width: 768px) {
  .index_concept .catch {
    width: 415px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}
.index_concept h2 {
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 48px;
  line-height: 4.8rem;
  font-family: serif;
  text-align: center;
  letter-spacing: 0.42rem;
}
@media only screen and (min-width: 768px) {
  .index_concept h2 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
}
.index_concept h2 span {
  padding-bottom: 3px;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #f5ea8d 30%);
}
.index_concept .lead {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 27px;
  line-height: 2.7rem;
}
@media only screen and (min-width: 768px) {
  .index_concept .lead {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 34px;
    line-height: 3.4rem;
    text-align: center;
  }
}

/* 3つの特徴
- - - - - - - - - - - - - - - - -*/
.index_feature {
  background: url(images/index/index_feature_bg_img.png) no-repeat center center;
  background-size: cover;
}
.index_feature h2 {
  width: 100%;
  margin: 0 auto 50px;
}
@media only screen and (min-width: 768px) {
  .index_feature h2 {
    margin-bottom: 70px;
  }
}
.index_feature h2 img {
  margin: 0 auto;
  width: 91%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .index_feature h2 img {
    width: 468px;
    height: 58px;
  }
}

.feature_bg {
  background: url(images/index/index_feature_bg_wave.png) repeat-x center top;
  background-size: 60px auto;
}
@media only screen and (min-width: 768px) {
  .feature_bg {
    background-size: 80px auto;
  }
}

.features {
  padding: 40px 20px 50px;
}
@media only screen and (min-width: 768px) {
  .features {
    margin: 0 auto;
    padding: 50px 20px 60px;
    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: 980px) {
  .features {
    width: 960px;
  }
}
@media only screen and (min-width: 1260px) {
  .features {
    padding: 50px 0 60px;
    width: 980px;
  }
}

.feature {
  margin: 0 auto 50px;
  padding: 50px 20px 20px;
  width: 280px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.feature:before {
  margin: 0 auto;
  content: '';
  width: 52px;
  height: 61px;
  display: block;
  position: absolute;
  top: -27px;
  right: 0;
  left: 0;
}
.feature:nth-of-type(1):before {
  background: url(images/index/index_feature_num1.png) no-repeat;
  background-size: contain;
}
.feature:nth-of-type(2):before {
  background: url(images/index/index_feature_num2.png) no-repeat;
  background-size: contain;
}
.feature:nth-of-type(3):before {
  background: url(images/index/index_feature_num3.png) no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .feature {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 980px) {
  .feature {
    margin: 0 0 0 0;
    padding: 50px 20px 20px;
  }
}
@media only screen and (min-width: 1260px) {
  .feature {
    width: 310px;
  }
}
.feature .catch {
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
  letter-spacing: 0.24rem;
}
.feature h3 {
  margin-bottom: 40px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #85b755;
  text-align: center;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.24rem;
}
@media only screen and (min-width: 768px) {
  .feature h3 {
    margin-bottom: 50px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.feature h3 span {
  padding-bottom: 10px;
  border-bottom: 5px solid #f5ea8d;
}
.feature img {
  margin: 0 auto 30px;
  width: 130px;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .feature img {
    margin: 0 auto 40px;
    width: 156px;
  }
}
.feature .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: justify;
}

/* NEWS
- - - - - - - - - - - - - - - - -*/
.index_blog {
  padding: 40px 20px;
  background: url(images/index/index_news_bg.png);
}
@media only screen and (min-width: 768px) {
  .index_blog {
    padding: 50px 0 60px;
  }
}
.index_blog .ttl_lv2 {
  margin-bottom: 60px;
}
.index_blog .blogitems {
  margin: 0 auto;
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .index_blog .blogitems {
    width: 980px;
  }
}
.index_blog .blogitems .blogitem {
  margin: 0 2.5% 25px;
  width: 45%;
}
@media only screen and (min-width: 768px) {
  .index_blog .blogitems .blogitem {
    margin: 0 15px 0;
    width: 200px;
    position: relative;
  }
}
.index_blog .blogitems .blogitem .blogimg {
  margin-bottom: 15px;
  display: block;
}
.index_blog .blogitems .blogitem .blogimg img {
  width: 100%;
  height: auto;
  display: block;
}
.index_blog .blogitems .blogitem .category {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #85b755;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 25px;
  line-height: 2.5rem;
  text-align: center;
  font-weight: bold;
  display: block;
}
.index_blog .blogitems .blogitem .category:hover {
  text-decoration: none;
  color: #666;
}
@media only screen and (min-width: 768px) {
  .index_blog .blogitems .blogitem .category {
    margin: 0 auto;
    width: 146px;
    height: 30px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0.32rem;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
  }
}
.index_blog .blogitems .blogitem .category span {
  display: block;
}
.index_blog .blogitems .blogitem .date {
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}
.index_blog .blogitems .blogitem h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .index_blog .blogitems .blogitem h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.index_blog .blogitems .blogitem h3 a {
  color: #fff;
  text-decoration: underline;
}
.index_blog .blogitems .blogitem h3 a:hover {
  text-decoration: none;
}
.index_blog .blogitems .blogitem .text {
  display: none;
}
@media only screen and (min-width: 768px) {
  .index_blog .blogitems .blogitem .text {
    height: 8.4rem;
    text-align: justify;
    overflow: hidden;
    display: block;
    position: relative;
  }
  .index_blog .blogitems .blogitem .text:before, .index_blog .blogitems .blogitem .text:after {
    background: #fff;
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
  }
  .index_blog .blogitems .blogitem .text:before {
    content: '…';
    bottom: 0.7rem;
    right: 0;
  }
  .index_blog .blogitems .blogitem .text:after {
    content: '';
  }
}

/* 症状
- - - - - - - - - - - - - - - - -*/
.index_symptom {
  padding: 40px 20px;
  background-color: #f8f3ee;
}
@media only screen and (min-width: 768px) {
  .index_symptom {
    padding: 75px 20px;
  }
}
.index_symptom h2 {
  margin: 0 auto 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-family: serif;
  color: #78635c;
  text-align: center;
  letter-spacing: 0.42rem;
  position: relative;
}
.index_symptom h2:before, .index_symptom h2:after {
  content: '';
  width: 17px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0;
}
.index_symptom h2:before {
  background-image: url(images/index/index_concept_catch_bf.png);
  left: 0;
}
.index_symptom h2:after {
  background-image: url(images/index/index_concept_catch_af.png);
  right: 0;
}
@media only screen and (min-width: 768px) {
  .index_symptom h2 {
    margin-bottom: 70px;
    width: 547px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

.symptomitems {
  margin: 0 auto;
  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: 1260px) {
  .symptomitems {
    width: 980px;
  }
}

.symptomitem {
  margin-bottom: 30px;
  width: 46%;
  border-right: 1px solid #cab493;
  display: block;
  color: #78635c;
}
.symptomitem:nth-of-type(odd) {
  border-left: 1px solid #cab493;
}
.symptomitem:visited {
  color: #78635c;
}
@media only screen and (min-width: 768px) {
  .symptomitem {
    margin-bottom: 0;
    width: 16%;
  }
  .symptomitem:nth-of-type(odd) {
    border-left: none;
  }
  .symptomitem:first-of-type {
    border-left: 1px solid #cab493;
  }
}
.symptomitem img {
  width: 100px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}
.symptomitem p {
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-family: serif;
  writing-mode: vertical-rl;
}
.symptomitem p a {
  color: #78635c;
}

/* メニュー
- - - - - - - - - - - - - - - - -*/
.index_menu {
  padding: 40px 20px;
}
@media only screen and (min-width: 768px) {
  .index_menu {
    padding: 75px 0 0;
  }
}
.index_menu .btn {
  width: 120px;
  position: absolute;
  line-height: 35px;
  margin: 0 auto;
  bottom: -17px;
  left: 0;
  right: 0;
}

.menuitem_lg {
  margin: 0 auto 60px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .menuitem_lg {
    margin-bottom: 90px;
    width: 945px;
    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;
  }
}
.menuitem_lg img {
  margin: 0 auto;
  width: 80%;
  display: block;
  position: relative;
  z-index: 1;
  align-self: flex-start;
}
@media only screen and (min-width: 768px) {
  .menuitem_lg img {
    margin: 0;
    width: 470px;
  }
}
.menuitem_lg .content {
  margin-top: -15px;
  padding: 40px 30px 30px;
  border: 1px dotted #78635c;
  min-height: 280px;
  color: #78635c;
  align-self: center;
  display: block;
  position: relative;
  align-self: flex-start;
}
@media only screen and (min-width: 768px) {
  .menuitem_lg .content {
    margin-top: 50px;
    padding: 40px 30px;
    width: 400px;
  }
}
.menuitem_lg .content h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .menuitem_lg .content h3 {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.menuitem_lg .content p {
  text-align: justify;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.menuitem_lg:nth-of-type(2) {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .menuitem_lg:nth-of-type(2) {
    margin-bottom: 50px;
  }
}
.menuitem_lg:nth-of-type(2) img {
  order: 2;
}
.menuitem_lg:nth-of-type(2) .content {
  order: 1;
}

/* */
.menuitems {
  margin: 0 auto;
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 1260px) {
  .menuitems {
    width: 1020px;
	margin-top: 100px;
  }
}

.menuitem {
  margin: 0 0 80px;
  padding: 50px 0 0;
  width: 100%;
  min-height: 110px;
  border: 1px dotted #78635c;
  color: #78635c !important;
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .menuitem {
    margin: 0 20px 110px;
    padding: 90px 0 0;
    width: 280px;
    min-height: 180px;
  }
}
@media only screen and (min-width: 1260px) {
  .menuitem {
    width: 300px;
  }
}
.menuitem img {
  margin: 0 auto;
  width: 80px;
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .menuitem img {
    width: 120px;
    top: -60px;
  }
}
.menuitem h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-family: serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .menuitem h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.menuitem h3 span {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .menuitem h3 span {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
.menuitem p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 30px 30px 40px;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .menuitem p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

/* スタッフ
- - - - - - - - - - - - - - - - -*/
.index_staff {
  padding: 30px 0 0;
  background-color: #f8f3ee;
}
@media only screen and (min-width: 768px) {
  .index_staff {
    padding: 50px 0 1px;
  }
}
.index_staff h3 {
  margin-bottom: 20px;
  position: relative;
  top: -15px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .index_staff h3 {
    margin-bottom: 30px;
  }
}
.index_staff h3 img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
  background-color: #f8f3ee;
}
@media only screen and (min-width: 768px) {
  .index_staff h3 img {
    width: 386px;
  }
}
.index_staff p.lead {
  padding: 20px;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}
.index_staff p.lead span {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #f5ea8d 30%);
}
.index_staff .staffbgs {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .index_staff .staffbgs {
    margin-bottom: 100px;
  }
  .index_staff .staffbgs:before {
    content: '';
    width: 760px;
    height: 430px;
    border: 1px dashed #78635c;
    display: block;
    position: absolute;
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
  }
}
.index_staff .staffitems {
  margin: 0 auto;
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .index_staff .staffitems {
    margin-bottom: 60px;
    padding: 0;
    width: 980px;
  }
}
.index_staff .staffitems .btn_reserve {
  width: 80px;
  height: auto;
  display: block;
  position: absolute;
  top: -330px;
  right: 10px;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .index_staff .staffitems .btn_reserve {
    width: 131px;
    top: -240px;
    right: 30px;
  }
}
.index_staff .staffitems .btn_reserve img {
  width: 100%;
  height: auto;
  display: block;
}
.index_staff .staffitems .staffitem {
  margin: 0 auto 48px;
  padding: 25px 25px 40px;
  width: 100%;
  background-color: #fff;
  box-shadow: 5px 5px #85b755;
  display: block;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .index_staff .staffitems .staffitem {
    margin: 50px 10px;
    width: 230px;
  }
}
.index_staff .staffitems .staffitem .staffitemin {
  margin-bottom: 10px;
  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: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -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) {
  .index_staff .staffitems .staffitem .staffitemin {
    display: block;
  }
}
.index_staff .staffitems .staffitem .staffitemin .staffimg {
  width: 42.5%;
}
@media only screen and (min-width: 768px) {
  .index_staff .staffitems .staffitem .staffitemin .staffimg {
    margin-bottom: 20px;
    width: 100%;
  }
}
.index_staff .staffitems .staffitem .staffitemin .staffimg img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  display: block;
}
.index_staff .staffitems .staffitem .staffitemin .info {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .index_staff .staffitems .staffitem .staffitemin .info {
    width: 100%;
  }
}
.index_staff .staffitems .staffitem .staffitemin .info .name {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .index_staff .staffitems .staffitem .staffitemin .info .name {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    text-align: center;
  }
}
.index_staff .staffitems .staffitem .staffitemin .info .situation {
  margin-bottom: 15px;
  background-color: #85b755;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25px;
  line-height: 2.5rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .index_staff .staffitems .staffitem .staffitemin .info .situation {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.index_staff .staffitems .staffitem .staffitemin .info .situation._available {
  background-color: #85b755;
  color: #fff;
}
.index_staff .staffitems .staffitem .staffitemin .info .time {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #85b755;
}
@media only screen and (min-width: 768px) {
  .index_staff .staffitems .staffitem .staffitemin .info .time {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    text-align: center;
  }
}
.index_staff .staffitems .staffitem .treat {
  width: 100%;
}
.index_staff .staffitems .staffitem .treat .treat_ttl {
  margin-bottom: 14px;
  border-top: 1px solid #cab493;
  border-bottom: 1px solid #cab493;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 35px;
  line-height: 3.5rem;
  font-weight: bold;
  text-align: center;
}
.index_staff .staffitems .staffitem .treat p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .index_staff .staffitems .staffitem .treat p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.index_staff .staffitems .staffitem .btn {
  width: 120px;
  position: absolute;
  margin: 0 auto;
  bottom: -17px;
  left: 0;
  right: 0;
}
.index_staff .index_reserve {
  display: none;
}
@media only screen and (min-width: 768px) {
	
  .index_staff .index_reserve {
    margin-bottom: 60px;
    padding: 30px 0;
    margin-bottom: 40px;
    padding: 30px 20px;
    background-color: #f8f3ee;
    display: block;
  }
  .index_staff .index_reserve iframe {
    margin: 0 auto;
    width: 900px;
    height: 1270px;
    display: block;
  }
	.staff__contents {
		height: auto;
	}
		.index_staff .staff__reserve {
		display: block;
		background: none;
	}
	/*.index_staff .staff__reserve-pc {
		display: none;
	}*/
	.index_staff .staff__reserve a {
		display: block;
		max-width: 700px;
		width: 100%;
		margin: 0 auto 50px;
		padding: 40px 5px;
		background: #85b755;
		border-radius: 10px;
		background-image: url(images/common/arrow_r_10x18_w.png);
		background-repeat: no-repeat;
		background-position: center right 170px;
		color: #FFF;
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: 0.3rem;
		transition: 0.3s;
	}
	.index_staff .staff__reserve a:hover{
		opacity: 0.6;
		transition: 0.3s;
		text-decoration: none;
	}
	.index_staff .staff__reserve a span {
		position: relative;
	}
	.index_staff .staff__reserve a span::before {
		position: absolute;
		content: "";
		width: 30px;
		height: 30px;
		left: 0;
		top: 50%;
		transform: translate(-150%,-50%);
		background-image: url(images/index/index_reserve_icon_pc_w.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
	}
}
@media only screen and (min-width: 1260px) {
	.index_staff .staff__reserve {
		margin: 0 auto;
		width: 960px;
		display: block;
	}/*
	.index_staff .staff__reserve iframe {
		width: 960px;
		height: 1340px;
	}*/
	/*.index_staff .staff__reserve-tablet {
		display: none;
	}*/
}
@media only screen and (min-width: 768px) {
  .index_staff .index_reserve p.lead {
    margin: 0 auto 30px;
    width: 900px;
    text-align: center;
  }
}

/* ao　治療院
- - - - - - - - - - - - - - - - -*/
.index_ao {
  padding: 50px 0;
  color: #4d4d4d;
}
@media only screen and (min-width: 768px) {
  .index_ao {
    padding: 80px 0;
  }
}
.index_ao .inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .index_ao .inner {
    padding: 0;
    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: 1260px) {
  .index_ao .inner {
    width: 980px;
  }
}
.index_ao .comment {
  width: 90px;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .index_ao .comment {
    width: 182px;
  }
}
.index_ao h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-family: serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index_ao h3 {
    margin-bottom: 20px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 54px;
    line-height: 5.4rem;
    text-align: left;
  }
}
.index_ao .lead {
  margin-bottom: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .index_ao .lead {
    margin-bottom: 37px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.index_ao .aoimg {
  margin-bottom: 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .index_ao .aoimg {
    margin-bottom: 0;
    width: 480px;
    align-self: flex-start;
  }
}
.index_ao .content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .index_ao .content {
    width: 460px;
  }
}
.index_ao .borderbox {
  padding: 25px 15px;
  border: 1px dotted #000;
}
@media only screen and (min-width: 768px) {
  .index_ao .borderbox {
    padding: 30px;
    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;
  }
}
.index_ao .borderbox img {
  margin: 0 auto 20px;
  width: 50px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .index_ao .borderbox img {
    margin-bottom: 0;
    align-self: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .index_ao .borderbox .info {
    width: 325px;
  }
}
.index_ao .borderbox .info .name {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .index_ao .borderbox .info .name {
    text-align: left;
  }
}
.index_ao .borderbox .info address {
  margin-bottom: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .index_ao .borderbox .info address {
    text-align: left;
  }
}
.index_ao .access {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.btn_hexa {
  margin: 20px auto 0;
  padding: 1px 0;
  width: 91%;
  height: 40px;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  display: block;
  position: relative;
  color: #fff;
}
.btn_hexa:before, .btn_hexa:after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transform: scaleX(0.7);
}
.btn_hexa:before {
  left: -20px;
  border-right: 20px solid #3972b7;
  transform-origin: right top;
}
.btn_hexa:after {
  right: -20px;
  border-left: 20px solid #3972b7;
  transform-origin: left top;
}
.btn_hexa span {
  padding: 0 5px;
  height: 40px;
  display: block;
  position: relative;
  background-color: #3972b7;
  line-height: 40px;
  color: #fff;
}
.btn_hexa span:before, .btn_hexa span:after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  transform: scaleX(0.7);
  z-index: 999;
}
.btn_hexa span:before {
  left: -17px;
  border-right: 17px solid #3972b7;
  transform-origin: right top;
}
.btn_hexa span:after {
  right: -17px;
  border-left: 17px solid #3972b7;
  transform-origin: left top;
}


/* sns
- - - - - - - - - - - - - - - - -*/

.index_sns_wrap {
    padding: 60px 0 50px;
    background: #f8f3ee url(images/index/index_feature_bg_wave.png) repeat-x center top;
    background-size: 60px auto;
}
.index_sns_wrap_inner{
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.index_sns{
  width: 50%;
  float: left;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .index_sns{
   width: 100%;
   float: none;
   padding: 0;
   margin-top: 100px;
  }
}
.index_sns .ttl_lv2 {
  margin-bottom: 40px;
}
.index_sns h3 {
  margin: 0 auto 30px;
  width: 300px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .index_sns h3 {
   width: 330px;
  }
}
.index_sns h3:before, .index_sns h3:after {
  content: '';
  width: 20px;
  height: 23px;
  display: block;
  position: absolute;
  bottom: 0;
}
.index_sns h3:before {
  background: url(images/index/index_insta_ttl_bf.png) no-repeat;
  background-size: contain;
  left: 0;
}
.index_sns h3:after {
  background: url(images/index/index_insta_ttl_af.png) no-repeat;
  background-size: contain;
  right: 0;
}
.index_sns h3 span {
  display: block;
}
.index_sns h4{
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2rem;
  margin-top: 20px;    
}

/* Instagramm
- - - - - - - - - - - - - - - - -*/
.index_insta{
  border-right: 1px solid #E2E0DF;
}
@media only screen and (max-width: 640px) {
 .index_insta {
   border-right: none;
   margin-bottom: 50px;
 }
}
.index_insta .icon {
  margin: 0 auto 20px;
  width: 30px;
  height: 30px;
  display: block;
}
.index_insta .btn_insta {
  margin: 0 auto;
  display: block;
  width: 75px;
  height: 81px;
}
.index_insta .btn_insta img {
  width: 100%;
  height: auto;
  display: block;
}
.index_sns h4 span {
  color: #84B756;
}

/* LINE
- - - - - - - - - - - - - - - - -*/
.index_line .btn_line {
  margin: 0 auto;
  display: block;
  width: 156px;
  height: 81px;
}
@media only screen and (max-width: 640px) {
 .index_line .btn_line {
   height: 70px;
 }
}
.index_line .btn_line img {
  width: 100%;
  height: auto;
  display: block;
}
.index_line h4 span {
  color: #00B900;
}

/* 中部治療院について
-------------------------------------------------------------*/
/* 導入
- - - - - - - - - - - - - - - - -*/
.about_lead_bg {
  margin-bottom: 50px;
  background: url(images/about/about_lead_img.png) no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .about_lead_bg {
    margin-bottom: 60px;
    background-position: 0 0;
    background-size: 70%;
    min-height: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .about_lead_bg .inner {
    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: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.about_lead {
  padding: 30px 0 40px;
}
@media only screen and (min-width: 768px) {
  .about_lead {
    padding-left: 50px;
    min-height: 450px;
    background-color: #fff;
    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: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.about_lead h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  font-family: serif;
  text-align: center;
  letter-spacing: 0.42rem;
  text-shadow: 0 1px 3px white, 0 -1px 3px white, 1px 0 3px white, -1px 0 3px white;
}
@media only screen and (min-width: 768px) {
  .about_lead h3 {
    margin-left: 40px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 60px;
    line-height: 6rem;
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-shadow: none;
    order: 2;
  }
}
.about_lead p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
  text-shadow: 0 1px 3px white, 0 -1px 3px white, 1px 0 3px white, -1px 0 3px white;
}
@media only screen and (min-width: 768px) {
  .about_lead p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
    text-align: left;
    text-shadow: none;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    order: 1;
  }
}

/* 中部治療院ってこんな治療院
- - - - - - - - - - - - - - - - -*/
.about_intro {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .about_intro {
    margin-bottom: 20px;
  }
}
.about_intro h3 {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .about_intro h3 {
    margin-bottom: 80px;
  }
}
.about_intro h3 img {
  margin: 0 auto;
  width: 90%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .about_intro h3 img {
    width: 370px;
  }
}
.about_intro .inner {
  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) {
  .about_intro .inner {
    padding: 0;
    -webkit-box-pack: flex_start;
    -ms-flex-pack: flex_start;
    -webkit-justify-content: flex_start;
    -moz-justify-content: flex_start;
    justify-content: flex_start;
  }
}

.introitem {
  margin-bottom: 50px;
  padding: 45px 10px 30px;
  width: 48%;
  border: 1px dotted #8e8070;
}
@media only screen and (min-width: 768px) {
  .introitem {
    width: 31%;
  }
}
@media only screen and (min-width: 1260px) {
  .introitem {
    margin-bottom: 60px;
    padding: 45px 25px;
    width: 300px;
  }
}
.introitem .num {
  margin: -75px auto 20px;
  width: 50px;
}
.introitem .num img {
  width: 100%;
  height: auto;
  display: block;
}
.introitem h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #85b755;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .introitem h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}
.introitem img {
  margin: 0 auto 10px;
  width: 100px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .introitem img {
    margin-bottom: 40px;
    width: 160px;
  }
}
.introitem p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .introitem p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

/* 診療時間
- - - - - - - - - - - - - - - - -*/
.about_biztime_bg {
  background: url(images/index/index_news_bg.png);
}

.about_biztime {
  padding: 40px 0 40px;
  background: url(images/index/index_feature_bg_wave.png) repeat-x center top;
  background-size: 60px auto;
}
@media only screen and (min-width: 768px) {
  .about_biztime {
    padding: 60px 0 50px;
    background-size: 80px auto;
  }
}
.about_biztime .inner {
  position: relative;
}
.about_biztime .inner:before {
  content: '';
  width: 103px;
  height: 43px;
  background: url(images/about/about_biztime_icon.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
}
@media only screen and (min-width: 768px) {
  .about_biztime .inner:before {
    right: 80px;
  }
}
.about_biztime table {
  margin: 0 auto 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about_biztime table {
    margin-bottom: 40px;
    width: 700px;
  }
}
.about_biztime table th, .about_biztime table td {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .about_biztime table th, .about_biztime table td {
    padding: 15px 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
.about_biztime table th {
  background-color: #78635c;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: normal;
}
.about_biztime table th:last-of-type {
  border: none;
}
.about_biztime table td {
  padding: 0 5px;
  background-color: #fff;
  border: 1px solid #78635c;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .about_biztime table td {
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
.about_biztime p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .about_biztime p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

/* 適応疾患
- - - - - - - - - - - - - - - - -*/
.about_symptom {
  padding: 40px 0 40px;
  background-color: #f8f3ee;
}
@media only screen and (min-width: 768px) {
  .about_symptom {
    padding: 50px 0 70px;
  }
}
.about_symptom .inner {
  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;
}
.about_symptom .ttl_lv2 {
  margin-bottom: 130px;
}
@media only screen and (min-width: 768px) {
  .about_symptom .ttl_lv2 {
    margin-bottom: 160px;
  }
}

.diseaseitems {
  margin-bottom: 100px;
  padding: 0 5px;
  width: 100%;
  background-color: #fff;
  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;
}
@media only screen and (min-width: 768px) {
  .diseaseitems {
    margin-bottom: 130px;
    padding: 85px 0 0;
    width: 460px;
  }
}
.diseaseitems h3 {
  width: 100%;
}
.diseaseitems h3 img {
  margin: -76px auto 0;
  width: 150px;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .diseaseitems h3 img {
    margin: -185px auto 0;
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .diseaseitems._wide {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .diseaseitems._wide .deseaseitem {
    width: 25%;
  }
}

.deseaseitem {
  margin: 0 2% 30px;
  padding-bottom: 15px;
  width: 46%;
  border-bottom: 1px dotted #8e8070;
}
@media only screen and (min-width: 768px) {
  .deseaseitem {
    margin: 0 0 35px;
    padding: 0 20px;
    width: 50%;
    border-bottom: none;
    border-right: 1px dotted #8e8070;
  }
  .deseaseitem._bdn {
    border: none;
  }
}
.deseaseitem h4 {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .deseaseitem h4 {
    margin-bottom: 15px;
  }
}
.deseaseitem p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .deseaseitem p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

/* 院内紹介
- - - - - - - - - - - - - - - - -*/
.about_view {
  padding: 40px 0 0;
}
@media only screen and (min-width: 768px) {
  .about_view {
    padding: 50px 0 0;
  }
}
.about_view ttl_lv2 {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .about_view .inner {
    margin: 0 auto;
    width: 800px;
  }
}

.viewitem {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .viewitem {
    margin-bottom: 60px;
    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;
  }
  .viewitem:nth-of-type(even) img {
    order: 2;
  }
  .viewitem:nth-of-type(even) .content {
    order: 1;
  }
}
.viewitem img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .viewitem img {
    width: 400px;
    align-self: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .viewitem .content {
    width: 350px;
  }
}
.viewitem .content h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 56px;
  line-height: 5.6rem;
  font-family: serif;
  text-align: center;
  border-bottom: 1px solid #78635c;
}
@media only screen and (min-width: 768px) {
  .viewitem .content h4 {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 56px;
    line-height: 5.6rem;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .viewitem .content p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    text-align: justify;
  }
}

/* MENU メニュー
-------------------------------------------------------------*/
.menu_fee {
  margin: 0 auto 50px;
  padding: 30px 0;
  border: 1px dotted #78635c;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .menu_fee {
    margin-bottom: 70px;
    padding: 40px 0;
    width: 500px;
  }
}
.menu_fee h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-family: serif;
}
.menu_fee p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .menu_fee p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

.menu_campaign {
  width: 80px;
  height: auto;
  display: block;
  position: absolute;
  top: -50px;
  right: -10px;
}
@media only screen and (min-width: 768px) {
  .menu_campaign {
    width: 130px;
    top: -55px;
    right: -70px;
  }
}
.menu_campaign img {
  width: 100%;
  height: auto;
  display: block;
}
.menu_campaign._price {
  top: 30px;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .menu_campaign._price {
    top: 70px;
    right: 0;
  }
}

.menu_menu {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .menu_menu {
    padding: 0;
  }
}
.menu_menu .btn {
  width: 120px;
  position: absolute;
  line-height: 35px;
  margin: 0 auto;
  bottom: -17px;
  left: 0;
  right: 0;
}

.menu_btn_price {
  margin: 0 auto 50px;
  padding: 0 20px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .menu_btn_price {
    margin-bottom: 70px;
    width: 980px;
  }
}
.menu_btn_price img {
  width: 100%;
  height: auto;
  display: block;
}

.menu_equipment {
  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: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .menu_equipment {
    width: 1020px;
  }
}

.equipmentitem {
  margin: 0 0 40px;
  padding: 20px;
  width: 100%;
  border: 1px solid #85b755;
}
@media only screen and (min-width: 768px) {
  .equipmentitem {
    margin: 0 10px 40px;
    width: 300px;
  }
}
.equipmentitem img {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  display: block;
}
.equipmentitem h3 {
  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) {
  .equipmentitem h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
.equipmentitem p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .equipmentitem p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

/* メニュー　共通パーツ */
.menu_intro {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .menu_intro {
    margin-bottom: 80px;
  }
}
.menu_intro img {
  margin-bottom: 60px;
  width: 100%;
  height: auto;
  display: block;
}
.menu_intro h3 {
  margin-bottom: 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 3.6rem;
  font-family: serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .menu_intro h3 {
    margin-bottom: 50px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 56px;
    line-height: 5.6rem;
  }
}
.menu_intro p {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .menu_intro p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

.underline {
  padding-bottom: 3px;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #f5ea8d 30%);
}

.menu_recommend {
  margin-bottom: 70px;
  padding: 40px 20px 30px;
  background-color: #f8f3ee;
  position: relative;
}
.menu_recommend:after {
  content: '';
  margin: 0 auto;
  width: 112px;
  height: 28px;
  background: url(images/menu/common/menu_recommend_arrow.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -28px;
}
@media only screen and (min-width: 768px) {
  .menu_recommend {
    margin-bottom: 90px;
    padding: 30px 0 70px;
  }
}

.recommenditems {
  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) {
  .recommenditems {
    width: 980px;
  }
}
.recommenditems img {
  margin-bottom: 30px;
  width: 46%;
  height: auto;
  display: block;
  align-self: flex-start;
}
@media only screen and (min-width: 768px) {
  .recommenditems img {
    margin-bottom: 0;
    width: 200px;
  }
}

/* 施術の流れ */
.menu_flow {
  padding: 40px 20px 30px;
  background-color: #f8f3ee;
}
@media only screen and (min-width: 768px) {
  .menu_flow {
    padding: 50px 0 70px;
  }
}

.flowitems {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .flowitems {
    width: 1010px;
    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;
  }
}
.flowitems h3 {
  margin: 10px 0;
  text-align: center;
  font-weight: bold;
}

.flownum {
  margin: 0 auto;
  width: 46px;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.flowitem {
  margin: 0 15px 40px;
}
@media only screen and (min-width: 768px) {
  .flowitem {
    margin-bottom: 0;
    width: 220px;
  }
  .flowitem:nth-of-type(even) {
    margin-top: 20px;
  }
}
.flowitem .flowimg {
  margin: -20px 0 15px;
  width: 100%;
  border-radius: 10px;
  display: block;
}
.flowitem p {
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  line-height: 2.8rem;
}

/* コラム */
.menu_columns {
  padding: 40px 20px 30px;
  background: url(images/index/index_news_bg.png);
}
@media only screen and (min-width: 768px) {
  .menu_columns {
    padding: 50px 0 70px;
  }
}
.menu_columns .bx-wrapper {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .menu_columns .bx-wrapper {
    width: 900px;
  }
}
@media only screen and (min-width: 768px) {
  .menu_columns .bx-wrapper .bx-viewport {
    width: 900px;
  }
}
.menu_columns .bx-prev, .menu_columns .bx-next {
  margin-top: -11px;
  width: 30px;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 11px 22px;
  background-position: center center;
  position: absolute;
  top: 0;
}
.menu_columns .bx-prev {
  background-image: url(images/common/arrow_l_11x22_wh.png);
  left: -30px;
}
.menu_columns .bx-next {
  background-image: url(images/common/arrow_r_11x22_wh.png);
  right: -30px;
}

.columnitems {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .columnitems {
    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;
    width: 980px;
  }
}

.columnitem {
  margin: 0 15px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .columnitem {
    width: 200px;
  }
}
.columnitem p {
  color: #fff;
}

.columnimg {
  margin-bottom: 10px;
}
.columnimg img {
  width: 100%;
  height: auto;
  display: block;
}

/* 料金表 */
.menu_price {
  margin-bottom: 0;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .menu_price {
    padding-top: 30px;
    margin-bottom: 70px;
  }
}
.menu_price.inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .menu_price.inner {
    width: 1020px;
  }
}
.menu_price h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #85b755;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .menu_price h3 {
    margin-bottom: 35px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.menu_price h3 span {
  display: inline-block;
  position: relative;
}
.menu_price h3 span:before, .menu_price h3 span:after {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #85b755;
  display: block;
  position: absolute;
  top: 0;
}
.menu_price h3 span:before {
  left: -20px;
  transform: rotate(-30deg);
}
.menu_price h3 span:after {
  right: -20px;
  transform: rotate(30deg);
}
.menu_price .lead {
  margin-bottom: 30px;
	text-align:center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .menu_price .lead {
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.menu_price .lead span {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 1rem;
  text-indent: -1rem;
}
@media only screen and (min-width: 768px) {
  .menu_price .lead span {
    margin-left: 0;
    text-indent: 0;
  }
}
.menu_price .note {
  text-align: center;
}

.priceitems {
  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) {
  .priceitems {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.priceitem {
  margin-bottom: 30px;
  padding: 30px;
  width: 100%;
  border: 1px dotted #78635c;
  position: relative;
}
.priceitems img{
  width: 100%;
  height: auto;
}
	
@media only screen and (min-width: 768px) {
  .priceitem {
    padding: 40px;
    margin: 0 20px 40px;
    width: 300px;
  }
  .priceitems img{
  width: 700px;
  height: auto;
  margin: 0 auto;
 }
  .priceitems .hr_list{
  width: 700px;
  margin: 0 auto;
 }
  .priceitems .hr_list img{
  width: 700px;
  height: 200px;
  margin: 0 auto;
 }
}
.priceitem h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .priceitem h4 {
    margin-bottom: 30px;
  }
}
.priceitem img {
  margin: 0 auto 25px;
  width: 160px;
  display: block;
}
.priceitem .add {
  color: #85b755;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .priceitem._full {
    margin: 0 auto 15px;
    width: 700px;
  }
}
@media only screen and (min-width: 768px) {
  .priceitem._two {
    margin: 15px;
    width: 460px;
  }
}

.priceicon {
  width: 86px !important;
  height: auto;
  position: absolute;
  top: -15px;
  right: -15px;
}

/* 金額表示 */
.cam_price {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  text-align: center;
}
.cam_price span {
  margin-top: 10px;
  display: inline-block;
  font-weight: bold;
}
.cam_price span strong {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
}

/* 戻るボタン */
.btn._back {
  margin: 50px auto 80px;
  width: 120px;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 35px;
  line-height: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .btn._back {
    margin: 50px auto 80px;;
  }
}
.btn._back span {
  border: 1px solid #85b755;
  background-color: #fff;
}
.btn._back span:before {
  content: '';
  margin-top: -7px;
  width: 7px;
  height: 12px;
  background: url(images/common/arrow_r_4x8_grn.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: rotate(180deg);
}
.btn._back span:after {
  display: none;
}

/* 下層 - 美容鍼
- - - - - - - - - - - - - - - - -*/
/* 中部治療院の美容鍼が良い5つの理由 */
.menu_merit {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .menu_merit {
    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;
    width:1000px;
  }
}

.meritnum {
  margin: -61px auto 30px;
  width: 32px;
  height: auto;
  display: block;
}

.merititem {
  padding: 45px 20px 30px;
  margin-bottom: 50px;
  width: 100%;
  border: 1px solid #85b755;
  box-shadow: 5px 5px #85b755;
}
@media only screen and (min-width: 768px) {
  .merititem {
    margin: 0 17px 60px;
    width: 450px;
  }
}
.merititem h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #85b755;
  text-align: center;
  font-weight: bold;
}
.merititem p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .merititem p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

.beauty_option {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .beauty_option .optionitems {
    width: 980px;
    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;
  }
}
.beauty_option .optionitem {
  margin-bottom: 40px;
  padding: 30px;
  border: 1px dotted #78635c;
}
@media only screen and (min-width: 768px) {
  .beauty_option .optionitem {
    margin-bottom: 0;
    padding: 40px 30px 20px;
    width: 460px;
  }
}
.beauty_option .optionitem h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .beauty_option .optionitem h3 {
    margin-bottom: 30px;
  }
}
.beauty_option .optionitem .content {
  margin-bottom: 30px;
  min-height: 185px;
  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;
}
.beauty_option .optionitem .content img {
  width: 160px;
  display: block;
  align-self: flex-start;
}
.beauty_option .optionitem .content p {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: justify;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .beauty_option .optionitem .content p {
    width: 220px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}

/*マッサージオプション----------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .beauty_option .optionitems2 {
    width: 980px;
    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;
  }
}
.beauty_option .optionitem2 {
  margin-bottom: 40px;
  padding: 30px;
  border: 1px dotted #78635c;
  margin:0 auto;
}
@media only screen and (min-width: 768px) {
  .beauty_option .optionitem2 {
    margin-bottom: 0;
    padding: 40px 30px 20px;
    width: 460px;
  }
}
.beauty_option .optionitem2 h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-align: center;
  font-weight: bold;
}
.beauty_option .optionitem2 p {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .beauty_option .optionitem2 h3 {
    margin-bottom: 30px;
  }
}
.beauty_option .optionitem2 .content {
  margin-bottom: 30px;
  min-height: 185px;
  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;
}
.beauty_option .optionitem2 .content img {
  width: 160px;
  margin :25px auto;
  display: block;
  align-self: flex-start;
}
.beauty_option .optionitem2 .content p {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .beauty_option .optionitem2 .content p {
    width: 220px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}


/* 下層 - ハーブピーリング
- - - - - - - - - - - - - - - - -*/
.herb_ao {
  margin: 60px auto;
}
@media only screen and (min-width: 768px) {
  .herb_ao {
    margin-bottom: 80px;
  }
}
.herb_ao h2 {
  margin-bottom: 20px;
}
.herb_ao h2 img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .herb_ao h2 img {
    width: 340px;
  }
}
.herb_ao img {
  margin: 0 auto;
  display: block;
}
.herb_ao .ao_logo {
  width: 120px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .herb_ao .btn_hexa {
    width: 390px;
  }
}
.herb_ao p {
  padding: 30px 0;
  text-align: center;
}

/* 下層 - 不妊治療
- - - - - - - - - - - - - - - - -*/
.infertility_partner {
  margin-bottom: 60px;
  padding: 30px;
  border: 1px dotted #78635c;
}
@media only screen and (min-width: 768px) {
  .infertility_partner {
    margin: 0 auto 80px;
    padding: 50px;
    width: 980px;
  }
}
.infertility_partner h3 {
  margin: -38px auto 30px;
  width: 197px;
}
@media only screen and (min-width: 768px) {
  .infertility_partner h3 {
    margin: -58px auto 40px;
  }
}
.infertility_partner h3 img {
  width: 197px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .infertility_partner h3 img {
    margin: -58px auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .partneritems {
    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;
  }
}

.partneritem {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .partneritem {
    margin-bottom: 0;
    width: 200px;
  }
}
.partneritem img {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  display: block;
}
.partneritem .partnername {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .partneritem .partnername {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
  }
}
.partneritem .partneraddress {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}

/* 不妊治療の目的と効果 */
.infertility_order {
  padding: 40px 0 50px;
  background-color: #f8f3ee;
  position: relative;
}
.infertility_order:after {
  content: '';
  margin: 0 auto;
  width: 112px;
  height: 28px;
  background: url(images/menu/common/menu_recommend_arrow.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -28px;
}
@media only screen and (min-width: 768px) {
  .infertility_order {
    padding: 50px 0 60px;
  }
}
.infertility_order .lead {
  margin-bottom: 85px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .infertility_order .lead {
    margin-bottom: 85px;
  }
}

.orderitems {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .orderitems {
    margin: 0 auto;
    width: 980px;
    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;
  }
}

.effect {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 265px;
  left: 0;
  right: 0;
}

.effect2 {
  margin-bottom: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}

.orderitem {
  margin-bottom: 125px;
}
@media only screen and (min-width: 768px) {
  .orderitem {
    margin-bottom: 0;
    width: 460px;
  }
}
.orderitem .listbox {
  padding: 30px 30px;
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .orderitem .listbox {
    padding: 30px 30px;
  }
}
.orderitem .listbox h3 {
  width: 200px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .orderitem .listbox h3 {
    width: 200px;
    top: -50px;
  }
}
.orderitem .listbox h3 img {
  width: 100%;
  height: auto;
  display: block;
}
.orderitem .listbox ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.orderitem .listbox li {
  font-weight: bold;
  margin-left: 25px;
  text-indent: -25px;
}
.orderitem .listbox li img {
  width: 20px;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.orderitem .listbox._arrow {
  margin-bottom: 125px;
  padding: 85px 30px 30px;
}
@media only screen and (min-width: 768px) {
  .orderitem .listbox._arrow {
    margin-bottom: 125px;
  }
}
.orderitem .listbox._arrow:after {
  content: '';
  margin: 0 auto;
  width: 24px;
  height: 69px;
  background: url(images/menu/infertility/infertility_order_arrow.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -100px;
  z-index: 99;
}

.msgpanel {
  margin-top: 24px;
  padding: 30px;
  border: 1px dotted #78635c;
}

.ordernotes {
  padding: 60px 20px;
}
@media only screen and (min-width: 768px) {
  .ordernotes {
    padding: 80px 0;
  }
}
.ordernotes p {
  margin-bottom: 30px;
  margin-left: 3rem;
  text-indent: -3rem;
}

.allprices {
  margin: 0 auto 60px;
}
.allprices h3 {
  margin: 60px 0 30px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 100px;
  line-height: 10rem;
  font-family: serif;
  color: #fff;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .allprices h3 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 200px;
    line-height: 20rem;
  }
}
.allprices h3 span {
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .allprices h3 span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    top: 125px;
  }
}
.allprices .allprice {
  padding: 0 0 10px 0;
  margin-bottom: 30px;
  border-bottom: 1px dotted #78635c;
  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) {
  .allprices .allprice {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
.allprices .allprice .name {
  margin-bottom: 15px;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .allprices .allprice .name {
    margin-bottom: 0;
  }
}
.allprices .allprice .name span {
  padding-left: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  display: block;
}
.allprices .allprice .name:before {
  content: '●';
  font-size: 10px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #85b755;
  position: relative;
  top: -3px;
}
.allprices .allprice .price {
  width: 100%;
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.allprices .allprice .price span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-decoration: line-through;
}

.contents._coupon img {
  width: 800px;
  margin: 0 auto;
  display: block;
}

/* VOICE お客様の声
-------------------------------------------------------------*/
.contents._voice .voiceitems {
  margin: 0 auto;
  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;
}
@media only screen and (min-width: 768px) {
  .contents._voice .voiceitems {
    padding: 0;
    width: 960px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.contents._voice .voiceitems .voiceitem {
  margin-bottom: 20px;
  padding: 10px;
  width: 46%;
  border: 1px solid #cab493;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contents._voice .voiceitems .voiceitem {
    margin: 0 10px 65px;
    padding: 20px 20px 35px;
    width: 300px;
  }
}
.contents._voice .voiceitems .voiceitem .voiceimg {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .contents._voice .voiceitems .voiceitem .voiceimg {
    width: 260px;
    height: 260px;
  }
}
.contents._voice .voiceitems .voiceitem .voiceimg img {
  width: 100%;
  height: auto;
  display: block;
}
.contents._voice .voiceitems .voiceitem h3 {
  padding-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contents._voice .voiceitems .voiceitem h3 {
    margin-bottom: 15px;
    border-bottom: 1px solid #85b755;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.contents._voice .voiceitems .voiceitem h3 a {
  color: #78635c;
}
.contents._voice .voiceitems .voiceitem h3 a:hover {
  color: #666;
}
.contents._voice .voiceitems .voiceitem p {
  display: none;
}
@media only screen and (min-width: 768px) {
  .contents._voice .voiceitems .voiceitem p {
    height: 5.6rem;
    text-align: justify;
    overflow: hidden;
    display: block;
    position: relative;
  }
  .contents._voice .voiceitems .voiceitem p:before, .contents._voice .voiceitems .voiceitem p:after {
    background: #fff;
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
  }
  .contents._voice .voiceitems .voiceitem p:before {
    content: '…';
    bottom: 0.7rem;
    right: 0;
  }
  .contents._voice .voiceitems .voiceitem p:after {
    content: '';
  }
}
.contents._voice .voiceitems .voiceitem .btn {
  display: none;
}
@media only screen and (min-width: 768px) {
  .contents._voice .voiceitems .voiceitem .btn {
    margin: 0 auto;
    width: 120px;
    position: absolute;
    display: block;
    bottom: -18px;
    left: 0;
    right: 0;
  }
}

/* VOICE お客様の声 single
- - - - - - - - - - - - - - - - -*/
.contents._voice_single .voicesingleitem {
  margin: 0 auto 50px;
  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;
}
@media only screen and (min-width: 1260px) {
  .contents._voice_single .voicesingleitem {
    padding: 0;
    width: 980px;
  }
}
.contents._voice_single .voicesingleitem .voicesingleimg {
  margin: 0 auto 50px;
}
.contents._voice_single .voicesingleitem .voicesingleimg img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .contents._voice_single .voicesingleitem .voicesingleimg {
    margin: 0 0 50px;
    width: 400px;
  }
}
.contents._voice_single .voicesingleitem .voicesinglecontent {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contents._voice_single .voicesingleitem .voicesinglecontent {
    width: 460px;
  }
}
@media only screen and (min-width: 1260px) {
  .contents._voice_single .voicesingleitem .voicesinglecontent {
    width: 510px;
  }
}
.contents._voice_single .voicesingleitem .voicesinglecontent h3 {
  margin-bottom: 30px;
  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;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #85b755;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .contents._voice_single .voicesingleitem .voicesinglecontent h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.contents._voice_single .voicesingleitem .voicesinglecontent h3 .num {
  margin-right: 30px;
  padding: 0 0 0 25px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  color: #78635c;
  font-weight: 400;
  display: block;
  position: relative;
}
.contents._voice_single .voicesingleitem .voicesinglecontent h3 .num:before {
  content: '';
  width: 22px;
  height: 34px;
  background: url(images/voice/voice_single_slash.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
}
.contents._voice_single .voicesingleitem .voicesinglecontent .text {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cab493;
  text-align: justify;
}
.contents._voice_single .voicesingleitem .operator {
  margin: 0 auto;
  padding: 40px 25px 25px;
  width: 100%;
  border: 1px solid #c1c1c1;
  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;
}
@media only screen and (min-width: 768px) {
  .contents._voice_single .voicesingleitem .operator {
    padding: 50px 70px;
  }
}
.contents._voice_single .voicesingleitem .operator:before, .contents._voice_single .voicesingleitem .operator:after {
  content: '';
  width: 51px;
  height: 51px;
  display: block;
  position: absolute;
}
.contents._voice_single .voicesingleitem .operator:before {
  background: url(images/blog_frame_bf.png);
  background-size: contain;
  top: -11px;
  left: -11px;
}
.contents._voice_single .voicesingleitem .operator:after {
  background: url(images/blog_frame_af.png);
  background-size: contain;
  bottom: -11px;
  right: -11px;
}
.contents._voice_single .voicesingleitem .operator .content {
  margin-bottom: 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contents._voice_single .voicesingleitem .operator .content {
    margin-bottom: 0;
    width: 560px;
  }
}
.contents._voice_single .voicesingleitem .operator .content h2 {
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-align: center;
  color: #85b755;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .contents._voice_single .voicesingleitem .operator .content h2 {
    margin-bottom: 40px;
    text-align: left;
  }
}
.contents._voice_single .voicesingleitem .operator .opimg {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contents._voice_single .voicesingleitem .operator .opimg {
    width: 160px;
  }
}
.contents._voice_single .voicesingleitem .operator .opimg img {
  margin: 0 auto 30px;
  width: 160px;
  border-radius: 50%;
  display: block;
}
.contents._voice_single .voicesingleitem .operator .opimg h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-align: center;
  font-weight: bold;
}

/* Q & A よくある質問
-------------------------------------------------------------*/
.contents._qa .qaitems {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contents._qa .qaitems {
    padding: 0;
    width: 940px;
  }
}
.contents._qa .qaitems h3 {
  margin: 0 auto;
  width: 280px;
  height: 60px;
  border-bottom: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  line-height: 5rem;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.contents._qa .qaitems h3:before {
  content: '';
  margin: 0 auto;
  width: 280px;
  height: 280px;
  border-radius: 140px;
  background-color: #f8f3ee;
  display: block;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .contents._qa .qaitems h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 90px;
    line-height: 9rem;
  }
}
.contents._qa .qaitems ul.qaitem {
  margin: 0 0 50px 0;
  padding: 10px 10px 30px;
  width: 100%;
  background-color: #f8f3ee;
}
@media only screen and (min-width: 768px) {
  .contents._qa .qaitems ul.qaitem {
    margin: 0 0 100px 0;
    padding: 50px;
  }
}
.contents._qa .qaitems ul.qaitem li {
  margin: 0;
  padding: 0;
}
.contents._qa .qaitems ul.qaitem h4 {
  padding: 15px 0;
  border-bottom: 1px solid #c1c1c1;
  background: url(images/common/arrow_12x9_g_d.png) no-repeat center right;
  background-size: 22px 9px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: bold;
  letter-spacing: 0rem;
  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;
  color: #85b755;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .contents._qa .qaitems ul.qaitem h4 {
    padding: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.contents._qa .qaitems ul.qaitem h4 span {
  padding-right: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400;
  font-weight: bold;
  position: relative;
  display: block;
  top: 4px;
}
@media only screen and (min-width: 768px) {
  .contents._qa .qaitems ul.qaitem h4 span {
    padding-right: 25px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.contents._qa .qaitems ul.qaitem h4 .text {
  padding-right: 40px;
  width: 89%;
}
@media only screen and (min-width: 768px) {
  .contents._qa .qaitems ul.qaitem h4 .text {
    width: 780px;
  }
}
.contents._qa .qaitems ul.qaitem h4.up {
  background: url(images/common/arrow_12x9_g_u.png) no-repeat center right;
  background-size: 22px 9px;
}
.contents._qa .qaitems ul.qaitem .ans {
  display: none;
}
.contents._qa .qaitems ul.qaitem .ans .ansin {
  padding: 20px 0;
  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;
}
.contents._qa .qaitems ul.qaitem .ans .ansin .text {
  width: 89%;
}
@media only screen and (min-width: 768px) {
  .contents._qa .qaitems ul.qaitem .ans .ansin .text {
    width: 780px;
  }
}
.contents._qa .qaitems ul.qaitem .ans .ansin span {
  padding-right: 10px;
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  top: 4px;
  color: #cab493;
  font-weight: bold;
  display: block;
}
@media only screen and (min-width: 768px) {
  .contents._qa .qaitems ul.qaitem .ans .ansin span {
    padding-right: 25px;
  }
}

/* STAFF スタッフ紹介
-------------------------------------------------------------*/
.staffitems {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 1260px) {
  .staffitems {
    width: 980px;
  }
}
.staffitems .staffitem {
  margin-bottom: 40px;
  padding: 0 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;
}
@media only screen and (min-width: 768px) {
  .staffitems .staffitem {
    margin-bottom: 100px;
	padding:0px;
  }
}
.staffitems .staffitem .content {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .staffitems .staffitem .content {
    margin-bottom: 30px;
    width: 460px;
  }
}
.staffitems .staffitem .staffimg {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .staffitems .staffitem .staffimg {
    margin-bottom: 30px;
    width: 460px;
  }
}
.staffitems .staffitem .staffimg img {
  width: 100%;
  height: auto;
  display: block;
}
.staffitems .staffitem .titles {
  margin-bottom: 15px;
  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;
}
@media only screen and (min-width: 768px) {
  .staffitems .staffitem .titles {
    margin-bottom: 30px;
  }
}
.staffitems .staffitem .titles .num {
  margin-right: 15px;
  width: 72px;
  height: 72px;
  background: url(images/staff/staff_num_bg.png) no-repeat;
  background-size: contain;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 72px;
  line-height: 7.2rem;
  color: #85b755;
  text-align: center;
  font-weight: bold;
  display: block;
}
@media only screen and (min-width: 768px) {
  .staffitems .staffitem .titles .num {
    margin-right: 30px;
    width: 84px;
    height: 84px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 84px;
    line-height: 8.4rem;
  }
}
.staffitems .staffitem .titles h3 {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .staffitems .staffitem .titles h3 {
    padding: 15px 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.staffitems .staffitem .titles h3 span {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #cab493;
  display: block;
}
.staffitems .staffitem .titles .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: justify;
}
.staffitems .staffitem .profile {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  border: 1px dotted #85b755;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .staffitems .staffitem .profile {
    padding: 50px 50px 25px;
    width: 840px;
  }
}
.staffitems .staffitem .profile:before {
  content: 'Profile';
  width: 120px;
  height: 30px;
  background-color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  text-align: center;
  color: #85b755;
  display: block;
  position: absolute;
  top: -18px;
  left: 15px;
}
@media only screen and (min-width: 768px) {
  .staffitems .staffitem .profile:before {
    width: 140px;
    height: 36px;
    left: 50px;
  }
}
.staffitems .staffitem .profile dl {
  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;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
.staffitems .staffitem .profile dl dt {
  margin-bottom: 10px;
  width: 35%;
}
.staffitems .staffitem .profile dl dd {
  margin: 0 0 10px 0;
  padding: 0;
  width: 65%;
}

/* STAFF アクセス
-------------------------------------------------------------*/
#accessmap {
  margin-bottom: 70px;
  width: 100%;
}

.access_means {
  margin-bottom: 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;
}

.meanitem {
  margin-bottom: 45px;
  padding: 40px 30px 30px;
  border: 1px dotted #78635c;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .meanitem {
    margin-bottom: 55px;
    width: 460px;
  }
}
.meanitem .access_icon {
  margin: 0 auto;
  width: 90px;
  height: auto;
  display: block;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .meanitem .access_icon {
    width: 90px;
    height: 44px;
  }
}
.meanitem h3 {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #85b755;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .meanitem h3 {
    margin-bottom: 40px;
  }
}
.meanitem p {
  text-align: center;
}
.meanitem h4 {
  margin: 0 auto 15px;
}
@media only screen and (min-width: 768px) {
  .meanitem h4 {
    width: 349px;
  }
}
.meanitem h4 img {
  width: 100%;
  height: auto;
  display: block;
}
.meanitem .meanimg {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
}
.meanitem._wide {
  width: 100%;
}

.parkcompare {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .parkcompare {
    margin: 0 auto;
    width: 660px;
    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;
  }
}
.parkcompare img {
  margin: 0 auto;
  width: 192px;
  height: auto;
  display: block;
  align-self: flex-start;
}
@media only screen and (min-width: 768px) {
  .parkcompare img {
    width: 72px;
  }
}
.parkcompare ul {
  margin: 0;
  padding: 20px 0 0 0;
  list-style-type: none;
}
.parkcompare ul li {
  margin-bottom: 5px;
  margin-left: 2rem;
  text-indent: -2rem;
}
@media only screen and (min-width: 768px) {
  .parkcompare ul li {
    margin-bottom: 0;
  }
}

.aboutitems {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .aboutitems {
    margin-bottom: 50px;
    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;
  }
}

.aboutitem {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .aboutitem {
    margin-bottom: 0;
    width: 460px;
  }
}
.aboutitem img {
  width: 100%;
}
.aboutitem .text {
  margin: 0 auto 15px;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .aboutitem .text {
    width: 349px;
  }
}

.aboutinfo {
  text-align: center;
}
.aboutinfo .name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: bold;
}
.aboutinfo address {
  font-style: normal;
}
.aboutinfo .note {
  margin-bottom: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.aboutinfo .contactcatch {
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0.32rem;
  font-weight: bold;
}
.aboutinfo .tel {
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #85b755;
}
.aboutinfo .tel span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.aboutinfo .biztime {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
}

/* 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 80px;
  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: #85b755;
  display: block;
}
.term_more span {
  display: block;
}
.term_more:hover {
  color: #fff;
}

.contents._blog {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .contents._blog {
    padding-left: 0;
    padding-right: 0;
  }
}
.contents._blog .catlist {
  margin: 0 auto 30px;
  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 .catlist {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.contents._blog .catlist a {
  color: #78635c;
  display: block;
}
.contents._blog .catlist a:hover {
  color: #666;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .contents._blog .catlist {
    margin-bottom: 40px;
    padding: 10px 0;
    border: 1px dashed #666;
    width: 940px;
  }
  .contents._blog .catlist a:hover {
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f5ea8d 40%);
    background-size: 80% 17px;
  }
  .contents._blog .catlist a.current {
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f5ea8d 40%);
    background-size: 80% 17px;
  }
}
.contents._blog .catlist li {
  margin-bottom: 9px;
  padding: 0 15px;
  height: 45px;
  width: 48.6%;
  border: 1px dashed #666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 45px;
  line-height: 4.5rem;
  text-align: center;
}
.contents._blog .catlist li:nth-of-type(1) {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contents._blog .catlist li {
    margin: 5px 0;
    width: 16.6%;
    border: none;
    height: auto;
    border-right: 1px solid #666;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
  }
  .contents._blog .catlist li:nth-of-type(6n) {
    border-right: none;
  }
  .contents._blog .catlist li:nth-of-type(1) {
    width: 16.6%;
  }
}
.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: 30px;
  width: 48%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contents._blog .blogitems .blogitem {
    margin: 0 20px 35px;
    width: 285px;
  }
}
.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;
  }
}
.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 .blogimg:before {
  background: url(images/blog/blog_frame_bf.png);
  background-size: contain;
  top: -11px;
  left: -11px;
}
.contents._blog .blogitems .blogitem._lg .blogimg:after {
  background: url(images/blog/blog_frame_af.png);
  background-size: contain;
  bottom: -11px;
  right: -11px;
}
.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 .icon_new {
  margin-bottom: 30px;
  width: 98px;
  height: 38px;
  display: block;
  position: absolute;
  top: -20px;
  right: -10px;
}
@media only screen and (min-width: 768px) {
  .contents._blog .blogitems .blogitem._lg .meta .icon_new {
    margin-bottom: 35px;
    position: static;
    top: -30px;
  }
}
.contents._blog .blogitems .blogitem._lg .meta .category {
  margin-bottom: 20px;
  width: 48%;
  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: 160px;
    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.1rem;
  line-height: 30px;
  line-height: 3rem;
}
.contents._blog .blogitems .blogitem._lg .meta h3 {
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
}
.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: auto;
  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: #fff;
  border: 1px solid #cab493;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 30px;
  line-height: 3rem;
  color: #78635c;
  text-align: center;
  font-weight: bold;
  display: block;
}
.contents._blog .blogitems .blogitem .meta .category:hover {
  text-decoration: none;
  color: #666;
}
@media only screen and (min-width: 768px) {
  .contents._blog .blogitems .blogitem .meta .category {
    width: 160px;
    height: 35px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 33px;
    line-height: 3.3rem;
    letter-spacing: 0.32rem;
  }
}
.contents._blog .blogitems .blogitem .meta .date {
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}
@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: 3.7rem;
  }
}
.contents._blog .blogitems .blogitem h3 {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
}
@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 h3 a {
  color: #78635c;
}
.contents._blog .blogitems .blogitem h3 a:hover {
  color: #666;
}

/* ページナビ　共通 */
.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 #78635c;
  border-radius: 5px;
  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: #85b755;
  border-color: #85b755;
  color: #fff;
}
.pagination .prev, .pagination .next {
  width: 40px;
  height: 40px;
  padding: 0;
  background: tranceparent;
  border-radius: 5px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
}

.pagenation_sp {
  margin-bottom: 40px;
  padding: 0;
  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 #85b755;
  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;
  background-color: #8e8070;
  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: #fff;
  border: 1px solid #cab493;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 35px;
  line-height: 3.5rem;
  color: #78635c;
  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: #78635c;
  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: #78635c;
}
.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.8rem;
    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: #85b755;
  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 #78635c;
  color: #78635c;
}
.contents._single .post .postbody blockquote p {
  margin: 0;
}
.contents._single .post .postbody .twoline {
  margin-bottom: 30px;
  border-top: 1px solid #78635c;
  border-bottom: 1px solid #78635c;
  font-size: 30px;
  font-size: 3rem;
  line-height: 45px;
  line-height: 4.5rem;
  font-weight: bold;
  color: #78635c;
}
@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: #85b755;
  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;
  border-top: #cab493 1px solid;
  border-bottom: #cab493 1px solid;
}
@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: #78635c;
  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 solid #cab493;
  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;
  }
}
.contents._single .recent {
  margin-bottom: 40px;
  padding-top: 15px;
  border-top: 3px solid #85b755;
}
.contents._single .recent h2 {
  margin-bottom: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #85b755;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contents._single .recent h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
.contents._single .recent .recentitems {
  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;
}
.contents._single .recent .recentitems .recentitem {
  margin-bottom: 10px;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contents._single .recent .recentitems .recentitem {
    margin-bottom: 20px;
    padding: 10px 15px 0;
    width: 50%;
    border-right: 1px solid #cab493;
  }
  .contents._single .recent .recentitems .recentitem:after {
    content: '';
    margin: 0 auto;
    width: 94%;
    height: 1px;
    background-color: #cab493;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
  }
}
.contents._single .recent .recentitems .recentitem:nth-of-type(2n) {
  border-right: none;
}
.contents._single .recent .recentitems .recentitem .recentimg {
  margin-bottom: 10px;
  width: 30%;
  height: auto;
  display: block;
}
.contents._single .recent .recentitems .recentitem .recentimg img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .contents._single .recent .recentitems .recentitem .recentimg {
    width: 90px;
  }
}
.contents._single .recent .recentitems .recentitem .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) {
  .contents._single .recent .recentitems .recentitem .content {
    width: 180px;
  }
}
.contents._single .recent .recentitems .recentitem .content .title {
  width: 100%;
  margin: -3px 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #78635c;
  font-weight: bold;
}
.contents._single .recent .recentitems .recentitem .content .category {
  width: 50%;
  height: 20px;
  border: 1px solid #cab493;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #78635c;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contents._single .recent .recentitems .recentitem .content .category {
    margin-bottom: 0;
    width: 50%;
  }
}
.contents._single .recent .recentitems .recentitem .content .category:after {
  display: none;
}
.contents._single .recent .recentitems .recentitem .content .date {
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 2rem;
}
@media only screen and (min-width: 768px) {
  .contents._single .recent .recentitems .recentitem .content .date {
    margin-bottom: 0;
    width: 50%;
    text-align: right;
  }
}

.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: #85b755;
  text-align: center;
  font-weight: bold;
}
.categories .categoriesttl:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #85b755;
  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: #78635c;
  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: #78635c;
}
.categories .catitems .catitem .title .date {
  padding-top: 5px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  color: #78635c;
  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-bottom: 12px;
  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 #85b755;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #85b755;
}
.sidebar .sidebar_ttl span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}
.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: #78635c;
  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;
}
.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: #78635c;
  font-weight: bold;
}
.sidebar .postitems .postitem .content .category {
  width: 50%;
  height: 20px;
  border: 1px solid #cab493;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #78635c;
  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: #78635c;
  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: #78635c;
  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;
}

/* お問い合わせ - contact
-------------------------------------------------------------*/
.contents._contact {
  padding-bottom: 0;
}
.contents._contact .lead {
  margin: 0 auto 40px;
  width: 280px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
  position: relative;
}
.contents._contact .lead:before, .contents._contact .lead:after {
  content: '';
  width: 17px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0;
}
.contents._contact .lead:before {
  background-image: url(images/index/index_concept_catch_bf.png);
  left: 0;
}
.contents._contact .lead:after {
  background-image: url(images/index/index_concept_catch_af.png);
  right: 0;
}
@media only screen and (min-width: 768px) {
  .contents._contact .lead {
    width: 600px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.contents._contact .tels {
  color: #85b755;
  text-align: center;
  margin-bottom: 50px;
}
.contents._contact .tels .text {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: bold;
}
.contents._contact .tels .num {
  margin-bottom: 15px;
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #85b755;
  font-weight: 500;
}
.contents._contact .tels .num:visited {
  color: #3972B7 !important;
}
@media only screen and (min-width: 768px) {
  .contents._contact .tels .num {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}
.contents._contact .tels .biztime {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.contents .contactmsg {
  margin: 0 auto 70px;
  padding: 20px;
  width: 91%;
  border: 1px dotted #8e8070;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contents .contactmsg {
    margin-bottom: 100px;
    padding: 25px;
    width: 600px;
  }
}
.contents .contactmsg .items {
  color: #85b755;
  font-weight: bold;
}

#mailform {
  margin-top: -150px;
  padding-top: 150px;
}

.formwrap {
  background-color: #f8f3ee;
}
.formwrap .inner {
  margin: 0 auto;
  padding: 40px 0 0 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .formwrap .inner {
    padding: 50px 0 0 0;
    width: 640px;
  }
}

.netreserve {
  width: 90px;
  height: auto;
  display: block;
  position: absolute;
  top: -10px;
  right: 20px;
}
@media only screen and (min-width: 768px) {
  .netreserve {
    width: 122px;
    top: -20px;
    right: 0;
    z-index: 999;
  }
}
.netreserve img {
  width: 100%;
  height: auto;
  display: block;
}

/* フォーム共通 */
.formnote {
  margin: 0 auto 55px;
  padding: 25px 20px;
  width: 91%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .formnote {
    width: 640px;
  }
}
.formnote span {
  color: #85b755;
}

form {
  margin-bottom: 30px;
  padding: 0 20px;
  background-color: #f8f3ee;
  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;
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
}
@media only screen and (min-width: 768px) {
  form {
    margin: 0 auto;
    padding: 0;
    width: 640px;
  }
}
form input {
  box-sizing: border-box;
}
form input[type=text],
form input[type=email] {
  padding: 0 15px;
  width: 100%;
  border: none;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  line-height: 5rem;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  form input[type=text],
  form input[type=email] {
    padding: 0 15px;
  }
}
form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 15px 10px 15px;
  width: 100%;
  background: url(images/select_arrow.png) no-repeat right 50%;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
}
form label {
  margin-bottom: 10px !important;
  padding: 0 15px 0 0;
  display: inline-block;
  line-height: 21px;
  color: #78635c;
  text-align: left !important;
}
form input[type=radio] {
  display: none;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
form span.mwform-radio-field-text {
  position: relative;
  padding-left: 36px;
}
form input[type=radio] + span.mwform-radio-field-text:before {
  content: '';
  background: url(images/contact/radio_off.png);
  width: 22px;
  height: 22px;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: 0;
}
form input[type=radio]:checked + span.mwform-radio-field-text:before {
  content: '';
  background: url(images/contact/radio_on.png);
  width: 22px;
  height: 22px;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: 0;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + .mwform-checkbox-field-text {
  position: relative;
}
form .mwform-checkbox-field-text {
  padding-left: 36px;
}
form input[type=checkbox] + .mwform-checkbox-field-text:before {
  content: '';
  background: url(images/contact/check_off.png);
  width: 22px;
  height: 22px;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: 0;
}
form input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
  content: '';
  background: url(images/contact/check_on.png);
  width: 22px;
  height: 22px;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: 0;
}
form .horizontal-item {
  margin-left: 0 !important;
}
form textarea {
  margin-bottom: 25px;
  padding: 20px;
  width: 100%;
  height: 150px;
  border: none;
  resize: vertical;
  box-sizing: border-box;
}
form :placeholder-shown {
  color: red;
}
form ::-webkit-input-placeholder {
  color: #cab493;
}
form :-moz-placeholder {
  color: #cab493;
  opacity: 1;
}
form ::-moz-placeholder {
  color: #cab493;
  opacity: 1;
}
form :-ms-input-placeholder {
  color: #cab493;
}
form .formitem {
  margin-bottom: 40px;
  width: 100%;
}
form .formitem p.label {
  margin-bottom: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #78635c;
  font-size: 13px;
  /* フォント置換による類似 */
  font-weight: bold;
  text-align: left !important;
}
form .formitem p.label span.mm {
  padding-right: 10px;
  color: #85b755;
  font-size: 10px;
  font-size: 1rem;
}
form .formitem span.error {
  color: #ff0000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  display: inline;
  font-weight: bold;
}
form .formitem._second {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  form .formitem._second {
    width: 48%;
  }
}
form .formitem._third {
  width: 31%;
}
form .formitem._fourth {
  width: 23%;
}
form .formitem._reserve {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  line-height: 5rem;
  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;
}
form .formitem._reserve p.label {
  width: 100%;
}
form .formitem._reserve .rdate {
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  form .formitem._reserve .rdate {
    margin-bottom: 0;
    width: 42%;
  }
}
form .formitem._reserve .rhour, form .formitem._reserve .rminite {
  width: 35%;
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  form .formitem._reserve .rhour, form .formitem._reserve .rminite {
    width: 20% !important;
  }
}
form .formitem._reserve span {
  line-height: 48px;
}
form .contact_btn {
  margin-bottom: 30px;
  height: 60px;
  border-radius: 10px;
  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;
  text-align: center;
  font-weight: bold;
}
form .contact_btn .confirm {
  margin: 0 20px;
  padding: 1px;
  width: 40%;
  height: 60px;
  background-color: #85b755;
  border-radius: 10px;
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  form .contact_btn .confirm {
    width: 194px;
  }
}
form .contact_btn .confirm:hover {
  text-decoration: none;
}
form .contact_btn .confirm span {
  height: 58px;
  background-color: #85b755;
  border-radius: 10px;
  display: block;
  position: relative;
}
form .contact_btn .confirm span input {
  width: 100%;
  background: url(images/arrow_r_7x12_b.png) no-repeat 240px center;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 56px;
  line-height: 5.6rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  display: block;
}
form .contact_btn .confirm span:after {
  content: '';
  width: 7px;
  height: 12px;
  background: url(images/common/arrow_r_7x12_wh.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  margin-top: -6px;
  top: 50%;
  right: 20px;
}
form .contact_btn .back {
  margin: 0 20px;
  width: 35%;
  height: 60px;
  border: 1px solid #85b755;
  background-color: #fff;
  border-radius: 10px;
  color: #85b755;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  line-height: 5rem;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  form .contact_btn .back {
    width: 100px;
  }
}

.thankstext {
  margin: 0 auto;
  padding: 50px 0 100px;
  text-align: center;
}

.contents._confirm {
  padding-top: 0;
  padding-bottom: 0;
}
.contents._confirm .btn {
  margin: 0 auto;
  width: 180px;
}

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


/*INDEX 追加修正
-------------------------------------------------------------*/

.ao_title{
	width:80%;
	margin:0 auto;
}
.ao_title img{
	width:60%;
}
@media only screen and (min-width: 768px) {
.ao_title{
	width:130px;
}
.ao_title img{
	width:130px;
	margin-left:-60px;
}
}

/*コロナ対策追加*/

.corona_box {
	width:980px;
	margin:auto;
	border:solid 3px #f2f7ec;
	padding:50px
}
.corona_box2 {
	width:980px;
	margin:auto;
	background-color:#f2f7ec;
	position:relative;
	z-index:1;
	padding-top:40px;
	padding-bottom:30px;
	margin-bottom:80px;
}

.corona_boximg {
	width:280px;
	float:left;
}

.corona_boximgmr {
	margin-right:10px;
}

.corona_boximg_l {
	float:left;
	width:80px;
	margin-right:20px;
}
.corona_boximg_l img {
	width:80px;
}

.corona_boximg_r {
	float: right;
	width:180px;
	padding-top:15px;
}

.clearboth {
	clear:both;
}

.coronalist {
	width:570px;
	margin:auto;
}

.coronalist li {
	background-image: url(images/index/coronalist.png);
	background-size:5px;
	background-position:0px 12px;
	background-repeat:no-repeat;
	padding-left:20px;
	list-style: none;
}

.coronatitle {
	font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:20px;
	color:#76635c;
	text-align:center;
	width:400px;
	margin:auto;
	background-image: url(images/index/coronatitle.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:36px;
	padding-top:65px;
	margin-bottom:-15px;
	background-color:#ffffff;
	position:relative;
	z-index:90;
	letter-spacing:0.15em;
}

.coronafukidasi {
	width:85px;
	height:40px;
	background-image: url(images/index/coronafukidasi.png);
	background-repeat:no-repeat;
	background-size:85px;
	margin-left:120px;
	margin-top:20px;
}

.coronasubti {
	width:310px;
	background-image: url(images/index/coronasubti.png);
	background-repeat:no-repeat;
	background-size:310px;
	margin:auto;
	height:51px;
	margin-bottom:-80px;
	margin-top:35px;
	z-index:90;
	position:relative;
}

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

@media only screen and (max-width: 768px) {
.corona_box {
	width:90%;
	margin:auto;
	border:solid 3px #f2f7ec;
	padding:20px;
	padding-top:30px;
	padding-bottom:80px;
}
.corona_box2 {
	width:90%;
	margin:auto;
	background-color:#f2f7ec;
	position:relative;
	z-index:1;
	padding:20px;
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:50px;
}

.corona_boximg {
	width:100%;
	float:left;
}

.corona_boximgmr {
	margin-right:0px;
}

.corona_boximg_l {
	float:left;
	width:20%;
	margin-right:10px;
}

.corona_boximg_l img {
	width:100%;
}

.corona_boximg_r {
	float: right;
	width:70%;
	padding-top:5px;
}

.clearboth {
	clear:both;
}
.fonttmr {
	padding-top:15px !important;
}

.coronalist {
	width:100%;
	margin:auto;
	margin-left:-20px;
}

.coronalist li {
	background-image: url(images/index/coronalist.png);
	background-size:5px;
	background-position:0px 12px;
	background-repeat:no-repeat;
	padding-left:20px;
	list-style: none;
	text-align:justify;
}

.coronatitle {
	font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:17px;
	color:#76635c;
	text-align:center;
	width:80%;
	margin:auto;
	background-image: url(images/index/coronatitle.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:36px;
	padding-top:65px;
	margin-bottom:-15px;
	background-color:#ffffff;
	position:relative;
	z-index:90;
	letter-spacing:0em;
	margin-top:-40px;
}

.coronafukidasi {
	width:85px;
	height:40px;
	background-image: url(images/index/coronafukidasi.png);
	background-repeat:no-repeat;
	background-size:85px;
	margin-left:100px;
	margin-top:20px;
	margin-bottom:20px;
}

.coronasubti {
	width:100%;
	background-image: url(images/index/coronasubti.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:auto;
	height:51px;
	margin-bottom:-100px;
	margin-top:20px;
	z-index:90;
	position:relative;
}	
}

/* ao clearバナー設置
------------------------------------------------------------*/

.aoclear_btn{
	display: none;
}
.aoclear_btn_sp{
	display: block;
	width: 90%;
	margin: 0 auto 50px;
}
.aoclear_btn_sp img{
	width: 100%;
}

@media only screen and (min-width: 768px) {
.aoclear_btn{
	display: block;
	width: 980px;
	margin: 0 auto 100px;
}
.aoclear_btn:hover{
	opacity: 0.7;
    transition: opacity 0.2s linear;
}
.aoclear_btn img{
	width: 100%;
}
.aoclear_btn_sp{
	display: none;
}
}