/****************************************
    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: "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Meiryo, "MS PGothic", Arial, Osaka, 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: #000;
}
body {
  font-size: 1.4rem;
}

/**
 * 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_al {
    font-family: Arial, Osaka, Sans-Serif;
}
.ff_al_b {
    font-family: 'Arial Black','Arial Rounded MT Bold', Sans-Serif;
}
.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;
}


@font-face {
  font-family: 'SnellRoundhand';
  src: url(../font/Snell Roundhand Script.ttf);
}

.ff_sr {
  font-family: SnellRoundhand;
}


/****************************************
    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{
  text-align: center;
  background: white;
  margin: 0px 40px 40px 40px ;
}
.price-area__text{
  padding-top: 20px;
  font-size: 1.8rem;
  line-height: 1.3;
}
.price-item .btn-show-detail{
  margin: 15px;
  padding: 8px 25px;
  width: auto;
}



/*toppage service=catch*/
.catch .price-item__inner{
  background: none;
}
.catch .price-thumbnail{
      position: relative;
}
.catch .price-thumbnail:before {
content: "J";
    color: #EDC903;
    font-size: 7rem;
    font-family: Arial, Osaka, Sans-Serif;
    font-weight: bold;
    position: absolute;
    left: -12px;
    top: -35px;
    z-index: 10;
    text-shadow: 5px 5px 6px rgba(0,0,0,0.3);
}

.catch .price-thumbnail.circle img {
    height: 180px;
  }
.catch .price-text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 25px;
  }
.catch .price-area__text{
    color: #fff;
  }
.catch h3{
  font-size: 1.6rem;
  margin-top: 5px;
  font-weight: normal;
}
.catch .title_en{
  font-size: 2.4rem;
}
.catch .price-item__inner {
  margin: 0px 30px 30px 30px;
}




/*toppage magazine*/
.magazine .price-item {
    padding: 1em 0 1em 1.5em;
overflow:auto;
}
.magazine .price-item a:hover h3+p+span{
  border:1px solid #0154AD;
  background-color: #0154AD;
  color: #fff;
  }
.magazine .price-item img{
/*  margin-top: 1.5em;*/
  max-width: 100%;

}
.magazine .price-item__inner{
  margin: 0;
  padding: 20px;
}
.magazine .price-list{
  width: 90%;
  margin: 0 auto;
  }
.magazine h3{
  margin: 15px 0 5px 0;
  color: #0154AD;
  text-align: left;
}
.magazine h3+p{
  margin: 0 0px 10px 0px;
  text-align: left;
}
.magazine h3+p+span{
  border:1px solid #4B4B4B;
  padding:2px 5px;
  margin-bottom:1em;
  display:block:

}
.magazine .btn-show-detail {
    float: inherit !important;
    display: inline-block !important;
    margin-top: 30px !important;
  }


/****************************************
    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; */
  max-width: 1018px;
  margin: 0 auto;
  padding: 0 32px;
}
.logo img {
  width: 100%;
  max-width: 140px;
}
body.home .logo img,
body.page-template .logo img {
  width: 100%;
  max-width: 200px;
}
    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: 17px !important;
}
.sp-navigate__tel {
  display: none;
  position: absolute;
  right: 72px;
 /* margin-top: 4px;*/
  width: 30px;
  height: 30px;
  z-index: 200;
  top: 14px !important;
}
.sp-navigate__tel a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #0154AD;
  text-align: center;
  line-height: 30px;
}
body.home .sp-navigate__tel a,
body.page-template .sp-navigate__tel a {
  background: #fff;
  color: #0154AD;
}
  .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;
}
body.home .navigation,
body.page-template .navigation,
body:not(.home) .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;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    /*width: 80%;*/
    height: 100%;
}
body.page-template .navigation,
body:not(.home) .navigation {
  height: 140px;
    background: #0154AD;
}
.navigation_inner{
  width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: auto;

    }
body.home .nav-right,
body.page-template .nav-right,
body:not(.home) .nav-right{
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  background-color: #fff;
      box-shadow: 5px 5px 10px 0px rgba(36,36,36,0.16);
    -moz-box-shadow: 5px 5px 10px 0px rgba(36,36,36,0.16);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(36,36,36,0.16);
}
body.page-template .nav-right,
body:not(.home) .nav-right{
  bottom:0;
}
body.home .navigation .nav-left,
body.page-template .navigation .nav-left,
body:not(.home) .navigation .nav-left{
    position: absolute;
    left: 0;
  top: 20px;
    width: auto;
    float: none;
    height: auto;
}
body.home .navigation .nav-right__top,
body.page-template .navigation .nav-right__top,
body:not(.home) .navigation .nav-right__top{
  position: absolute;
  top: 20px;
  right: 0;
}
/*body.home ul.navi,
body.page-template ul.navi,
body:not(.home) ul.navi {
    background-color: #fff;
    padding: 0 60px;
    max-width: 1000px;
    margin: 0 auto;
    }
body.home ul.navi li,
body.page-template ul.navi li,
body:not(.home) ul.navi li {
    padding: 12px 20px 12px 20px;
  }*/
  .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;
      text-align: right;
      float: left;
    }
  ul.navi {
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
        padding: 0 60px;
    max-width: 1000px;
    margin: 0 auto;

  }
    ul.navi li {
      display: inline-block;
      padding: 0 16px;
      /* border-right: 1px solid #ccc; */
      font-size: 1.7rem;
    }
    ul.navi li:last-of-type{
     /*     padding-right: 0;*/
    }
  .btn-net-reserve.top {
    margin: 0px;
    padding: 4px 20px;
  }
    .btn-net-reserve.top i{
    font-size: 1.8rem;
    margin-right: 4px;
    }
  ul.navi li a{
        color: #4B4B4B;
  }

  body.home .logo img,
  body.page-template .logo img,
  body:not(.home) .logo img {
    max-width: 260px;
  }

/*下層のヘッダー*/
.page-template .logo img{

}
.page-template .nav_contact_title,
body:not(.home) .nav_contact_title{
  color: #EDC903;
}
.page-template .navi_tel,
.post-type-archive .navi_tel,
body:not(.home) .navi_tel{
    color: #EDC903;
    font-size: 2.0rem;
    letter-spacing: 1px;
    font-weight: bold;
}
.page-template .nav-right__top__reserve .btn-net-reserve,
body:not(.home) .nav-right__top__reserve .btn-net-reserve{
  width: 100%;
  font-size: 14px;
  padding: 5px;
}


/* ハンバーガー切り替えボタン */
.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: #fff;
  border-radius: 2px;
}
body.home .menu-trigger span,
body.page-template .menu-trigger span {
  background-color: #fff;
}
.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;
      box-shadow: 5px 5px 10px 0px rgba(36,36,36,0.16);
    -moz-box-shadow: 5px 5px 10px 0px rgba(36,36,36,0.16);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(36,36,36,0.16);
}
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 40px 8px 8px;
    background: rgba(255,255,255,0.9);
    color: #393939;
  }
    ul.navi li ul.navigate__hide li a:hover {
      background: rgba(1,84,173,1);
      transition-property: background;
      transition-duration: .1s;
      transition-timing-function: ease-in;
      color: #fff;
    }
.nav_contact_title{

}
/*TOPのヘッダー*/
.logo img{

}
.nav_contact_title{
  color: #000;
}
.navi_tel {
    color: #000;

    font-size: 2.0rem;
    letter-spacing: 1px;
    font-weight: bold;
    }
body.home .navi_tel,
body.page-template .nav_contact_title {
/*  text-shadow: 2px 2px 8px #080808;*/
    color: #EDC903;
}
.nav-right__top__reserve .btn-net-reserve{
  width: 100% !important;
  font-size: 14px !important;
  padding: 5px !important;
}
.navi_tel i{
    margin-right: 6px;
}
.parallax-container-other {

}
/*.parallax-mirror{
  top: 148px !important;
}*/
/****************************************
    5. パンくず
*****************************************/
.cd-breadcrumb {
  width: 100%;
  padding: 8px 0 3px;
  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: 25%;
  float: left;
}
.top_contents_right {
  width: 75%;
  float: right;
}
.information .top_contents_right {
  padding-left: 50px;
  width: 55%;
  text-align: center;
}
.information .top_contents_left {
  width: 45%;
}
h2.top_ttl {
  font-size: 2.0rem;
  line-height: 1.0;
  margin: 46px auto 0px auto;
  padding: 0px 0 0 0;
  color: #fff;
  position: relative;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0.1rem;
}
h3.top_subttl {
  font-weight: 100;
  padding: 8px 0;
  font-weight: 100;
  padding: 30px 0;
  color: #000;
  font-size: 2.2rem;
  line-height: 1.8;
}
.catch h3.top_subttl{
  color: #fff;
}
.top_contents__center {
  text-align: center;
}
.top_contents__subtitle {
  font-size: 1.5rem;
  padding: 10px 0 10px 0;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  line-height: 2.3;
}
.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%;


background: -moz-linear-gradient(top, rgba(0,34,52,0.85) 0%, rgba(0,34,52,0) 20%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,34,52,0.85) 0%,rgba(0,34,52,0) 20%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,34,52,0.85) 0%,rgba(0,34,52,0) 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9002234', endColorstr='#00002234',GradientType=0 ); /* IE6-9 */

}
.parallax-container-top__concept__inner {
  width: 100%;
}
  .parallax-container-top__concept__inner p,
  .parallax-container-top__concept__inner h2 {
    color: #EDC903;
    position: relative;

  }
