/****************************************
		1. reset.css(sanitize)
*****************************************/

/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */

/* Display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
	display: block;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas, main {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display: block;
}
ul, li, ol {
  list-style-position: inside;
}
/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
	display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */

*,
::before,
::after {
	background-repeat: no-repeat; /* 1 */
	box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */

::before,
::after {
	text-decoration: inherit; /* 1 */
	vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html {
	box-sizing: border-box; /* 1 */
	cursor: default; /* 2 */
/* 	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", Arial, Osaka, Sans-Serif; */
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	line-height: 1.5; /* 3 */
	-ms-text-size-adjust: 100%; /* 4 */
	-webkit-text-size-adjust: 100%; /* 5 */
	font-size: 62.5%;
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	vertical-align: baseline;
	color: #393939;
}
body {
	font-size: 1.4rem;
	background: #f5f4e9;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */

/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */

hr {
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
	list-style: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */

abbr[title] {
	border-bottom: 1px dotted; /* 1 */
	text-decoration: none; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */

mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */

small {
	font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */

sub,
sup {
	font-size: 83.3333%; /* 1 */
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
	text-decoration: none;
	color: inherit;
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */

:hover {
	outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */

/*
 * Remove border spacing in all browsers (opinionated).
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */

/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
	background-color: transparent; /* 1 */
	border-style: none; /* 1 */
	color: inherit; /* 1 */
	font-size: 1em; /* 1 */
	margin: 0; /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 2 */
	white-space: normal; /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
	overflow: auto; /* 1 */
	resize: vertical; /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */

::-webkit-search-cancel-button,
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

[aria-busy="true"] {
	cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
	cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
	cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[hidden][aria-hidden="false"] {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

[hidden][aria-hidden="false"]:focus {
	clip: auto;
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}
.ff_mincho {
    font-family: 'Times New Roman', 'ff-serif', "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "MS PMincho", 'Times New Roman', serif;
    font-weight: normal;
}

.ff_math {
    font-family: 'Century Gothic';
    font-weight: normal;
}
.ff_l {
	font-size: 2.2rem;
}
.ff_m {
	font-size: 1.8rem;
}
.text-red {
  color: red;
}
.bg-wrap-red {
  border-radius: 8px;
  background: #fdf7f8;
  padding: 16px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
}
/****************************************
		2. grid
*****************************************/

.feature-list {
	display: flex;
	flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.feature-item {
	flex: 0 0 33.3333%;
	border: 1px solid gray;
	background: white;
	padding: 20px;
	text-align: center;
	max-width: 33.3333%; /* IE11 Bugfix */
}

.price-list {
  display: flex;
	flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
	/* margin: -1em 0 0 -1em; */
}

.price-item {
	/* flex: 0 0 33.3333%; */
	/* padding: 1em 0 0 1em; */
	width: 33.3333%; /* IE11 Bugfix */
}

.price-item__inner{
	/* border: 1px solid gray; */
	text-align: center;
	background: white;
	padding: 20px;
}



/****************************************
		3. input
*****************************************/
.InputAddOn {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 1.5em;
}

.InputAddOn-field {
  flex: 1;
}
.InputAddOn-field:not(:first-child) {
  border-left: 0;
}
.InputAddOn-field:not(:last-child) {
  border-right: 0;
}

.InputAddOn-item {
  background-color: rgba(147, 128, 108, 0.1);
  color: #666666;
  font: inherit;
  font-weight: normal;
}

.InputAddOn-field,
.InputAddOn-item {
  border: 1px solid rgba(147, 128, 108, 0.25);
  padding: 0.5em 0.75em;
}
.InputAddOn-field:first-child,
.InputAddOn-item:first-child {
  border-radius: 2px 0 0 2px;
}
.InputAddOn-field:last-child,
.InputAddOn-item:last-child {
  border-radius: 0 2px 2px 0;
}

.InputAddOn-item {
  /* item styles */
}

.siteHeader {
  /**
   * Lay out the children of this container with
   * flexbox, which is horizontal by default.
   */
  display: flex;
  display: -webkit-flex;
  /**
   * Make the container put as much space as possible
   * between its children, with the children at either
   * end laying flush against the container's edges.
   */
  justify-content: space-between;
  -webkit-justify-content: space-between;

  padding: 10px;
  background-color: #56727C;
}

/****************************************
		4. header
*****************************************/

.siteHeader {
	margin-bottom: 1.5em;
}
  .siteHeader__section {
    /**
     * Lay out the children of this container with
     * flexbox.
     */
    display: flex;
    display: -webkit-flex;
    /**
     * Align the children in the center, along
     * the main axis. By default the children will
     * align along their top edges.
     */
    align-items: center;
    -webkit-align-items: center;
  }

    .siteHeader__item {
      padding: 5px 15px;
      font-size: 12px;
    }

    .siteHeader__item + .siteHeader__item {
      margin-left: 5px;
    }

    .siteHeader__item.is-site-header-item-selected {
      color: #FFFFFF;
      background-color: #415F69;
      border-radius: 4px;
    }

    .siteHeaderLogo {
      font-size: 20px;
      line-height: 0;
      color: white;
    }

    .siteHeaderButton {
      cursor: pointer;
      color: #D9E9EF;
    }

/****************************************
		5. header
*****************************************/
.content__section {
	/*max-width: 1064px; */
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 32px;
}
.logo img {
	width: 100%;
}
    ul.navi li.sp-navigate__reserve {
      display: none;
    }

/* sp用のメニュー＆電話アイコン */
.sp-navigate__icon {
  display: none;
  position: absolute;
  right: 16px;
  margin-top: 7px;
  z-index: 200;
  top: 10px;
}
.sp-navigate__tel {
  display: none;
  position: absolute;
  right: 72px;
  margin-top: 4px;
  width: 30px;
  height: 30px;
  z-index: 200;
  top: 10px;
}
.sp-navigate__tel a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #333;
  color: #FFF;
  text-align: center;
  line-height: 30px;
}
  .sp-navigate__tel a.active {
    background: #FFF;
    color: #333;
  }

/* TB化Navigation */
.navigation {
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  max-width: 1128px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
  .navigation .nav-left {
    width: 36%;
    height: 128px;
  }
    .nav-left:before {
      content: "";
      height: 100%;
      vertical-align: middle;
      width: 0px;
      display: inline-block;
    }
    .navigation .nav-left a {
      display: inline-block;
      vertical-align: middle;
    }
  .navigation .nav-right__top {
    display: flex;
    justify-content: flex-end;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    padding: 16px 0 24px;
  }
    .navigation .nav-right__top p {
      margin-left: 32px;
    }
  ul.navi {
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
  }
    ul.navi li {
      display: inline-block;
      padding: 0 16px;
      /* border-right: 1px solid #ccc; */
    }
  .btn-net-reserve.top {
    margin: 0px;
    padding: 4px 8px;
  }


/* ハンバーガー切り替えボタン */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 22px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span{
  background: #FFF;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
/* sub navigate */
ul.navi li ul.navigate__hide {
	list-style: none;
	position: absolute;
	display: none;
  z-index: 3;
}
ul.navi li ul.navigate__hide li {
	display: block;
	padding: 0;
	margin: 0;
	top: 0;
}
  ul.navi li ul.navigate__hide li.navigate__top {
    /* display: none; */
  }
	ul.navi li ul.navigate__hide li a {
		display: block;
		padding: 8px;
		background: rgba(33,20,8,0.7);
		color: #FFF;
	}
		ul.navi li ul.navigate__hide li a:hover {
			background: rgba(25,100,102,1.0);
		  transition-property: background;
		  transition-duration: .1s;
		  transition-timing-function: ease-in;
		}

.navi_tel {
  color: #D67A2D;
}

.parallax-container-other {
  margin-bottom: 40px;
}
/****************************************
    5. パンくず
*****************************************/
.cd-breadcrumb {
  width: 100%;
  padding: 16px 0 8px;
  margin: 0 0 4px;
  border-radius: .25em;
  border-top: 1px solid #eee;
}
  .custom-separator {
    overflow: hidden;
  }
	.cd-breadcrumb:after {
	  content: "";
	  display: table;
	  clear: both;
	}
	.cd-breadcrumb li {
	  display: table-cell;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
	}
	.cd-breadcrumb li::after {
	  /* this is the separator between items */
	  display: inline-block;
	  content: '\00bb';
	  margin: 0 .6em;
	}
	.cd-breadcrumb li:last-of-type::after {
	  /* hide separator after the last item */
	  display: none;
	}
	.cd-breadcrumb li > * {
	  /* single step */
	  display: inline-block;
	  font-size: 1.4rem;
	}
	.cd-breadcrumb li.current > * {
	  /* selected step */
	}
	.cd-breadcrumb .custom-separator li::after {
		/* replace the default arrow separator with a custom icon */
		content: '';
		height: 16px;
		width: 16px;
		background: url(../images/cd-custom-separator.svg) no-repeat center center;
		vertical-align: middle;
	}
  .cd-breadcrumb .fa-home {
    font-size: 1.8rem;
    vertical-align: baseline;
  }

/****************************************
		6. common 
*****************************************/
.top_contents_left {
	width: 45%;
	float: left;
}
.top_contents_right {
	width: 55%;
	float: right;
}
h2.top_ttl {
	font-size: 4.0rem;
	line-height: 1.0;
	margin: 0;
	padding: 0;
  color: #196466;
}
h3.top_subttl {
	font-weight: 100;
  padding: 8px 0;
  color: #393939;
}
.top_contents__center {
  text-align: center;
  margin-bottom: 48px;
}
.top_contents__subtitle {
  font-size: 1.6rem;
  padding: 8px 0 0 0;
}
.parallax__hover {
	height: 330px;
	max-width: 1064px;
	margin: 0 auto;
	position: relative;
}
	.parallax__hover__ttl {
		position: absolute;
		top: 80px;
		left: 0;
	}
.btn_more  {
    background: #ccc;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    margin: 16px auto;
}
.ll-text {
	font-size: 3.2rem;
}
.container-top {
	overflow: hidden;
	height: 300px;
}
.container-top img {
	width: 100%;
}
/* kagawaのみtopの画像の中にConceptを入れる */
.parallax-container-top {
  position: relative;
}
.parallax-container-top__concept {
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  width: 100%;
  height: 100%;
}
.parallax-container-top__concept__inner {
  width: 100%;
}
  .parallax-container-top__concept__inner p,
  .parallax-container-top__concept__inner h2 {
    color: #FFF;
    text-shadow: 0px 0px 8px #000;
  }
.uchida-top-concept {
  width: 70%;
  margin: 40px auto 0;
}
.uchida-top-concept__section {
  list-style: none;
  text-align: center;
}
  .uchida-top-concept__list {
    border: 1px solid #FFF;
    color: #FFF;
    background: rgba(255,255,255,0.1);
    display: inline-block;
    padding: 4px 16px;
    margin-bottom: 8px;
    margin-left: 4px;
    font-size: 18px;
  }
  .uchida-top-concept__circle {
    background: #776150;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 16px auto;
    display: flex;          /* 2 */
    justify-content: center;/* 3 */
    align-items: center;    /* 4 */
    text-align: center;
    position: relative;
  }
    .uchida-top-concept__circle__ttl {
      text-align: center;
      padding: 8px 0;
      font-size: 36px;
      font-weight: 100;
    }
    .uchida-top-concept__circle p {
      margin-top: -8px;
    }
    .uchida-top-concept__circle__icon {
      position: absolute;
      color: #FFF;
      font-size: 24px;
      bottom: 8px;
    }

/****************************************
		7. sidebar 
*****************************************/
.sidebar {
	width: 300px;
	margin-right: 32px;
}
  .sidebar .side-contents {
    margin: 0px 0 32px;
    border: 1px solid #eee;
    padding: 16px;
    font-size: 1.2rem;
  }
    .sidebar .side-contents h2.top_ttl {
      font-size: 3.2rem;
    }
    .sidebar .side-contents .top_subttl {
      margin-bottom: 16px;
    }
      .sidebar .side-contents .news__list li span.date {
        width: 30%;
        vertical-align: top;
        display: inline-block;
      }
      .sidebar .side-contents .news__list li span.title {
        width: 68%;
        display: inline-block;
      }
      .sidebar .side-contents .news__list, 
      .sidebar .side-contents .info__list {
        margin: 24px 0;
      }
      .sidebar .side-contents .btn-show-detail {
        padding: 0 32px;
        margin: 0;
      }
      .sidebar .side-contents .btnSlide {
        width: 100%;
      }
      .sidebar .bn_sidebar a {
        width: 300px;
        margin: 0 auto 32px;
        display: block;
        cursor: pointer;
      }
        .sidebar .bn_sidebar img {
          width: 100%;
        }

.pickup-contents {
  margin-bottom: 32px;
}
.pickup-contents__article {
	display: block;
	width: 100%;
	height: 96px;
	border: 1px solid #EEE;
	padding: 12px;
	position: relative;
	margin-bottom: 8px;
}
	.pickup-contents__image {
		width: 72px;
    height: 72px;
		display: table-cell;
		/* padding-right: 4%; */
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
	}
    .pickup-contents__image img {
        transition: .3s ease-in-put;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        position: relative;
        z-index: 0;
    }
    a:hover .pickup-contents__image img {
        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);
    }

    a:hover .pickup-contents__image .mask {
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
       opacity: 1;
    }
		.pickup-contents__image img {
			width: 100%;
      height: auto;
			border-radius: 50%;
		}
	.pickup-contents__ttl {
		display: table-cell;
		width: 184px;
		height: 72%;
		padding-right: 8%;
    padding-left: 4%;
		font-size: 1.8rem;
		vertical-align: middle;
		line-height: 1.6;
	}
	.pickup-contents__nextarrow {
		display: block;
		width: 4%;
		height: 92%;
		background: #eee;
		position: absolute;
		top: 4%;
		right: 1.6%;
    text-align: center;
	}
		.pickup-contents__nextarrow:after {
		    font-family: 'FontAwesome';
		    content: '\f105';
		    display: block;
		    padding-top: 32px;
		    padding-left: 3px;
		    color: #999;
		}
/****************************************
		8. main-column
    sincere 改修
*****************************************/
.main-column {
/*	float: right;*/
  max-width: 960px;
/*  margin-left: -332px;*/
  margin: 0 auto;
}
  .main-column__inner {
/*    margin-left: 332px;*/
  }
.contents-ttl {
	font-size: 3.2rem;
	padding: 64px 0;
/*	margin-bottom: 16px;*/
  text-align: center;
}
  .main-column__eyecatch {
    text-align: center;
    margin-bottom: 32px;
  }
    .main-column__eyecatch img {
      width: 100%;
    }
/****************************************
		9. contents 
*****************************************/
.concept { margin: 72px 0 80px; }
.news { margin: 96px 0 102px; }
.catch { 
  margin: 72px 0 80px;
  border-bottom: 1px solid #eee;
}
.information { margin: 64px 0 72px; }
.news__list,
.info__list {
	list-style: none;
}
.news__list li,
.info__list li {
	margin-bottom: 16px;
}
.news__list li:last-child,
.info__list li:last-child {
	margin-bottom: 0;
}
	.news__list li span.date {
		color: #999;
		padding-right: 16px;
		display: inline-block;
    vertical-align: top;
	}
  .news__list li span.title {
    display: inline-block;
    width: 68%;
  }
	.info__list li span.celttl {
		display: inline-block;
		width: 20%;
    vertical-align: top;
    color: #999;
	}
	.info__list li span.celinner {
		display: inline-block;
		width: 80%;
    padding-left: 16px;
	}
.middle-contents {
	margin: 64px 0 72px;
}


.price-thumbnail {
	margin-bottom: 16px;
}
.price-thumbnail.circle img {
	width: 100%;
	height: auto;
}
.price-text {
	margin-top: 12px;
	text-align: left;
}

.page-qa-contents-ttl {
  border-left: 4px solid #ccc;
  padding: 8px 8px;
  font-size: 24px;
  margin-bottom: 16px;
  border-bottom: 1px dotted #ccc;
  background: #f9f9f9;
}
.page-qa-contentslist {
  border-bottom: 1px dotted #ddd;
  padding: 16px 0;
  margin-bottom: 32px;
}
  .page-qa-contentslist__q {
    font-family: Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 18px;
    color: #196466;
  }
  .page-qa-contentslist__word {
    font-family: Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 18px;
    color: #776150;
  }
/* footer */
.ft-social {
	width: 240px;
	margin: 56px auto 40px;
}
  .ft-social .btn-net-reserve {
    padding: 12px 32px;
    border-radius: 4px;
  }
.ft-social__iconset {
	text-align: center;
	margin-top: 16px;
}
.ft-social__iconset a {
	font-size: 2.4rem;
	color: #ccc;
	padding: 8px;
}
	.ft-social__iconset a:hover {
		color: #776150;
		transition-property: color;
		transition-duration: .2s;
		transition-timing-function: ease-in;
	}
.footer {
	background: #eee;
}
  .footer ul {
    list-style: none;
  }
  .footer .footer-navi {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: nowrap; /* Safari */
    flex-wrap:         nowrap;
    -webkit-justify-content: space-around; /* Safari */
    justify-content:         space-around;
    padding: 40px 0;
  }
.bn_footer_area {
  background: #DAD3CC;
  padding: 36px 0px 48px;
}
  .bn_footer_area .bn_footer {
    width: 300px;
    display: inline-block;
    margin-left: 24px;
  }
    .bn_footer_area .bn_footer img {
      width: 100%;
    } 
.copyright {
	text-align: center;
	background: #776150;
	color: #FFF;
	height: 64px;
	/* line-height: 64px; */
	position: relative;
}
	.copy {
		position: relative;
		z-index: 2;
    padding-top: 16px;
	}
	.backtop {
		width: 96px;
		height: 64px;
		border-radius: 50%;
		background: #776150;
		display: block;
		text-align: center;
		color: #FFF;
		position: absolute;
		top: -24px;
		left: 50%;
		margin-left: -48px;
		line-height: 40px;
		font-size: 4.0rem;
		z-index: 1;
	}
.googlemap {
  width: 100%;
  height: 400px;
}
/* General button style (reset) */
.btnSlide {
	width: 180px;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
	.btn-show-detail {
		background: #EDEDE7;
    border: 1px solid #DED6CC;
    color: #4A4A4A;
		margin: 15px 0;
		padding: 12px 32px;
	}
	.btn-read-more {
		background: #C8AC94;
		margin: 15px auto;
		padding: 12px 32px;
	}
	.btn-net-reserve {
		background: #776150;
		margin: 15px auto;
		width: 100%;
		padding: 4px 0px;
		color: #FFF;
		border: 1px solid #776150;
	}

/*
	.btn-net-reserve.top {
		margin: 0px;
	}
*/
	.btn-reloadmap {
		background: #C8AC94;
		margin: 15px auto;
		padding: 12px 32px;
		display: block;
		width: 200px;
	}
  .btn-inpage-link {
    background: #FFF;
    width: auto;
    padding: 4px 16px;
    color: #422C19;
    border: 1px solid #422C19;
    margin-bottom: 8px;
  }
    .btn-inpage-link:hover {
      color: #FFF;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
    }


	.btnSlide span {
		position: relative;
		z-index: 2;
	}
	.btnSlide span:after {
	    font-family: 'FontAwesome';
	    content: '\f105';
	    font-size: 18px;
	    display: inline-block;
	    padding-left: 10px;
	    position: relative;
	    top: 1px;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	}
/* Button 1c */
.btn-1c:after { /* ボタンマウスオーバー時のカラー設定はここ */
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #196466;
}
.btn-1c:hover:after,
.btn-1c:active:after {
	width: 100%;
}
.btn-pagetop {
  display: block;
  background: #508018;
  width: 56px;
  border-radius: 4px;
  text-align: center;
  font-size: 1.0rem;
  padding: 8px 0 12px;
  color: #FFF;
  background-color: rgba(60,40,23,.5);
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 300;
}
  .btn-pagetop i {
    font-size: 2.0rem;
  }
    .btn-pagetop:hover {
      background: #776150;
      color: #FFF;
      transition-property: color, background;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: 0.5s;
    }
/****************************************
    9. text-overlay
*****************************************/


/* inpage common style */
.inpage-ttl {
	margin-bottom: 16px;
	border-left: 4px solid #776150;
	padding: 8px 0 8px 16px;
	font-weight: 100;
	font-size: 2.4rem;
}
.inpage-sub-ttl {
	background: #021525;
  border-radius: 4px;
  padding: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 32px;
  color: #fff;
}
  .inpage-description {
  	margin-bottom: 32px;
  }
  .inpage-navigation {
  	list-style: none;
  	margin-bottom: 32px;
  	letter-spacing: -.40em;
  }
	.inpage-navigation li {
		display: inline-block;
		padding-left: 4px;
		letter-spacing: normal;
    margin-bottom: 8px;
	}
  .btn-inpage-navi {
  	background: #422C19;
  	color: #FFF;
  	border-radius: 4px;
  	padding: 8px 16px;
  	display: block;
  }
	.btn-inpage-navi:hover {
		background: #776150;
		color: #FFF;
		transition-property: color, background;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: 0.2s;
	}
/* free customize page */
.inpage-article {
	margin: 0 auto 32px;
}
	.inpage-article .photo {
		display: inline-block;
		width: 40%;
    margin-bottom: 16px;
    padding-right: 16px;
	}
    .inpage-article .photo.notset {
      width: 100%;
    }
  .inpage-eyecatch {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
  }
		.inpage-article .photo img,
    .inpage-eyecatch img {
			width: 100%;
      height: auto;
		}
	.inpage-article .figure {
		display: inline-block;
		width: 57%;
		vertical-align: top;
    margin-bottom: 40px;

	}
    .inpage-article .figure .figure_ttl {
      margin-bottom: 16px;
    }
    .inpage-article .figure.notset {
      width: 100%;
    }
		.inpage-article div.photo:first-of-type,
    .inpage-article div.figure:first-of-type {
/* 			padding-right: 4%;  210611*/
		}
    .inpage-article .subttl,
    .access-subttl {
      padding: 8px 0;
      font-weight: bold;
      border-bottom: 1px dotted #ccc;
      margin-bottom: 16px;
      font-size: 18px;
    }
      .inpage-article .subttl span:first-child,
      .access-subttl span:first-child {
        color: #021525;
        padding-right: 8px;
      }
    .inpage-article .single {
    }
    .inpage-article .single img {
      display: block;
      margin: 0 auto 32px;
    }
  .inpage-child-list {
    margin-bottom: 32px;
  }
  .inpage-article .before-image, 
  .inpage-article .after-image {
    display: inline-block;
    width: 49%;
    margin-bottom: 16px;
    text-align: center;
  }
    .inpage-article .before-image img, 
    .inpage-article .after-image img {
      width: 100%;
    }
  .inpage-otherpage-ttl {
    margin-left: 8px;
  }
  .inpage-otherpage-ttl ul {
    list-style: none;
  }
  .inpage-otherpage-ttl__text {
    display: inline-block;
    padding-left: 8px;
  }
  .inpage-qa-section {
    padding: 0 32px 32px;
  }
    .inpage-qa-section__question {
      font-size: 1.6rem;
      margin-bottom: 8px;
    }

/* menu page style */
.menu-section {
	margin-bottom: 32px;
}
.menu-category {
	padding-bottom: 8px;
}
.menu-article {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 4px;
}
.menu-article:last-child {
	border: 1px solid #eee;
}
	.menu-article__main {
		background: #EBF1E6;
		padding: 8px;
	}
		.menu-article__ttl {
			display: inline-block;
			width: 70%;
		}
		.menu-article__price {
			display: inline-block;
			width: 28%;
			text-align: right;
		}
	.menu-article__subtext {
		padding: 8px;
	}
  .menu-article__treatment {
    padding: 2px 8px;
    display: inline-block;
    background: #eee;
    border-radius: 4px;
    margin-left: 4px;
    margin-bottom: 4px;
  }
/* coupon page style */
.coupon-article {
	padding: 8px;
	border: 1px solid #eee;
	margin-bottom: 8px;
}
.coupon-article__user {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	text-align: center;
}
	.coupon-article__user.new {
		background: #FFF1F1;
		color: #cf353c;
	}
	.coupon-article__user.existing {
		background: #FFF6EB;
		color: #D98700;
	}
	.coupon-article__user.other {
		background: #F9F9F9;
		color: #4A4A4A;
	}
.coupon-article__main {
	display: table-cell;
	width: 76%;
	padding-left: 4%;
	padding-top: 8px;
	padding-bottom: 8px;
}
	.coupon-article__main ul {
		list-style: none;
		margin-bottom: 8px;
	}
	.coupon-article__main li {
		display: inline-block;
		margin-right: 8px;
		background: #FFEC00;
		line-height: 1.0;
		padding: 0 4px;
	}
	.coupon-article__ttl {
		margin-bottom: 8px;
	}
	.coupon-article__price {
		font-size: 2.4rem;
		margin-bottom: 8px;
	}
		.coupon-article__price .before:after {
		    font-family: 'FontAwesome';
		    content: '\f105';
		    display: inline-block;
		    padding: 0 16px;
		}
		.coupon-article__price .after {
		    font-weight: bold;
		    color: #cf353c;
		}
	.coupon-article__description {
		margin-bottom: 8px;
		color: #4a4a4a;
	}
	.coupon-article__use {
		color: #4a4a4a;
	}
/* recruit page style */
.recruit-article {
	margin-bottom: 32px;
}
.recruit-article dl,
.access-article dl {
	width: 90%;
	display: block;
	padding: 8px 0;
	border-bottom: 1px dotted #eee;
  margin: 0 auto;
}
	.recruit-article dl:last-child,
	.access-article dl:last-child  {
		border-bottom: inherit;
	}
	.recruit-article dt,
	.access-article dt {
		display: table-cell;
		width: 150px;
	}
	.recruit-article dd,
	.access-article dd {
		display: table-cell;
	}
/* access page style */
.access-article {
	margin-bottom: 32px;
}
/* staff page style */
.staff-section,
.style-section {}

.fixed_inline {
	letter-spacing: -.40em;
}
.staff-article,
.style-article {
	display: inline-block;
	letter-spacing: normal;
	width: 33.3%;
	margin-bottom: 16px;
	text-align: center;
  vertical-align: top;
}
	.staff-article img,
	.style-article img {
		width: 100%;
    height: auto;
	}
.staff-detail-article__thumb {
  width: 40%;
  display: inline-block;
  margin-bottom: 32px;
}
  .staff-detail-article__thumb img{
    width: 100%;
  }
.staff-detail-article__detail {
  width: 54%;
  padding-left: 4%;
  display: inline-block;
  vertical-align: top;
}
.staff-prof {
  border-bottom: 1px dotted #999;
  padding: 8px 0;
}
  .staff-prof dt {
    display: inline-block;
    width: 38%;
    vertical-align: top;
  }
  .staff-prof dd {
    display: inline-block;
    width: 60%;
  }
.style-detail-article__staff-text {
  margin-bottom: 24px;
}

.social-link {
  list-style: none;
  letter-spacing: -.40em;
  margin-top: 16px;
}
  .social-link li {
    display: inline-block;
    width: 32%;
    letter-spacing: normal;
    margin-right: 2%;
  }
    .social-link li:last-child {
      margin-right: 0px;
    }
  .social-link li a {
    display: block;
    border: 1px solid #422C19;
    padding: 4px 0px;
    text-align: center;
    color: #422C19;
  }
  .social-link li a.btnSlide {
    width: 100%;
  }
    .social-link li a:hover {
      color: #FFF;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
    }
/* style-detail page style */
.style-detail-article__thumb {
	width: 50%;
	display: inline-block;
}
.style-detail-article__label {
	width: 160px;
  text-align: center;
	margin-bottom: 16px;
}
	.style-detail-article__thumb img{
		width: 100%;
    height: auto;
	}
	.style-detail-article .thumb-sub {
		list-style: none;
	}
		.style-detail-article .thumb-sub li {
			display: table-cell;
			width: 33.3%;
		}
.style-detail-article__detail {
	width: 44%;
	padding-left: 4%;
	display: inline-block;
	vertical-align: top;
}
	.style-detail-article__detail .in-text {
		padding: 0 0 16px 4px;
	}
	.style-detail-article__detail .stylist-photo {
		width: 20%;
		display: inline-block;
	}
	.style-detail-article__detail .stylist-photo img {
		width: 100%;
		height: 100%;
		border-radius: 50%;
	}
	.style-detail-article__detail .stylist-name {
		width: 76%;
		display: inline-block;
		padding-left: 2%;
		vertical-align: middle;
	}
.style_data_label {
  display: inline-block;
  width: 26%;
  vertical-align: top;
  padding-top: 2px;
}
.style_data_case {
  display: inline-block;
  width: 70%;
}
.style_data_value {
  display: inline-block;
  border-radius: 2px;
  background: #eee;
  padding: 2px 4px;
  margin-right: 8px;
  margin-bottom: 8px;
}

/*
** stylesIdx
*/

.colListItem {
  position: relative;
  margin-bottom: 16px;
  cursor: pointer;
}

.colListItem_imgWrap {
  position: relative;
  overflow: hidden;
  width: 94%;
  margin: 0 auto;
}

.colListItem_overlay, .colListItem_content, .colListItem_detail {
  opacity: 0;
  filter: alpha(opacity=0);
}
.colListItem_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.colListItem_lineWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.colListItem_lineWrapInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.colListItem_line {
  position: absolute;
  background-color: #fff;
}
.colListItem_line-t, .colListItem_line-b {
  width: 0;
}
.colListItem_line-r, .colListItem_line-l {
  height: 0;
}
.colListItem_line-t {
  top: 0;
  left: 0;
  height: 1px;
}
.colListItem_line-r {
  top: 0;
  right: 0;
  width: 1px;
}
.colListItem_line-b {
  right: 0;
  bottom: 0;
  height: 1px;
}
.colListItem_line-l {
  bottom: 0;
  left: 0;
  width: 1px;
}
.colListItem_content {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: 16px;
  bottom: 0;
  left: 0;
  display: table-cell;
  width: 100%;
  height: 18px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  padding: 24px;
}
  .colListItem_content__style {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.0rem;
    text-align: left;
    margin-top: -32px;
  }
  .colListItem_content__stylist {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding-top: 16px;
  }
    .colListItem_content__stylist .photo{
      display: table-cell;
      text-align: left;
      padding-right: 16px;
    }
      .colListItem_content__stylist .photo img{
        width: 48px;
        height: 48px;
        border-radius: 50%
      }
    .colListItem_content__stylist .name{
      display: table-cell;
      text-align: left;
      vertical-align: middle;
    }
.colListItem_label {
  line-height: 1.3;
  margin-top: 16px;
  text-align: center;
}
.colListItem_name {
  font-size: 1.8rem;
}
.colListItem_position {
  text-transform: lowercase;
}

/* hover */

.colListItem_anchor:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* ---------------------
   transition
--------------------- */
/*
** trs
*/
.trs {
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

/* trs-dr */

.trs-dr12 {
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  -ms-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
/* trs-tf */
.trs-tfCb {
  -webkit-transition-timing-function: cubic-bezier(0, .96, .4, .99);
  -moz-transition-timing-function: cubic-bezier(0, .96, .4, .99);
  -ms-transition-timing-function: cubic-bezier(0, .96, .4, .99);
  -o-transition-timing-function: cubic-bezier(0, .96, .4, .99);
  transition-timing-function: cubic-bezier(0, .96, .4, .99);
}

/* blog */
.blog-parts {
	padding: 12px 0;
}
.blog-parts__link {
	list-style: none;
	padding: 16px 0;
}
	.blog-parts__link li {
		list-style: none;
		padding: 0px 4px 16px 4px;
	}
	.blog-parts__link .date {
		color: #d4af90;
	}
	.blog-parts .ad-area a {
		width: 300px;
		margin: 0 auto 32px;
		display: block;
    cursor: pointer;
	}
    .blog-parts .ad-area img {
      width: 100%;
    }
.blog-archive-list {
	list-style: none;
}
.blog-list-article__ttl {
	font-size: 2.4rem;
	margin-bottom: 16px;
  border-left: 4px solid #776150;
  padding: 8px 16px 8px 16px;
  font-weight: 100;
  background: url(../images/cd-custom-separator.svg) no-repeat center right;
}
.voice .blog-list-article__ttl {
  background-image: none;
}

.blog-list-article {
	margin-bottom: 32px;
}
.blog-list-article__date,
.blog-parts__date {
	color: #776150;
	font-weight: bold;
}
	.blog-list-article__date:before,
	.blog-parts__date:before {
		font-family: 'Fontawesome';
		content:'\f017';
		padding-right: 4px;
		color: #3B2009;
		font-weight: 100;
	}
	.blog-list-article__date .in-category {
		padding-left: 16px;
		color: #3B2009;
		font-weight: 100;
		display: inline-block;
	}
	.blog-list-article__excerpt {
		padding: 8px 0;
		margin-bottom: 8px;
	}
    .blog-list-article__excerpt img {
      max-width: 100%;
      height: auto;
    }
	.blog-list-article__more {
		background: #FFF;
		color: #3B2009;
		width: inherit;
		padding: 0 16px;
		border: 1px solid #3B2009;
	}
.single-paging {
  margin-bottom: 24px;
}
.single-prev,
.single-next {
  width: 100px;
  float: left;
  background: #eee;
  border-radius: 4px;
  text-align: center;
  padding: 4px 0;
}
.single-prev { float: left; }
.single-next { float: right; }

.single-paging a {
  position: relative;
  display: inline-block;
}
.single-paging a:before,
.single-paging a:after {
  position: absolute;
  top: 1.3em;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px; 
  background: #776150;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: 0.2s;
}
.single-paging a:before{
  left: 50%;
}     
.single-paging a:after{
  right: 50%;
}     
.single-paging a:hover:before,
.single-paging a:hover:after{
  width: 50%;
}
.single-paging a:hover {
  color: #776150;
    transition-property: color;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
    transition-duration: 0.2s;
}

.concept_left {
  display: table-cell;
  width: 74px;
  vertical-align: middle;
  text-indent: 8px;
}
.concept_right {
  display: table-cell;
  width: 90%;
}
  .concept_num {
    font-size: 3.2rem;
    font-style: italic;
  }

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

Form

-------------------------------- */
.wpcf7-form {
  width: 90%;
  max-width: 600px;
  margin: 4em auto;
  position: relative;
}
.wpcf7-form::after {
  clear: both;
  content: "";
  display: table;
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select, .wpcf7-form label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form legend {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  /* general style for input elements */
  padding: 12px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  outline: none;
  border-color: #2c97de;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.wpcf7-form textarea {
  min-height: 200px;
  resize: vertical;
  overflow: auto;
}
.wpcf7-form input[type="submit"] {
  /* button style */
  border: none;
  background: #776150;
  border-radius: .25em;
  padding: 16px 0px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .wpcf7-form input[type="submit"]:hover {
  background: #74573C;
}
.wpcf7-form input[type="submit"]:focus {
  outline: none;
  background: #74573C;
}
.wpcf7-form .wpcf7-validates-as-required {
  background: url("../images/cd-required.svg") no-repeat top right;
}
@media only screen and (min-width: 600px) {
  .wpcf7-form div {
    /* form element wrapper */
    margin: 32px 0;
  }
  .wpcf7-form input,
  .wpcf7-form textarea,
  .wpcf7-form select {
    padding: 16px;
  }
}

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

Custom icons

-------------------------------- */
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
  padding-left: 54px !important;
}
.wpcf7-form .your-name input {
  background: url("../images/cd-icon-user.svg") no-repeat 16px center;
}
.wpcf7-form [required].your-name input {
  background: url("../images/cd-icon-user.svg") no-repeat 16px center, url("../images/cd-required.svg") no-repeat top right;
}
.wpcf7-form .your-email input {
  background: url("../images/cd-icon-email.svg") no-repeat 16px center;
}
.wpcf7-form [required].your-email input {
  background: url("../images/cd-icon-email.svg") no-repeat 16px center, url("../images/cd-required.svg") no-repeat top right;
}
.wpcf7-form .your-tel input {
  background: url("../images/cd-icon-budget.svg") no-repeat 16px center;
}
.wpcf7-form [required].your-tel input {
  background: url("../images/cd-icon-budget.svg") no-repeat 16px center, url("../images/cd-budget.svg") no-repeat top right;
}
.wpcf7-form .your-message textarea {
  background: url("../images/cd-icon-message.svg") no-repeat 16px 16px;
}
.wpcf7-form [required].your-message textarea {
  background: url("../images/cd-icon-message.svg") no-repeat 16px 16px, url("../images/cd-required.svg") no-repeat top right;
}
.wpcf7-form input[type="submit"] {
  padding-left: 0 !important;;
}
.wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
	margin-bottom: 16px;
}
.wpcf7-response-output {
	position: absolute;
	top: -48px;
	left: 0;
}

.wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form div.wpcf7-spam-blocked {
	border-radius: 4px;
	border-color: #CF353C;
	background: #CF353C;
	color: #FFF;
	margin: 0;
	padding: 4px 16px;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
	border-radius: 4px;
	border-color: #776150;
	background: #776150;
	color: #FFF;
	margin: 0;
	padding: 4px 16px;
}

.wpcf7-form.sent {
    width: 100%;
    max-width: 600px;
    margin: 5em 0;
    position: relative;
}
.inpage-contact__text {
  display: none;
}
.sent .inpage-contact {
  display: none;
}
.sent .inpage-contact__text {
  display: inline-block;
}
/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/* short code */
.short-info-bar {
  width: 100%;
  margin: 24px auto 32px;
}
.short-info-bar__ttl {
  width: 100%;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #ddd;
  font-size: 2.4rem;
  margin-bottom: 8px;
  border-radius: 4px;
}
.short-info-bar__box p {
  width: 49.5%;
  text-align: center;
}
  .short-info-bar__box p.left { float: left; }
  .short-info-bar__box p.right { float: right; }
  .short-info-bar__tel,
  .short-info-bar__mail {
    font-size: 2.4rem;
    padding: 24px 0;
    border: 1px solid #ddd;
    border-bottom: 4px solid #ddd;
    display: block;
    border-radius: 4px;
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #eee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fcfcfc 0%,#eee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eee',GradientType=0 ); /* IE6-9 */
  }
  .short-info-bar__tel:before { 
    font-family: 'FontAwesome';
    content: '\f095';
    padding-right: 8px;
  }
  .short-info-bar__mail:before {
    font-family: 'FontAwesome'; 
    content: '\f003'; 
    padding-right: 8px;
  }
  .short-info-bar__tel:hover,
  .short-info-bar__mail:hover {
    background: rgba(255,255,255,1.0);
    transition-property: background;
    transition-duration: .5s;
    transition-timing-function: ease-in;
  }
.inpage-free-format {
  margin-bottom: 32px;
/* 	text-align: center; */
}
.inpage-free-format > p,
.inpage-free-format > ol,
.inpage-free-format > ul {
  /* margin-bottom: 32px; */
  margin-bottom: 8px;
}
.inpage-free-format > p > a {
  text-decoration: underline;
}
.inpage-free-format > p > a:hover {
  color: #776150;
  transition-property: color;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition-duration: 0.2s;
}
.inpage-free-format li {
  padding-bottom: 4px;
}
.inpage-free-format .inlist-section {
  margin-left: 24px;
  margin-bottom: 16px;
}
  .inpage-free-format .inlist-section ul,
  .inpage-free-format .inlist-section li {
    list-style-position: inherit;
  }
  .inpage-free-format .inlist-section li {
    padding-bottom: 12px;
  }

  .inpage-free-format li:last-child {
    padding-bottom: 0px;
  }
  .inpage-free-format img {
    max-width: 100%;
    height: auto;
  }
  .inpage-article .single img {
    max-width: 100%;
    height: auto;
  }  
.inpage-free-table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
}
  .inpage-free-table th{
    /*width: 25%;*/
    padding: 16px;
    text-align: left;
    vertical-align: top;
    /*color: #FFF;*/
    background-color: #c1c1c1;
    border: 1px solid #b9b9b9;
  }
  .inpage-free-table th:first-child{
    text-align: center; 
  }
  .inpage-free-table td{
    padding: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .inpage-free-table td:first-child {
    padding: 16px;
    background-color: #eee;
    border: 1px solid #ddd;
    font-weight: bold;
    text-align: center;
  }

/* ビジュアルエディタから投稿した画像の位置 */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* topics_page 関連リンク */
/* - 画像のレスポンシブ対応 */
/* - 画像がない場合のレスポンシブ対応 */
/* ================================================ */
.inpage-child-list {}
/* アイキャッチ表示枠<a>に付与 */
.eyecatch_title {
  width: 24%;
  margin-left: 1%;
  display: block;
  display: inline-block;
  vertical-align: top;
}
  /* 画像有りの場合(thumb)と画像なしの場合(thumb__noimage) */
  .eyecatch_title .thumb,
  .eyecatch_title .thumb__noimage {
    display: block;
    position: relative;
    width: 150px;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    color: #FFF;
    text-align: center;
  }
  /* 画像なしの場合borderを付ける */
  .eyecatch_title .thumb__noimage {
    border: 1px solid #ccc;
  }
    /* 画像なしのwidthとheightの比率を合わせる */
    .eyecatch_title .thumb__noimage:before {
      content:"";
      display: block;
      padding-top: calc(150 / 150 * 100%);
    }
      /* 画像なしのwidthとheightの比率を合わせる＆テキストを垂直中央に */
      .eyecatch_title .thumb__noimage .inner__noimage {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          color: #ccc;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
          align-items: center; /* 縦方向中央揃え */
          -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
          justify-content: center; /* 横方向中央揃え */
      }
    /* 画像の場合は自動的に */
    .eyecatch_title .thumb img {
      width: 100%;
      height: auto;
    }
  /* タイトル枠の幅調整 */
  .eyecatch_title .title {
    width: 150px;
    display: block;
    padding: 4px 0;
    margin-bottom: 8px;
  }

.view,
.view:hover {
  position: relative;
  text-align: center;
  cursor: default;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  overflow: hidden;
}
.view .mask,
.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(219,127,8, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.thumbnail {
    width: 80%;
    margin: 0 auto;
}
  .thumbnail-square {
      margin: 0 auto;
  }
.circle-style {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
  .square-style {
      width: 100%;
      overflow: hidden;
      position: relative;
      z-index: 2;
  }
.circle-style img,
.square-style img {
    transition: .3s ease-in-put;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    position: relative;
    z-index: 0;
}
a:hover .circle-style img,
a:hover .square-style img {
    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);
}
.mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0,0,0, 0.2);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out; 
   z-index: 1;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: block;
   text-align: center;
   vertical-align: middle;
}
.thumbnail:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
/* animation */
.anim1 {
    -webkit-animation: 1.5s forwards anim1;
    animation: 1.5s forwards anim1;
}
    @-webkit-keyframes anim1 {
        0% {
            -webkit-transform: translate(0, -100px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translate(0, 0);
            opacity: 1;
        }
    }
    @keyframes anim1 {
        0% {
            transform: translate(0, -100px);
            opacity: 0;
        }
        100% {
            transform: translate(0, 0);
            opacity: 1;
        }
    }
.anim2 {
    -webkit-animation: 1.5s forwards anim2;
    animation: 1.5s forwards anim2;
}
    @-webkit-keyframes anim2 {
        0% {
            -webkit-transform: translate(100px, 0px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translate(0, 0);
            opacity: 1;
        }
    }
    @keyframes anim2 {
        0% {
            transform: translate(100px, 0px);
            opacity: 0;
        }
        100% {
            transform: translate(0, 0);
            opacity: 1;
        }
    }
.anim3 {
    -webkit-animation: 1.5s forwards anim3;
    animation: 1.5s forwards anim3;
}
    @-webkit-keyframes anim3 {
        0% {
            -webkit-transform: translate(-100px, 0px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translate(0, 0);
            opacity: 1;
        }
    }
    @keyframes anim3 {
        0% {
            transform: translate(-100px, 0px);
            opacity: 0;
        }
        100% {
            transform: translate(0, 0);
            opacity: 1;
        }
    }

/*
*
* browserSize < 1180px
*
*/

@media screen and (max-width: 1180px) {
  /* 全体を内包する枠 */
  .content__section {

  }
}

/*
*
* browserSize < 972px
* TBサイズ
*/

@media screen and (max-width: 972px) {
  /* mainのnavigation */
  .navigation {
    display: block;
  }
    .navigation .nav-left {
      width: 36%;
      height: 64px;
      margin: 16px auto 0;
    }
    .navigation .nav-right__top {
      display: flex;
      justify-content: center;
      display: -webkit-flex;
      -webkit-justify-content: center;
      padding: 16px 0 16px;
    }
    .navigation .nav-right {
      height: 128px;
    }
      ul.navi li {
        display: inline-block;
        padding: 8px 3%;
        /* border-right: 1px solid #CCC; */
      }
      ul.navi li:nth-child(6) {
        border-right: none;
      }
  /* パララックスのタイトル？ */
  .parallax__hover__ttl {
    padding-left: 32px;
  }
  /* =================================== */
  /* mainとsideのレスポンシブ(TB) */
  /* =================================== */ 
  .main-column {
    float: none;
    margin-left: 0px;
  }
    .main-column__inner {
      margin-left: 0px;
    }
  .sidebar {
    width: 100%;
  }
  .pickup-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
  }
    .pickup-contents .pickup-contents__article {
      width: 49.5%;
    }
  .side-contents-responsive {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
  }
    .side-contents-responsive > div {
      width: 49.5%;
    }
}

/*
*
* browserSize > 961px
* 
*/

@media screen and (min-width: 961px) {
  .btn-net-reserve:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-show-detail:hover {
    color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btnSlide:after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .text-hover {
    position: relative;
    display: inline-block;
  }
  .text-hover:before,
  .text-hover:after {
    position: absolute;
    top: 1.3em;
    content: "";
    display: inline-block;
    width: 0;
    height: 1px; 
    background: #776150;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: 0.2s;
  }
  .text-hover:before{
    left: 50%;
  }     
  .text-hover:after{
    right: 50%;
  }     
  .text-hover:hover:before,
  .text-hover:hover:after{
    width: 50%;
  }
  .text-hover:hover {
    color: #776150;
    transition-property: color;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition-duration: 0.2s;
  }
  /* 何かの調整 */
  .blog-list-article__ttl {
    background: none;
  }
}

/*
*
* browserSize < 876px
* - TBレイアウトに移行する中間サイズ
*/

@media screen and (max-width: 876px) {
  /* navigationのフォントサイズを下げる */
  ul.navi li {
    font-size: 1.2rem;
  }
}

/*
*
* browserSize > 761px
* 
*/

@media screen and (min-width: 761px) {
  .colListItem_anchor:hover .colListItem_overlay, 
  .colListItem_anchor:hover .colListItem_content, 
  .colListItem_anchor:hover .colListItem_detail {
    opacity: 100;
    filter: alpha(opacity=100);
  }
  .colListItem_anchor:hover .colListItem_content {
    top: -5px;
  }
  .colListItem_anchor:hover .colListItem_line-t, 
  .colListItem_anchor:hover .colListItem_line-b {
    width: 100%;
  }
  .colListItem_anchor:hover .colListItem_line-r, 
  .colListItem_anchor:hover .colListItem_line-l {
    height: 100%;
  }
}
/*
*
* browserSize < 760px
* - SPサイズ
*/
@media (max-width: 760px) {
  /* =================================== */
  /* TOPコンテンツ枠(SP) */
  /* =================================== */
  .feature-item {
    flex: 0 0 100%;
    max-width: 100%; /* IE11 Bugfix */
  }
  .price-item {
    flex: 0 0 100%;
    max-width: 100%; /* IE11 Bugfix */
    margin-bottom: 24px;
  }
    .price-thumbnail {
      margin-bottom: 16px;
      width: 100%;
      vertical-align: middle;
    }
    .price-area__text {
      margin-bottom: 16px;
      width: 100%;
      vertical-align: middle;
    }
    .price-item__inner {
      padding: 0;
    }
  /* =================================== */
  /* main ナビゲーション(SP) */
  /* =================================== */
  .navigate .content__section {
    padding-left: 16px;
  }
  .navigation {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }
    .navigation .nav-left {
      width: 240px;
      margin: 16px 0 4px 0px;
    }
    .navi-inner {
      display: none;
    }
    .nav-right__top {
      display: none;
    }
    .nav-right__bottom {
      /* display: none; */
      margin-top: 80px;
    }
    /* flex ver */
    .navigation .nav-right {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0 22px;
      background-color: rgba(0,0,0,.8);
      z-index: 100;
    }
    .navigate__tel {
      width: 184px;
      position: absolute;
      right: 128px;
      text-align: right;
    }
    .navigate__reserve {
      display: none;
    }
      /* flex ver */
      .nav-right__top__reserve {
        display: none;
      }
    ul.navi li.sp-navigate__reserve {
      display: inline-block;
      /* width: 40%; */
    }
    ul.navi li.sp-navigate__reserve > a {
      background: inherit;
      color: #FFF;
      border: 1px solid #999;
    }
    .navigate__tel {
      display: none;
    }
    /* flex ver */
    .nav-right__top__tel {
      display: none;
    }
    .navi-inner {
      display: table;
      width: 100%;
      height: 100%;
    }
      .navi-inner ul.navi {
        position: inherit;
        display: table-cell;
        vertical-align: middle;
        margin-top: -28px;
      }
    ul.navi {
      width: 100%;
    }
    ul.navi li {
      display: block;
      width: 100%;
      text-align: left;
      color: #FFF;
      padding: 16px 0;
      border-right: none;
    }
    .sp-navigate__icon {
      display: block;
    }
    .sp-navigate__tel {
      display: block;
    }
    ul.navi li ul.navigate__hide {
      position: absolute;
      left: 50%;
      margin-top: -26px;
      width: 44%;
    }
    ul.navi li ul.navigate__hide li {
      display: block;
      width: 100%;
    }
      ul.navi li ul.navigate__hide li.navigate__top {
        display: block; /* responsiveでは表示する */
      }
    ul.navi li ul.navigate__hide li a {
      background: inherit;
      border-bottom: 1px solid #999;
      width: 100%;
      display: block;
    }
  .logo img {
    width: 75%;
  }
  /* =================================== */
  /* パンくず(SP) */
  /* =================================== */
  .cd-breadcrumb {
    margin-top: 0;
    padding: 0.5em 0px;
  }
  .cd-breadcrumb li {
    display: block;
    white-space: inherit;
    overflow: inherit;
    -o-text-overflow: inherit;
    text-overflow: inherit;
    background: #EEE;
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 4px;
  }
  .cd-breadcrumb li::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
  }
    .cd-breadcrumb .custom-separator li::after {
        content: inherit;
        height: 0px;
        width: 0px;
        background: none;
        vertical-align: middle;
    }
  .custom-separator.content__section {
    padding: 8px 8px 8px 12px;
  }
  .cd-breadcrumb li a span {
    /* max-width: 80px; */
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
  }
  .cd-breadcrumb li:first-child a span {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
  }
    .cd-breadcrumb li span {
      /* max-width: 80px; */
      display: inline-block;
      text-overflow: ellipsis;
      overflow: hidden;
      vertical-align: middle;
    }
    .cd-breadcrumb li:nth-child(2) > span {
      /* max-width: 240px; */
      display: inline-block;
      text-overflow: ellipsis;
      overflow: hidden;
    }
  /* =================================== */
  /* パララックス部分のタイトル(SP) */
  /* =================================== */
  .parallax__hover__ttl {
    padding-left: 32px;
  }
  .parallax-container-top__concept__inner {
    /* margin-top: 48px; */
  }
  .parallax-container-top__concept__inner .top_ttl {
    font-size: 2.0rem;
  }
  .parallax-container-top__concept__inner .top_contents__subtitle {
    font-size: 1.4rem;
  }
  /* =================================== */
  /* mainとsideのレスポンシブ(SP) */
  /* =================================== */
  .main-column {
    float: none;
    margin-left: 0px;
  }
    .main-column__inner {
      margin-left: 0px;
    }
  .sidebar {
    width: 100%;
  }
  .contents-ttl {
    font-size: 2.4rem;
    padding-top: 8px;
    margin-bottom: 16px;
    margin-top: 16px;
    padding: 32px;
  }
  .pickup-contents {
    display: inherit;
  }
    .pickup-contents .pickup-contents__article {
      width: 100%;
    }
  .side-contents-responsive {
    display: inherit;
  }
    .side-contents-responsive > div {
      width: 100%;
    }
  h2.top_ttl {
    font-size: 3.2rem;
    line-height: 130%;
  }
  /* =================================== */
  /* コンテンツ幅調整(SP) */
  /* =================================== */
  .concept,
  .news,
  .catch,
  .information,
  .middle-contents {
    margin: 32px 0 40px;
  }
  .catch {
    border-bottom: 1px solid #eee;
  }
  .top_contents_left,
  .top_contents_right {
    width: 100%;
    float: inherit;
  }
  .parallax__hover__ttl {
    position: absolute;
    top: 24px;
    left: 0;
    width: 85%;
  }
  .sub-contents {
    padding: 16px;
  }
  /* =================================== */
  /* フッター(SP) */
  /* =================================== */
  .footer {
    padding-bottom: 48px;
    padding-top: 16px;
  }
    .footer .footer-navi {
      display: block;
    }
    .footer .footer-navi > li {
      margin-bottom: 16px;
    }
    .footer .footer-navi li {
      background: #DDD;
      border-radius: 4px;
      color: #939393;
      margin-bottom: 4px;
      padding: 4px;
    }
      .bn_footer_area {
        padding: 36px 0 48px;
      }
      .bn_footer_area .bn_footer {
        width: 300px;
        display: block;
        margin: 0px auto 24px;
      }
        .bn_footer_area .bn_footer img {
          width: 100%;
        } 
  /* =================================== */
  /* テキスト装飾(SP) */
  /* =================================== */
  .text-hover:hover{
    color: #AAA;
  }
  .text-hover:after{
    padding-left: 16px;
  }
  /* =================================== */
  /* ページコンテンツ用(SP) */
  /* =================================== */
  .inpage-article .photo {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
  }
  .inpage-article .figure {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .inpage-otherpage-ttl {
    margin-bottom: 40px;
  }
  /* =================================== */
  /* スタッフページ用(SP) */
  /* =================================== */
  .staff-article,
  .style-article {
    width: 50%;
  }
  .staff-detail-article__thumb {
    width: 100%;
    display: inline-block;
    margin-bottom: 32px;
  }
  .staff-detail-article__detail {
    width: 100%;
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 24px;
  }
  /* =================================== */
  /* スタイルページ用(SP) */
  /* =================================== */
  .style-detail-article {
    margin-bottom: 32px;
  }
  .style-detail-article__thumb {
    width: 100%;
    margin-bottom: 16px;
  }
  .style-detail-article__detail {
    width: 100%;
    margin-bottom: 32px;
    padding-left: 0;
  }
  /* =================================== */
  /* 何かの調整(SP) */
  /* =================================== */
  .colListItem_content {
    display: none;
  }
  /* =================================== */
  /* コンセプトページ調整(SP) */
  /* =================================== */
  .concept_left {
    display: none;
  }
  /* =================================== */
  /* ショートコード調整(SP) */
  /* =================================== */
  .short-info-bar__tel,
  .short-info-bar__mail {
    font-size: 3.0rem;
    padding: 8px 0;
  }
  .short-info-bar__tel span,
  .short-info-bar__mail span {
    display: none;
  }
  /* =================================== */
  /* 関連記事のアイキャッチ(SP) */
  /* =================================== */
  .eyecatch_title {
    width: 48%;
    margin-left: 1%;
  }
    .eyecatch_title .thumb,
    .eyecatch_title .thumb__noimage {
      display: block;
      width: 100%;
      height: auto;
      background: #fff;
      box-sizing: border-box;
      color: #FFF;
      text-align: center;
      line-height: 100%;
    }
  .eyecatch_title .title {
    width: 100%;
  }
  /* =================================== */
  /* TOPコンセプト※内田(SP) */
  /* =================================== */
  .uchida-top-concept {
    margin: 0px auto 0;
    width: 96%;
  }
  .uchida-top-concept__list {
    font-size: 14px;
  }
  .uchida-top-concept__circle__ttl {
    font-size: 18px;
  }
}

/* =================================== */
/* sincere
/* 
/* 
/* =================================== */
header {
  position: relative;
}
.header-inner {
  position: absolute;
  width: 100%;
  padding: 16px 0;
  z-index: 50;
  /*background-color: rgba(17, 17, 17, 0.2);*/
  text-shadow: 1px 1px 5px #111;
}
.section-header {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-align-items: center; /* Safari */
  align-items:         center;
  width: 96%;
  margin: 0 auto;
}
.section-topheader {
  background: #000;
}
  .section-topheader__otherpageimg {
    width: 100%;
  }
  #background-video {
    width: 100%;
  }
  .section-logo {
    width: 30%;
    color: #FFF;
  }
    .section-logo img {
      width: 60%;
      display: block;
      margin-bottom: 8px;
    }
.section-slidemenu {
  display: none;
}
/* 背景黒と3カラムの画像表示 */
.section-bgblack {
  background: #d6e1e2;
  color: #FFF;
  padding-top: 112px;
  padding-bottom: 112px;
}
  .section-bgblack .section-ttl-center {
    text-align: center;
    color: #C7B98D;
    font-size: 32px;
  }
    .section-bgblack .section-ttl-center__caption {
      display: block;
      color: #FFF;
      font-size: 14px;
      font-weight: 100;
    }
  .section-three-column {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
    -webkit-align-items: center; /* Safari */
    align-items:         center;
    width: 96%;
    max-width: 1120px;
    margin: 24px auto 40px;
  }
    .section-three-column__item {
      width: 32%;
      display: block;
    }
      .section-three-column__item img {
        width: 100%;
      }
    .section-three-column__item h3 {
      padding: 16px 0;
    }
/* タイトルと補足文テキスト（左に寄せる） */
.section-bgvision {
  position: relative;
  /* index.php に直接記述 */
  /*background: url(../images/bg_white_sincere.jpg) no-repeat right -20px;*/
  /*background-size: 60% auto;*/
}
  .section-vision {
    width: 90%;
    max-width: 960px;
    margin: 0px auto;
    padding: 112px 0;
  }
    .section-vision__inner {
      width: 44%;
    }
      .section-vision__inner h2,
      .section-message__inner h2 {
        font-size: 24px;
        margin-bottom: 8px;
      }
      .section-vision__inner span,
      .section-message__inner span {
        color: #C7B98D;
        font-size: 14px;
        display: block;
      }
/* タイトルと補足文テキスト（左に余白を空ける） */
.section-message {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}
  .section-message__inner {
    padding-left: 360px;
  }
/* 石膏背景のスタイル */
.section-bghandle {
  background: url(../images/bgrock.jpg);
  padding-bottom: 56px;
}
  .section-bghandle.related {
    padding-top: 32px;
  }
  .section-bghandle .section-ttl-center {
    text-align: center;
    color: #000;
    font-size: 32px;
  }
    .section-bghandle .section-ttl-center__caption {
      display: block;
      color: #000;
      font-size: 14px;
      font-weight: 100;
    }
  .section-four-column {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
    -webkit-align-items: center; /* Safari */
    align-items:         center;
    width: 96%;
    max-width: 1120px;
    margin: 24px auto 0px;
  }
    .section-four-column__item {
      width: 23%;
      display: block;
      position: relative;
      background: #000;
    }
      .section-four-column__item h3 {
        position: absolute;
        text-align: center;
        width: 100%;
        height: 100%;
        color: #FFF;
        background: rgba(0,0,0,.3);
        display: -webkit-flex; /* Safari */
        display: flex;
        -webkit-justify-content: center; /* Safari */
        justify-content:         center;
        -webkit-align-items: center; /* Safari */
        align-items:         center;
        z-index: 100;
      }
        /* h3と並列にある.img-cover内のimgに対して処理を加える */
        /* 共通 img-cover は下のほうに記載 */
        .section-four-column__item h3:hover + .img-cover img {
          -webkit-transform: scale(1.2) ;
          -moz-transform: scale(1.2);
          -o-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2);
        }
      .section-four-column__item img {
        width: 100%;
        z-index: 10;
      }
/* text 3column list のスタイル */
.section-information {
  width: 90%;
  max-width: 1120px;
  background: #FFF;
  margin: 0 auto;
  padding: 24px;
}
  .section-information__inner {
    width: 96%;
    max-width: 646px;
    margin: 0 auto;
  }
    .section-information__inner ul {
      list-style: none;
      margin: 24px 0 32px;
    }
      .section-information__inner li {
        padding: 24px 0;
        border-bottom: 1px solid #EEE;
      }
        .section-information__inner li:first-child {
          border-top: 1px solid #EEE;
        }
      .section-information__inner li .date {
        margin-right: 16px;
        display: inline-block;
        color: #C7B98D;
        font-size: 16px;
      }
      .section-information__inner li .cat {
        margin-right: 16px;
        display: inline-block;
      }
      .section-information__inner li .ttl {
        display: inline-block;
      }
  .section-information__inner .btn-readmore {
    margin: 0 auto;
  }
  .section-access__inner {
    text-align: center;
  }
    .section-access__inner .btn-readmore {
      margin: 40px auto;
    }
/* navy背景のスタイル（フッター部分） */
.section-bgnavy {
  background: #001524;
}
  .section-footernavi {
    padding: 48px;
  }
    .section-footernavi h2 {
      width: 12%;
      margin: 0 auto;
    }
      .section-footernavi h2 img {
        width: 100%;
        opacity: .6;
      }
  .section-copyborder {
    border-top: solid 1px #243846;
  }
/* top navigation と footer navigation は記述を分ける */
.section-navi {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
  -webkit-align-items: center; /* Safari */
  align-items:         center;
  list-style: none;
  width: 96%;
  max-width: 680px;
}
  .section-navi .navi_current .navigate__hide {
    position: absolute;
    list-style: none;
    margin-left: -8px;
    display: none;
  }
  .section-navi .navi_current .navi_current_head {
    padding: 8px 0;
    cursor: pointer;
  }
    .section-navi .navi_current .navi_current_head.text-hover:before,
    .section-navi .navi_current .navi_current_head.text-hover:after {
      top: 2.0em; /* text-hover要素に垂直Paddhingを取ると位置がずれるため微修正 */
    }
    .section-navi .navi_current .navigate__hide .navigate__top a {
      min-width: 120px;
      background: rgba(0,0,0,.8);
      display: block;
      padding: 8px;
      -webkit-transition: all .3s;
      transition: all .3s;
    }
      .section-navi .navi_current .navigate__hide .navigate__top:hover > a {
        min-width: 120px;
        background: #C7B98D;
        display: block;
        padding: 8px;
      }
  .section-footernavi .section-navi {
    margin: 40px auto 0;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-around; /* Safari */
    justify-content:         space-around;
    -webkit-align-items: inherit; /* Safari */
    align-items:         inherit;
    
  }
    .section-navi li,
    .section-footernavi .section-navi li {
      color: #FFF;
    }
      .section-footernavi .section-navi li .footer_article {
        list-style: none;
        font-weight: 100;
      }
        .section-footernavi .section-navi li .footer_article li {
          padding: 4px 0;
        }
.footer-sponsor-logo {
/* 	width: 96%;
    max-width: 680px;
	margin: 40px auto 0;
	text-align: center; */
	width: 120px;
	margin-right: 10px;
}
.footer-sponsor-logo img {
	width: 100%;
}
  .section-copyright {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
    -webkit-align-items: center; /* Safari */
    align-items:         center;
    width: 96%;
    max-width: 1120PX;
    padding: 8px 0;
    margin: 0 auto;
  }
    .section-copyright__left p {
      display: inline-block;
      color: #ccc;
      margin-right: 16px;
    }
    .section-copyright__right ul li {
      display: inline-block;
      color: #ccc;
      padding-left: 8px;
		font-size: 2rem;
    }
.section-copyright__right {
	display: flex;
	align-items: center;
}
.section-access {
  max-width: 960px;
  margin: 0 auto;
} 
/* 

  topics style

*/
.section-single-column {
  margin-bottom: 88px;
}
  .section-single-column.notset {
    margin-bottom: 0px;
  }
.in-category {
  display: inline-block;
  background-image: linear-gradient(to bottom, #ad9f6a, #c7b98d);
  background-color: #000;
  color: #FFF;
  border-radius: 2px;
  text-align: center;
  padding: 4px 8px;
  margin-right: 8px;
  margin-bottom: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1.0;
}
/* 

  breadcrumb

*/
.breadcrumb {
  border-top: 1px solid #b9b9b9;
}
.breadcrumb .inner_box{
  padding: 24px 28px 24px 28px;
  overflow: auto;
}
  .breadcrumb li{
    float: left;
    padding: 0 10px 8px 0;
    line-height: 1.4;
  }
    .breadcrumb li a {
      padding: 0 10px 0 0;
      text-decoration: none;
    }
      .breadcrumb li a:hover{
      }
  .breadcrumb li:after{
    content:">";
  }
  .breadcrumb li:last-of-type:after{
    content:"";
  }

/* 

  common style

*/
/* 斜めの線(reverseは逆向き) */
/* .separator  {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 100vw 0 0;
  border-color: transparent black transparent transparent;
}
.separator.reverse  {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 100vw 0 0;
  border-color: black transparent transparent transparent;
  transform: rotateY(180deg);
} */
/* 続きを読む系のボタン */
.btn-readmore {
  width: 240px;
  background-image: linear-gradient(to bottom, #ad9f6a, #c7b98d);
  background-color: #000;
  color: #FFF;
  border-radius: 2px;
  text-align: center;
  padding: 12px 0;
  display: block;
  margin-top: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1.0;
}
  .btn-readmore:hover {
    opacity: .8;
  }

/* 画像のマウスオーバー処理 */
.img-cover {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.img-cover img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.img-cover img:hover {
    -webkit-transform: scale(1.1) ;
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/* TOPのスクロールを促すボタン */
a.icon-scroll {
  position: absolute;
  bottom: 16px;
  left: 50%;
  margin-left: -15px;
  padding-top: 60px;
  color: #FFF;
}
  a.icon-scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 28px;
    height: 48px;
    margin-left: -14px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
  }
    a.icon-scroll span::before {
      position: absolute;
      top: 10px;
      left: 50%;
      content: '';
      width: 6px;
      height: 6px;
      margin-left: -3px;
      background-color: #fff;
      border-radius: 100%;
      -webkit-animation: sdb 2s infinite;
      animation: sdb 2s infinite;
      box-sizing: border-box;
    }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

/* ------------------------------------------------
  contact-page
--------------------------------------------------*/
.mw_wp_form{
  padding: 30px 0 0 0;
  width: 60%;
  margin: 0 auto;
}
.mw_wp_form p{
  margin: 0;
  padding: 0;
  }
.mw_wp_form p.section{
  margin-bottom: 40px;
  padding: 0;
  }
.mw_wp_form input{
    margin: 0 0 0px 0;
    padding: 10px;
    font-size: 1.8rem;
    width: 100%;
    border: 1px solid #ddd;
    box-sizing:border-box;
}
.mw_wp_form textarea{
    margin: 0 0 40px 0;
  width: 100%;
    padding: 10px;
    font-size: 1.8rem;
    border: 1px solid #ddd;
    box-sizing:border-box;
}
.mw_wp_form button{
    font-size: 1.8rem;
    color: #fff;
    border-radius: 5px;
    position: relative;
    text-decoration: none;
    padding: 15px 60px 15px 60px;
    text-align: center;
    border: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}
.mw_wp_form input:focus,
.mw_wp_form textarea:focus {
  outline: 1px #aaa solid;
}
.mw_wp_form button {
  width: 240px;
  background-image: linear-gradient(to bottom, #ad9f6a, #c7b98d);
  background-color: #000;
  color: #FFF;
  border-radius: 2px;
  text-align: center;
  padding: 12px 0;
  display: block;
  margin-top: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1.0;
}
.mwform-tel-field input[type="text"] {
	width: 80px!important;
}
/* 

  responsive tablet (960px)

 */
@media only screen and (max-width: 959px) {
  .header-inner {
    position: inherit;
    background: #000;
  }
  .section-header {
      display: block;
  }
  .section-logo {
    width: 30%;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
  }
    .section-logo img {
      width: 100%;
    }
  .section-navi {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    width: 96%;
    max-width: 680px;
    margin: 16px auto 0;
  }
    .section-vision__inner {
      width: 50%;
    }
  .section-information__inner {
    text-align: center;
  }
    .section-information__inner .date {
      margin-bottom: 12px;
    }

  .mw_wp_form{
    width: 100%;
  }
  .mw_wp_form input,
  .mw_wp_form textarea{
    margin: 0 0 20px 0;
    background-color: #f8f8f8;
    }
    .mw_wp_form p{
      line-height: 1.4;
    }
}

/* 

  responsive sp (640px)

*/
@media only screen and (max-width: 639px) {
  .section-slidemenu {
    width: 44px;
    height: 44px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #FFF;
    border-radius: 4px;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 200;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
  }
  .section-header {
    display: block;
    -webkit-align-items: inherit;
    align-items: inherit;
    width: 96%;
    margin: 0 auto;
  }
  .section-logo {
    width: 50%;
    color: #FFF;
    margin: 0;
    text-align: left;
    font-size: 12px;
  }
    .section-logo img {
      width: 70%;
    }
  /* section-navi は header / footer 共通 */
  .section-navi {
    display: block;
    width: 96%;
  }
    .section-navi .navi_current {
      margin-bottom: 12px;
    }
      .section-navi .navi_current .navi_current_head {
        display: block;
      }
  /* header のナビゲーションだけ default 非表示に */
  .section-header .section-navi {
    display: none;
  }
    .section-header .section-navi .navi_current .navigate__hide {
      position: inherit;
      margin-left: 0px;
      display: block;
    }
      .section-header .section-navi .navi_current ul .navigate__top {
        color: #FFF;
        border-bottom: 1px solid #333;
      }
  /* footer navi 記述 */
  .section-footernavi {
    padding: 48px 0;
    width: 96%;
    margin: 0 auto;
  }
    .section-footernavi h2 {
      width: 60%;
      margin: 0 auto;
    }
    .section-footernavi .section-navi {
      display: block;
    }
      .section-footernavi .section-navi .navi_current .footer_article .navi_current {
        padding: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #333;
        color: #ccc;
      }
        .section-footernavi .section-navi .navi_current .footer_article .navi_current a {
          min-width: 120px;
          background: inherit;
          display: block;
          padding: 8px;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
  .section-bgblack {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  /* spでは3カラムを解除して縦に並べる */
  .section-three-column {
    display: block;
    width: 80%;
    max-width: 1120px;
    margin: 24px auto 40px;
  }
    .section-three-column__item {
      width: 100%;
      display: block;
      margin-bottom: 40px;
    }
  .section-bgvision {
    position: relative;
    /* index.php に直接記述 */
/*    background: url(../images/bg_white_sincere.jpg) no-repeat right 88px;
    background-size: 80% auto;*/
  }
  .section-vision {
    margin: 0px auto;
    padding: 40px 0 0px;
  }
  .section-vision__inner {
    width: 90%;
  }
  .section-message__inner {
    padding-left: 40px;
  }
  .section-four-column {
    flex-wrap: wrap;
  }
    .section-four-column__item {
      width: 49%;
      display: block;
      position: relative;
      background: #000;
      margin-bottom: 8px;
    }
  /* copyright 部分 */
  .section-copyright {
    display: block;
    padding: 0px 0;
    width: 100%;
    position: relative;
  }
    .section-copyright__left {
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      flex-wrap: wrap;
    }
      .section-copyright__left p {
        width: 50%;
        display: inline-block;
        color: #ccc;
        margin-right: 0;
      }
        .section-copyright__left p a {
            display: block;
            padding: 8px;
            text-align: center;
        }
        .section-copyright__left p:first-child {
          border-right: 1px solid #243846;
        }
        .section-copyright__left p:last-child {
          width: 100%;
          border-top: 1px solid #243846;
          padding: 64px 8px 8px;
          text-align: center;
        }
    .section-copyright__right {
      position: absolute;
      top: 48px;
      left: 0;
/*       margin-left: -56px; */
		width: 100%;
    }
      .section-copyright__right ul {
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
/*         margin: 0 auto; */
        width: 90px;
      }
        .section-copyright__right ul li {
          text-align: center;
          font-size: 24px;
          padding-left: 0;
        }
	.footer-sponsor-logo {
   margin-left: 12px;
    margin-right: 20px;
}
  /* breadcrumb */
  .breadcrumb .inner_box{
    padding:15px 5px 15px 20px;
    overflow: auto;
  }
  .breadcrumb li{
    font-size: 1.3rem;
  }

  /* common style */
  .separator {
    border-width: 100px 100vw 0 0;
  }
  .separator.reverse {
    border-width: 100px 100vw 0 0;
  }
  .btntop2{
    margin-left: auto;
  }
}



/* アットホーム風改修 */
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
.section-topheader {
    background: initial;
}
.section-topheader h2 {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 3px 6px #333;
    font-size: 50px;
    width: 100%;
    font-weight: normal;
    line-height: 2;
	display: flex;
    justify-content: center;
    align-items: center;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.section-navi .navi_current .navigate__hide .navigate__top a {
    background: #D99962;
	text-shadow: initial;
}
.section-navi .navi_current .navigate__hide .navigate__top a:hover {
    background: #977355;
}
.section-bgblack {
  background: #f5f4e9;
  color: #393939;
}
.section-bgblack .section-ttl-center {
    color: #393939;
}
.separator  {
  display: none;
}
.separator.reverse  {
  display: none;
}
.section-bgblack .section-ttl-center__caption {
    color: #977355;
}
.section-vision__inner span, .section-message__inner span {
    color: #977355;
}
.section-four-column__item h3 {
/*     background: initial; */
    text-shadow: 0 3px 6px #333;
    font-size: 20px;
}
.section-bghandle {
    background:initial;
}
.section-information__inner li .date {
    color: #977355;
}
.section-bgnavy {
    background: #BFAB93;
}
.section-footernavi h2 img {
    opacity: initial;
}
.section-copyright__left p {
    color: #fff;
}
.btn-readmore {
    width: 240px;
    background-image: initial;
    background-color: #D99962;
}
.inpage-sub-ttl {
    background: #BFAB93;
}
.inpage-free-format > p > a:hover {
    color: #fff;
}
.in-category {
    background-image: initial;
    background-color: #977355;
}
.mw_wp_form button {
    background-image:initial;
    background-color: #977355;
}
@media screen and (min-width: 961px) {
	.text-hover:hover {
    color: #fff;
    opacity: 0.8;
}
.text-hover:before, .text-hover:after {
    background: #fff;
}
	.breadcrumb .text-hover:hover {
    color: initial;
    opacity: 0.8;
}
}
@media only screen and (max-width: 959px) {
.header-inner {
    background: #977355;
    text-shadow: initial;
}
	.section-topheader h2 {
    font-size: 20px;
}
}
@media only screen and (max-width: 639px) {
.section-slidemenu {
    top: 8px;
}
	.section-header .section-navi .navi_current ul .navigate__top {
    border-bottom: 1px solid #fff;
}
	.section-vision {
    padding: 40px 0 40px;
}
	.section-message__inner {
    padding-left: 0px;
}
	.section-footernavi .section-navi .navi_current .footer_article .navi_current {
    border-bottom: 1px solid #fff;
}
}

/* 応募フォーム調整 */
.recruit-form_flex-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.recruit-form_flex-box label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.recruit-form_flex-box label input {
  width: initial;
  margin: initial;
  margin-right: 5px;
}
.vali_text {
  color: #b70000;
}

/* フォームリンク追加 */
.form_privacypolicy-link {
  display: block;
  text-align: center;
  color: #977355;
}
.form_privacypolicy-link img {
  margin: 0 2px;
  width: 18px;
  vertical-align: text-bottom;
  filter: invert(51%) sepia(9%) saturate(1619%) hue-rotate(345deg)
    brightness(90%) contrast(85%);
}
.content__section .mw_wp_form button {
  margin-top: initial;
}
/* フォームエリア背景 */
.mw_wp_form input, .mw_wp_form textarea {
  background-color: #f8f8f8;
}
/* TOP販売実績 */
.section-three-column {
    justify-content: center;
    max-width: 720px;
}
.section-three-column__item {
    width: 100%;
    position: relative;
}
.section-three-column__item .img-cover {
	height: 240px;
}
.section-three-column__item .img-cover img {
	object-fit: cover;
    height: 100%;
}
.section-three-column__item h3 {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-shadow: 0 3px 6px #333;
}
.section-three-column__item:nth-child(2),
.section-three-column__item:nth-child(3) {
	display: none;
}