.parallax-container-top__concept__inner .content__section{
  position: relative;
}
.parallax-container-top__concept__inner .content__section:after{
 /*    content: "";
    position: absolute;
    background-image: url(../images/catch_img_2x.png);
    background-repeat: no-repeat;
    /* background-position: right top; */
   /* top: -80px;
    right: -30px;
    width: 169px;
    height: 217px;
  */}
.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-image: url(../images/btn.png);
    height: 250px;
    width: 265px;
    margin: 16px auto;
    display: flex;          /* 2 */
    justify-content: center;/* 3 */
    align-items: center;    /* 4 */
    text-align: center;
    position: relative;
    float: right;
  }
  .uchida-top-concept__circle:hover{
/*      opacity: 0.9;*/
      transition-property: color, background;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: 0.5s;
  }
/*     .uchida-top-concept__circle__ttl {
      text-align: left;
      padding: 8px 0;
      font-size: 6rem;
      font-weight: bold;
      position: absolute;
      width: 55%;
     left: 0;
      right: 0;
      margin: auto;
      top: 30%;
      line-height: 1.6;
    }*/
    .parallax-container-top__concept__inner .content__section{
            text-align: left;
      padding: 8px 30px 8px 0;
      font-size: 5rem;
      font-weight: bold;
      position: absolute;
      width: 50%;
/*      left: 0;*/
      right: 0;
      margin: auto;
      top: 20%;
      line-height: 1.6;
          text-shadow: 5px 5px 6px rgba(0,0,0,0.5);

    }
    .parallax-container-top__concept__inner .content__section p{
      font-size: 3.1rem;
      text-align: left !important;
    }
    .uchida-top-concept__circle p {
      margin-top: -8px;
      font-size: 2.5rem;
      text-shadow: none;
      color: #333;
      margin: 30px 65px 0 0px;
    }
    .uchida-top-concept__circle:hover p,
    .uchida-top-concept__circle:hover .uchida-top-concept__circle__icon{
      color: #EE8600;
      transition-property: color, background;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: 0.5s;
    }
    .uchida-top-concept__circle__icon {
      position: absolute;
      color: #333;
      font-size: 40px;
      bottom: 91px;
      right: 84px;
    }
.slider-for{
      margin-bottom: 2em;
}
.slick-next:hover, .slick-next:focus {
    color: #111;
}
.slick-prev:before, .slick-next:before{
  color: #111;
}

/****************************************
    7. sidebar 
*****************************************/
.sidebar {
/*  width: 300px;*/
  margin-right: 32px;
}
  .sidebar .side-contents {
    margin: 0px 0 32px;
    border: 1px solid #eee;
    padding: 20px;
    font-size: 1.2rem;
  }
    .sidebar .side-contents h2.top_ttl {
      font-size: 2.4rem;
      margin: 10px 0 20px 0;
    }
    .sidebar .side-contents .top_subttl {
      margin-bottom: 16px;
      font-size: 1.6rem;
      line-height: 1.4;
      padding: 10px 0;
    }
    .sidebar .news__list li, .sidebar .info__list li{
      margin-bottom: 15px;
    }
    .sidebar .info__list li span.celttl{
      font-size: 1.6rem;
      margin-bottom: 0;
      color:#aaa;
    }
    .sidebar .info__list li span.celinner{
      font-size: 1.4rem;
    }
      .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: 70%;
        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%;
        border: 1px solid #ee8600;
 /*       color: #ee8600;*/
        padding: 5px 5px;
        font-size: 1.4rem;

      }
      .sidebar .side-contents .btnSlide.btn-3c {
        border: 1px solid #19C5F8;
      }
      .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;*/
    width: 80%;
    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: 100%;
    background: #eee;
    position: absolute;
    top: 0;
    right: 0%;
    text-align: center;
  }
    .pickup-contents__nextarrow:after {
        font-family: 'FontAwesome';
        content: '\f105';
        display: block;
        padding-top: 37px;
        padding-left: 2px;
        color: #999;
    }
/****************************************
    8. main-column
*****************************************/
.main-column {
  width: 90%;
    padding-top: 150px;
    max-width: 900px;
    margin: 0 auto;
}
  .main-column__inner {
 /*   margin-left: 332px;*/
  }
.contents-ttl {
    font-size: 3.5rem;
    padding-top: 8px;
    margin-bottom: 26px;
/*    color: #1f5781;*/
    text-align: center;
  font-weight:normal;
}


/****************************************
    9. contents 
*****************************************/
.top_bg_01{
    height: 128px;
    background-image: url(../images/back_01.png);
    background-repeat: repeat-x;
    display: block;

}
.top_bg_02{
    height: 40px;
    background-image: url(../images/back_01.png);
    background-repeat: repeat-x;
    display: block;
}
.concept { margin: 72px 0 80px; }
.news {
  padding: 120px 0;
  margin: 0 0 0px !important;
}
.magazine {
  padding: 120px 0 275px 0;
  background-image: url(../images/bg_magazine.png);
  background-size: cover;
  margin: 0 0 0px !important;
  background-position: bottom center;
}
.top_blog {
  padding: 160px 0 140px 0;
  margin: 0 0 0px !important;
  background-repeat: repeat-x;
  background-size: 85px auto; 
    background-position: center top, center bottom;
}
.catch { 
  padding: 245px 0 100px;
  background-image: url(../images/bg_service.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: cover;
}
.social-area { 
  padding: 80px 0px;
  background:#0154AD;
  margin: 0 !important
}
.social-area .top_contents_left,
.social-area .top_contents_right{
    width: 48%;
}
@media (max-width: 760px) {
.social-area .top_contents_left,
.social-area .top_contents_right{
  width: 100%;
}
.social-area .top_contents_left{
  margin-bottom:20px;
  }
  .heightLine-group2,.heightLine-group1,.heightLine-group3,.heightLine-group4{
    height:auto !important;
  }
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}

.catch h2.top_ttl,
.news h2.top_ttl{
  color: #fff;
}
.catch h2.top_ttl{
  line-height: 1.5;
  margin-bottom: 40px;
  letter-spacing: inherit;
  margin: 0 0 40px 0;
}
.catch .top_contents__subtitle{
  font-size: 1.7rem;
  line-height: 2;
  padding: 0 0 100px 0;
}
.middle-contents h2.top_ttl,
.information h2.top_ttl{
  color: #000;
  margin-bottom: 60px;
}
/*.catch h3.top_subttl{
  margin-bottom: 20px;
}*/
h2.top_ttl span{
  display: block;
  font-size: 1.3rem;
  margin: 10px 0 20px 0;
  font-weight: 100;
  font-family: helvetica, arial, 'hiragino kaku gothic pro', 'ms pgothic', sans-serif;
  letter-spacing: 0.05em;
}
.top_ttl_box{
  background-color: #2D567E;
  width: 150px;
  height: 140px;
    position: relative;
    text-align: center;
    margin-right: 40px;
    margin-bottom: 30px;
}
.news.top_blog .top_ttl_box{
  background-color: #2D567E;
}
.magazine .top_ttl_box{
  margin: 0 auto;
}
@media (max-width: 760px) {
.top_ttl_box{
  margin: 20px auto 30px auto;
}
.news .btn-show-detail{
  margin-top: 0 !important;
}
.price-item{
  padding: 0 !important;
}
.magazine .price-list{
  width: 85%;
}

  }


.news__list,
.info__list {
  list-style: none;
}
.news__list li,
.info__list li {
  margin-bottom: 25px;
}
.news__list li:last-child,
.info__list li:last-child {
  margin-bottom: 0;
}
/*.information .top_contents_right .info__list:nth-of-type(1) {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ccc;
}
.information .top_contents_right .info__list:nth-of-type(2) {
    padding: 30px 0 0px 0;
}*/

.information{
  background:#2D567E;
  padding:70px 0;
  
}



.content__section{
  margin: 0 auto;
  width: inherit;
}
.news__list{
  margin-bottom: 20px;
}
.news.top_blog .news__list{

}
.news__list li{
  margin-bottom: 20px;
  font-size: 1.3rem;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom:1px solid #eee;
}
.news .btn-show-detail{
  margin: 0 auto;
  display: block;
  background-color: #fff;
  float: right;
}

  .news__list li span.date {
padding-right: 20px;
    display: inline-block;
    vertical-align: top;
    min-width: 120px;
    width: 15%;
    font-style: italic;
  }
  .news__list li span.title {
    display: inline-block;
   width: 70%;
    color:#313131;
    font-size:1.4rem;
    vertical-align:top;
  }
    .news__list li span.cat_tit .cat{
      display: inline-block;
      background-color: #EEEEEE;
      padding: 1px 10px;
    min-width: 100px;
    text-align: center;
    max-width: 100px;
        -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: 0.2s;
}
    .news__list li span.cat_tit .cat:hover{
      background-color: #2D567E;
    color:#fff;
}
    .news__list li span.cat_ttl .cat{
      display: inline-block;
      background-color: #EEEEEE;
      padding: 1px 10px;
}
  .info__list li span.celttl {
    vertical-align: top;
    color: #000;
    margin-bottom: 5px;
    margin-right: 15px;
    font-weight: bold;
  }
    .info__list li.top_address {
      font-size: 1.4rem;
      margin-top: 30px;
    }
    .info__list li.top_tel {
      font-size: 3.6rem;
      font-weight: bold;
    }
    .info__list li.top_fax {
      font-size: 2.6rem;
    }
.info__list .top_address .celinner{
}
/*.info__list .top_route .celttl{
    font-size: 1.5rem;
    margin-bottom: 5px;
}*/


  .info__list li span.celinner {
    line-height: 1.6;
  }
.middle-contents {
  margin: 64px 0 72px;
}
.middle-contents .content__section{
  max-width: 1000px;
}


.price-thumbnail {
  box-shadow:5px 5px 10px 0px rgba(36,36,36,0.16);
-moz-box-shadow:5px 5px 10px 0px rgba(36,36,36,0.16);
-webkit-box-shadow:5px 5px 10px 0px rgba(36,36,36,0.16);
}
.price-thumbnail.circle img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.price-text {
  margin-top: 10px;
  text-align: center;
  font-size: 3.0rem;
}

.price-area__text + p{
font-size: 2.8rem;
}

.page-qa-contents-ttl {
  border-left: 4px solid #197dc3;
  padding: 8px 20px;
  font-size: 24px;
/*  margin-bottom: 16px;*/
  border-bottom: 1px dotted #ccc;
  background: #f9f9f9;
  margin-top: 40px;
}
.page-qa-contentslist {
  border-bottom: 1px dotted #ddd;
  padding: 26px 0;
}
.page-qa-contentslist p a{
  color: #000;
  text-decoration: underline;
}
.page-qa-contentslist p a:hover{
  color: #197dc3;
  }
  .page-qa-contentslist__q {
    font-family: Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
    font-size: 18px;
    color: #197dc3;
    margin-bottom: 8px;
  }
  .page-qa-contentslist__a{
    font-size: 1.5rem;
  }
  .page-qa-contentslist__word {
    font-family: Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
    font-size: 20px;
    color: #999;
  }
/* footer */
.ft-social {
  padding-bottom: 20px;
}
.ft-social .celinner{
  display: block;
  text-align:center;
  font-size:2.8rem;
  color:#EE8600;
}
.ft-social .celinner.ff_sr{
  font-size: 3.5rem;
  letter-spacing: 1px;
}
.ft-social .celinner .celttl i{
  margin-right: 20px;
}
  .ft-social .btn-net-reserve {
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 2.0rem;
    width: 250px;
    margin: 30px auto 30px auto;
    display: block;
  }
.ft-social__iconset {
  text-align: right;
}
.ft-social__iconset a {
  font-size: 2.4rem;
  color: #fff;
  padding: 0 0 0 8px;
  display: inline-block;
}
  .ft-social__iconset a:hover {
    color: #1f5781;
    transition-property: color;
    transition-duration: .2s;
    transition-timing-function: ease-in;
    opacity: 0.8;
  }
.footer {
  background: #759DCC;
}
.footer .content__section{
  padding: 50px 32px 30px 32px;
}
.footer_left{
  float: left;
  max-width: 300px;
  width: 30%;
}
.footer .logo img{
 width: 300px !important;
  max-width:300px;
  }
  .footer ul {
    list-style: none;
  }
  .footer ul li a{
    margin-bottom:20px;
    color:#ffffff;
    font-size: 1.4rem;
    display: inline-block;
  }
  .footer ul li a.footer-navi-tit:hover{
    color:#1f5781;


  }
  .footer ul li .footer_article a{
    font-weight:normal;
    line-height: 1;
    margin-bottom:10px;
    color: #fff;
    font-size: 1.1rem;
  }
  .footer_right{
 
  }
  .footer .footer-navi {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: nowrap; /* Safari */
    flex-wrap:         nowrap;
    justify-content: flex-end;
    margin:0 0 20px 0px;
  }
.footer_right .footer-navi:nth-of-type(1) li{
  border-bottom:1px solid #fff;
}
  .footer .footer-navi li {
    text-align: right;
    padding-left: 70px;
}
.footer .footer-navi li:nth-of-type(1) {
  padding-left: 40px;
}

.footer .navi-info .font-tel-ft {
    font-size: 1.4rem;
    text-align: left;
  color:#fff;
  margin-bottom:0;
  margin-right: 30px;
  margin-top:2px;
}
.footer .navi-info{
display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-end;
  margin-bottom:40px;
}
.footer .navi-info .btn-mailsend {
    border-radius: 50px;
    color: #FFF;
    background: #469DD3;
    padding: 1px 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 1.1rem;
    border: 1px solid #fff;
}



.bn_footer_area {
  background: #ffffff;
  padding: 36px 0px 48px;
}
  .bn_footer_area .bn_footer {
    width: 200px;
    display: inline-block;
    margin-left: 24px;
  }
    .bn_footer_area .bn_footer img {
      width: 100%;
    } 
.copyright {
  text-align: center;
  background: #759DCC;
  color: #FFF;
  height: 54px;
  /* line-height: 64px; */
  position: relative;
  font-size: 1.1rem;
}
  .copy {
    position: relative;
    z-index: 2;
    padding-top: 20px;
  }
  .copy br{
    display: none;
  }
  .content__section.copy_inner{
    position: relative;
  }
  .footer-copyright__copy{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ccc;
  }
  .backtop {
    width: 96px;
    height: 64px;
    border-radius: 50%;
    background: #313131;
    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;
  }

/* 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 {
  /*  border: 1px solid #ee8600;
    color: #ee8600;
    */margin: 15px 0 15px 0;
    padding: 3px 30px 3px 40px;
    font-size: 1.4rem;
    width: auto;
    font-style: italic;
  }
  .btn-read-more {
    background: #C8AC94;
    margin: 15px auto;
    padding: 12px 32px;
  }
  .btn-net-reserve {
    margin: 15px auto;
    /*width: 40%;*/
    padding: 10px;
  /*  border: 1px solid #EDC903;*/
    display: inline-block;
    font-size: 1.8rem;
  }

  .btn-net-reserve.btn-1c,
  .btn-reloadmap.btn-1c{
  color: #fff !important;
    background: #469DD3;
    font-size: 1.8rem;
    padding: 25px 0;
    box-shadow:5px 5px 10px 0px rgba(36,36,36,0.16);
    -moz-box-shadow:5px 5px 10px 0px rgba(36,36,36,0.16);
    -webkit-box-shadow:5px 5px 10px 0px rgba(36,36,36,0.16);
    width: 300px;
}
  .btn-net-reserve.btn-1c:hover span,
  .btn-reloadmap.btn-1c:hover span{
    color:#469DD3;
  }
  .btn-net-reserve.btn-2c {
  /*   border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    */width: 75%;
    font-size: 1.7rem;
    font-weight: normal;
    padding: 3px 20px !important;
    }
  .btn-net-reserve.btn-2c{
   color: #313131 !important;
    background: #EDC903;
  }
  .btn-net-reserve.btn-2c:hover span{
    color:#EDC903;
  }
  .btn-net-reserve.btn-2c:hover{
 /*    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
  */}
  .btnSlide.btn-3c{
    color: #fff !important;
    background: #469DD3;
    border-radius: 100px;
    border: 1px solid #469DD3;
  }
  .btnSlide.btn-3c:hover span{
    color: #469DD3;
  }
  .sidebar .side-contents .btnSlide.btn-3c:hover,
  .btn-3c.btn-inpage-link:hover{
    color: #19C5F8;
    background: #FFF;
    border: 1px solid #469DD3;
    border-radius: 50px;
  }

.catch .btnSlide.btn-3c {
    color: #fff !important;
    background: none;
    border: 1px solid #fff;
}

/*
  .btn-net-reserve.top {
    margin: 0px;
  }
*/
  .btn-reloadmap {
    background: #469DD3;
    margin: 15px auto;
    padding: 12px 32px;
    display: block;
    width: 280px;
    border: 1px solid #469DD3;
  }
  .btn-reloadmap:hover{

    border-radius: 0;
    background: #FFF;
  }
  .btn-inpage-link {
    background: #FFF;
    width: auto;
    padding: 4px 15px;
    color: #333;
    border: 1px solid #19C5F8;
    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: 20px;
      position: relative;
      top: 0px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    font-style: normal;
  }
  .btnSlide.btn-2c span:after{
content: none;
  }
/* Button 1c */
.btn-1c:after { /* ボタンマウスオーバー時のカラー設定はここ */
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  color: #EE8600 !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.btn-1c.btn-reloadmap:after { /* ボタンマウスオーバー時のカラー設定はここ */
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  color: #EE8600 !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.btn-2c:after { /* ボタンマウスオーバー時のカラー設定はここ */
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  color: #fff !important;
/*  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
*/}
.btn-3c:after  { /* ボタンマウスオーバー時のカラー設定はここ */
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  color: #fff !important;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.btn-show-detail.btn-1c:after,
.btn-show-detail.btn-2c:after,
.btn-show-detail.btn-3c:after{
  border-radius: 50px;
}

.btn-1c:hover:after,
.btn-1c:active:after,
.btn-2c:hover:after,
.btn-2c:active:after,
.btn-3c:hover:after,
.btn-3c:active:after  {
  width: 100%;
}
.btn-pagetop {
    display: block;
    text-align: center;
    font-size: 1.7rem;
/*    padding: 10px 0 12px;*/
    color: #FFF;
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 300;
    background-image: url(../images/page-top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 80px;
    height: 80px;
    line-height: 1;
   background-size: 75px auto;
}
  .btn-pagetop i {
    font-size: 2.6rem;
  }
    .btn-pagetop:hover {
      opacity: 0.9;
      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 #66401E;
  padding: 8px 0 8px 16px;
  font-weight: 100;
  font-size: 2.4rem;
}
.inpage-sub-ttl {
  position: relative;
  padding-bottom: .45em;
  border-bottom: 1px solid #1f5781;
  margin-bottom: 25px;
  font-size: 2.4rem;
  color: #1f5781;
  font-weight:bold;
}
  .inpage-sub-ttl:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #1f5781;
  }
  .inpage-sub-ttl.half {
    padding-bottom: .30em;
  }

  .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: #66401E;
    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 52px;
  font-size: 1.5rem;
  line-height: 1.6;
}
  .inpage-article .photo {
    display: inline-block;
    width: 30%;
    margin-bottom: 16px;
    padding-right: 16px;
  }
  .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: 59%;
    vertical-align: top;
  }
body.single .inpage-article .figure{
  width: 100%;
}
.inpage-article div.photo:first-of-type,
    .inpage-article div.figure:first-of-type {
      padding-right: 4%;
    }
    .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;
  }

/* 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: 100%;
  display: block;
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
}
  .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: 20%;
/*  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: 12px 0;
  font-size: 1.4rem;
}
  .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.2rem;
  margin-bottom: 10px;
  border-left: 6px solid #169fd8;
  padding: 5px 16px 5px 16px;
  font-weight: 100;
  background: url(../images/cd-custom-separator.svg) no-repeat center right;
  color: #169fd8;
}
.voice .blog-list-article__ttl {
  background-image: none;
}

.blog-list-article {
  margin-bottom: 42px;
}
.blog-list-article__date,
.blog-parts__date {
    color: #aaa;
    font-size: 1.4rem;
    letter-spacing: 1px;
}
  .blog-list-article__date:before,
  .blog-parts__date:before {
    font-family: 'Fontawesome';
    content:'\f017';
    padding-right: 4px;
    color: #aaa;
  }
  .blog-list-article__date .in-category {
    padding-left: 16px;
    font-weight: 100;
    display: inline-block;
  }
  .blog-list-article__excerpt {
    padding: 8px 0 8px 0;
    margin-bottom: 8px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
    .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: #1f5781;
  border-radius: 4px;
  text-align: center;
  padding: 4px 0;
  color: #fff;
}
.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: #fff;
  -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: #fff;
    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[type=checkbox] {
  width: auto;
}
.wpcf7-form input[type=checkbox].acceptance{
  display: inline-block;
}
.acceptance_label .acceptance-pp{
  margin-bottom: 50px;
}
.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: #000;
  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: #469DD3;
  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: #ea9930;
}
.wpcf7-form input[type="submit"]:focus {
  outline: none;
  background: #3b8ec1;
}
.wpcf7-form .wpcf7-validates-as-required {
  background: url("../images/cd-required.svg") no-repeat top right;
}
.wpcf7-form .acceptance_label a{
  text-decoration: underline;
}
.wpcf7-form .acceptance_label a:hover{
  text-decoration: none;
  color: #0154AD;
}
@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,
.wpcf7-form .your-name2 input,
.wpcf7-form .date-birthday input{
  background: url("../images/cd-icon-user.svg") no-repeat 16px center;
}
.wpcf7-form [required].your-name input,
.wpcf7-form [required].your-name2 input,
.wpcf7-form [required].date-birthday 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 .text-company input {
  background: url("../images/cd-icon-company.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 .file-resume input,
.wpcf7-form .file-resume2 input{
  background: url("../images/cd-icon-budget.svg") no-repeat 16px center;
}
.wpcf7-form [required].file-resume input ,
.wpcf7-form [required].file-resume2 input {
  background: url("../images/cd-icon-budget.svg") no-repeat 16px center, url("../images/cd-budget.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: -68px;
  left: 0;
  font-size: 1.2rem;
}

.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: #66401E;
  background: #66401E;
  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: #1f5781;
 cursor: default;
 pointer-events: none;
 color: #fff;
}

.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 > 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: #66401E;
  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: 0 0 32px 0;
}
  .inpage-free-table th{
    width: 25%;
    padding: 6px;
    text-align: center;
    vertical-align: top;
    color: #333;
    background-color: #eee;
    border: 1px solid #b9b9b9;
  }
  .inpage-free-table td{
    padding: 6px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    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;
}
.eyecatch_title:hover{
  color: #197dc3;
}
  /* 画像有りの場合(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 {
    max-width: 90%;
  }
}
@media screen and (max-width: 1120px) {
  body.home ul.navi li,
  body.page-template ul.navi li,
  body.archive ul.navi li{
      padding: 15px 10px 15px 10px;
      font-size: 1.5rem;
  }
  body.home ul.navi,
  body.page-template ul.navi {
      padding: 0 20px;
      }
  body.home .navigation .nav-right,
  body.page-template .navigation .nav-right{
        padding: 0;
      }
  body.home .logo img,
  body.page-template .logo img {
/*    max-width: 140px;*/
  }
  .top_bg_01{
    height: 80px;
    background-size: 100% auto;
  }
  .top_bg_02{
    height: 30px;
    background-size: 100% auto;
  }
  .uchida-top-concept__circle__ttl{
/*    width: 80%;*/
  }
}
/*
*
* browserSize < 972px
* TBサイズ
*/

/* もともとmedia 972px ここから*/
  /* mainのnavigation */
  .navigation {
    display: block;
  }
    .navigation .nav-left {
/*      width: 36%;*/
      width: 60%;
      height: 64px;
/*      margin: 10px auto 0;*/
      text-align: right;
      float: left;
    }
    .navigation .nav-right__top {
/*      display: flex;
      justify-content: center;
      display: -webkit-flex;
      -webkit-justify-content: center;
  */    padding: 6px 0 10px 0;
  float: right;
    }
    .navigation .nav-right {
      /*height: 128px;*/
      clear: both;
      margin: 0 auto;
/*      max-width: 1000px;*/
      padding: 0 32px;
    }
    .nav-right__bottom{
      width: 100%;
    }
      ul.navi li {
        display: inline-block;
        padding: 12px 20px 12px 20px/*30px 1px 20px 1px;*/
        /* border-right: 1px solid #CCC; */
      }
      ul.navi li:nth-child(6) {
       /* border-right: none;*/
      }
  /* パララックスのタイトル？ */
  .parallax__hover__ttl {
    padding-left: 32px;
  }
  /* ロゴ */
  .logo img{
    width: 100%;
  }
  .logo img:hover{
    opacity: 0.8;
  }
/* もともとmedia 972px ここまで*/  
@media screen and (max-width: 972px) {
  /* =================================== */
  /* TOP メインビジュアル(TB) */
  /* =================================== */
  .uchida-top-concept__circle{
    background-size: 80% auto;
    background-position: right bottom;
  }
  .uchida-top-concept__circle p{
    font-size: 2.0rem;
    margin: 50px 0 0 0px;
  }
  .uchida-top-concept__circle__icon{
    bottom: 80px;
    right: 70px;
  }
  .uchida-top-concept__circle__ttl{
    font-size: 6.5rem;
  }
  .top_contents__subtitle{
    width: 100%;
  }
  h2.top_ttl {
/*    font-size: 3.2rem;*/
  }
  .middle-contents h2.top_ttl:before, .middle-contents h2.top_ttl:after, .information h2.top_ttl:before, .information h2.top_ttl:after {
    height: 80px;
    background-size: auto 80px;
  }
  .catch h2.top_ttl:before, .middle-contents h2.top_ttl:before, .information h2.top_ttl:before, .news h2.top_ttl:before {
    left: -65px;
  }
  .catch h2.top_ttl:after, .middle-contents h2.top_ttl:after, .information h2.top_ttl:after, .news h2.top_ttl:after {
    right: -65px;
}
.footer .logo img{
  max-width: 100px;
}
.footer .footer-navi{
  padding-left: 10px;
}

.btn-net-reserve.btn-2c{
  width: 100%;
}
.btn-net-reserve.btn-2c:hover span{
  color: #fff;
}
  /* =================================== */
  /* TOP メニュー(TB) */
  /* =================================== */
  .price-item__inner{
    margin: 15px;
  }
  /* =================================== */
  /* footer (TB) */
  /* =================================== */
  .ft-social .celinner.ff_sr{
  }
  .ft-social .celinner{
  }
  .ft-social .btn-net-reserve{
  }
  .btn-pagetop{
    font-size: 1.6rem;
  }


  /* =================================== */
  /* mainとsideのレスポンシブ(TB) */
  /* =================================== */ 
  .main-column {
    float: none;
    margin-left: 0px;
  }
    .main-column__inner {
      margin-left: 0px;
    }
  .sidebar {
    width: 100%;
  }
 
  .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%;
    }
}

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

/*
*
* 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;
    border-radius: 0px;
    -moz-border-radius:0px;
    -webkit-border-radius: 0px;
  }
  .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: #1f5781;
    -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: #1f5781;
    transition-property: color;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition-duration: 0.2s;
  }

  .news__list .text-hover:before,
  .news__list .text-hover:after{
  /*  background: #FFFFFF;*/
  }
  .news__list .text-hover:hover {

    transition-property: color;
    -webkit-transition: all 0.2s;
    -moz-transition: all 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;
  }
  .footer .logo img {
    max-width: 200px !important;
  }
  .footer .footer-navi li {
    text-align: right;
    padding-left: 30px;
  }
}

/*
*
* 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%;
  }
}
@media (max-width: 1015px) {
  .news .news__list li span.title{
    width: inherit;
    display: block;
  }
}
/*
*
* browserSize < 760px
* - SPサイズ
*/
@media (max-width: 760px) {
 /* .parallax-mirror{
  top: 70px !important;
}*/
  /* =================================== */
  /* 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: 20px;
      width: 100%;
      vertical-align: middle;
    }
    .price-area__text {
      margin-bottom: 16px;
      width: 100%;
      vertical-align: middle;
     padding-top: 0;
    }
    .catch .price-item__inner {
    margin: 0px 0px 40px 0px;
}
    .catch .price-list:last-of-type .price-item__inner {
      margin-bottom: 0;
    }
    .price-item__inner {
      padding: 0;
      margin: 0;
    }
    .pc_cont{
      display: none;
    }


  /* =================================== */
  /* main ナビゲーション(SP) */
  /* =================================== */
  .navigate .content__section {
    padding-left: 16px;
  }
  .navigation {
    padding-left: 16px !important;
    padding-right: 16px !important;
    position: relative;
  }
  body.home .navigation,
  body.page-template .navigation{
    padding-left: 16px;
    padding-right: 16px;
/*    width: 90% !important;*/
  }
    .navigation .nav-left {
    width: 100%;
    margin-left: 0;
    text-align: center;
    float: none;
    margin: 0 auto;
    top: 15px !important;
    }
    .navigation .nav-left a{
      vertical-align: top;
      float: left;
    }
    .logo img{
      max-width: 160px !important;

    }
    .footer .logo img{
      margin: 0px auto 40px auto;
      display: block;
      max-width: 260px !important;
    }
    .footer_left{
      float: none;
      max-width: inherit;
      margin-bottom: 20px;
        margin: 0 auto;
    width: 100%;
    }
    .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 !important;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0px;
      background-color: rgba(0,0,0,.8) !important;
      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;
        padding: 0 20px;
      }
    ul.navi {
      width: 100%;
    }
    ul.navi li {
      display: block;
      width: 100%;
      text-align: left;
      color: #FFF;
      padding: 16px 10px 16px 0;
      border-right: none;
      border-right: 1px solid #CCC;
    }
    .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 #ccc;
      width: 100%;
      display: block;
      color: #fff;
    }
    .ft-social {
    padding-bottom: 40px;
}

  /* =================================== */
  /* パンくず(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;
    border-radius: 4px;
    margin-bottom: 4px;
  }
  .cd-breadcrumb li::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    display: none;
  }
    .cd-breadcrumb .custom-separator li::after {
        content: inherit;
        height: 0px;
        width: 0px;
        background: none;
        vertical-align: middle;
    }
  .custom-separator.content__section {
    padding: 8px 32px 8px 32px;
  }
  .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;
      padding:6px 15px;
    }
    .cd-breadcrumb li:nth-child(2) >                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               span {
      /* max-width: 240px; */
      display: inline-block;
      text-overflow: ellipsis;
      overflow: hidden;
    }
    .cd-breadcrumb li a{
      display: block;
    }
  /* =================================== */
  /* パララックス部分のタイトル(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;
  }
  .parallax-container-top__concept__inner .content__section{
    /*width: 90%;
    left: 0;
*/top:30%;
  width: auto;
    padding-right: 0;}
  /* =================================== */
  /* mainとsideのレスポンシブ(SP) */
  /* =================================== */
  .main-column {
    float: none;
    margin-left: 0px;
    padding-top: 0;
    margin: 50px auto;
    width:100%;
  }
  body:not(.home) .navigation {
    height: 60px;
  }
    .main-column__inner {
      margin-left: 0px;
    }
  .sidebar {
    width: 100%;
  }
  .contents-ttl {
    font-size: 3rem;
    padding-top: 8px;
    margin-bottom: 36px;
  }
  .inpage-sub-ttl {
    font-size: 2rem;
  }
  .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: 2.2rem;
    letter-spacing: 0.2rem;*/
  }
  h2.top_ttl span {

  }
  .middle-contents h2.top_ttl:before, .middle-contents h2.top_ttl:after, .information h2.top_ttl:before, .information h2.top_ttl:after {
    height: 60px;
    background-size: auto 60px;
  }
  .catch h2.top_ttl:after, .middle-contents h2.top_ttl:after, .information h2.top_ttl:after, .news h2.top_ttl:after {
    right: -45px;
}
.catch h2.top_ttl:before, .middle-contents h2.top_ttl:before, .information h2.top_ttl:before, .news h2.top_ttl:before {
    left: -45px;
}
.btn-net-reserve.btn-1c, .btn-reloadmap.btn-1c{
  width: 90%;
  font-size: 1.6rem !important;
}
.btn-net-reserve.btn-2c {
    width: 100%;
    font-size: 1.6rem;
    }
.top_bg_01 {
    height: 60px;
    background-size: 200%;

}
.top_bg_02 {
    height: 30px;
    background-size: 200%;
    margin-top: 0;
}
.middle-contents h2.top_ttl, .information h2.top_ttl {
    margin-bottom: 30px;
  }
  .info__list li.top_tel {
    font-size: 3.0rem;
    margin-bottom: 10px;
  }
  body.home ul.navi,
  body.page-template ul.navi{
    background: none;
  }
  /* =================================== */
  /* コンテンツ幅調整(SP) */
  /* =================================== */
.content__section{
  max-width: inherit;
}
  .concept,
  .news,
  .catch,
  .middle-contents,
  .social-area {
    margin: 40px 0 40px;
    padding: 40px 0;
  }
  .news{
    background-size: 70px auto !important;
  }
.service{
    background-size:auto 70px !important;
  padding: 150px 0 100px 0 !important;
  }
  .service:before {
    background-size: auto 140px !important;
    height: 140px !important;
    top: -50px !important;
  }
.secondopinion {
  padding: 120px 0 110px 0 !important;
    background-size: auto 90px !important;
    background-position: -60px bottom !important;
  }
   .magazine{
    background-position: left bottom;
  }
  .news .content__section{
    padding: 0;
    width: 90%;
    max-width: inherit;
  }
  .news .news__list{
   padding:20px 0;
  }
  .news .news__list li span.title{
    width: inherit;
    display: block;
  }
  .catch {
    padding: 40px 0 40px;
    margin: 0;
  }
  .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 32px;
  }
  .information .top_contents__center{
    margin-bottom: 20px;
  }
.information .top_contents_right{
  width: 100%;
  padding: 0 0 20px 0;
}
.info__list .top_address .celinner{
}
.information .top_contents_left{
  width: 100%;
}
.recruit-article dt, .access-article dt{
  width: 100px;
}

  /* =================================== */
  /* フッター(SP) */
  /* =================================== */

  .footer {

  }
  .footer_right{
    display: block;
  }
    .footer .footer-navi {
      display: block;
      width: 100%;
      padding-left: 0;
    margin:0;
    }
    .footer .footer-navi > li {
    }
    .footer .footer-navi li {
      color: #939393;
      width: 100%;
     border-bottom: 1px solid #5888bb !important;
  padding: 0;
    text-align: left;
    }
  .footer .footer-navi li:nth-of-type(1){
    padding:0;
  }
    .footer .footer-navi li a{
      display: block;
      padding: 10px 0px;
      margin-bottom: 0 !important;
      font-size: 1.4rem;
    }
  .footer .navi-info{
    display:block;
  }
  .footer .navi-info .font-tel-ft {
    text-align: center;
    margin: 0 0 20px 0px;
    font-size: 2.2rem;
  }
  .footer .navi-info .btn-mailsend{
    font-size: 1.6rem;
    padding: 5px;
    width: 90%;
    margin: 0 auto;
    max-width: 300px;
  }
    .footer .footer-navi .footer_article li{
      margin-bottom: 0;
    }

    .footer .footer-navi .footer_article li a{
      padding-left: 20px;
      font-size: 1.4rem;
    }
      .bn_footer_area {
        padding: 36px 0 48px;
      }
      .bn_footer_area .bn_footer {
        width: 200px;
        display: block;
        margin: 0px auto 0px;
        text-align: center;
      }
        .bn_footer_area .bn_footer img {
          width: 80%;
        } 
        .btn-pagetop{
          background-size: 50px auto;
          width: 70px;
          font-size: 1.3rem;
          height: 90px;
          right: 0;
          bottom: 0;
        }
.ft-social .celinner.ff_sr{
  font-size: 2.8rem;
}
.ft-social .celinner{
  font-size: 2.4rem;
}
.ft-social .celinner .celttl i{
  margin-right: 10px;
}
.ft-social .btn-net-reserve{
  margin-top: 20px;
}
.footer .content__section{
  max-width: inherit;
}
.footer-copyright__copy{
  position: inherit;
  padding: 5px 0 2px 0;
  font-size: 1.1rem;
}
.copyright{
  height: auto;
}
.content__section.copy_inner{
  padding: 0px 10px 0 10px;
}
.copy{
  line-height: 1.2;
  font-size: 1.0rem;
  padding: 20px 10px 0 10px;
}
.copy br{
  display: block;
}

  /* =================================== */
  /* テキスト装飾(SP) */
  /* =================================== */
  .text-hover:hover{
    color: #197dc3 !important;
  }
  .text-hover:after{
    padding-left: 16px;
  }
  h3.top_subttl{
    font-size: 2.0rem;
    padding: 20px 0;
  }
  .page-qa-contents-ttl{
    font-size: 2.0rem;
  }
  /* =================================== */
  /* ページコンテンツ用(SP) */
  /* =================================== */
  .inpage-article .photo {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0 !important;
  }
  .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: 3.2rem;
    width: auto;
    font-weight: bold;
    position: relative;
    margin-top: 20px;
    text-align: center;
  }
  .parallax-container-top__concept__inner .content__section p {
        font-size: 1.8rem;
    font-weight: normal;
  }
  .uchida-top-concept__circle{
    background-size: 150px;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    float: none;
    background-position: top center;
  }
  .uchida-top-concept__circle p{
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 12px 35px 0 0;
  }
  .uchida-top-concept__circle__icon{
    bottom: 55px;
    right: 44px;
    font-size: 3.0rem;
  }
}


/* =================================== */
/* サービスページ */
/* =================================== */
.service_dl dt{
  font-size: 1.6rem;
  color: #197dc3;
}
.service_dl dd{
  margin: 5px 0 25px 0;
}
.menu_parts{
  width: 100%;
  margin:0px 0 40px 0 !important;
}
.menu_parts li{
  width: 33.3%;
  float: left;
  list-style: none;
}
.menu_parts li img{
  width: 100%;
}
.ser_sche{
    width: 100%;
    margin: 20px 0;
}
.ser_sche li{
  width: 25%;
  float: left;
  list-style: none;
  padding: 1em;
}
.ser_sche li img{
  width: 100%;
  max-width: 210px;
}
.ser_sche li p{
  padding: 10px 15px;
  font-size: 1.4rem;
}
@media (max-width: 760px) {
  .menu_parts li{
  width: 100%;
  float: none;
}
.menu_parts li img{
  max-width: 360px;
  margin: 0 auto;
  display: block;
}
.ser_sche li{
  width: 100%;
  float: none;
  padding-bottom: 30px;
}
.ser_sche li img {
    display: block;
    margin: 0 auto;
}
.ser_sche li p{
  padding: 0;
  font-size: 1.5rem;
}
.ser_sche{
  width: 100%;
  margin: 10px 0 20px 0 !important;
}
ul.navi{
  background:none;
}
ul.navi li a{
  color: #fff;
}

}






/*recruit*/
.recruit_parallax .parallax-container-top__concept__inner .content__section{
  left: 0;
    top: 40%;
  width:80%;
}
.recruit_parallax .parallax-container-top__concept__inner .content__section p{
  text-align:center !important;
  font-size: 5.5rem;
}


.middle-contents{
  margin: 64px 0 0 0;
  padding: 0;
}
.middle-contents .top_ttl_box2{
  width: 165px;
  height: 165px;
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.2);
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-right: 40px;
}
.middle-contents .top_ttl_box2{
  background-color: #EDC903;
  border-radius: 100%;
}
.middle-contents .top_ttl_box2{
  margin: 0 auto;
  margin-bottom: 60px;
}
.middle-contents .top_ttl_box2:before{
  font-size: 6rem;
  font-family: Arial, Osaka, Sans-Serif;
  font-weight: bold;
  text-shadow: 5px 5px 6px rgba(0,0,0,0.3);
}
.middle-contents .top_ttl_box2:before{
  content: "J";
  color: #0154AD;
  position: absolute;
  left: 0;
  top: -30px;
  right: 0;
  }
.middle-contents h2.top_ttl{
    color: #0154AD;
    margin-top: 60px;
  }

.middle-contents .price-thumbnail.circle img{
  height: 180px;
}
.middle-contents .price-item__inner {
    text-align: center;
    background: white;
    margin: 0px 25px 60px 25px;
  }

.middle-contents .price-area__text {
    padding-top: 15px;
    font-size: 2rem;
    text-align: left;
    color: #0154AD;
  }

.middle-contents .title_en{
  font-family: Arial black, Osaka, Sans-Serif;
  font-size: 1.8rem;
  margin-top: 5px;
  }

.middle-contents .price-thumbnail{
  box-shadow: none;
}
.middle-contents .square-style{
  box-shadow: 5px 5px 10px 0px rgba(36,36,36,0.16);
    -moz-box-shadow: 5px 5px 10px 0px rgba(36,36,36,0.16);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(36,36,36,0.16);
}
.middle-contents .price-thumbnail a:hover .price-area__text{
color: #E67CB5;
}
.middle-contents .price-thumbnail a:hover .mask{
  opacity: 1;
    background-color: rgba(237,201,3, 0.6);
}
.middle-contents .price-thumbnail a:hover .mask:before {
    content: "J";
    position: absolute;
    top: 10px;
    margin: auto;
    font-size: 10rem;
    left: 0;
    right: 0;
    bottom: 0;
    color: #EDC903;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}


.recruit_video{
    padding: 100px 0 80px;
    background-image: url(../images/bg_recruit_video.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-size: cover;
}
.recruit_video .top_contents__center {
    max-width: 460px;
    margin: 0 auto;
    }
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.video_tit{
  margin-top: 10px;
  color: #fff;
  font-size: 2.0rem;
  }




  .recruit_entry{
    padding: 100px 0 100px;
    background-color: #EDC903;
}

.recruit_entry .btn-net-reserve.btn-1c {
    color: #0154AD !important;
    background: #ffffff;
    font-size: 2.0rem;
    padding: 25px 0;
    box-shadow: 5px 5px 10px 0px rgba(36,36,36,0.16);
    -moz-box-shadow: 5px 5px 10px 0px rgba(36,36,36,0.16);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(36,36,36,0.16);
    width: 460px;
    border-radius: 160px;
    -moz-border-radius: 160px;
    -webkit-border-radius: 160px;
    font-weight: bold;
    position: relative;
  }
  .recruit_entry .btn-net-reserve.btn-1c:before{
  content: "J";
  color: #0154AD;
  position: absolute;
  left: 0;
  top: -55px;
  right: 0;

  font-size: 7rem;
  font-family: Arial, Osaka, Sans-Serif;
  font-weight: bold;
  text-shadow: 5px 5px 6px rgba(0,0,0,0.3);
  }

  .recruit_entry .btn-1c:after {

    background: #fff;
    color: #E67CB5 !important;
    border-radius: 160px;
    -moz-border-radius: 160px;
    -webkit-border-radius: 160px;
  }
  .recruit_entry .btn-net-reserve.btn-1c:hover span{
        color: #E67CB5 !important;
  }

.recruit_entry .btnSlide:after {
    content:none;
  }
.recruit_entry .btnSlide span:after{
  content:none;
}
.recruit_entry .btn-net-reserve.btn-1c span.title_en:after {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 5.5rem;
    display: inline-block;
    padding-left: 10px;
    position: absolute;
    top: -5px;
    right: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.recruit_entry .btn-net-reserve.btn-1c span.title_en{
  font-size: 2.6rem;
  display: block;
      margin-top: 10px;
    line-height: 1;
}

.recruit_footer{
  background-color: #5A6371;
}
.recruit_copyright{
  background-color: #5A6371;
}


.recruit_btn-pagetop {
    display: block;
    text-align: center;
    font-size: 1.7rem;
/*    padding: 10px 0 12px;*/
    color: #FFF;
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 300;
    background-image: none;
    width: 60px;
    height: 60px;
    line-height: 1;
    background-color: #19C5F8;
    border-radius: 80px;
    box-shadow: 5px 5px 10px 0px rgba(36,36,36,0.16);
    -moz-box-shadow: 5px 5px 10px 0px rgba(36,36,36,0.16);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(36,36,36,0.16);
    margin-bottom: 15px;
}
  .recruit_btn-pagetop i {
    font-size: 4.0rem;
    margin-top: 7px;
  }
    .recruit_footer .footer_right{
    display: block;
  }
@media (max-width: 760px) {
  .page-template-page_recruit .middle-contents .price-item__inner{
    margin-bottom: 0;
  }
  .recruit_entry .btn-net-reserve.btn-1c{
    width: 100%;
  }
    .recruit_footer .logo img{
    max-width: 180px !important;
  }
  .recruit_footer .ft-social__iconset {
    text-align: center;
  }
  .recruit_parallax .parallax-container-top__concept__inner .content__section{
    top:15%;
  }
  .recruit_parallax .parallax-container-top__concept__inner .content__section p{
    font-size:2.3rem;
  }

}
@media (max-width: 480px) {
  .recruit_entry .btn-net-reserve.btn-1c span.title_en:after{
    right: 20px;
    font-size: 4.0rem;
  }
  .recruit_entry .btn-net-reserve.btn-1c span.title_en{
    font-size: 2.0rem;
  }
  .recruit_entry {
    padding: 70px 0 70px;
  }
  .recruit_entry .content__section{
        padding: 0 15px;

  }


}


/* ------------------------------------------------
  contact-page
--------------------------------------------------*/
.mw_wp_form{
  padding: 30px 0 0 0;
  width: 60%;
  margin: 0 auto;
}
.mw_wp_form p{
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  margin-bottom: 5px;
  }
.mw_wp_form p.section{
  margin-bottom: 40px;
  padding: 0;
  }
.mw_wp_form input{
    margin: 0 0 0px 0;
    padding: 10px 3px;
    font-size: 1.4rem;
    width: 100%;
    border: 1px solid #cfd9db;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    color: #000
}
.mw_wp_form textarea{
    margin: 0 0 40px 0;
  width: 100%;
    padding: 10px;
    font-size: 1.8rem;
    border: 1px solid #cfd9db;
    box-sizing:border-box;
    background: #fff;
    border-radius: 5px;
    color: #000
}
.mw_wp_form select{
    /*margin: 0 0 40px 0;*/
    /*width: 100%;*/
    padding: 10px;
    font-size: 1.8rem;
    border: 1px solid #cfd9db;
    box-sizing:border-box;
    background: #fff;
    border-radius: 5px;
    color: #000;
    height:44px;
    -webkit-appearance: none;
}

.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: 2px #8DA5B1 solid;
}
.mw_wp_form button {
  width: 240px;
  /*background-image: linear-gradient(to bottom, #ad9f6a, #c7b98d);*/
  background-color: #EDC903;
  color: #4b4b4b;
  border-radius: 2px;
  text-align: center;
  padding: 15px 0;
  display: block;
  margin-top: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1.0;


    border: 1px solid #fff;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto !important;
    margin-bottom: 40px !important;

}
.mw_wp_form button:hover {
  color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #EDC903;
  }
  .mwform-tel-field {
    display: block;
  }
  .mwform-tel-field input{
    margin-bottom: 5px;
  }
  @media (max-width: 480px) {
    .mw_wp_form{
      width: 100%;
    }
    .mwform-tel-field {
      width: 100%;
    }
  .mwform-tel-field input:nth-of-type(1){
    width: 30% !important;
  }
  .mwform-tel-field input:nth-of-type(2){
    width: 25% !important;
  }
    .mwform-tel-field input:nth-of-type(3){
    width: 25% !important;
  }
}
.mwform-radio-field input{
  width:auto;
}
.mwform-radio-field input[type=radio]:focus{
  outline:none;
}
.crayon-line{
  margin: 0 0 40px 0; 
}




/* footer */
.top-contents-article__center {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.top-contents-article__center__detail {
    text-align: center;
    background: #FFF;
    padding: 30px;
}
.footer-article {
  padding: 32px 40px;
  position: relative;
}
  .footer-article__catch {
    background: #FFF;
    display: inline-block;
    color: #552319;
    padding: 8px 16px;
    text-align: center;
    margin-bottom: 16px;
    width: 240px;
    border-radius: 8px;
  }
    .footer-article__catch img {
      width: 100%;
    }
  .footer-article__ftnavi {
    list-style: none;
    margin-bottom: 8px;
  }
    .footer-article__ftnavi li {
      display: inline;
      border-right: 1px solid #BE8F86;
      padding-left: 16px;
      padding-right: 16px;
    }
      .footer-article__ftnavi li:first-child {
        padding-left: 0px;
      }
      .footer-article__ftnavi li:last-child {
        border: none;
      }
  /* ãƒ¡ãƒ¼ãƒ«ã§ã®ãŠå•ã„åˆã‚ã›ãƒœãƒ³ã‚¿ãƒ³ã®å¹…ä½ç½®èª¿æ•´ */
  .footer-article__ftbtn {
    width: 240px;
    position: absolute;
    bottom: 48px;
    right: 40px;
  }
/*
  parts
*/
.main-icon {
  display: block;
  width: 80px;
  margin: 0 auto 8px;
}
  .main-icon img {
    width: 100%;
  }
.main-label {
  display: inline-block;
  color: #F47A28;
  font-size: 22px;
  padding: 2px 48px;
  margin-bottom: 8px;
}
  .main-label.yellow {
    display: inline-block;
    color: #383838;
    font-size: 22px;
    padding: 2px 48px;
    margin-bottom: 16px;
    background:  #EEECE9;
    text-align: left;
    letter-spacing:0.1em;
  }
.main-title {
  font-size: 18px;
  color: #383838;
}
.sub-title {
  padding: 8px 0;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing:0.1em;
}
  .sub-title.white {
    color: #FFF;
  }
  .sub-title.brown {
    color: #7B6B59;
  }
.font-message-hd {
  margin-bottom: 8px;
}
.font-tel-hd {
  font-size: 14px;
  margin-bottom: 8px;
}
  .font-tel-hd__icon {
    padding-right: 8px;
  }
.font-tel-ft {
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 24px;
}
  .font-tel-ft__icon {
    padding-right: 8px;
  }
.btn-moreread {
  display: inline-block;
  border-radius: 4px;
  color: #FFF;
  background: #F47A28;
  padding: 8px 16px;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-align-items: center; /* Safari */
  align-items:         center;
}
  .btn-moreread.orange {
    color: #552319;
    background: #E9A43A;
  }
.btn-mailsend {
  border-radius: 50px;
  color: #FFF;
  background: #469DD3;
  padding: 8px 16px;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-align-items: center; /* Safari */
  align-items:         center;
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
  text-align: center;
  font-size:1.8rem;
  width:auto;
}
.btn-mailsend .far{
  margin-right:5px;
}
.btn-mailsend:hover .text-hover{
     color: #fff;
/*  background:#fff;*/
}



/*secondopinion*/
.secondopinion{
  padding:120px 0 170px 0;
  background-repeat: no-repeat;
  background-size: auto 170px;  
   background-image: url(../images/line_4_2x.png);
   background-position: -30px bottom;
}
.secondopinion .top_contents_left {
    width: 40%;
   max-width: 350px;
    float: left;
}
.secondopinion .top_contents_right {
    width: 60%;
    float: right;
  padding-left: 40px;
}
.secondopinion .top_contents_left img{
  max-width:100%;
}

.secondopinion .top_contents_right .top_ttl_box{
  margin:0 auto;
  width: auto; 
    max-width: 370px; 
    vertical-align: middle; 
  padding: 40px;
  height:auto;
}
.secondopinion .top_contents_right .top_ttl_box h2{
  color:#fff;
  line-height: 1.7;
  margin: 0 auto;
}
.secondopinion .top_contents__subtitle {
    font-size: 1.5rem;
    padding: 40px 0 25px 0;
    color: #000;
    width: 90%;
    margin: 0 auto;
    line-height: 1.8;
    text-align: center;
}
.secondopinion .top_contents__lede{
  font-size: 1.4rem;
    line-height: 2.1;
}
.secondopinion .btnSlide{
  float:right;
  margin-top: 40px;
}


/*service*/
.service{
  background:#2D567E;
  color:#fff;
  padding:150px 0 200px 0;
  background-repeat: repeat-x;
  background-size: auto 110px;  
   background-position: center bottom;
position:relative;
}
.service:before{
position: absolute;
    content: '';
    background-repeat: repeat-x;
    background-size: auto 160px;
    height: 160px;
    top: -110px;
    z-index: 1000;
    width: 100%;
}
.service .content__section{
   max-width: 1080px;
    padding: 0 10px;
}
.service .top_ttl_box{
  margin:0 auto;
  border:1px solid #fff;
}
.service_contents{
  display:flex;
  margin: 60px 0 35px 0;
}
.service_list_link{
width:33.3%;
  margin: 0 1px 0 0;
    padding: 30px 20px;
      -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.service_list_link:hover{
      background: #EE94AC;
      border-radius: 5px;
}
.service_col{
  display:flex;
  text-align:left;
  margin-bottom: 35px;
}
.service_col:last-of-type{
  margin-bottom:0;
}
.service_list_link:nth-of-type(3n){
  margin-right:0;
  
}
.service_col_img{
  margin-right:15px;
}
.service_col_text{
  
}
.service_title{
    background-size: 200px 110px;
    padding: 62px 0;
    background-position: top center;
    font-weight: normal;
    font-size: 1.7rem;
}
.service_img{
  max-width:128px;
}
.service-tit{
  font-size:1.6rem;
  margin-bottom:15px;
}
.service-lead{
  font-size:1.4rem;
  line-height: 2;
}

@media (max-width: 970px) {
  .service_img {
    max-width: 90px;
  }
  .service_list_link {
    padding: 30px 10px;
  }
  .service-lead {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .service-tit {
    font-size: 1.5rem;
  margin-bottom: 10px;
  }
  service_title {
    font-size: 1.5rem;
  }
}

@media (max-width: 760px) {
  .service_contents {
    display: block;
    margin-top:0;
  }
  .service_list_link{
  width: 95%;
    display: block;
    margin: 0 auto;
  }
  .service_list_link:nth-of-type(3n) {
    margin-right: auto;
}
  .service_title {
    padding: 62px 0 52px 0;
  }
  .secondopinion .top_contents_left {
    width: 90%;
    max-width: 360px;
    float: none;
    margin: 0 auto 40px auto;
    display:none;
  }
  .secondopinion .top_contents_right {
    width: 100%;
    float: none;
    padding-left: 0;
    margin: 0 auto;
  }
  .secondopinion .top_contents_right .top_ttl_box {
    padding: 20px;
  }
  .secondopinion .content__section{
    padding:0 22px;
  }
  .secondopinion_img_sp{
    display:block !important;
    max-width:400px;
    margin:0 auto;
    width: 80%;
  }
  .secondopinion_img_sp img{
    max-width:100%;
  }
  .secondopinion .top_contents_right .top_ttl_box {
    margin: 0 auto 40px auto;
  }
}
  .secondopinion_img_sp{
    display:none;
  }
@media (max-width: 420px) {
  .main-label.yellow {
    padding: 2px 18px;
  }
  .top-contents-article__center__detail {
    padding: 20px;
  }
  .information .content__section {
    padding: 0 22px;
  }
  .font-tel-ft {
    font-size: 2.4rem;
    margin-right: 10px !important;
  }
  .btn-mailsend{
    font-size:1.4rem;
  }
}



@media (max-width: 340px) {
.secondopinion h2.top_ttl {
    font-size: 1.7rem;
  }
}
/****************************************
    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;
    }


    /*slider*/
    .slick-slide img {
      display: block;
      max-width: 100%;
    }

    /** top-slider */
    .top-slider{
      position: relative;
    }
    .top-slider .main-catch-copy{
    position: absolute;
    top: 40%;
    z-index: 100;
    left: 10%;
    font-size: 3.8rem;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.3);
    color: #fff;
    width: 60%;
    }

    .main-catch-copy-back{
      position:absolute;
      width: 240px;
      height: 360px;
      z-index: 100;
    right: 10%;
    top: 22%;
      }


.slider {
  margin: 0 0 0px;
}
.slider img {
  width: 100%;
  height: auto;
  height: calc(100vh - 0px);
object-fit: cover;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
  z-index: 99;
}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
  z-index: 100;
}
.top-slider .center-item .slick-prev {
  left: 0px !important;
  margin-left: 5%;
  filter:alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.top-slider .center-item .slick-next {
  right: 0px !important;
  margin-right: 5%;
}
.top-slider .center-item .slick-next:hover,
.top-slider .center-item .slick-prev:hover {
  filter:alpha(opacity=80) !important;
  -moz-opacity: 0.8 !important;
  opacity: 0.8 !important;
}
.top-slider .center-item .slick-prev,
.top-slider .center-item .slick-next {
  font-size: 0 !important;
  line-height: 0 !important;
  position: absolute !important;
  top:inherit !important;
  display: block !important;
  width: 64px !important;
  height: 64px !important;
  padding: 0 !important;
  -webkit-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  cursor: pointer !important;
  color: transparent !important;
  border: none !important;
  outline: none !important;
  bottom: 0;
}
  .top-slider .slick-prev:before {
    content: '\f104' !important;
    font-family: FontAwesome !important;
    color: #fff !important;
    font-size: 60px;
    opacity: 1;
  }
  .top-slider .slick-next:before {
    content: '\f105' !important;
    font-family: FontAwesome !important;
    color: #fff !important;
    font-size: 60px;
    opacity: 1;
  }
.top-slider .center-item .slick-slide {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

  .top-slider .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
  }
  .top-slider .center-item .slick-slide.slick-active {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  .top-slider .slick-dots {
    bottom: 16px !important;
    left: 10% !important;
    width: inherit !important;
  }
  .top-slider .slick-dots li button:before {
    content: inherit !important;
    width: 16px !important;
    height: 16px !important;
    border: 1px solid #FFF;
    background: #000;
    filter:alpha(opacity=75) !important;
    -moz-opacity: 0.75 !important;
    opacity: 0.75 !important;
  }
  .top-slider .slick-dots li.slick-active button:before {
    filter:alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    color: #EF3E34 !important;
    background: #EF3E34 !important;
  }
  .top-slider .slick-dots li button:hover:before {
    filter:alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
  }



@media (max-width: 760px){
  .slider img{
height: calc(100vh - 100px);
    /* max-width: inherit; */
    /* margin: 0 auto; */
    /* text-align: center; */
    object-fit: cover;
    /* object-fit: contain; */
    object-position: 65% 100%;
  }
}



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





header {
  position: relative;
}
.header-inner {
  position: absolute;
  width: 100%;
 /* padding: 16px 0;*/
  z-index: 50;
}
.section-header {
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: space-between;
/*  max-width: 1128px;*/
  padding:0 32px;
  margin:0 auto;

  background:#2D567E;
}
body.home .section-header{
  background:none;
}
.section-topheader {
  background: #000;
}
  .section-topheader__otherpageimg {
    width: 100%;
  }
  #background-video {
    width: 100%;
  }
  .section-logo {
    padding: 10px 0;
  }
    .section-logo img {
      max-width: 290px;
      display: block;
    }
.section-logo a:hover img{
  opacity:0.8;
   -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.section-slidemenu {
  display: none;
}


/* header footer shopingcart*/
.btn-shopping-cart{
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
    display: block;
    margin: 0;
}
.btn-shopping-cart:hover{
  color: #F8AA00;
}
.btn-shopping-cart span{
  display: block;

}
.section-cart{
  text-align: center;
  position: absolute;
  top: 25px;
  right: 30px;
  display: flex;
  align-items: flex-end;
}
.section-cart .btn-shopping-cart{
  color: #F8AA00;
  margin: 0 15px 0px 0;
}
.section-cart .btn-shopping-cart:hover{
  color: #343E47;
}


/* 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;*/
  margin-left: 20px;
}
  .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(255, 255, 255, 0.8);
      display: block;
      padding: 8px;
      -webkit-transition: all .3s;
      transition: all .3s;
    color: #1f5781;
    }
      .section-navi .navi_current .navigate__hide .navigate__top:hover > a {
        min-width: 120px;
        background: #169fd8;
        display: block;
        padding: 8px;
        color: #fff;
      }
.section-navi .navi_current .navigate__hide li{
  margin-right:0;
  
}
  .section-footernavi .section-navi {
    margin: 0px auto 0 60px;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: flex-start; /* Safari */
    justify-content:         flex-start;
    -webkit-align-items: inherit; /* Safari */
    align-items:         inherit;
    flex-wrap: wrap;
  }
  .section-footernavi .section-navi2{
    margin-top: 20px;
  }
  .section-navi li{
    color:  #fff;
    margin-right: 60px;
    font-size: 1.4rem;
  }
.section-navi li:last-of-type{
  margin-right:0;
}
.section-navi li a:hover{
  color:#fff;
}
@media only screen and (max-width: 950px){
    .section-navi li{
    margin-right: 30px;
  }
  .section-logo img {
    max-width: 220px;
  }
}

.section-header .navi-info .font-tel-ft {
    font-size: 1.4rem;
    text-align: left;
  color:#fff;
  margin-bottom:0;
  margin-right: 30px;
  margin-top:2px;
}
.section-header .navi-info{
display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-end;
      margin: 20px 0 15px 0;
}
.section-header .navi-info .btn-mailsend {
    border-radius: 50px;
    color: #FFF;
    background: #469DD3;
    padding: 1px 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 1.1rem;
    border: 1px solid #fff;
}
.btn-mailsend:hover{
  background: #1a5780 !important;
   -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}






@media only screen and (max-width: 760px) {
  .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: 10px;
    right: 10px;
    z-index: 200;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background:none;
  }
  .header-inner {
    position: inherit;
  }
  .section-header {
    display: block;
    -webkit-align-items: inherit;
    align-items: inherit;
    width: 100%;
    margin: 0 auto;
    padding:0;
  }
  .section-logo {
   width: 100%;
    color: #FFF;
    margin: 0;
    text-align: left;
    font-size: 12px;
    height: 65px;
        padding: 5px 0;
    background: #1f5781;
  }
    .section-logo img {
      width: inherit;
      /* margin-top: 5px; */
      max-width: 100%;
      height:55px;
    }
  /* section-navi は header / footer 共通 */
  .section-navi {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
    .section-navi .navi_current {
      margin-bottom: 20px;
      margin-right: 0;
    color: #005985;
    font-weight: bold;

    }
  .section-navi .navi_current .navigate__hide .navigate__top a{
    color: #333;
    font-weight: normal;
    background: no-repeat;
  }
      .section-navi .navi_current .navi_current_head {
        display: block;
        color: #fff;
        font-weight:bold;
      }
      .section-header .section-navi .navi_current .navi_current_head{
        color: #0047BA;
      }
  .section-header .navi-info{
    background: #174e6b;
    background:#759DCC;
    padding: 6px 0;
    margin: 0 auto;
        justify-content: space-evenly;
  }
  .top-slider .main-catch-copy {
    top: 30%;
    left: 10%;
    font-size: 2.2rem;
    color: #fff;
    width: 80%;
  }
    .top-slider .slick-prev:before ,
  .top-slider .slick-next:before{
    font-size: 40px;
  }
  .top-slider .center-item .slick-prev, .top-slider .center-item .slick-next{
    bottom: 0px !important;
    width: inherit !important;
    height: inherit !important;
  }

  /* header のナビゲーションだけ default 非表示に */
  .section-header .section-navi {
    display: none;
   background: #ffffff;
    padding: 22px 22px 5px 22px;
    box-shadow:  2px 2px 5px 0px rgba(36,36,36,0.3);
    -moz-box-shadow:  2px 2px 5px 0px rgba(36,36,36,0.3);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(36,36,36,0.3);
  }
    .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: #343E47;
        border-bottom: 1px solid #eee;
        margin-right: 0;
          margin-left: 10px;
      }
      .section-cart{
      top: 13px;
      }
      .section-cart .btn-shopping-cart{
        margin-right: 50px !important;
      }
      .section-cart .btn-shopping-cart span{
        font-size: 1rem;
    line-height: 1;
      }
.sp{
  display: none;
  }
}

.google-map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}