/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *	  user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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


}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  max-width: 100%;
  height: auto;
  border: 0; }

img[src$=".svg"] {
	width: 100%;
	height: auto;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
	content: "";
	display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
	clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*	To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*	@font-face {
	  font-family: 'Font Name';
	  src: url('library/fonts/font-name.eot');
	  src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
			 url('library/fonts/font-name.woff') format('woff'),
			 url('library/fonts/font-name.ttf') format('truetype'),
			 url('library/fonts/font-name.svg#font-name') format('svg');
	  font-weight: normal;
	  font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
	float: left;
	padding-right: 0.75em;
	width: 100%;
	padding-right: 0; }

  .m-1of2 {
	float: left;
	padding-right: 0.75em;
	width: 50%; }

  .m-1of3 {
	float: left;
	padding-right: 0.75em;
	width: 33.33%; }

  .m-2of3 {
	float: left;
	padding-right: 0.75em;
	width: 66.66%; }

  .m-1of4 {
	float: left;
	padding-right: 0.75em;
	width: 25%; }

  .m-3of4 {
	float: left;
	padding-right: 0.75em;
	width: 75%; } }
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
	float: left;
	padding-right: 0.75em;
	width: 100%;
	padding-right: 0; }

  .t-1of2 {
	float: left;
	padding-right: 0.75em;
	width: 50%; }

  .t-1of3 {
	float: left;
	padding-right: 0.75em;
	width: 33.33%; }

  .t-2of3 {
	float: left;
	padding-right: 0.75em;
	width: 66.66%; }

  .t-1of4 {
	float: left;
	padding-right: 0.75em;
	width: 25%; }

  .t-3of4 {
	float: left;
	padding-right: 0.75em;
	width: 75%; }

  .t-1of5 {
	float: left;
	padding-right: 0.75em;
	width: 20%; }

  .t-2of5 {
	float: left;
	padding-right: 0.75em;
	width: 40%; }

  .t-3of5 {
	float: left;
	padding-right: 0.75em;
	width: 60%; }

  .t-4of5 {
	float: left;
	padding-right: 0.75em;
	width: 80%; } }
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
	float: left;
	padding-right: 0.75em;
	width: 100%;
	padding-right: 0; }

  .d-1of2 {
	float: left;
	padding-right: 0.75em;
	width: 50%; }

  .d-1of3 {
	float: left;
	padding-right: 0.75em;
	width: 33.33%; }

  .d-2of3 {
	float: left;
	padding-right: 0.75em;
	width: 66.66%; }

  .d-1of4 {
	float: left;
	padding-right: 0.75em;
	width: 25%; }

  .d-3of4 {
	float: left;
	padding-right: 0.75em;
	width: 75%; }

  .d-1of5 {
	float: left;
	padding-right: 0.75em;
	width: 20%; }

  .d-2of5 {
	float: left;
	padding-right: 0.75em;
	width: 40%; }

  .d-3of5 {
	float: left;
	padding-right: 0.75em;
	width: 60%; }

  .d-4of5 {
	float: left;
	padding-right: 0.75em;
	width: 80%; }

  .d-1of6 {
	float: left;
	padding-right: 0.75em;
	width: 16.6666666667%; }

  .d-1of7 {
	float: left;
	padding-right: 0.75em;
	width: 14.2857142857%; }

  .d-2of7 {
	float: left;
	padding-right: 0.75em;
	width: 28.5714286%; }

  .d-3of7 {
	float: left;
	padding-right: 0.75em;
	width: 42.8571429%; }

  .d-4of7 {
	float: left;
	padding-right: 0.75em;
	width: 57.1428572%; }

  .d-5of7 {
	float: left;
	padding-right: 0.75em;
	width: 71.4285715%; }

  .d-6of7 {
	float: left;
	padding-right: 0.75em;
	width: 85.7142857%; }

  .d-1of8 {
	float: left;
	padding-right: 0.75em;
	width: 12.5%; }

  .d-1of9 {
	float: left;
	padding-right: 0.75em;
	width: 11.1111111111%; }

  .d-1of10 {
	float: left;
	padding-right: 0.75em;
	width: 10%; }

  .d-1of11 {
	float: left;
	padding-right: 0.75em;
	width: 9.09090909091%; }

  .d-1of12 {
	float: left;
	padding-right: 0.75em;
	width: 8.33%; } }
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
	color: white;
	text-decoration: none; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
	top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, .comment-reply-link, #submit {
  background-color: #2980b9; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
	background-color: #2574a8; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
	background-color: #2472a4; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  -webkit-appearance: none;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  /*font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Noto Serif JP", serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
	background-color: #f7f8fa; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
	color: #fbe3e4;
	border-color: #fbe3e4;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
	outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
	color: #e6efc2;
	border-color: #e6efc2;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
	outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
	cursor: not-allowed;
	border-color: #cfcfcf;
	opacity: 0.6; }
	input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
	input[type="password"][disabled]:focus,
	input[type="password"][disabled]:active,
	input[type="password"].is-disabled:focus,
	input[type="password"].is-disabled:active,
	input[type="datetime"][disabled]:focus,
	input[type="datetime"][disabled]:active,
	input[type="datetime"].is-disabled:focus,
	input[type="datetime"].is-disabled:active,
	input[type="datetime-local"][disabled]:focus,
	input[type="datetime-local"][disabled]:active,
	input[type="datetime-local"].is-disabled:focus,
	input[type="datetime-local"].is-disabled:active,
	input[type="date"][disabled]:focus,
	input[type="date"][disabled]:active,
	input[type="date"].is-disabled:focus,
	input[type="date"].is-disabled:active,
	input[type="month"][disabled]:focus,
	input[type="month"][disabled]:active,
	input[type="month"].is-disabled:focus,
	input[type="month"].is-disabled:active,
	input[type="time"][disabled]:focus,
	input[type="time"][disabled]:active,
	input[type="time"].is-disabled:focus,
	input[type="time"].is-disabled:active,
	input[type="week"][disabled]:focus,
	input[type="week"][disabled]:active,
	input[type="week"].is-disabled:focus,
	input[type="week"].is-disabled:active,
	input[type="number"][disabled]:focus,
	input[type="number"][disabled]:active,
	input[type="number"].is-disabled:focus,
	input[type="number"].is-disabled:active,
	input[type="email"][disabled]:focus,
	input[type="email"][disabled]:active,
	input[type="email"].is-disabled:focus,
	input[type="email"].is-disabled:active,
	input[type="url"][disabled]:focus,
	input[type="url"][disabled]:active,
	input[type="url"].is-disabled:focus,
	input[type="url"].is-disabled:active,
	input[type="search"][disabled]:focus,
	input[type="search"][disabled]:active,
	input[type="search"].is-disabled:focus,
	input[type="search"].is-disabled:active,
	input[type="tel"][disabled]:focus,
	input[type="tel"][disabled]:active,
	input[type="tel"].is-disabled:focus,
	input[type="tel"].is-disabled:active,
	input[type="color"][disabled]:focus,
	input[type="color"][disabled]:active,
	input[type="color"].is-disabled:focus,
	input[type="color"].is-disabled:active,
	select[disabled]:focus,
	select[disabled]:active,
	select.is-disabled:focus,
	select.is-disabled:active,
	textarea[disabled]:focus,
	textarea[disabled]:active,
	textarea.is-disabled:focus,
	textarea.is-disabled:active,
	.field[disabled]:focus,
	.field[disabled]:active,
	.field.is-disabled:focus,
	.field.is-disabled:active {
	  background-color: #d5edf8; }
select {
	padding: 0 24px 0 12px;
}

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
  min-width: 3em; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  /*font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Noto Serif JP", serif;
  font-size: 100%;
  line-height: 1.8;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  max-width: 100%;
  width: 96%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #f01d4f;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
	color: #d10e3c; }
  a:link, a:visited:link {
	/*
	this highlights links on iPhones/iPads.
	so it basically works like the :hover selector
	for mobile devices.
	*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
	text-decoration: none; }

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em; }

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.125em; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 500; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

@media (max-width: 767px) {
	h2, .h2 {
		font-size: 1.5em;
	}
}
/*********************
HEADER STYLES
*********************/
.header {
  background-color: #fff; }

#logo {
  margin: 0.75em 0; }
  #logo a {
	color: #000; }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li {
	/*
	so you really have to rethink your dropdowns for mobile.
	you don't want to have it expand too much because the
	screen is so small. How you manage your menu should
	depend on the project. Here's some great info on it:
	http://www.alistapart.com/articles/organizing-mobile/
	*/ }
	.nav li a {
	  display: block;
	  color: #000;
	  text-decoration: none;
	  padding: 0.75em;
	  /*
	  remember this is for mobile ONLY, so there's no need
	  to even declare hover styles here, you can do it in
	  the style.scss file where it's relevant. We want to
	  keep this file as small as possible!
	  */ }
	.nav li ul.sub-menu li a,
	.nav li ul.children li a {
	  padding-left: 30px; }

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
   }

.hentry {
  background-color: white;
  border-radius: 3px;
  margin-bottom: 1.5em;
  border: 1px solid #cccccc; }
  .hentry header {
	border-bottom: 1px solid #f8f9fa;
	padding: 1.5em; }
  .hentry footer {
	padding: 1.5em;
	border-top: 1px solid #f8f9fa; }
	.hentry footer p {
	  margin: 0; }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }

/* entry content */
.entry-content {
  padding: 1.5em 1.5em 0;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content p {
	margin: 0 0 1.5em; }
  .entry-content table {
	width: 100%;
	border: 1px solid #eaedf2;
	margin-bottom: 1.5em; }
	.entry-content table caption {
	  margin: 0 0 7px;
	  font-size: 0.75em;
	  color: #9fa6b4;
	  text-transform: uppercase;
	  letter-spacing: 1px; }
  .entry-content tr {
	border-bottom: 1px solid #eaedf2; }
	.entry-content tr:nth-child(even) {
	  background-color: #f8f9fa; }
  .entry-content td {
	padding: 7px;
	border-right: 1px solid #eaedf2; }
	.entry-content td:last-child {
	  border-right: 0; }
  .entry-content th {
	background-color: #f8f9fa;
	border-bottom: 1px solid #eaedf2;
	border-right: 1px solid #eaedf2; }
	.entry-content th:last-child {
	  border-right: 0; }
  .entry-content blockquote {
	margin: 0 0 1.5em 0.75em;
	padding: 0 0 0 0.75em;
	border-left: 3px solid #2980b9;
	font-style: italic;
	color: #9fa6b4; }
  .entry-content dd {
	margin-left: 0;
	font-size: 0.9em;
	color: #787878;
	margin-bottom: 1.5em; }
  .entry-content img {
	margin: 0 0 1.5em 0;
	max-width: 100%;
	height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
	max-width: 100%;
	height: auto; }
  .entry-content pre {
	background: #323944;
	color: #f8f9fa;
	font-size: 0.9em;
	padding: 1.5em;
	margin: 0 0 1.5em;
	border-radius: 3px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%; }
  .wp-caption p.wp-caption-text {
	font-size: 0.85em;
	margin: 4px 0 7px;
	text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
	display: inline-block;
	background-color: white;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border-radius: 3px; }
  .pagination li {
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
	border-right: 1px solid #eaedf2; }
  .pagination a, .pagination span {
	margin: 0;
	text-decoration: none;
	padding: 0;
	line-height: 1em;
	font-size: 1em;
	font-weight: normal;
	padding: 0.75em;
	min-width: 1em;
	display: block;
	color: #2980b9; }
	.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
	  background-color: #2980b9;
	  color: white; }
  .pagination .current {
	cursor: default;
	color: #5c6b80; }
	.pagination .current:hover, .pagination .current:focus {
	  background-color: white;
	  color: #5c6b80; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */ }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
	padding: 7px;
	border: 0; }
  .comment .vcard {
	margin-left: 50px; }
	.comment .vcard cite.fn {
	  font-weight: 700;
	  font-style: normal; }
	.comment .vcard time {
	  display: block;
	  font-size: 0.9em;
	  font-style: italic; }
	  .comment .vcard time a {
		color: #9fa6b4;
		text-decoration: none; }
		.comment .vcard time a:hover {
		  text-decoration: underline; }
	.comment .vcard .avatar {
	  position: absolute;
	  left: 16px;
	  border-radius: 50%; }
  .comment:last-child {
	margin-bottom: 0; }
  .comment .children {
	margin: 0;
	/* variations */
	/* change number for different depth */ }
  .comment[class*=depth-] {
	margin-top: 1.1em; }
  .comment.depth-1 {
	margin-left: 0;
	margin-top: 0; }
  .comment:not(.depth-1) {
	margin-top: 0;
	margin-left: 7px;
	padding: 7px; }
  .comment.odd {
	background-color: white; }
  .comment.even {
	background: #f8f9fa; }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
	color: #5c6b80; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em; }

/* comment submit button */
#submit {
  float: right;
  font-size: 1em; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */ }

.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #323944;
  color: #f8f9fa; }

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
	/* end .menu ul */ }
	.menu ul {
	  /* end .menu ul li */
	  /* highlight current page */
	  /* end current highlighters */ }
	  .menu ul li {
		/*
		plan your menus and drop-downs wisely.
		*/ }
		.menu ul li a {
		  /*
		  you can use hover styles here even though this size
		  has the possibility of being a mobile device.
		  */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
	/* at this larger size, we can start to align images */ }
	.entry-content .alignleft, .entry-content img.alignleft {
	  margin-right: 1.5em;
	  display: inline;
	  float: left; }
	.entry-content .alignright, .entry-content img.alignright {
	  margin-left: 1.5em;
	  display: inline;
	  float: right; }
	.entry-content .aligncenter, .entry-content img.aligncenter {
	  margin-right: auto;
	  margin-left: auto;
	  display: block;
	  clear: both; }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */ }
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
	width: 760px; }

  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
	border: 0;
	/* end .menu ul li */
	/* highlight current page */
	/* end current highlighters */ }
	.nav ul {
	  background: #323944;
	  margin-top: 0; }
	.nav li {
	  float: left;
	  position: relative;
	  /*
	  plan your menus and drop-downs wisely.
	  */
	  /* showing sub-menus */ }
	  .nav li a {
		border-bottom: 0;
		/*
		you can use hover styles here even though this size
		has the possibility of being a mobile device.
		*/ }
		.nav li a:hover, .nav li a:focus {
		  color: #333;
		  text-decoration: none; }
	  .nav li ul.sub-menu,
	  .nav li ul.children {
		margin-top: 0;
		border: 1px solid #ccc;
		border-top: 0;
		position: absolute;
		visibility: hidden;
		z-index: 8999;
		/* highlight sub-menu current page */ }
		.nav li ul.sub-menu li,
		.nav li ul.children li {
		  /*
		  if you need to go deeper, go nuts
		  just remember deeper menus suck
		  for usability. k, bai.
		  */ }
		  .nav li ul.sub-menu li a,
		  .nav li ul.children li a {
			padding-left: 10px;
			border-right: 0;
			display: block;
			width: 180px;
			border-bottom: 1px solid #ccc; }
		  .nav li ul.sub-menu li:last-child a,
		  .nav li ul.children li:last-child a {
			border-bottom: 0; }
		  .nav li ul.sub-menu li ul,
		  .nav li ul.children li ul {
			top: 0;
			left: 100%; }
	  .nav li:hover > ul {
		top: auto;
		visibility: visible; }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
	.sidebar {
		margin-top: 2.2em;
	}

	.widget {
		margin: 2.2em 0;
	}
	.widget ul li {
		margin-bottom: 0.75em;
		/* deep nesting */
	}
	.widget ul li ul {
		margin-top: 0.75em;
		padding-left: 1em;
	}

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
	/*
	be careful with the depth of your menus.
	it's very rare to have multi-depth menus in
	the footer.
	*/ }

  /* end .footer-links */ }
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  .wrap {
	width: 1040px; } }
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/ }
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important; }

  a, a:visited {
	color: #444 !important;
	text-decoration: underline; }
	a:after, a:visited:after {
	  content: " (" attr(href) ")"; }
	a abbr[title]:after, a:visited abbr[title]:after {
	  content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
	content: ""; }

  pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid; }

  thead {
	display: table-header-group; }

  tr, img {
	page-break-inside: avoid; }

  img {
	max-width: 100% !important; }

  @page {
	margin: 0.5cm; }
  p, h2, h3 {
	orphans: 3;
	widows: 3; }

  h2,
  h3 {
	page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
	display: none; } }
	
	
/*********************
 共通パーツ
 *********************/
 
#container {
	max-width: 100%;
	overflow: hidden;
}

/*電話番号リンク*/
@media (min-width: 768px) {
	a[href^="tel:"] {
		text-decoration: none;
		color: inherit;
		pointer-events: none;
	}
}

/*テーブル*/
@media (max-width: 767px) {
	table.two_column {
		border: none;
	}
	table.two_column tbody th,
	table.two_column tbody td {
		display: block;
		border: none;
		width: auto;
	}
}

section {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (max-width: 767px) {
	section {
		padding-top: 20px;
		padding-bottom: 30px;
	}
}

/* 2分割 */
.two_in_one {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.two_in_one.reverse {
	flex-direction: row-reverse;
}


.two_in_one > div {
	width: 50%;
}

@media (max-width: 767px) {
	.two_in_one > div {
		width: 100%;
	}
}

/* 3分割 */
.three_in_one {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.three_in_one > div {
	width: 33.3333%;
}

@media (max-width: 767px) {
	.three_in_one > div {
		width: 100%;
	}
}

/* 4分割 */
.four_in_one {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.four_in_one > div {
	width: 25%;
}

@media (max-width: 767px) {
	.four_in_one > div {
		width: 100%;
	}
}


/* 5分割 */
.five_in_one {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.five_in_one > div {
	width: 20%;
}

@media (max-width: 767px) {
	.five_in_one > div {
		width: 100%;
	}
}

/* 6分割 */
.six_in_one {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.six_in_one > div {
	width: 16%;
}

@media (max-width: 767px) {
	.six_in_one > div {
		width: 50%;
	}
}

/* 画像 */
div.image > img {
	width: 100%;
	vertical-align: bottom;
}

a > img {
	width: 100%;
	vertical-align: bottom;
}

/* googleマップ レスポンシブ */
.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.googlemap iframe,
.googlemap object,
.googlemap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	.googlemap {
		width: 80%;
		margin: auto;
		padding-bottom: 40%;
	}
}


/* youtube レスポンシブ */
.youtube {
	 position: relative;
	 padding-bottom: 56.25%;
	 height: 0;
	 overflow: hidden;
}
.youtube iframe {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}

/* スマホのみ改行 */
@media (min-width: 768px) {
	br.m {
		display: none;
	}
}

/*PCのみ改行*/
@media (max-width: 767px) {
	br.pc {
		display: none;
	}
}

/*PCのみ文字中央寄せ*/
.text_center {
	text-align: center;
}
@media (max-width: 767px) {
	.text_center {
		text-align: left;
	}
}

/*文字中央寄せ*/
.text_align_center {
	text-align: center;
}







.footer {
	padding-top: 50px;
}

.footer .copyright {
	margin: 0;
	padding: 5px;
	text-align: center;
	background: #fff;
	color: #000;
	font-size: 13px;
}



/*********************
 パーツ
*********************/


.btn_box {
	margin: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
}

a.btn01 {
	display: table;
	margin: 0 10px 15px;
	background: #000;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a.btn01:hover {
	color: #fff;
	opacity: 0.6;
}


/**********************************************
* custom css
***********************************************



/*********************
 ãƒ˜ãƒƒãƒ€ãƒ¼
 *********************/

.header {
	background: transparent;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.header > .top {
	background: #000;
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	align-items: center;
	font-size: 14px;
}

.header > .top > div.right {
	display: flex;
	justify-content: center;
}

.header > .top a {
	color: #fff;
	text-decoration: none;
	margin: 5px 15px;
}

#inner-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.5);
	background: #FFF;
}

.header .logo {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 5px 70px 5px 10px;
}

.header .logo a {
	display: flex;
	align-items: center;
	width: 40%;
	height: 100%;
}
.header .logo a img {
	max-height: 100%;
}
.header .logo .logo_subtext {
	width: 60%;
	font-size: 2vw;
	padding-left: 1.5em;
}
h1.logo_subtext {
	line-height: inherit;
	text-rendering: inherit;
	font-weight: inherit;
	margin: 0;
}
.header nav {
	width: auto;
}

@media (min-width: 768px) {
	#inner-header {
		height: 80px;
	}
	.header .logo {
		width: calc(100% - 500px);
		padding: 5px;
	}
	.header .logo .logo_subtext {
		font-size: 12px;
		padding-left: 1em;
	}
}
@media (min-width: 992px) {
	.header .logo {
		width: calc(100% - 600px);
	}
	.header .logo a {
		width: 130px;
	}
	.header .logo .logo_subtext {
		width: calc(100% - 130px);
	}
}
@media (min-width: 1300px) {
	.header .logo {
		width: calc(100% - 800px);
		padding: 5px 10px;
	}
}
/*å„ãƒšãƒ¼ã‚¸ã«ãƒ˜ãƒƒãƒ€ãƒ¼åˆ†ã®marginè¿½åŠ */
body:not(.home) #content {
	margin-top: 0px;
}

@media (min-width: 1200px) {
	body:not(.home) #content {
		margin-top: 0px;
	}
}

/*********************
 ãƒ¡ãƒ‹ãƒ¥ãƒ¼
 *********************/
.header .nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header .nav  a {
	color: #000;
}

.header .nav a:hover {
	color: inherit;
	text-decoration: none;
	opacity: 0.7;
}

.header .nav > li.text {
	position: relative;
}

.header .nav > li.text > a {
	display: flex;
	align-items: center;
}
.header .nav > li.text > a > span.en {

	font-size: 20px;
	font-weight: 500;
}
.header .nav > li.text > a > span.jp {
	font-size: 13px;
}

.header .nav > li.icon_block
{
	background-image: url('../images/common/bg_noisy.png');
}

.header .nav > li.icon img {
	width: 20px;
	backface-visibility: hidden;
}

.header .nav > li.icon_block.visit {
	background-color: #5C7F90;
}

.header .nav > li.icon_block.doc_request {
	background-color: #967E49;
}
.header .nav > li.icon_block.contact {
	background-color: #AC6A6B;
}

.header .nav > li.icon_block > a {
	text-align: center;
	color: #fff;
}

.header .nav > li.icon_block img {
	height: 25px;
	margin-bottom: 7px;
}

.header .nav > li.icon_block span {
	display: block;
}
.header .nav > li.icon_block span.jp {
	font-size: 14px;
}
.header .nav > li.icon_block span.en {

	font-size: 12px;
}

.header .nav > li.icon_block.visit span.pc {
	display: inline;
}

.header .nav > li ul.sub-menu,
.header .nav > li ul.children {
	align-items: center;
	justify-content: center;
	border: none;
	visibility: visible;
	overflow: hidden;
	font-size: 14px;
	background: transparent;
	position: relative;
	margin: 0;
}

.header .nav li ul.sub-menu li a,
.header .nav li ul.children li a {
	border: none;
}

@media (min-width: 768px) {
	.header .mobile_only {
		display: none;
	}

	.header .nav > li.text > a {
		justify-content: center;
		flex-direction: column;
		height: 90px;
	}
	
	.header .nav > li.text > a:after {
		content: "";
		display: block;
		border-right: 1px solid #ccc;
		height: 80%;
		width: 1px;
		background: transparent;
		position: absolute;
		right: 0;
		top: 50%;
		transform:translateY(-50%);
	}

	.header .nav > li.text:first-child > a:before {
		content: "";
		display: block;
		border-left: 1px solid #ccc;
		height: 80%;
		width: 1px;
		background: transparent;
		position: absolute;
		left: 0;
		top: 50%;
		transform:translateY(-50%);
	}
	
	.header .nav > li ul.sub-menu,
	.header .nav > li ul.children {
		display: none;
		position: fixed;
		width: 100vw;
		left: 0;
		background: #f8f8f8;
		border-top: 1px solid #ccc;
		box-shadow: 1px 4px 4px rgba(0,0,0,0.3);
	}
	.header .nav > li.text {
		height: 90px;
	}
	.header .nav > li.text > a {
		padding: 1em 1.5em;
	}
	.header .nav > li.icon {
	
		display: flex;
		flex-wrap: wrap;
		padding: 0 10px;
	}
	
	.header .nav > li.icon > a {
		display: flex;
		align-items: center;
		padding: 2px 8px;
	}
	
	.header .nav > li.icon_block > a {
		width: 120px;
		height: 80px;
		padding: 10px;

		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.header .nav > li.hover:before,
	.header .nav > li.hover:before	{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 5px 10px 5px;
		border-color: transparent transparent #ccc transparent;
		position: absolute;
		bottom: -2px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 8998;
	}
	.header .nav > li.hover:after,
	.header .nav > li.hover:after  {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 5px 10px 5px;
		border-color: transparent transparent #f8f8f8 transparent;
		position: absolute;
		bottom: -4px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 9000;
	}
	
}


/**/
#header_info_chk {
	display: none;
}
.header_info_switch {
	position: fixed;
	right: 0;
	bottom: 30px;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
#header_info_chk:checked ~ .header_info_switch {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
#header_info_open {
	margin: 0;
}
#header_info_open ul {
	margin: 0;
	position: relative;
}
#header_info_open ul:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 15px;
	height: 100%;
	background: #000;
	opacity: 0.7;
}
#header_info_open ul:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-left: 2px solid;
	color: #fff;
	transform: rotate(-45deg) translateY(-50%);
	transform-origin: top;
}
#header_info_open ul li {
	padding: 10px 15px 10px 25px;
}
#header_info_open ul .visit {
	background-color: #5C7F90;
	background-color: rgba(92, 127, 144, 0.9);
}
#header_info_open ul .doc_request {
	background-color: #967E49;
	background-color: rgba(150, 126, 73, 0.9);
}
#header_info_open ul .contact {
	background-color: #AC6A6B;
	background-color: rgba(172, 106, 107, 0.9);
}
#header_info_open ul li img {
	width: 1.8em;
	display: block;
	margin: 0 auto 5px;
}
#header_info_open ul li span {
	display: block;
	color: #fff;
}
.header_info {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: calc(100% - 130px);
	background: rgba(0,0,0,0.7);
	padding: 0 15%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-top: 1px solid #000;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	overflow-y: scroll;
}
#header_info_chk:checked ~ .header_info {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.header_info .title {
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-bottom: 1px solid;
	padding: 0 1em 0.5em;
	white-space: nowrap;
}
.header_info li.icon_block {
	margin-bottom: 1em;
}
.header_info li.icon_block.visit {
	background-color: #5C7F90;
}
.header_info li.icon_block.doc_request {
	background-color: #967E49;
}
.header_info li.icon_block.contact {
	background-color: #AC6A6B;
}
.header_info li.icon_block a {
	display: flex;
	height: 50px;
	color: #fff;
	text-decoration: none;
	padding: 0.5em 0;
	align-items: center;
}
.header_info li.icon_block a:hover {
	opacity: 0.7;
}
.header_info li.icon_block a img {
	width: 15%;
	margin: 0 10% 0 10%;
}
.header_info li.icon_block a span {
	width: 55%;
	display: block;
	text-align: center;
	margin: 0 20% 0 0;
}
.header_info li.tel {
	background: #fff;
	margin: 0 -1em;
	padding: 0.5em 1.5em;
margin-top: 1em;
}
.header_info li.tel a {
	display: block;
	color: #000;
	text-decoration: none;
}
.header_info li.tel a .tel_inner {
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.header_info li.tel a .tel_inner img {
	display: block;
	/*width: 24px;*/
	width: 5.5vw;
	margin-right: 0.5em;
}
.header_info li.tel a .tel_inner span {
	display: block;
}
.header_info li.tel a .tel_inner .txt {
	width: 100%;
	font-size: 14px;
}
.header_info li.tel a .tel_inner .number {
	/*font-size: 28px;*/
	font-size: 7vw;
	letter-spacing: 0.1em;
	line-height: 1;
}
.header_info li.tel a .time {
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 1;
}
#header_info_close {
	position: relative;
	text-align: center;
	width: 40px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: -2em;
}
#header_info_close .icon-bar {
	display: block;
	width: 25px;
	height: 2px;
	border-radius: 5px;
	background-color: #fff;
	position: absolute;
	left: 5px;
	margin-top: 2px;
}
#header_info_close .icon-bar:first-child {
	top: 8px;
	transform: rotate(45deg);
}
#header_info_close .icon-bar:nth-child(2) {
	top: 8px;
	transform: rotate(135deg);
}
#header_info_close .menu_text {
	color: #fff;
	font-size: 12px;
	line-height: 1;
}


@media (min-width: 768px) {
	.header_info_switch {
		display: none;
	}
	.header_info {
		position: static;
		display: block;
		width: 500px;
		height: 100%;
		padding: 0;
		border: none;
		background: none;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		overflow: hidden;
	}
	.header_info .title {
		display: none;
	}
	.header_info ul {
		display: flex;
		justify-content: flex-end;
		margin: 0;
		height: 100%;
	}
	.header_info li.icon_block {
		order: 2;
		margin: 0;
	}
	.header_info li.icon_block a {
		padding: 5px;
		width: 85px;
		height: 100%;
		flex-direction: column;
		justify-content: center;
	}
	.header_info li.icon_block a img {
		width: 100%;
		height: 25px;
		margin: 0 0 7px;
	}
	.header_info li.icon_block a span {
		margin: 0;
		width: 100%;
		font-size: 12px;
	}
	.header_info li.tel {
		margin: 0;
		padding: 0;
		order: 1;
	}
	.header_info li.tel a .tel_inner img {
		width: 24px;
	}
	.header_info li.tel a .tel_inner .number {
		font-size: 24px;
	}
	#header_info_close {
		display: none;
	}
}
@media (min-width: 992px) {
	.header_info {
		width: 600px;
	}
	.header_info li.icon_block a {
		width: 120px;
	}
	.header_info li.icon_block a span {
		font-size: 14px;
	}
}
@media (min-width: 1300px) {
	.header_info {
		width: 800px;
	}
	.header_info li.tel a {
		display: flex;
		align-items: center;
		height: 100%;
		margin-right: 2em;
	}
	.header_info li.tel a .tel_inner {
		width: 240px;
		padding-left: 28px;
	}
	.header_info li.tel a .tel_inner .txt {
		width: auto;
	}
	.header_info li.tel a .tel_inner img {
		position: absolute;
		top: 50%;
		left: 0;
		width: 28px;
		transform: translateY(-50%);
	}
}
/*********************
 ãƒ¢ãƒã‚¤ãƒ«ãƒ¡ãƒ‹ãƒ¥ãƒ¼
*********************/

.menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 101;
	width: 60px;
	height: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #000;
	cursor: pointer;
}

label.buMenu {
	position: relative;
	z-index: 100;
	border: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 22px;
	width: 25px;
}
label.buMenu .icon-bar {
	display: block;
	width: 25px;
	height: 2px;
	border-radius: 5px;
	margin-top: 0px;
	background-color: #fff;
	transition: transform .3s ease-in-out, top .5s ease;
	position: absolute;
	left: 0;
}
.menu .menu_text {
	font-size: 11px;
	text-align: center;
	color: #fff;
	line-height: 1.0;
	margin: 7px 0 0;
}
label.buMenu .icon-bar:nth-child(1) {
	margin-top: 2px;
}
label.buMenu .icon-bar:nth-child(2) {
	top: 11px;
}
label.buMenu .icon-bar:nth-child(3) {
	bottom: 0;
}

/* ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã‚ªãƒ¼ãƒ—ãƒ³æ™‚ã®ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ */
.open label.buMenu .icon-bar:nth-child(1) {
	top: 8px;
	transform: rotate(45deg);
}
.open label.buMenu .icon-bar:nth-child(2) {
	transform: scaleX(0);
}
.open label.buMenu .icon-bar:nth-child(3) {
	bottom: 10px;
	transform: rotate(135deg);
}

body.fixed{
	position: fixed;
	width:100%;
}

@media (min-width: 768px) {

	.menu {
		display: none;
	}
	.header .nav > li.sp {
		display: none;
	}
}

@media (max-width: 767px) {
	.header nav {
		margin: 0;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		z-index: 999;
		clear: both;
		padding-top: 70px;
		max-height: 70px;
		overflow: hidden;
	}
	
	.header .open + nav {
		max-height: 100%;
	}
	.header .nav {
		flex-wrap: wrap;
	}
	.header .nav a {
		color: #8c7238;
	}
	
	.header .nav > li {
		width: 100%;
		position: relative;
	}
	.header .nav > li.sp {
		display: block;
	}
	.header .nav > li:nth-child(n+5) {
		background: #f4ebdc;
	}
	
	.header .nav > li > a {
		padding: 8px 1em 8px 2em;
		font-size: 14px;
		border-top: 1px solid #fff;
	}
	.header .nav > li:nth-child(-n+4) {
		position: fixed;
		top: 60px;
		width: 25%;
		height: 70px;
		background: rgba(0,0,0,0.7);
		background: rgb(0 0 0 / 70%);
	}
	.header .nav > li:nth-child(1) { left: 0; }
	.header .nav > li:nth-child(2) { left: 25%; }
	.header .nav > li:nth-child(3) { left: 50%; }
	.header .nav > li:nth-child(4) { left: 75%; }

	.header .nav > li:nth-child(-n+4) > a {
		border-top: none;
		font-size: 2.5vw;
		text-align: center;
		display: flex;
		height: 100%;
		width: 100%;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: 1em 0 1em;
	}
	.header .nav > li:nth-child(-n+4) > a:before {
		content: "";
		display: block;
		width: 80%;
		height: 30px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.header .nav > li:nth-child(1) > a:before {
		background-image: url("../images/common/icon_sp_news.svg");
	}
	.header .nav > li:nth-child(2) > a:before {
		background-image: url("../images/common/icon_sp_service.svg");
	}
	.header .nav > li:nth-child(3) > a:before {
		background-image: url("../images/common/icon_sp_know.svg");
	}
	.header .nav > li:nth-child(4) > a:before {
		background-image: url("../images/common/icon_sp_kaigo.svg");
	}
	.header .nav > li:nth-child(-n+3) > a:after {
		content: "";
		position: absolute;
		top: 20%;
		bottom: 20%;
		right: -1px;
		display: block;
		width: 2px;
		background: #fff;
	}
	.header .nav > li:nth-child(n+5) > a {
		background: rgba(0,0,0,0.7);
	}
	.header .nav > li.border_bottom > a {
		border-bottom: 1px solid #8c7238;
		text-align: left;
	}
	.header .nav > li.icon_block > a {
		border-top: none;
	}
	.header .nav > li.text > a > span.jp {
		margin-left: 1em;
	}
	.header .nav > li.text > .arrow {
		position: absolute;
		top: 0;
		right: 0;
		width: 46px;
		height: 46px;
		display: flex;
		align-items: center;
		justify-content: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		color: #8c7238;
		font-weight: bold;
	}
	.header .nav > li.text > .arrow.open {
		transform: rotate(-90deg);
	}
	
	.header .nav li ul.sub-menu > li, 
	.header .nav li ul.children > li {
		float: none;
		padding: 0 2em;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		height: 0;
	}
	
	.header .nav li .arrow.open + ul.sub-menu > li, 
	.header .nav li .arrow.open + ul.children > li {
		height: 43px;
	}
	
	.header .nav li ul.sub-menu > li > a, 
	.header .nav li ul.children > li > a {
		border-bottom: 1px dashed #8c7238;
		padding: 0.75em 0.75em 0.75em 1em;
	}
	.header .nav li ul.sub-menu li:last-child > a, 
	.header .nav li ul.children li:last-child > a {
		border-bottom: none;
	}
	
	.header .nav > li.icon img {
		display: none;
	}
	
	.header .nav > li.icon_block.doc_request,
	.header .nav > li.icon_block.contact {
		width: calc(50% - 10px);
		margin: 10px 5px 5px 5px;
	}
	
	.header .nav > li.icon_block > a {
		display: flex;
		justify-content: center;
		align-items: center;
		border: none;
		padding: 8px 1em;
	}
	
	.header .nav > li.icon_block img {
		margin-right: 5px;
	}
	
	.header .nav > li.icon_block span.en {
		display: none;
	}
	
	.header .nav > li.tel {
		border: 1px solid #8c7238;
		width: calc(100% - 10px);
		margin: 5px;
	}
	.header .nav > li.tel > a {
		display: flex;
		align-items: center;
		justify-content: center;
		border: none;
	}
	.header .nav > li.tel .tel_inner {
		display: flex;
		align-items: center;
	}
	
	.header .nav > li.tel img {
		width: 30px;
	}
	.header .nav > li.tel span.number {
		font-weight: bold;
		white-space: nowrap;
		font-size: 24px;
	}
	.header .nav > li.tel span.time {
		font-size: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.header .nav > li.tel span.time span {
		white-space: nowrap;
	}
}



/*********************
 ãƒ¡ãƒ‹ãƒ¥ãƒ¼
*********************/


a.tel_box {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  margin-left: 1em;
  margin-right: 2em;
}

a.tel_box img {
  width: 25px;
  margin-right: 5px;
}

a.tel_box img.sp {
  display: block;
}

a.tel_box img.pc {
  display: none;
}

a.tel_box .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

a.tel_box .sub_telno
{
	text-align: center;
	white-space: nowrap;
	font-size:13px;
}

a.tel_box .number {
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

a.tel_box .time {
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}

@media (max-width: 767px) {

	a.tel_box
	{
		display:none;
	}
}



.header nav.gnavi ul {
	width: auto;
	background: rgba(0,0,0,0.7);
	color: #FFF;
	margin:0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: visible;
}
.header nav.gnavi ul li a
{
	color:#FFF;
	text-decoration:none;
	padding: 0.7em 2em;
	display: flex;
}

/*********************
 メインイメージ
*********************/
#main_visual {
	position: relative;
	padding: 0;
	background: #DDD;
	z-index: 0;
	max-width: 100%;
}

#main_visual > * {
	z-index: 2;
	position: relative;
}
#main_visual_slider {
	height: calc(100vh - 60px);
	max-height: 800px;
}
#main_visual_slider .image {
	height: calc(100vh - 60px);
	max-height: 800px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* キャッチコピー */
.main_catch {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20%;
	margin: auto;
	text-align: center;
	z-index: 1000;
	font-size: 3.5vw;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1);
	writing-mode: vertical-rl;
}
#main_visual .main_visual_text {
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	padding: 0px;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
#main_visual .main_visual_text h1 {
	color: #fff;
	font-size: 2.4vw;
	line-height: 1.7em;
	text-align: start;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
	margin: 0;
	text-indent: -2em;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding: 0;
}
#main_visual .main_visual_text h1::before {
	content: none;
}
@media (max-width: 767px) {
	#main_visual .main_visual_text {
		top: 25%;
	}
	#main_visual .main_visual_text h1 {
		font-size: 6vw;
	}
}

.responsive_video { 
	position: relative;
	overflow: hidden;
	width: 102.8%;
	margin-left: -2.8%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
	width: 100%;
	vertical-align: bottom;
}
.responsive_video > video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
} 

.responsive_video:after { 
	/* content: ''; */
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(rgba(0,0,0,0.3) 30%, transparent 31%), radial-gradient(rgba(0,0,0,0.3) 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
/* IE用の処理 */
.responsive_video.portrait > video {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
}
.responsive_video.landscape > video {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: auto;
}


@media (max-width: 767px) {

	.responsive_video { 
		height: 80vh;
		margin: 0;
		width: 100%;
	}
	.responsive_video video, 
	.responsive_video iframe, 
	.responsive_video object, 
	.responsive_video embed {
		position: absolute;
		width: auto;
		vertical-align: bottom;
		height: 100%;
		top: 0;
		left: 50%;
		left: 46%;
		transform: translateX(-50%);
	}
}



#main_visual .scroll {
  display: none;
  position: absolute;
  left: 50%;
bottom: 60px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  z-index: 2;
  text-decoration: none;
  transform: translateX(-50%);

}

#main_visual .scroll>.icon {
  width: 20px;
  margin: auto;
  animation: move-y 0.6s infinite alternate ease-in-out;
  margin-bottom: 15px;
}

@keyframes move-y {
  from {
	transform: translateY(0);
  }

  to {
	transform: translateY(10px);
  }
}

@media (max-width: 1029px) and (min-width: 768px) {
  #main_visual .scroll {
	bottom: 80px;
  }

  #main_visual h1.main_visual_text {
	font-size: 4vw;
  }
}

@media (max-width: 767px) {

  #main_visual .scroll {
	display: none;
  }

}



#top_message_text {
	padding-top: 0;
	z-index: 1;
	position: relative;

}

#top_message_text .box {
	width: 80%;
	min-width: 700px;
	margin: auto;
	background: #fff;
	margin-top: -40px;
	padding: 30px 30px 15px 30px;
	line-height: 2em;
	box-shadow: 0 0 10px rgb(0 0 0 / 7%);
	border-top:3px solid #967E49;

}
#top_message_text .top_msg_title {
	font-size: 25px;
	text-align: center;
	margin-bottom: 40px;
}
#top_message_text .top_msg_title,
#top_message_text .text,
#top_message_text a.btn02
{
	display: table;
	margin: auto;
	margin-bottom: 1em;
}


@media (max-width: 767px) {

	#top_message_text .box {
		margin-top: -30px;
		min-width: auto;
		width: 94%;
		padding: 1.2em;
	}

	#top_message_text .top_msg_title {
		text-align: left;
		line-height: 1.6;
		padding-left: 0;
		padding-right: 0;
		font-size: 5vw;
	}
	#top_message_text .text {
		font-size: 3.8vw;
		line-height: 1.8;
	}
	#top_message_text .top_msg_title span {
		display: block;
	}
	#top_message_text .text_center br {
		display: none;
	}
}
#content
{
		background-color:#F2F1ED;
	background-image: url('../images/common/bg_noisy.png');

}

#main
{
}

a.btn02 {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	border: 1px solid #000;
	background-repeat: repeat;
	background-size: 6px;
	display: table;
	margin: auto;
	text-align: center;
}
a.btn02:after {
	content: "\003e";
	display: inline;
	margin-left: 1em;
}
a.btn02:hover {
	/*color: #0083d3;*/
	color: #000;
	background: #fff;
}
@media (max-width: 767px) {
	a.btn02 {
		padding: 10px 15px;
		max-width: 100%;
	}
}



/******************************************
* トップ 新着情報
*******************************************/

section.TopNewsSec
{
	background-color:#FFF;
	background-image: url(../images/common/bg_noisy.png);
}

.TopVoiceHeadline,
.TopRecHeadline,
.TopNewsHeadline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 2%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.TopVoiceHeadline:before,
.TopRecHeadline:before,
.TopNewsHeadline:before {
	content: "";
	display: block;
	width: 15%;
	height: 2px;
	background-color: #000;
}
.TopVoiceHeadline .cursive,
.TopRecHeadline .cursive,
.TopNewsHeadline .cursive {
	font-size: 8vw;
	color: #000;
	margin: 0 0.5em;
}
.TopVoiceHeadline .sub,
.TopRecHeadline .sub,
.TopNewsHeadline .sub {
	font-size: 4.5vw;
}
.TopVoiceHeadline .disc,
.TopRecHeadline .disc,
.TopNewsHeadline .disc {
	display: block;
	width: 90%;
	margin: 15px 10% 20px;
	font-size: 14px;
	line-height: 1.5;
}
.TopRecBox,
.TopNewsBox {
	margin-bottom: 30px;
}
.TopRecItem,
.TopNewsItem {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 15px 0px 15px 5px;
	background: #f7f7f7;
}
.TopFacilitiesItem > a,
.TopVoiceItem > a,
.TopRecItem > a,
.TopNewsItem > a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.TopRecItem:nth-child(2n),
.TopNewsItem:nth-child(2n) {
	background: #fff;
}
.TopRecImg,
.TopNewsImg {
	width: 25%;
	overflow: hidden;
}
.TopRecImgInner,
.TopNewsImgInner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 75%;
	transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
}
.TopNewsItem:hover .TopNewsImgInner {
	transform: scale(1.1);
}

.TopRecTxtBox,
.TopNewsTxtBox {
	width: 65%;
	padding: 0 30px 0 0;
	position: relative;
}
.TopRecTxtBox:after,
.TopNewsTxtBox:after {
	content: "";
	position: absolute;
	right: 8px;
	top: calc(50% - 10px);
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	transform: rotate(45deg);
}
.TopNewsTxtBox > .flex_box {
	flex-wrap: wrap;
	row-gap: 0.5em;
}
.TopRecCat,
.TopNewsCat {
	display: inline-block;
	padding: 2px 5px;
	min-width: 90px;
	text-align: center;
	border: 1px solid #000;
	color: #333;
	font-size: 13px;
	white-space: nowrap;
}
.TopNewsCat + .TopNewsCat {
	margin-left: 0.5em;
}
.TopRecDate,
.TopNewsDate {
	display: inline-block;
	padding: 2px 0;
	vertical-align: middle;
	margin-right: 1em;
	font-size: 14px;
}
.TopRecTitle,
.TopNewsTitle {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 16px;
	border-top: 1px solid #CCC;
	padding-top: 0.5em;
	margin-top: 0.6em;
}

.TopRecTxt,
.TopNewsTxt {
	min-height: 4em;
}
@media only screen and (min-width: 768px) {
	.TopVoiceHeadline,
	.TopRecHeadline,
	.TopNewsHeadline {
		padding-left: 0;
	}
	.TopVoiceHeadline .cursive,
	.TopRecHeadline .cursive,
	.TopNewsHeadline .cursive {
		font-size: 40px;
	}
	.TopVoiceHeadline .sub,
	.TopRecHeadline .sub,
	.TopNewsHeadline .sub {
		font-size: 18px;
	}
	.TopVoiceHeadline .disc,
	.TopRecHeadline .disc,
	.TopNewsHeadline .disc {
		width: auto;
		margin: 0 0 0 1.5em;
	}
	.TopRecBox,
	.TopNewsBox {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-left: 50px;
		padding-right: 50px;
	}
	.TopRecItem,
	.TopNewsItem {
		width: calc(50% - 20px);
		max-width: 400px;
		display: block;
		margin: 0 10px 10px;
		padding: 0;
		background: #fff;
		box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	}
	.TopRecImg,
	.TopNewsImg {
		width: 100%;
	}
	.TopRecImgInner,
	.TopNewsImgInner {
		padding-top: calc(100% / 3 * 2);
	}
	.TopRecTitle,
	.TopNewsTitle {
		font-size: 17px;
	}
	.TopRecTxtBox,
	.TopNewsTxtBox {
		width: 100%;
		padding: 15px 25px 15px 15px;
	}
}
@media only screen and (min-width: 1030px) {
	.TopVoiceHeadline,
	.TopRecHeadline,
	.TopNewsHeadline {
		max-width: 1040px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 15px;
		position: relative;
	}
	.TopVoiceHeadline:before,
	.TopRecHeadline:before,
	.TopNewsHeadline:before {
		width: calc(((100vw - 100%) / 2) + 90%);
		position: absolute;
		right: 100%;
	}
	.TopVoiceHeadline .cursive,
	.TopRecHeadline .cursive,
	.TopNewsHeadline .cursive {
		font-size: 45px;
	}
	.TopVoiceHeadline .sub,
	.TopRecHeadline .sub,
	.TopNewsHeadline .sub {
		font-size: 20px;
	}
	.TopRecItem,
	.TopNewsItem {
		width: calc(25% - 20px);
	}
}
#main h2 {
	display: table;
	margin: auto;
	margin-bottom: 2em;
	border-bottom: 3px double #999;
	padding: 0.5em 1.5em;
	font-weight:normal;

}
#main h2 .cursive {
	font-size: 146%;
	padding: 0 0.5em;
}
#main h2 .sub {
	font-size: 100%;
	padding: 0 0.5em;
}
.flex_box {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 991px) {
	#main h2 .cursive {
		font-size: 128%;
	}
}
@media (max-width: 767px) {
	#main h2 {
		padding: 0.2em 1em;
		line-height: 1.5;
		text-align: center;
	}
	#main h2 .cursive {
		display: block;
		font-size: 6.5vw;
		padding: 0 0.4em;
	}
	#main h2 .sub {
		display: block;
		font-size: 4.5vw;
	}
}
/******************************
* TOP サービス＆施設
*******************************/
section.TopService {
	background-color:#FFF;
	background-image: url(../images/common/bg_noisy.png);
}
section.TopService .split_1 {
	display:flex;
}
section.TopService .split_1 > div {
	width:50%
}
section.TopService .split_1 .box_phl {
	/*height: 500px;*/
	position: relative;
	z-index: 0;
	padding-top: 40%;
	overflow: hidden;
}
section.TopService .split_1 .box_phl:after {
    content: "";
    background-image: url(../images/common/top_service_phl.jpg);
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -2;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}

section.TopService .split_1 .box_phl:hover:after 
{
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);

}

section.TopService .split_1 .box_phl:before {
	content: "";
	position: absolute;
	border-style: none;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background:linear-gradient(90deg, rgba(0,0,0,1) 15%, rgba(0,0,0,0) 45%);
	opacity: 0.5;
}
section.TopService .split_1 .box_phl .title_box {
	display: flex;
	/*flex-direction: row-reverse;*/
	flex-direction: column;
	left: 4%;
	top: 5%;
	position: absolute;
	text-shadow: 0 0 6px rgb(0 0 0 / 50%);
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	color:#FFF;
}
/*
section.TopService .split_1 .box_phl .sub_brand_name,
section.TopService .split_1 .box_phl .main_brand_name,
section.TopService .split_1 .box_phl .en_brand_name
{
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	color:#FFF;
}
*/
section.TopService .split_1 .box_phl .sub_brand_name {
	font-size:140%;
}
section.TopService .split_1 .box_phl .main_brand_name {
	font-size:226%;
}
section.TopService .split_1 .box_phl .en_brand_name {
	font-size:100%;
}
section.TopService .split_1 .box_phl a.btn02 {
	position: absolute;
	bottom: 5%;
	right: 4%;
}

section.TopService .split_1 .box_phl
{
	transition:1s all;
}
section.TopService .split_1 .box_phl:hover
{
	background-size: 120%;
	transition:1s all;
}

section.TopService .img_link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

section.TopService .split_1 div > .split_2 {
	display:flex;
	flex-direction: column;
}
section.TopService .split_1 div > .split_2 > div.box_hl {
	position: relative;
	z-index: 0;
	padding-top: 40%;
	overflow: hidden;
}
section.TopService .split_1 div > .split_2 > div.box_hl:after
{
	content:"";
	background-image: url(../images/common/top_service_hl.jpg);
	background-size: cover;
	background-position: right bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -2;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;

}
section.TopService .split_1 div > .split_2 > div.box_hl:hover:after
{
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

section.TopService .split_1 div > .split_2 > div.box_hl:before {
	content: "";
	position: absolute;
	border-style: none;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background:linear-gradient(180deg, rgba(0,0,0,1) 15%, rgba(0,0,0,0) 45%);
	opacity: 0.5;
}
section.TopService .split_1 div > .split_2 > div.box_hl .title_box {
/*	display: flex;
	flex-direction: row;
*/
	left: 4%;
	top: 10%;
	position: absolute;
	text-shadow: 0 0 6px rgb(0 0 0 / 50%);
}

section.TopService .split_1 div > .split_2 > div.box_hl .sub_brand_name,
section.TopService .split_1 div > .split_2 > div.box_hl .main_brand_name,
section.TopService .split_1 div > .split_2 > div.box_hl .en_brand_name {
	/*display: inline-block;*/
	color:#FFF;
}
section.TopService .split_1 div > .split_2 > div.box_hl .sub_brand_name {
	font-size: 140%;
	display: block;
	border-bottom: 1px solid #FFF;
	padding: 0em 0.75em 0.3em;
}
section.TopService .split_1 div > .split_2 > div.box_hl .main_brand_name {
	font-size:226%;
	margin-right: 0.3em;
}
section.TopService .split_1 div > .split_2 > div.box_hl .en_brand_name {
	font-size:100%; 
}
section.TopService .split_1 div > .split_2 > div.box_hl a.btn02 {
	bottom: 10%;
	right: 4%;
	position: absolute;
}
section.TopService .split_1 div > .split_2 > div > .split_3 {
	display:flex;
}
section.TopService .split_1 div > .split_2 > div > .split_3 > div {
	width:50%;
}
section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh {
	position: relative;
	z-index: 0;
	padding-top: 40%;
	overflow: hidden;
}
section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh:after
{
    content: "";
	background-image: url(../images/common/top_service_hh.jpg);
	background-size: cover;
	background-position: right bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -2;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh:hover:after 
{
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);

}


section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh:before {
	content: "";
	position: absolute;
	border-style: none;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background:linear-gradient(0deg, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 100%);
	opacity: 0.2;
}
section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh .title_box {
	left: 50%;
	bottom: 40%;
	position: absolute;
	transform: translateX(-50%);
	text-shadow: 0 0 6px rgb(0 0 0 / 50%);
	width: 80%;
}
section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh .sub_brand_name,
section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh .main_brand_name,
section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh .en_brand_name {
	/*display: inline-block;*/
	color:#FFF;
}
section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh .sub_brand_name {
	font-size: 140%;
	display: block;
	border-bottom: 1px solid #FFF;
	padding: 0em 0.75em 0.3em;
}
section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh .main_brand_name {
	font-size:166%;
	margin-right: 0.3em;
	padding-left: 0.5em;
}
section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh .en_brand_name {
	font-size:100%; 
	padding-left: 1em;
}
section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh a.btn02 {
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	white-space: nowrap;
}
section.TopService .split_1 div > .split_2 > div > .split_3 .box_choose {
	background-image: url(../images/common/top_service_choice.jpg);
	background-size: cover;
	background-position: right bottom;
	position: relative;
	z-index: 0;
	padding-top: 40%;
}
section.TopService .split_1 div > .split_2 > div > .split_3 .box_choose:before {
	content: "";
	position: absolute;
	border-style: none;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background:linear-gradient(0deg, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 100%);
	opacity: 0.3;
}

section.TopService .split_1 div > .split_2 > div > .split_3 .box_choose:after {
	content: "";
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
	position: absolute;
	top: 10px;
	left: 10px;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 50%);
	z-index: 2;
	pointer-events: none;
}
section.TopService .split_1 div > .split_2 > div > .split_3 .box_choose .link_text_wrap {
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-decoration: none;
	font-size: 146%;
	white-space: nowrap;
	text-shadow: 0 0 6px rgb(0 0 0 / 50%);
	display: flex;
	border-bottom: 1px solid #FFF;
	padding: 0.5em 0.7em;
}
section.TopService .split_1 div > .split_2 > div > .split_3 .box_choose .link_text_wrap link_text {
}
section.TopService .split_1 div > .split_2 > div > .split_3 .box_choose .link_text_wrap:after {
	content: "\003e";
	display: inline;
	margin-left: 1em;
}
section.TopService > a.img_link {
	display:block;
}
.bnr_box_2in1 {
	display: flex;
	margin: 2.5em auto 0;
	max-width: 1140px;
	justify-content: center;
	flex-wrap: wrap;
}
.bnr_box_2in1 > div {
	padding: 1.5em;
	width:50%;
}
.bnr_box_2in1 > div p {
	text-align:center;
}
.bnr_box_2in1 > div a:hover img {
	opacity: 0.7;
}
@media only screen and (max-width: 1199px) {
	section.TopService .split_1 .box_phl .sub_brand_name {
		font-size: 2.8vw;
	}
	section.TopService .split_1 .box_phl .main_brand_name {
		font-size: 1.8vw;
	}
	section.TopService .split_1 .box_phl .en_brand_name {
		font-size: 1.3vw;
	}
	section.TopService .split_1 .box_phl a.btn02 {
		font-size: 1.3vw;
		padding: 0.6em 1.8em;
	}
	section.TopService .split_1 div > .split_2 > div.box_hl .sub_brand_name {
		font-size: 1.8vw;
	}
	section.TopService .split_1 div > .split_2 > div.box_hl .main_brand_name {
		font-size: 2.8vw;
	}
	section.TopService .split_1 div > .split_2 > div.box_hl .en_brand_name {
		font-size: 1.3vw;
	}
	section.TopService .split_1 div > .split_2 > div.box_hl a.btn02 {
		font-size: 1.3vw;
		padding: 0.6em 1.8em;
	}
	section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh .sub_brand_name {
		font-size: 1.8vw;
	}
	section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh .main_brand_name {
		font-size: 2.1vw;
	}
	section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh .en_brand_name {
		font-size: 1.3vw;
	}
	section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh a.btn02 {
		font-size: 1.3vw;
		padding: 0.6em 1.8em;
	}
	section.TopService .split_1 div > .split_2 > div > .split_3 .box_choose .link_text_wrap {
		font-size: 1.85vw;
	}
}
@media only screen and (max-width: 743px) {
	section.TopService .split_1 {
		display: block;
	}
	section.TopService .split_1 > div {
		width: 100%;
	}
	section.TopService .split_1 .box_phl {
		padding-top: 80%;
	}
	section.TopService .split_1 .box_phl .sub_brand_name {
		font-size: 5.6vw;
	}
	section.TopService .split_1 .box_phl .main_brand_name {
		font-size: 3.6vw;
	}
	section.TopService .split_1 .box_phl .en_brand_name {
		font-size: 2.6vw;
	}
	section.TopService .split_1 .box_phl a.btn02 {
		font-size: 2.6vw;
	}
	section.TopService .split_1 div > .split_2 > div.box_hl .sub_brand_name {
		font-size: 3.6vw;
	}
	section.TopService .split_1 div > .split_2 > div.box_hl .main_brand_name {
		font-size: 5.6vw;
	}
	section.TopService .split_1 div > .split_2 > div.box_hl .en_brand_name {
		font-size: 2.6vw;
	}
	section.TopService .split_1 div > .split_2 > div.box_hl a.btn02 {
		font-size: 2.6vw;
	}
	section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh .sub_brand_name {
		font-size: 3.6vw;
	}
	section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh .main_brand_name {
		font-size: 4.2vw;
	}
	section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh .en_brand_name {
		font-size: 2.6vw;
	}
	section.TopService .split_1 div > .split_2 > div > .split_3 .box_hh a.btn02 {
		font-size: 2.6vw;
	}
	section.TopService .split_1 div > .split_2 > div > .split_3 .box_choose .link_text_wrap {
		font-size: 3.7vw;
	}
	.bnr_box_2in1 {
		display: block;;
	}
	.bnr_box_2in1 > div {
		width: 100%;
	}
}
/*********************
 トップ アクタガワの介護 上部
*********************/
section#TopCare{}

section#TopCare .care_content01,
section#TopCare .care_content02 {
	position: relative;
	z-index: 0;
	color: #FFF;
	margin-bottom: 5em;
	width: 94%;
	padding: 7% 10% 4%;
}
section#TopCare .care_content01 {
	margin-left: auto;
}
section#TopCare .care_content02 {
	margin-right: auto;
}
section#TopCare .care_content01:before,
section#TopCare .care_content02:before,
section#TopCare .care_content01:after,
section#TopCare .care_content02:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
}
section#TopCare .care_content01:before {
	background-position: center center;
	background-image: url(../images/common/top_care_01.jpg);
}
section#TopCare .care_content02:before {
	background-image: url(../images/common/top_care_02.jpg);
	background-position: center top;
}
section#TopCare .care_content01:after,
section#TopCare .care_content02:after {
	background:linear-gradient(0deg, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 100%);
	opacity: 0.3;
}
section#TopCare .care_content01 .content_box,
section#TopCare .care_content02 .content_box {
	display: table;
}
section#TopCare .care_content01 .content_box {
	margin-right: auto;
}
section#TopCare .care_content02 .content_box {
	margin-left: auto;
}

section#TopCare .care_content01 .num,
section#TopCare .care_content02 .num {
	display: inline-block;
	font-size: 570%;
	position: absolute;
	z-index: -1;
	opacity: 0.5;
	margin-left: -0.9em;
	margin-top: -0.9em;
}

section#TopCare .care_content01 .care_name img,
section#TopCare .care_content02 .care_name img {
	max-width:400px;
	z-index:1;
}
section#TopCare .care_content01 .care_name,
section#TopCare .care_content02 .care_name {
	font-size: 220%;
	text-shadow: 0 0 3px rgb(0 0 0 / 50%);
}

section#TopCare .care_content01 .care_text,
section#TopCare .care_content02 .care_text {
	padding: 2em;
	line-height: 2;
	font-size: 108%;
	text-shadow: 0 0 3px rgb(0 0 0 / 50%);
}
section#TopCare .care_content01 .care_rehanext,
section#TopCare .care_content02 .care_rehanext {
	display: block;
	margin: 0 auto 1em;
	width: 130px;
}
section#TopCare .care_content01 a.btn02,
section#TopCare .care_content02 a.btn02 {
	background:transparent;
	border:1px solid #FFF;
	box-shadow: 0 0 3px rgb(0 0 0 / 50%);
	text-shadow: 0 0 3px rgb(0 0 0 / 50%);
}
section#TopCare .care_content01 a.btn02:hover,
section#TopCare .care_content02 a.btn02:hover {
	background: #fff;
	color: #000;
	text-shadow: none;
}
@media (max-width: 991px) {
	section#TopCare .care_content01,
	section#TopCare .care_content02 {
		width: 100%;
	}
}
@media (max-width: 767px) {
	section#TopCare .care_content01,
	section#TopCare .care_content02 {
		padding: 0;
	}
	section#TopCare .care_content01:before,
	section#TopCare .care_content02:before {
		position: static;
		padding-top: 50vw;
	}
	section#TopCare .care_content01:after,
	section#TopCare .care_content02:after {
		display: none;
	}
	section#TopCare .care_content01 .content_box,
	section#TopCare .care_content02 .content_box {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	section#TopCare .care_content01 .num,
	section#TopCare .care_content02 .num {
		font-size: 16vw;
		position: static;
		display: block;
		margin: 0;
		color: #aaa;
	}
	section#TopCare .care_content01 .care_name,
	section#TopCare .care_content02 .care_name {
		font-size: 6vw;
		text-shadow: inherit;
		color: #000;
		margin-left: 0.5em;
		width: 65%;
		display: flex;
		align-items: center;
	}
	section#TopCare .care_content01 .care_name img,
	section#TopCare .care_content02 .care_name img {
		width: 100%;
	}
	section#TopCare .care_content01 .care_text,
	section#TopCare .care_content02 .care_text {
		display: none;
	}
	section#TopCare .care_content01 a.btn02,
	section#TopCare .care_content02 a.btn02 {
		color: #000;
		border-color: #000;
		box-shadow: inherit;
		text-shadow: inherit;
	}
}
/*********************
 トップ アクタガワの介護 下部
*********************/
.care_content_list
{
	display:flex;
	flex-wrap:wrap;
}

.care_content_list > a
{
	width:25%;
	color:#FFF;
	text-shadow: 0 0 3px rgb(0 0 0 / 50%);
	text-decoration:none;
}
.care_content_list > a:visited {
    color: #fff;
}
.care_content_list > a:hover {
    opacity: 0.7;
    color: #fff;
}
.care_content_list a .care_content_Item
{
	height:250px;
	background-size: cover;
	background-position: right bottom;
	position: relative;
	z-index: 0;
}
.care_content_list a .care_content_Item:before
{
	content: "";
	position: absolute;
	border-style: none;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background:linear-gradient(0deg, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 100%);
	opacity: 0.3;
}

.care_content_list a .care_content_Item .care_content_num
{
	display: inline-block;
	font-size: 500%;
	position: absolute;
	z-index: -1;
	opacity: 0.5;
	margin-left: 0.2em;
	margin-top: 0.2em;
	top: 50%;
	transform: translateY(-50%);
}
.care_content_list a .care_content_Item .care_content_text
{
	position: absolute;
	bottom: 11%;
	left: 10%;
	font-size: 130%;
	text-shadow: 0 0 3px rgb(0 0 0 / 50%);
}

.care_content_list a .care_content_Item .care_content_text:after
{
	content: "\003e";
	display: inline;
	margin-left: 1em;
}
.btn_box
{
	display: table;
	margin: auto;
	margin-top: 3em;
}
.care_content_list .more_btn {
	display: none;
}
.care_content_list .a.btn02
{

}
@media (max-width: 991px) {
	.care_content_list > a {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.care_content_list {
		position: relative;
		height: 120vw;
		overflow: hidden;
	}
	.care_content_list:after {
		content: "";
		position: absolute;
		bottom: 0;
		display: block;
		width: 100%;
		height: 50%;
		background: linear-gradient(to bottom,	rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.9) 100%);

	}
	.care_content_list.open {
		height: auto;
	}
	.care_content_list.open:after {
		display: none;
	}
	.care_content_list > a {
		width: 100%;
	}
	.care_content_list a .care_content_Item {
		height: auto;
		padding-top: 60%;
	}
	.care_content_list .btn_box {
		position: absolute;
		bottom: 5vw;
		left: 0;
		width: 100%;
		z-index: 1;
	}
	.care_content_list.open .btn_box {
		position: static;
	}
	.care_content_list .btn_box .more_btn,
	.care_content_list .btn_box a.btn02 {
		min-width: 310px;
	}
	.care_content_list .more_btn {
		background: #fff;
		display: table;
		margin: 0 auto 1em;
		text-align: center;
		border: 1px solid #000;
		padding: 10px 30px;
		cursor: pointer;
		transition: 0.2s linear;
		-moz-transition: 0.2s linear;
		-webkit-transition: 0.2s linear;
		-o-transition: 0.2s linear;
		-ms-transition: 0.2s linear;
	}
	.care_content_list .more_btn:after {
		content: "\003e";
		transform: rotate(90deg) translate(0.05em, -1em);
		display: inline-block;
	}
}


/*********************
 トップ インスタ埋め込み
*********************/
section#gokan_instagram
{
	background:#FFF;
}
section#gokan_instagram .insta_content_block
{
	display:table;
	margin:auto;
	text-align:center;
}
section#gokan_instagram .insta_content_block img
{
	width:200px;
}

section#gokan_instagram .insta_feed {
	max-width: 1200px;
	margin: auto;
}
@media (max-width: 767px) {
	#sb_instagram #sbi_images .sbi_item {
		/* width: 50%!important; */
	}
}


section#gokan_instagram .tmp_insta
{
	background: #EEEE;
	width: 80%;
	height: 300px;
	display: flex;
	margin: auto;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #AAA;
}

section#TopGuide
{
	background-image: url(../images/common/top_guide_bg.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 0;

	color:#FFF;
}
section#TopGuide h2
{
	border-color:#FFF;
}
section#TopGuide:before
{
	content: "";
	position: absolute;
	border-style: none;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background:linear-gradient(0deg, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 100%);
	opacity: 0.3;
}


.center_text
{
	text-align: center;
	line-height: 2;
	font-size: 116%;
	font-size: 100%;
}

section#TopGuide .btn02
{
	background:transparent;
	border:1px solid #FFF;
	box-shadow: 0 0 3px rgb(0 0 0 / 50%);
	text-shadow: 0 0 3px rgb(0 0 0 / 50%);
}
section#TopGuide .btn02:hover
{
	background: #fff;
	color: #000;
	text-shadow: none;
}

h2.single_border {
	display: table;
	margin: auto;
	margin-bottom: 2em;
	border-bottom: 1px solid #333;
	padding: 0.5em 1.5em;
	font-weight: normal;
}


.bottom_tel_box {
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	margin: auto;
	justify-content: center;
	align-items: center;
	margin-top: 3em;
}

.bottom_tel_box .tel_icon img
{
	width:35px;
	height:auto;
}
.bottom_tel_box .sub_telno
{
	font-size:120%;
	padding:0 0.5em;
}
.bottom_tel_box .number
{
	font-size: 246%;
}
.bottom_tel_box .number a {
	color: inherit;
	text-decoration: none;
}

section#bottom .time,
.bottom_tel_box + .time
{
display: table;
	margin: auto;
	background: #f5f5f5;
	padding: 0.5em 1em;
	border-radius: 4px;
	margin-top: 1em;
}
section#bottom .conv_box
{
	display: flex;
	max-width: 1000px;
	margin: auto;
	margin-top: 3em;
}

section#bottom .conv_box .block_visit img,
section#bottom .conv_box .block_doc_request img,
section#bottom .conv_box .block_contact img
{
	height:30px;
	width:auto;
	margin: 0 1em 0 0;
}

section#bottom .conv_box .block_visit,
section#bottom .conv_box .block_doc_request,
section#bottom .conv_box .block_contact
{
	background-image: url(../images/common/bg_noisy.png);
	width:calc(33.333% - 10px);
}
section#bottom .conv_box .block_visit
{
	background-color:#5C7F90;
margin: 0 1em;
}
section#bottom .conv_box .block_doc_request
{
	background-color:#967E49;
margin: 0 1em;
}
section#bottom .conv_box .block_contact
{
	background-color:#AC6A6B;
margin: 0 1em;
}

section#bottom .conv_box a
{
	color:#FFF;
	text-decoration:none;
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	font-size: 130%;
}
@media (max-width: 767px) {
	h2.single_border {
		padding: 0.5em 1em;
		margin-bottom: 1.5em;
	}
	section#bottom .conv_box {
		display: block;
	}
	section#bottom .conv_box .block_visit,
	section#bottom .conv_box .block_doc_request,
	section#bottom .conv_box .block_contact {
		width: 80%;
		margin: 0 auto 1em;
	}
}
section#bnr_area {
	background-color:#F2F1ED;
	@media (min-width: 768px) {
		padding: 30px;
	}
}
section#bnr_area ul {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
section#bnr_area ul li {
	width:calc(20% - 2em);
	margin:1em;
	border:1px solid #EEE;
	background:#FFF;
}
@media (max-width: 991px) {
	section#bnr_area ul {
		padding: 0em 2em;
	}
	section#bnr_area ul li {
		width: calc(50% - 4em);
		margin: 1em 2em;
	}
}
@media (max-width: 767px) {
	section#bnr_area ul {
		padding: 0;
	}
	section#bnr_area ul li {
		width: calc(80%);
		margin: 0em auto 1em;
	}
}


/*****************************************
* 施設詳細
******************************************/
/*基本情報*/
section#detail_infobox {
	background-color:#FFF;
	background-image: url(../images/common/bg_noisy.png);
	display:flex;
}
section#detail_infobox > div {
	width:50%;
}
section#detail_infobox div.facility_img img {
	max-width:100%;
	width:100%;
	display: block;
}
section#detail_infobox div.facility_img .slick-slide {
	position: relative;
}
section#detail_infobox div.facility_img .slick-slide img {
	aspect-ratio: 3 / 2;
	height: auto;
	object-fit: cover;
	object-position: center;
}
section#detail_infobox div.facility_img > .slider-item + .slider-item {
	display: none;
}
section#detail_infobox div.facility_img .slide_caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: rgba(0,0,0,0.7);
	display: block;
	margin: 0 !important;
	color: #fff !important;
	overflow: hidden;
	text-align: center;
	font-weight: normal !important;
	line-height: 2.5;
}
section#detail_infobox div.facility_img .slick-arrow {
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: calc(50% - 15px);
	z-index: 99;
	border-radius: 50%;
	cursor: pointer;
}
section#detail_infobox div.facility_img .slick-arrow:before,
section#detail_infobox div.facility_img .slick-arrow:after {
	content: "";
	width: 1px;
	height: 10px;
	display: block;
	background: #fff;
	position: absolute;
	right: 50%;
}
section#detail_infobox div.facility_img .slick-arrow:before {
	top: 49%;
	transform: rotate(-30deg);
}
section#detail_infobox div.facility_img .slick-arrow:after {
	bottom: 49%;
	transform: rotate(30deg);
}
section#detail_infobox div.facility_img .prev_btn.slick-arrow {
	left: 5px;
}
section#detail_infobox div.facility_img .next_btn.slick-arrow {
	right: 5px;
	transform: rotate(180deg);
}
section#detail_infobox div.facility_img .thumnail {
	width: 85%;
	margin: 10px auto 0;
}
section#detail_infobox div.facility_img .thumnail .slick-slide {
	display: block;
}
section#detail_infobox div.facility_img .thumnail .slick-slide.slick-cloned {
	display: none;
}

section#detail_infobox div.facility_img .thumnail .thumnail-item {
	width: 30%;
	margin-right: 3px;
	box-sizing: border-box;
	text-align: left;
	cursor: pointer;
	position: relative;
}
section#detail_infobox div.facility_img .thumnail > .thumnail-item + .thumnail-item {
	display: none;
}
section#detail_infobox div.facility_img .thumnail .thumnail-item.slick-current:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	border: 3px solid #666;
	background: rgba(0,0,0,0.5);
}
section#detail_infobox div.facility_img .thumnail .thumnail-item img {
	width: 100%;
	height: auto;
}




section#detail_infobox div.info_box{}

section#detail_infobox div.basic_info {
	display:flex;
	padding: 0 2em 1em;
}
section#detail_infobox div.basic_info .bland_logo {
	width:20%;
}
section#detail_infobox div.basic_info .bland_logo img {
	max-width:100%;
	width:100%;
}

section#detail_infobox div.basic_info .facility_name h1 {
    font-size: inherit;
    color: inherit;
    text-align: inherit;
    margin: auto;
    padding: inherit;
    line-height: inherit;
}


section#detail_infobox div.basic_info .facility_name
{
	width:80%;
	margin-left:2em;
}

section#detail_infobox div.basic_info .facility_name .brand_name
{
	font-size:120%;
}
section#detail_infobox div.basic_info .facility_name .facility_title
{
	font-size:186%;
}
section#detail_infobox div.basic_info .facility_name .detail_area
{
	background:#5C7F90;
	color:#FFF;
	padding:0.4em 0.8em;
	display:inline-block;
	margin-bottom: 0.5em;
}


section#detail_infobox .detail_vacancy
{
	color:#967E49;
	border:1px solid #967E49;
	padding:0.5em 1em;
	border-radius:50px;
	display: table;
	margin: auto;
}
section#detail_infobox .facility_desc
{
	padding:2em;
	line-height: 1.8;
}


section#detail_infobox .info_note
{
	padding:1em 2em;
}
section#detail_infobox .info_note > div
{
	display: flex;
	border-bottom:1px solid #666;
	padding: 0.8em 1em;
}
section#detail_infobox .info_note > div .item
{
	position: relative;
	display: inline-block;
	min-width: 110px;
}
section#detail_infobox .info_note > div .item_cont
{
	position: relative;
	display: inline-block;
	min-width: 110px;
}
section#detail_infobox .info_note > div .item_cont:before
{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1px;
	background-color: #999;
	-webkit-transform: rotate(-70deg);
	transform: rotate(-70deg);
	margin-left: -2em;
}

section#detail_infobox .info_note > div a
{
	font-size:80%;
	text-decoration:none;
	color:#5C7F90;
	white-space: nowrap;
}
section#detail_intro {
	background: #fff;
	background-image: url(../images/common/bg_noisy.png);
	padding: 0 0 50px;
}
section#detail_intro .intro_txt_box {
	padding: 1em 0;
	margin-bottom: 2em;
}
section#detail_intro .intro_movies_box {
	display: flex;
	justify-content: space-around;
}
section#detail_intro .intro_movie {
	flex-basis: calc(50% - 2em);
	margin: 1em 0;
}
section#detail_intro .intro_movie .caption {
	text-align: center;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #AAA;
	margin: 0.6em 0 0;
}

@media (max-width: 991px) {
	section#detail_infobox {
		display: block;
		padding: 0;
	}
	section#detail_infobox > div {
		width: 100%;
	}
	section#detail_infobox div.info_box{
		padding: 1em;
	}
}
@media (max-width: 767px) {
	section#detail_infobox div.basic_info {
		display: block;
		padding: 0 0em 1em;
	}
	section#detail_infobox div.basic_info .bland_logo {
		margin: 0 auto 1em;
	}
	section#detail_infobox div.basic_info .facility_name {
		width: 100%;
		margin: 0 0 1em;
		text-align: center;
	}
	section#detail_infobox div.basic_info .facility_name .brand_name {
		font-size: 5vw;
	}
	section#detail_infobox div.basic_info .facility_name .facility_title {
		font-size: 6.2vw;
		margin-bottom: 0.2em
	}
	section#detail_infobox div.basic_info .facility_name .detail_area {
		font-size: 90%;
	}
	section#detail_infobox .facility_desc {
		padding: 2em 0;
	}
	section#detail_infobox .info_note {
		padding: 1em 0;
	}
	section#detail_intro .intro_movies_box {
		display: block;
	}
}


/*施設内の様子*/
section#detail_room
{
	background:#FFF;
}

section#detail_room .box_detail_room
{
	display:flex;
	flex-wrap:wrap;
}
section#detail_room .box_detail_room .wrap_room
{
	width:calc(33.333% - 30px);
	text-align:center;
	margin: 30px 15px;
}
section#detail_room .box_detail_room .wrap_room:nth-child(1),
section#detail_room .box_detail_room .wrap_room:nth-child(2)
{
	width: calc(50% - 30px);

}
section#detail_room .box_detail_room .wrap_room .room_img
{
	margin-bottom: 1em;
	background-size: cover;
	padding-top: 66.666%;
}
section#detail_room .box_detail_room .wrap_room .room_img img
{
	width:100%;
	max-width:100%;
}

section#detail_room .box_detail_room .wrap_room .room_desc
{
	padding-bottom: 0.5em;
	border-bottom: 1px solid #AAA;
}
@media (max-width: 767px) {
	section#detail_room .box_detail_room {
		display: block;
	}
	section#detail_room .box_detail_room .wrap_room,
	section#detail_room .box_detail_room .wrap_room:nth-child(1),
	section#detail_room .box_detail_room .wrap_room:nth-child(2) {
		width: 100%;
		margin: 0 0 30px;
	}
}

/*提携医療機関*/
.wrap_white_box
{
	background: #FFF;
	box-shadow: 0 0 3px rgb(0 0 0 / 20%);
	display: table;
	max-width: 900px;
	width: 100%;
	margin: auto;
	margin-top: 3em;
	margin-bottom: 7em;
	padding-left: 5em;
	padding-right: 5em;

}
#main .wrap_white_box h2.hover_title
{
	border: none;
	margin: auto;
	margin-top: -0.75em;
	margin-bottom: 0;
	font-size: 200%;
	padding: 0;
	letter-spacing: 0.1em;
}
#main .wrap_white_box .hover_title_under
{
	display: table;
	margin: auto;
}
section#detail_alignment .wrap_white_box .alignment_list
{
	display: table;
	margin: auto;
	margin-top: 2.5em;
	margin-bottom: 2em;
}
section#detail_alignment .wrap_white_box .alignment_list ul li
{
	list-style-type: none;
	padding: 0.7em 2em 0.7em 1em;
	font-size: 108%;
	border-bottom: 1px solid #333;
	margin-bottom: 1em;
	position:relative;
}
section#detail_alignment .wrap_white_box .alignment_list ul li a
{
	color:#000;
	text-decoration:none;
}

section#detail_alignment .wrap_white_box .alignment_list ul li:before,
section#detail_alignment .wrap_white_box .alignment_list ul li:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
section#detail_alignment .wrap_white_box .alignment_list ul li:before{
	width: 1em;
	height: 1em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #5C7F90;
}
section#detail_alignment .wrap_white_box .alignment_list ul li:after{
	right: 0.4em;
	width: 0.3em;
	height: 0.3em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

section#detail_alignment .wrap_white_box .medical_list
{
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	margin-top: 2.5em;
	margin-bottom: 2em;
}
section#detail_alignment .wrap_white_box .medical_list > div
{
	width: 50%;
	margin-bottom: 2em;
}

section#detail_alignment .wrap_white_box .medical_list > div a
{
	color: #000;
	text-decoration: none;
	border-left: 8px solid #5C7F90;
	padding: 0 0.5em;
	font-size: 116%;
	letter-spacing: 0.05em;
	position: relative;
	padding-right: 2em;
}


section#detail_alignment .wrap_white_box .medical_list > div a:before,
section#detail_alignment .wrap_white_box .medical_list > div a:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
section#detail_alignment .wrap_white_box .medical_list > div a:before{
	width: 1em;
	height: 1em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #5C7F90;
}
section#detail_alignment .wrap_white_box .medical_list > div a:after{
	right: 0.4em;
	width: 0.3em;
	height: 0.3em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

section#detail_alignment .wrap_white_box .medical_list > div .desc_alliance
{
	padding: 0.5em;
	line-height: 1.7;
}
@media (max-width: 991px) {
	.wrap_white_box {
		padding: 0 3em;
		width: 90%;
	}
}
@media (max-width: 767px) {
	.wrap_white_box {
		padding: 0 1em;
		width: 90%;
	}
	section#detail_alignment .wrap_white_box .medical_list {
		display: block;
	}
	section#detail_alignment .wrap_white_box .medical_list > div {
		width: 100%;
		border-bottom: 1px solid #ccc;
		padding-bottom: 1em;
	}
	section#detail_alignment .wrap_white_box .medical_list > div .desc_alliance {
		font-size: 90%;
	}

}
/*ダウンロード*/
section#download_content
{
	background:#967E49;
}

section#download_content
{

}

h3.under_baloon
{
	color:#FFF;

	position: relative;
	display: inline-block;
	background-color: transparent;
	border-bottom: solid 1px #FFF;
	padding: 16px;
	min-width: 240px;
	max-width: 100%;
	text-align: center;
	display: table;
	margin: auto;
	margin-bottom: 2em;
}

h3.under_baloon:before,
h3.under_baloon:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
h3.under_baloon:before {
	border: solid 12px transparent;
	border-top: solid 12px #FFF;
}
h3.under_baloon:after {
	border: solid 13px transparent;
	border-top: solid 13px #967E49;
	margin-top: -3px;
}


section#download_content .dl_box
{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}
section#download_content .dl_box a
{
	background: #FFF;
	padding: 1em 2em 1em  2.5em;
	font-size: 140%;
	text-decoration: none;
	color: #000;
	margin: 1em;
	border-radius: 6px;
	position: relative;
}
section#download_content .dl_box a:after
{
	content: "";
	background-image: url(../images/common/icon_dl.svg);
	background-size: contain;
	width: 1em;
	background-repeat: no-repeat;
	height: 1em;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}

section#download_content .dl_box a.dl_btn01:before
{
	content: "";
	background-image: url(../images/common/icon_book.svg);
	background-size: contain;
	width: 2em;
	background-repeat: no-repeat;
	height: 1.3em;
	left: 1em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
section#download_content .dl_box a.dl_btn02:before
{
	content: "";
	background-image: url(../images/common/icon_doc_point.svg);
	background-size: contain;
	width: 2em;
	background-repeat: no-repeat;
	height: 1.3em;
	left: 1em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	section#download_content .dl_box a {
		margin: 1em 0;
		font-size: 120%;
	}
	section#download_content .dl_box a:after {
		right: 0.5em;
	}
	section#download_content .dl_box a.dl_btn01:before {
		left: 0.5em;
	}
	section#download_content .dl_box a.dl_btn02:before {
		left: 0.5em;
	}
}
/*施設長からのご挨拶*/
.staff_box
{
	display:flex;
	flex-wrap:wrap;
	margin-top:2em;
	margin-bottom:1em;
}
.staff_box .staff_images
{
	width:30%;
}
.staff_box .staff_images img
{
	border-radius: 12px;
	width: 100%;
}
.staff_box .staff_profile
{
	width:70%;
	padding: 0 2em;
}
.staff_box .staff_profile .staff_title
{
background: #094a80;
	color: #FFF;
	display: table;
	padding: 0.3em 1em;
	margin-left: -2em;
	font-size: 90%;
	margin-bottom: 1em;
}
.staff_box .staff_profile .staff_text
{
	font-size: 90%;
	line-height: 1.8;
}
.staff_box .staff_profile .greeting_facility
{
	text-align: right;
	margin-top: 1em;
}

.staff_box .staff_profile .staff_name
{
	font-size: 140%;
	display: block;
	color: #000;
	letter-spacing: 0.1em;
	text-align: right;
}
.staff_box .staff_profile .staff_name span
{
	color:#000;
	font-size: 74%;
	margin-right:1em;
}

.staff_box .staff_profile .staff_en
{
	display:inline-block;
}
@media (max-width: 767px) {
	.staff_box {
		display: block;
	}
	.staff_box .staff_images {
		width: 50%;
		margin: 0 auto;
	}
	.staff_box .staff_profile {
		width: 100%;
		padding: 1em;
	}
	.staff_box .staff_profile .staff_text br {
		display: none;
	}


}
#main section#bnr_area
{
	background:#FFF;
}

#main h2.side_border_title
{
	border: none;
	margin: auto;
	margin-top: 1.5em;
	margin-bottom: 0;
	font-size: 200%;
	padding: 0;
	letter-spacing: 0.1em;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main h2.side_border_title:before,
#main h2.side_border_title:after
{
	content: '';
	width: 1px;
	/*height: 0.5px;*/
	height: 1px;
	background: #094a80;
	flex-grow: 1;
	max-width: 5em;
	flex-shrink: 99999;
}
#main h2.side_border_title:before
{
	margin-right: 1em;
}
#main h2.side_border_title:after
{
	margin-left: 1em;
}

#main .wrap_white_box .price_list
{
	margin: auto;
	margin-top: 2.5em;
	margin-bottom: 4em;
}


#main .wrap_white_box h3
{
	background: #5C7F90;
	color: #FFF;
	text-align: center;
	font-size: 146%;
	padding: 0.5em 1em;
}

#main .wrap_white_box .initial_cost
{
	text-align:center;
	font-size: 200%;
}

#main .wrap_white_box table.facility_price
{
	max-width: 800px;
	margin: auto;
	font-size: 136%;
}
#main .wrap_white_box table.facility_price tr
{
	border-bottom: 1px solid #999;
}

#main .wrap_white_box table.facility_price tr:last-child
{
	border:none;
}
#main .wrap_white_box table.facility_price tr:nth-last-child(2)
{
	border-bottom: 3px double #999;
}

#main .wrap_white_box table.facility_price tr th
{
	font-weight:normal;
}
#main .wrap_white_box table.facility_price tr td
{
	text-align:right;
}

#main .wrap_white_box table.facility_price tr th,
#main .wrap_white_box table.facility_price tr td
{
	padding:0.75em 2em;
}


#main .wrap_white_box .price_note
{
	font-size: 86%;
	background: #f8f8f8;
	padding: 1.5em;
	border-radius: 8px;
	line-height: 1.7;
	margin-top: 2em;
}
#main .conditions_list
{
	margin-top: 2em;
	margin-bottom:2em;
}

#main .conditions_list ul
{
	padding-left: 1.2em;
display: table;
	margin: auto;
}
#main .conditions_list ul li
{
	text-indent: -1.2em;
margin-bottom: 1em;
}

#main .conditions_list ul li:before
{
	display: inline-block;
	content: "";
	margin-top: 10px;
	margin-right: 7px;
	width: 10px;
	height: 10px;
	vertical-align: top;
	border-radius: 5px;
	background-color: #967E49;
}
@media (max-width: 767px) {
	#main h2.side_border_title {
		font-size: 165%;
	}
	#main .wrap_white_box .price_list {
		margin-bottom: 2em;
	}
	#main .wrap_white_box table.facility_price {
		font-size: 120%;
		width: 100%;
	}
	#main .wrap_white_box table.facility_price tr th,
	#main .wrap_white_box table.facility_price tr td {
		padding: 0.75em 1em;
	}
}

/*アクセスマップ*/
section#access_map
{
	background-color: #FFF;
	background-image: url(../images/common/bg_noisy.png);
}

section#access_map .google_map iframe
{
	width:100%;
	margin-top:2em;
	margin-bottom:2em;
}
@media (max-width: 767px) {
	section#access_map .center_text {
		padding: 0 1em;
	}
}

/*周辺情報*/
section#nearby_information
{
	background:#FFF;
}

section#nearby_information .box_detail_nearby
{
	display:flex;
	flex-wrap:wrap;
}
section#nearby_information .box_detail_nearby .wrap_nearby
{
	width:calc(33.333% - 30px);
	text-align:center;
	margin: 30px 15px;
}

section#nearby_information .box_detail_nearby .wrap_nearby .nearby_img
{
	margin-bottom: 1em;
	background-size: cover;
	padding-top: 66.666%;
}
section#nearby_information .box_detail_nearby .wrap_nearby .nearby_img img
{
	width:100%;
	max-width:100%;
}

section#nearby_information .box_detail_nearby .wrap_nearby .nearby_desc
{
	padding-bottom: 0.5em;
	border-bottom: 1px solid #AAA;
}
section#nearby_information .box_detail_nearby .wrap_nearby .nearby_desc a {
	color: inherit;
}
@media (max-width: 767px) {
	section#nearby_information .box_detail_nearby {
		display: block;
	}
	section#nearby_information .box_detail_nearby .wrap_nearby {
		width: 100%;
		margin: 30px 0px;
	}
}

#main h2.left_over
{
	position: relative;
	border:none;
	margin-left: 10%;
	padding:0;
}

#main h2.left_over:before
{
	content: '';
	width: calc(100vw - 100%);
	height: 1px;
	background: #094a80;
	position: absolute;
	top: 50%;
	right: calc(100% + 1em);
	transform: translateY(-50%);
}
/*snsエリア*/
section#facility_sns {
	/*background:#FFF;*/
	padding: 0;
}
.facility_snsbox
{
	background: #f8f8f8;
	display: table;
	margin: auto;
	padding: 1em 2em;
	border-radius: 8px;
}


/*****************************
* 施設一覧
******************************/
#content h1
{
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-bottom: 0px;
	padding: 30px 15px 45px;
	position: relative;
	z-index: 0;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	margin-top:0;
}
#content h1 .sub_title
{
display: block;
	font-size: 64%;
}
#content h1 .main_title
{
display: block;
	font-size: 100%;
}
#content h1.detail_h1{
	background:url(../images/common/h1_facility.png) no-repeat center center/cover;
}


#content h1.detail_h1:before
{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: rgba(0,0,0, 0.4);
}


section#brand_list
{
	background:#FFF;
}

section#brand_list .brand_content {
	margin-bottom: -50px;
}

section#brand_list .brand_content .brand_logo
{
	max-width: 150px;
	display: table;
	margin: auto;
	margin-bottom: 1em;
}
section#brand_list .brand_content .brand_logo img
{
	width:100%;
}
section#brand_list .brand_content .brand_name
{
	text-align:center;
	font-size: 120%;
}
section#brand_list .brand_content .brand
{
	text-align:center;
	font-size: 172%;
}
section#brand_list .brand_content .brand_desc
{
	display: table;
	margin: auto;
	max-width: 700px;
	text-align: center;
	padding: 1em;
	margin-top: 1.5em;
}
section#brand_list .brand_content .brand_image
{
	max-width: 800px;
	display: table;
	margin: auto;
}
section#brand_list .brand_content .brand_image img
{
	width:100%;
}
@media (max-width: 767px) {
	section#brand_list .brand_content .brand_desc {
		display: block;
		text-align: left;
	}
	section#brand_list .brand_content .brand_desc br {
		display: none;
	}
	#content h1 .main_title
	{
		font-size: 26px;
	}
}





section#brand_list .brand_ul
{
	background-image: url(../images/common/bg_noisy.png);
	padding: 5em 1em 5em;
	background-color:#F2F1ED;
}

section#brand_list .brand_ul .facility_list_box
{
	position:relative;
}
section#brand_list .brand_ul li
{
	margin-bottom:4em;
}

section#brand_list .brand_ul li a
{
	display: block;
	text-decoration:none;
	color:#000;
	width: 80%;
	max-width: 1100px;
	margin: auto;
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

section#brand_list .brand_ul .facility_list_box
{
	display: flex;
	flex-wrap: wrap;
	background: #FFF;
	padding: 2em;
}
section#brand_list .brand_ul li:nth-child(2n) .facility_list_box {
	flex-direction: row-reverse;
}
section#brand_list .brand_ul .facility_list_box .image_box
{
	width: 35%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
section#brand_list .brand_ul .facility_list_box .image_box img
{
	width:100%;
}
section#brand_list .brand_ul .facility_list_box .facility_information
{
	position:relative;
	width:65%;
	padding: 0 2em 1em;
}
/*
section#brand_list .brand_ul .facility_list_box .facility_information:before,
section#brand_list .brand_ul .facility_list_box .facility_information:after
{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
section#brand_list .brand_ul .facility_list_box .facility_information:before
{
	width: 1em;
	height: 1em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	right: 0.5em;
}
section#brand_list .brand_ul .facility_list_box .facility_information:after
{
	right: 0.9em;
	width: 0.3em;
	height: 0.3em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
*/
section#brand_list .brand_ul .facility_list_box .facility_information div.basic_info
{
	display: flex;
	padding: 0 1em 1em;

}
section#brand_list .brand_ul .facility_list_box .facility_information div.basic_info .brand_logo
{
	width:20%;
}
section#brand_list .brand_ul .facility_list_box .facility_information div.basic_info .brand_logo img
{
	max-width:100%;
	width:100%;
}
section#brand_list .brand_ul .facility_list_box .facility_information div.basic_info .facility_name
{
	width:80%;
	margin-left:2em;
}

section#brand_list .brand_ul .facility_list_box .facility_information div.basic_info .facility_name .brand_name
{
	font-size:120%;
}
section#brand_list .brand_ul .facility_list_box .facility_information div.basic_info .facility_name .facility_title
{
	font-size:170%;
	margin-bottom: 0.2em;
}
section#brand_list .brand_ul .facility_list_box .facility_information div.basic_info .facility_name .detail_area
{
	background:#5C7F90;
	color:#FFF;
	padding:0.4em 0.8em;
	display:inline-block;
	font-size: 90%;
}
section#brand_list .brand_ul .facility_list_box .facility_information div.basic_info .facility_name .detail_address
{
	display:inline-block;
	font-size: 90%;
}



section#brand_list .brand_ul .facility_list_box .facility_information div.second_info
{
	display:flex;
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #E5E5E5;
}
section#brand_list .brand_ul .facility_list_box .facility_information div.second_info > div
{
	width:50%;
}

section#brand_list .brand_ul .facility_list_box .facility_information div.second_info > div.cost > div
{
	padding:0.3em 0.5em;
}
section#brand_list .brand_ul .facility_list_box .facility_information div.second_info > div.vacancy
{
	color: #967E49;
	border: 1px solid #967E49;
	padding: 0.5em 1em;
	border-radius: 50px;
	display: table;
	margin: auto;
	text-align: center;
}
.facility_list_btn_wrap {
    background: #fff;
    padding: 0 1em 1em;
}
.facility_list_btn {
    display: table;
    border: 1px solid;
    padding: 0.5em 3em;
    margin: 0 auto;
    background: #000;
    color: #fff;
}
.facility_list_btn:after {
    content: "\003e";
    display: inline;
    margin-left: 1em;
}

@media (max-width: 991px) {
	section#brand_list .brand_ul .facility_list_box {
		display: block;
		padding: 1em 1em 1em;
	}
	section#brand_list .brand_ul .facility_list_box .image_box {
		width: 100%;
		padding-top: 60%;
	}
	section#brand_list .brand_ul .facility_list_box .facility_information {
		width: 100%;
		padding: 2em 1em;
	}
}
@media (max-width: 767px) {
	section#brand_list .brand_ul li a {
		width: 100%;
	}
	section#brand_list .brand_ul .facility_list_box .facility_information {
		padding: 0;
	}
	section#brand_list .brand_ul .facility_list_box .facility_information:before,
	section#brand_list .brand_ul .facility_list_box .facility_information:after {
		display: none;
	}

	section#brand_list .brand_ul .facility_list_box .facility_information div.basic_info {
		display: block;
		padding: 0;
	}
	section#brand_list .brand_ul .facility_list_box .facility_information div.basic_info .brand_logo {
		padding: 3%;
		margin: -12.5% auto 0;
		background: #fff;
		border-radius: 50%;
	}
	section#brand_list .brand_ul .facility_list_box .facility_information div.basic_info .facility_name {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	section#brand_list .brand_ul .facility_list_box .facility_information div.basic_info .facility_name .brand_name {
		font-size: 4.5vw;
	}
	section#brand_list .brand_ul .facility_list_box .facility_information div.basic_info .facility_name .facility_title {
		font-size: 5.5vw;
	}
	section#brand_list .brand_ul .facility_list_box .facility_information div.second_info {
		flex-direction: column-reverse;
	}
	section#brand_list .brand_ul .facility_list_box .facility_information div.second_info > div {
		width: auto;
		
	}
	section#brand_list .brand_ul .facility_list_box .facility_information div.second_info > div.cost {
		padding: 1em;
	}

}
/*************************************
* 施設比較
**************************************/
section#compare_upper
{
	background:#FFF;
}
section#brand_compare
{
	background:#FFF;
}

.brand_box
{
	display:flex;
	flex-wrap:wrap;
margin-bottom: 4em;
}
.brand_box .brand_note
{
	width:70%;
	position: relative;
}

.brand_box .brand_image
{
	width: 30%;
	background-size: cover;
	background-position: center center;
}

.brand_box .brand_note img
{
	width:100px;
	position: absolute;
	opacity: 0.2;
}
.brand_box .brand_note h2
{
	margin-left: 2em;
	border-bottom: 1px solid #999;
	margin-bottom: 1em;
}
.brand_box .brand_note .brand_desc
{
	padding:1em;
	line-height: 2;
}
@media (max-width: 767px) {
	section#compare_upper .text_center {
		padding: 0 1em;
	}
	.brand_box {
		display: block;
	}
	.brand_box .brand_note,
	.brand_box .brand_image {
		width: 100%;
	}
	.brand_box .brand_note img {
		width: 60px;
	}
}

/*
section#compare_table table.service_compare
{
margin: auto;
	border-collapse: separate;
	border-spacing: 20px 0px;
max-width:1200px;
}

section#compare_table table.service_compare tr:first-child th:first-child
{
	background:none;
}

section#compare_table table.service_compare tr
{
	position:relative;
}

section#compare_table table.service_compare tr:nth-child(odd):after
{
	content:'';
	width:100%;
	height:100%;
	background:#EDE6D9;
	position:absolute;
	z-index:0;
}

section#compare_table table.service_compare tr:nth-child(even):after
{
	background:#EADDD8;
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
	left: 0;
	opacity: 0.7;
}


section#compare_table table.service_compare tr th,
section#compare_table table.service_compare tr td
{

}
section#compare_table table.service_compare tr td
{
	background:#FFF;
	text-align:center;
	width: 30%;
	padding:2em 1em;
	vertical-align: baseline;
	line-height: 1.8;
}
section#compare_table table.service_compare tr th
{
	background: #000;
	color: #FFF;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-weight: normal;
	width: 10%;
	padding:1em 1em;
	position: relative;
	z-index: 1;
}

section#compare_table table.service_compare tr td .brand_logo
{
	width: 100px;
	margin: auto;
}
section#compare_table table.service_compare tr td .brand_logo img
{
	width:100%;
}

section#compare_table table.service_compare tr td .brand_sub
{
	font-size:108%;
}

section#compare_table table.service_compare tr td .brand_main
{
	font-size:134%
}


section#compare_table table.service_compare tr td .brand_en
{
	font-size:74%;
}

section#compare_table table.service_compare tr td .main_text
{
	position: relative;
	z-index: 999;
}
section#compare_table table.service_compare tr td .sub_text
{
	padding: 1em 1em;
	font-size: 78%;
	text-align: left;
	color: #666;
}

section#compare_table table.service_compare tr td li
{
	margin-bottom: 1em;
	text-align: left;
}
*/
table.service_compare {
	max-width: 1200px;
	margin: 0 auto;
}

table.service_compare a.btn02 {
    display: inline-block;
    margin-top: 1em;
    background: #5C7F90;
    color: #FFF;
    padding: 0.5em 1em;
    border: 3px double #FFF;
}
table.service_compare a.btn02.cpdetail
{
	background:#967E49;
display: block;
}


table.service_compare tr {
	position: relative;
	display: flex;
	background-color: #F2F1ED;
	background-image: url('../images/common/bg_noisy.png');
}
table.service_compare tr:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 100%;
	height: calc(100% - 20px);
	z-index: 0;
	opacity: 0.7;
	box-shadow: 0px 5px 5px -6px #aaa, 0px -5px 5px -6px #aaa;
}
table.service_compare tr:nth-child(odd):after {
	background: #EDE6D9;
}
table.service_compare tr:nth-child(even):after {
	background: #EADDD8;
}
table.service_compare tr:first-child:after,
table.service_compare tr:last-child:after {
	display: none;
}

table.service_compare tr th,
table.service_compare tr td {
}
table.service_compare tr th {
	display: flex;
	width: 5.2em;
	line-height: 1.5;
	padding: 10px 0;
	position: relative;
	z-index: 1;
	background-color: #F2F1ED;
	background-image: url('../images/common/bg_noisy.png');
}
table.service_compare tr:first-child th:first-child:before {
	content: "";
	position: absolute;
	right: 95%;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #F2F1ED;
	background-image: url('../images/common/bg_noisy.png');
	z-index: 99;
}
table.service_compare tr th .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	width: 100%;
	padding: 1em;
	color: #FFF;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-weight: normal;
}

table.service_compare tr td {
	text-align: center;
	width: calc((100% - 5.2em - 40px) / 3);
	vertical-align: baseline;
	line-height: 1.8;
	background: #FFF;
	padding: 10px 0;
	box-shadow: 5px 0px 5px -6px #aaa, -5px 0px 5px -6px #aaa;
}
table.service_compare tr td + td {
	margin-left: 20px;
}
table.service_compare tr td .inner {
	position: relative;
	z-index: 2;
	padding: 2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

table.service_compare tr td .brand_logo {
	width: 100px;
	margin: auto;
}
table.service_compare tr td .brand_logo img {
	width:100%;
}
table.service_compare tr td .brand_sub {
	font-size:108%;
}
table.service_compare tr td .brand_main {
	font-size:134%
}
table.service_compare tr td .brand_en {
	font-size:74%;
}
table.service_compare tr td .main_text {
	position: relative;
    width: 100%;
}
table.service_compare tr td .sub_text {
	padding: 1em;
	font-size: 78%;
	text-align: left;
	color: #666;
}
table.service_compare tr td li {
	margin-bottom: 1em;
	text-align: left;
}
@media (max-width: 767px) {
	.service_compare_wrap {
		width: 95%;
		height: 70vh;
		overflow: scroll;
		/*overscroll-behavior: none;*/
		scroll-snap-type: both mandatory;
		margin: auto;
		position: relative;
	}
	.service_compare_wrap:before {
		content: "";
		position: absolute;
		left: -1px;
		top: 0;
		display: block;
		width: 1px;
		height: 100%;
		background-color: #F2F1ED;
		background-image: url('../images/common/bg_noisy.png');
		z-index: 101;
	}
	.service_compare_wrap:after {
		content: "";
		position: absolute;
		left: 0;
		top: -1px;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #F2F1ED;
		background-image: url('../images/common/bg_noisy.png');
		z-index: 101;
	}
	table.service_compare {
		width: 150vw;
		font-size: 12px;
	}
	table.service_compare tr:after {
		top: 5px;
		height: calc(100% - 10px);
	}
	table.service_compare tr:first-child {
		position: sticky;
		top: 0;
		z-index: 100;
		/*scroll-snap-type: X proximity;*/
	}
	table.service_compare tr th {
		position: sticky;
		left: 0;
		z-index: 99;

		font-size: 12px;
		width: 4.2em;
		line-height: 1.2;
		padding: 5px 0;
	}
	table.service_compare tr th .inner {
		padding: 0.5em;
	}
	table.service_compare tr td {
		width: calc((100% - 4.2em - 10px) / 3);
		padding: 5px 0;
	}
	table.service_compare tr td + td {
		margin-left: 5px;
	}
	table.service_compare tr td .inner {
		padding: 0.5em;
	}
	table.service_compare tr td .brand_logo {
		opacity: 0.3;
		position: absolute;
		top: 1em;
		left: 1em;
		width: 50px;
	}
	table.service_compare tr td .brand_logo img {
	}
	table.service_compare tr td .brand_sub {
		font-size: 90%;
	}
	table.service_compare tr td .brand_main {
		font-size: 120%;
	}
	table.service_compare tr td .brand_en {
	}
	table.service_compare tr td .main_text br{
		display:none;
	}
	table.service_compare tr td .sub_text {
		padding: 0.5em;
	}
	table.service_compare tr td li {
	}
}

/******************************************
* よくある質問
*******************************************/
.faq_list h3
{
	background: #094a80;
	color: #FFF;
	padding: 0.5em 0 0.5em 1em;
	font-weight: bold;
}

.faq_list > .item {
	margin-bottom: 30px;
	border-bottom: 1px dotted #999;;
}

.faq_list > .item > div {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1em;
}

.faq_list > .item > .question:before {
	margin-right: 15px;
	display: flex;
	color: #fff;
	background: #967E49;
	border-radius: 50%;
	font-weight: 500;
	justify-content: center;
	align-items: center;
	padding: 0.3em 0.8em 0.5em;
}
.faq_list > .item > .answer:before {
	margin-right: 15px;
	display: flex;
	color: #967E49;
	background: #FFF;
	border-radius: 50%;
	font-weight: 500;
	border: 1px solid #967E49;
	justify-content: center;
	align-items: center;
	padding: 0.3em 0.8em 0.5em;
}

.faq_list > .item > .question:before {
	content: "Q";
}

.faq_list > .item > .answer:before {
	content: "A";

}

.faq_list > .item > div.question p {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 18px;
	color: #967E49;
	font-weight: normal;
	font-size: 132%;
}
.faq_list > .item > div.answer p {
	margin-top: 0;
	margin-bottom: 3em;
	font-size: 16px;
}
ul.faq_cat_btn {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin-top: 3em;
    margin-bottom: 5em;
}
ul.faq_cat_btn li
{
	width:calc(25% - 2em);
	margin: 1em;
}
ul.faq_cat_btn li a
{
	border: 3px double #967E49;
	padding: 0.5em 1em;
	color: #967E49;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	text-align: center;
}
@media (max-width: 767px) {
	ul.faq_cat_btn li {
		width: calc(50% - 1em);
		margin: 0.5em;
	}
}

#main article
{
	margin-top: 3em;
	background: #FFF;
	padding: 1.5em;
	box-shadow: 0 0 15px rgb(0 0 0 / 6%);
	margin-bottom: 3em;
	line-height: 1.8;
	border-top: 3px solid #967E49;
}
#content #main article h1
{

	color: #000;
	font-size: 36px;
	text-align: left;
	margin: auto;

}
#main article h2
{
	text-align: left;
	font-size: 24px;
	display: block;
	margin-top: 2em;
	margin-bottom: 1.5em;
	padding: 0.5em 1em;
	letter-spacing: 0.05em;
}
#main article img
{
	width:auto;
	max-width: 100%;
	height: auto;
}
#main article img.main_article_image
{
	width: 100%;
	max-width: 100%;
}
section.news_list {
	padding-top: 2.2em;
}

.common_news_list .NewsItem
{
	background:#FFF;
	box-shadow: 0 0 15px rgb(0 0 0 / 6%);
	margin-bottom: 2.5em;
}
.common_news_list .NewsItem a
{
	display:flex;
	flex-wrap:wrap;
	text-decoration:none;
	color:#000;
}
.common_news_list .NewsItem a .NewsImg
{
	width: 30%;
	background-size: cover;
	background-position: center center;
}
.common_news_list .NewsItem a .NewsTxtBox
{
	width:70%;
	padding: 1.5em 1.5em;
}
.common_news_list .NewsItem a .NewsTxtBox .flex_box
{
	justify-content: left;
	margin-bottom: 0.5em;
}
.common_news_list .NewsItem a .NewsTxtBox .flex_box .NewsDate
{
	margin-right:0.75em;
}
.common_news_list .NewsItem a .NewsTxtBox .flex_box .NewsCat
{
	border: 1px solid #AAA;
	padding: 2px 5px;
	font-size: 13px;
	white-space: nowrap;
}
.common_news_list .NewsItem a .NewsTxtBox .flex_box .NewsCat + .NewsCat {
	margin-left: 0.5em;
}
.common_news_list .NewsItem a .NewsTxtBox .NewsTitle
{
	font-size: 24px;
	border-bottom: 1px solid #888;
	padding: 0.3em;
	margin-bottom: 0.5em;
	position: relative;
}
.common_news_list .NewsItem a .NewsTxtBox .NewsTitle:after
{
	content: "";
	position: absolute;
	right: 8px;
	top: calc(50% - 5px);
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	transform: rotate(45deg);
}

.common_news_list .NewsItem a .NewsTxtBox .NewsDesc
{
	font-size: 86%;
	line-height: 1.8;
	color:#666;
}
.common_news_list.wrap {
	display:table;
	margin:auto;
}
@media (max-width: 767px) {
	section.news_list {
		margin: 0 calc(50% - 50vw) 30px;
	}
	.common_news_list .NewsItem {
		box-shadow: none;
		margin-bottom: 0;
	}
	.common_news_list .NewsItem a {
		position: relative;
		display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 15px 0px 15px 5px;
		background: #f7f7f7;
	}
	.common_news_list .NewsItem:nth-child(2n) a {
		background: #fff;
	}
	.common_news_list .NewsItem a .NewsImg {
		width: 25%;
		padding-top: calc(25% * 0.75);
	}
	.common_news_list .NewsItem a .NewsTxtBox {
		width: 65%;
		padding: 0 30px 0 0;
		position: relative;
	}
	.common_news_list .NewsItem a .NewsTxtBox:after {
		content: "";
		position: absolute;
		right: 8px;
		top: calc(50% - 10px);
		display: block;
		width: 10px;
		height: 10px;
		border-top: 1px solid #555;
		border-right: 1px solid #555;
		transform: rotate(45deg);
	}
	.common_news_list .NewsItem a .NewsTxtBox .flex_box {
		font-size: 14px;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		row-gap: 0.5em;
	}
	.common_news_list .NewsItem a .NewsTxtBox .NewsTitle {
		margin-bottom: 5px;
		font-weight: normal;
		font-size: 16px;
		border-top: 1px solid #CCC;
		padding-top: 0.5em;
		margin-top: 0.6em;
		border-bottom: 0;
	}
	.common_news_list .NewsItem a .NewsTxtBox .NewsTitle:after {
		display: none;
	}
	.common_news_list .NewsItem a .NewsTxtBox .NewsDesc {
		display: none;
	}
}


section.bg_w
{
	background:#FFF;
}





/******************************************
* メールフォーム
*******************************************/

form.wpcf7-form
{
	background: #FFF;
	padding: 1em 2em;
}

table.contactform {
	width: 100%;
	margin-bottom: 30px;
}
table.contactform p {
	margin: 0;
}
table.contactform th {
	text-align: left;
	padding: 0px 20px;
font-weight: normal;
}
table.contactform td {
	padding: 15px 20px;
}
table.contactform tr:nth-child(odd) {
	background: #f9f7f4;
}
table.contactform th.required:after {
	content: "必須";
	padding: 0px 5px;
	background: #AC4A3B;
	color: white;
	white-space: nowrap;
	margin-left: 10px;
	border-radius: 3px;
	font-size: 90%;
}
table.contactform .memo {
	color: #333;
	height: 40px;
	margin: 5px 10px;
	display: flex;
	align-items: center;
}

table.contactform div.line {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

table.contactform input[type="text"],
table.contactform input[type="email"],
table.contactform input[type="tel"],
table.contactform textarea {
margin: 5px 0;
	border: 1px solid #CCC;
	background: #FFF;
}

table.contactform span.your-address {
	width: 100%;
}

table.contactform span.your-address > input {
	max-width: 600px;
}

table.contactform span.your-zipcode > input {
	max-width: 150px;
}

table.contactform .wpcf7-cat_list {
}

table.contactform div.line.area {
	align-items: center;
	padding-bottom: 1rem;
	border-bottom: 1px dashed #999;
	margin-bottom: 0.5rem;
}
table.contactform div.line.area select {
	margin-bottom: 0;
}
table.contactform .area_group {
	display: none;
}
table.contactform .kind_title {
	background: #000;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 0.5em;
	padding: 0 1em;
	margin-top: 1em;
	width: fit-content;
}
table.contactform .selected_item_list {
	border-top: 1px dashed #999;
	margin-top: 1rem;
	padding: 0.5rem;
}
table.contactform .selected_item_list .selected_item_title {
	font-weight: bold;
}
table.contactform .selected_item_list ul {
	font-size: 0.8rem;
}
table.contactform .selected_item_list ul li {
	display: flex;
	/* align-items: center; */
}
table.contactform .selected_item_list ul li label {
	display: block;
	/* height: 1.5em;
	width: 1.5em; */
	padding-left: 1.5em;
	cursor: pointer;
	flex-shrink: 0;
	margin-left: 0.5em;
}
table.contactform .selected_item_list .remove {
	position: relative;
	width: 100%;
	display: block;
	height: auto;
	aspect-ratio: 1 / 1;
	color: #c00;
}
table.contactform .selected_item_list .remove:before,
table.contactform .selected_item_list .remove:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0%;
	display: block;
	width: 75%;
	height: 2px;
	translate: -100% -50%;
	background: #c00;
}
table.contactform .selected_item_list .remove:before {
	rotate: -45deg;
}
table.contactform .selected_item_list .remove:after {
	rotate: 45deg;
}
.submit_btn {
	text-align: center;
	padding-left: 72px;
}

.submit_btn .wpcf7-submit {
	padding: 15px 30px;
	color: #fff;
	background: #5C7F90;
	border:none;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #000;
	color: #04b772;
	font-weight: bold;
	text-align: center;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #f01d4f;
	color: #f01d4f;
	font-weight: bold;
	text-align: center;
}
.use_label_element .wpcf7-list-item {
	display: block;
	margin-bottom: 5px;
	margin-left: 1.3em;
	text-indent: -1.3em;;
}
@media (max-width: 767px) {
	form.wpcf7-form
	{
		padding: 1em;
	}
	table.contactform {
		border: none;
	}
	table.contactform tbody th,
	table.contactform tbody td {
		display: block;
		border: none;
		width: auto;
	}
	table.contactform tbody th {
		padding-top: 10px;
		padding-bottom: 5px;
	}
	table.contactform tbody td {
		padding-top: 5px;
		padding-bottom: 10px;
	}
	table.contactform .memo {
		height: auto;
		font-size: 90%;
	}
}


/*********************
 アッパースライダー
*********************/
.upper_visual {
	position: relative;
	padding: 0;
	/* height: calc(100vh - 130px); */
	/* min-height: 660px; */
	/* max-height: 800px; */
	height: auto;
	width: 100%;
	aspect-ratio: 16/8;
	overflow: hidden;
}
.upper_visual:has(.slider_on_text.gokan_text) {
	height: auto;
	min-height: inherit;
	max-height: inherit;
}

.upper_visual > * {
	z-index: 2;
	position: relative;
}

.upper_visual .upper_visual_text {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	flex-direction: column;
}
.upper_visual .upper_visual_text img
{
	width:450px;
}
.upper_visual:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0,0,0,0.3);
}
.upper_visual .upper_visual_text .slider_on_text
{
	color:#FFF;
}

.upper_visual .upper_visual_text h1 {
	color: #fff;
	font-size: 3vw;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
	border-bottom: 3px double #FFF;
	padding: 0 1em 0.3em;
	margin-bottom: 1em;
}
.upper_visual .upper_visual_text h1 span {
	display: block;
}
.upper_visual .upper_visual_text h1 span:first-child {
	letter-spacing: 2px;

}
.upper_visual .upper_visual_text h1 span:last-child {
	font-size: 55%;
}

.upper_visual .upper_visual_bottom {
	margin-bottom: -150px;
}

.upper_visual_slider {
	height: 100%;
}

.upper_visual_slider .image {
	/* height: calc(100vh - 130px); */
	/* min-height: 660px; */
	/* max-height: 800px; */
	background-size: cover;
	/* background-position: center; */
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	transform: translateY(-10%);
}
#main .upper_visual .upper_visual_text h2
{
	margin: inherit;
	color: #FFF;
	margin:inherit;
}
@media (max-width: 767px) {
	.upper_visual {
/*		background-position: top left 65%;
		background-size: cover;
*/
		/* height: 185vw; */
		height: 140vw;
		/* margin-bottom: 3em; */
	}
	.upper_visual:has(.slider_on_text.gokan_text) {
		height: auto;
	}
	
	.upper_visual .upper_visual_text {
		padding: 1em;
	}
	.upper_visual .upper_visual_text img {
		width: 70%;
	}
	.upper_visual .upper_visual_text .slider_on_text {
		text-align: left;
		font-size: 4vw;
	}
	.upper_visual .upper_visual_text .slider_on_text br {
		display: none;
	}
	#content .upper_visual .upper_visual_text h1,
	#main .upper_visual .upper_visual_text h2 {
		font-size: 8vw;
		margin: 0;
		width: 100%;
		padding: 0 0 2vw;
	}
	#content .upper_visual:has(.slider_on_text.gokan_text) .upper_visual_text h1 {
		margin-bottom: 15px;
	}
	.upper_visual .upper_visual_bottom {
	}
	.upper_visual_slider .image {
		/* height: 185vw; */
		max-height: inherit;
		height: 140vw;
		transform: inherit;
		aspect-ratio: inherit;
		margin-right: 20%;
		width: 120%;
	}
	.upper_visual .upper_visual_text .slider_on_text.gokan_text .text {
		margin-bottom: 20px;
	}
	.upper_visual .upper_visual_text .slider_on_text.gokan_text > .text:last-child {
		margin-bottom: 0;
	}
}


section#five_img_content
{
	display:flex;
	flex-wrap:wrap;
	padding: 3%;
}
section#five_img_content div
{
	width: 33.333%;
	text-align: center;
	height: 400px;
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 200%;
	letter-spacing: 0.25em;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-shadow: 0 0 10px rgb(0 0 0);
}

section#five_img_content div:nth-child(1),
section#five_img_content div:nth-child(2)
{
	width:50%;
}

@media (max-width: 767px) {
	section#five_img_content {
		padding: 0;
	}
	section#five_img_content div,
	section#five_img_content div:nth-child(1),
	section#five_img_content div:nth-child(2) {
		width: 100%;
		height: auto;
		padding-top: 75%;
		position: relative;
	}
	section#five_img_content div span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}


h3.circle_style
{
	position: relative;
	color: #333;
	text-shadow: 0 0 2px white;
	z-index: 1;
	font-size: 136%;
}

h3.circle_style:before
{
	content: "";
	position: absolute;
	background: #967E49;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 50%;
	left: -15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	opacity:0.3;
}
.feature_box
{
	margin-top: 4em;
	margin-bottom: 4em;
}

.feature_box .feature_text
{
	/*margin-left: 1em;*/
}
@media (max-width: 767px) {
	h3.circle_style {
		margin-left: 1em;
		width: calc(100% - 1em);
	}
	h3.circle_style:before {
	}
	.feature_box {
	}
	.feature_box .feature_text {
	}
}

.case_box
{
	margin-bottom: 5em;
}
.case_box .case_no
{
	background: #000;
	color: #FFF;
	padding: 0.5em 1em;
	display: table;
	font-size: 120%;
	letter-spacing: 0.1em;
	border-left: 8px solid #967E49;
}

.case_box .case_content
{
	background: #FFF;
	padding: 1.5em 2em;
}
.case_box .case_content .case_title
{
	font-size: 163%;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
	display: table;
	padding: 0.75em;

}

.case_box .case_content .case_hope
{
	background: #f8f8f8;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	display: table;
	border-radius: 8px;
}

.case_box .case_content .case_before,
.case_box .case_content .case_after
{
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 2em;
	position: relative;

}
.case_box .case_content .case_before .case_reha_content,
.case_box .case_content .case_after .case_reha_content
{
	width: 70%;
	padding: 1.5em;
}
.case_box .case_content .case_before img,
.case_box .case_content .case_after img
{
	width:30%;
}
.case_box .case_content .case_before:after
{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #AC6A6B transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
}
@media (max-width: 767px) {
	.case_box .case_content {
		padding: 1.5em 1em;
	}
	.case_box .case_content .case_title {
		font-size: 136%;
		letter-spacing: 0;
		padding: 0em;
	}
	.case_box .case_content .case_before,
	.case_box .case_content .case_after {
		flex-direction: column-reverse;
	}
	.case_box .case_content .case_before .case_reha_content,
	.case_box .case_content .case_after .case_reha_content {
		width: 100%;
		padding: 1.5em 0.5em 3.5em;
	}
	.case_box .case_content .case_before img,
	.case_box .case_content .case_after img {
		width: 100%;
	}


}



.point_text_contents
{
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
	display: table;
	margin: auto;
	margin-bottom: 1em;
	font-size: 157%;
	color: #967E49;
	letter-spacing: 0.1em;
}
.point_text_contents:before, .point_text_contents:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
}
.point_text_contents:before {
	border-left: solid 1px #967E49;
	border-top: solid 1px #967E49;
	border-bottom: solid 1px #967E49;
	left: 0;
}
.point_text_contents:after {
	content: '';
	border-top: solid 1px #967E49;
	border-right: solid 1px #967E49;
	border-bottom: solid 1px #967E49;
	right: 0;
}

strong
{
	color:#AA0C1B;
	font-weight:normal;
	font-size:106%;
}

table.support_service 
{
	margin: auto;
	margin-top: 4em;
	margin-bottom: 3em;
	border-collapse: separate;
	border-spacing: 0 20px;
}
table.support_service tr th,
table.support_service tr td
{
	padding: 1em;
/*	border-bottom:1px solid #000;*/
	position:relative;
}
table.support_service tr td .note
{
font-size: 76%;
	color: #666;
	margin-top: 0.75em;
}
table.support_service tr th,
table.support_service tr td:nth-of-type(2)
{
	font-weight:normal;
	font-size:120%;
}
table.support_service tr th
{
	background:#000;
	color:#FFF;
}
table.support_service tr td
{
	background:#F4EFE9;
}
table.support_service tr td:nth-of-type(1):after
{
	content: "";
	background: #fff;
	box-shadow: 0px 0px 1px rgb(0 0 0);
	border: none;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	position: absolute;
	display: block;
	height: 60%;
	width: 0.5px;
}
@media (max-width: 767px) {
	table.support_service tr {
		display: flex;
		flex-wrap: wrap;
	}
	table.support_service tr th,
	table.support_service tr td {
		display: block;
		padding: 1em 0.5em;
	}
	table.support_service tr th {
		width: 100%;
	}
	table.support_service tr td:nth-of-type(1) {
		width: 70%;
	}
	table.support_service tr td:nth-of-type(2) {
		width: 30%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	table.support_service tr td .note {
		font-size: 10px;
	}
}
@media (max-width: 369px) {
	table.support_service tr td:nth-of-type(1),
	table.support_service tr td:nth-of-type(2) {
		width: 100%;
	}
	table.support_service tr td:nth-of-type(1):after {
		top: 100%;
		transform: translateY(0);
		right: 10%;
		height: 0.5px;
		width: 80%;
	}

}
/******************************************
* サイド
*******************************************/
#SideWrap {
	padding: 15px;
	background: #fff;
	margin: 0 auto 30px;
}
.widgettitle {
	margin: 0 0 15px;
	border-bottom: 3px double #999;
	padding-bottom: 0.5em;
	font-size: 18px;
	font-weight: 600;
}
.SideTopicsCatTitle:before,
.SideMapTitle:before,
.SideFacilitiesTitle:before,
#search-2 > .widgettitle:before {
	content: "";
	display: inline-block;
	height: 1.5em;
	width: 1.5em;
	vertical-align: bottom;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 0.5em;
}
#search-2 > .widgettitle:before {
	background-image: url("../images/common/search_icon.png");
}
#searchform > div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.screen-reader-text {
	display: none;
}
#searchform #s {
	margin-bottom: 0;
	border: 1px solid #ccc;
	border-radius: 0;
	width: calc(100% - 50px);
	box-sizing: border-box;
}
#searchform #searchsubmit {
	-webkit-appearance: none;
	background: #8ba16d;
	color: #fff;
	border: none;
	width: 50px;
	white-space: nowrap;
}
/* 施設情報一覧 サイド */
.SideFacilitiesList {
	margin: 0 0 30px;
}
.SideFacilitiesTitle:before {
	background-image: url("../images/common/facilities_icon.png");
}
.SideMapTitle:before {
	background-image: url("../images/common/pin_icon.png");
}
.SideFacilitiesItem {
	border-bottom: 1px dashed #666;
}
.SideFacilitiesItem a {
	padding: 10px 8px;
	display: block;
	text-decoration: none;
	color: inherit;
}
/* 新着情報一覧 サイド */
.SideTopicsCatTitle:before {
	background-image: url("../images/common/tag_icon.png");
}
.SideTopicsCatList {
	margin: 0 0 30px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.SideTopicsCatList li a {
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0.4em 0.8em;
	color: #000;
	border: 1px solid #aaa;
	text-decoration: none;
	font-size: 12px;
	font-weight: lighter;
}
@media only screen and (min-width: 992px) {
	.sidebar {
		padding: 0 20px;
	}
}
/*********************
 パンくず
*********************/
.breadcrumb_wrap {
	background-color: #F2F1ED;
	background-image: url('../images/common/bg_noisy.png');
}
.breadcrumb {
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	max-width: 1040px;
	margin: 0 auto;
	padding: 1em;
}
.breadcrumb_item {
}
.breadcrumb_item:not(:last-child):after {
	content: ">";
	margin: 0 0.5em;
}
.breadcrumb_item a,
.breadcrumb_item a:hover {
	text-decoration: none;
	color: inherit;
}
/*********************
 SNSボタン
*********************/
.TopicsSnsBox {
	margin: 1em 0;
	text-align: center;
}
.fb-share-button,
.fb-like {
	margin: 0.5em 0;
}
.fb_iframe_widget_fluid {
	display: inline-block !important;
	vertical-align: bottom;
	margin: 0.5em 0;
}
.fb_share,
.rss_button,
.line_button,
.tw_button {
	display: inline-block;
	vertical-align: bottom;
	margin: 0.5em 0;
}
.fb_share a {
	background-color: #1877f2;
	color: #fff;
	text-align: center;
	text-decoration: none;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0.8em 0 calc(0.8em + 18px);
	margin-left: 1em;
	border-radius: 4px;
	background-image: url(../images/common/fb_icon.png);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-size: 13px;
}
.tw_button a {
	background-color: #1d9bf0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0.8em 0 calc(0.8em + 22px);
	margin-left: 1.5em;
	border-radius: 4px;
	background-image: url(../images/common/tw_icon.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 4px 5px;
	font-size: 13px;
}
.line_button a {
	background-color: #00b900;
	color: #fff;
	text-align: center;
	text-decoration: none;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0.8em 0 calc(0.8em + 22px);
	margin-left: 1.5em;
	border-radius: 4px;
	background-image: url(../images/common/line_icon.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 4px 3px;
	font-size: 13px;
}
.rss_button a {
	background-color: #f4932a;
	color: #fff;
	text-align: center;
	text-decoration: none;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1em 0 calc(1em + 24px);
	margin-left: 1.5em;
	border-radius: 4px;
	background-image: url(../images/common/rss_icon.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	font-size: 13px;
}
@media (min-width: 768px) {
	.TopicsSnsBox {
		transform: translate(-25px);
	}
}
/******************************************
* footer
*******************************************/
#inner-footer {
	position: relative;
}

#footer_logo_wrap {
	padding: 0;
	background: #f8f8f8;
	background-image: radial-gradient(#f2f2f2 10%, rgba(255,255,255,0) 20%), radial-gradient(#f2f2f2 10%, rgba(255,255,255,0) 20%);
	background-size: 5px 5px;
	background-position: 0 0, 5px 5px;
}
.footer_logo {
	width: 75px;
	height: 75px;
	margin: 0 auto -37.5px;
	border-radius: 50%;
	background: #fff;
	padding: 14px;
	top: -37.5px;
	position: relative;
}
.footer_msgbox {
	padding: 1em 1em 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
@media (max-width: 991px) {
	.footer_msgbox {
		font-size: 13px;
	}
}
@media (max-width: 479px) {
	.footer_msgbox {
		font-size: 3.2vw;
	}
}
/******************************************
* footer menu
*******************************************/
.footer_menu_box {
	display: none;
}
@media (min-width: 768px) {
	.footer_menu_box {
		display: flex;
		justify-content: space-around;
		max-width: 950px;
	}
	.footer_menu_box ul {
		margin: 0 0 2em;
		padding: 0 1em;
	}
	.footer_menu_box ul li {
	}
	.footer_menu_box ul li a {
		color: #fff;
		text-decoration: none;
		font-size: 14px;
	}
	.footer_menu_box ul li a.nolink {
		pointer-events: none;
	}
	.footer_menu_box ul li a:hover {
		color: #fff;
	}
	.footer_menu_box ul.footer_menu_sub {
		padding-left: .75em;
	}
	.footer_menu_box ul.footer_menu_sub li {
		
	}
	.footer_menu_box ul.footer_menu_sub li a {
		font-size: 13px;
	}
}
@media (min-width: 992px) {
	.footer_menu_box ul li a {
		font-size: 16px;
	}
	.footer_menu_box ul.footer_menu_sub li a {
		font-size: 15px;
	}
}
@media (min-width: 1200px) {
	.footer_menu_box ul.footer_menu3 {
		padding-bottom: 270px;	/* エンブレム用空き領域 */
	}
}

.footer_emblem_box {
	max-width: 600px;
	margin: 0 auto 30px;
}
.footer_emblem {
	padding-bottom: 2%;
}
.footer_emblem_note {
	width: 90%;
	margin: auto;
}
.footer_emblem_box img {
	display: block;
	width: 100%;
	height: auto;
}
a.pp_link {
	text-align: center;
	color: #FFF;
	display: table;
	margin: .5em auto 0 ;
	text-decoration: none;
	font-size: 15px;
}
@media (min-width: 1200px) {
	.footer_emblem_box {
		/* position: absolute;
		right: -65px;
		bottom: 30px; */
		width: 440px;
	}
}

/******************************************
* アクタガワの介護
*******************************************/
section#care_story .story_wrap {
	display: flex;
	margin: auto;
	margin-bottom: 4em;
	border-bottom: solid 1px #CCC;
	padding-bottom: 3em;
	width: 80%;
}
section#care_story .story_wrap .story_img {
	width: 35%;
	background-size: cover;
	background-position: center center;
}
section#care_story .story_wrap .story_text {
	width: 78%;
	font-size: 100%;
	padding: 1.5em;
	line-height: 1.9;
}
section#care_story .story_wrap:nth-child(odd) {
	flex-direction: row-reverse;
}
section#care_story .story_wrap .story_img {
	width: calc((100vw - 100%) / 2 + 50%);
}
section#care_story .story_wrap:nth-child(even) .story_img {
	margin-left: calc((100vw - 100%) / 2 * -1);
	padding-right: 30px;
}
section#care_story .story_wrap:nth-child(odd) .story_img {
	margin-right: calc((100vw - 100%) / 2 * -1);
	padding-left: 30px;
}
@media (max-width: 1199px) {
	section#care_story .story_wrap {
		width: 96%;
	}
}
@media (max-width: 1029px) {
	section#care_story .story_wrap {
		display: block;
		width: 100%;
	}
	section#care_story .story_wrap .story_img {
		width: 100%;
	}
	section#care_story .story_wrap:nth-child(even) .story_img,
	section#care_story .story_wrap:nth-child(odd) .story_img {
		margin: 0;
		padding: calc(100% / 3 * 2) 0 0;
	}
	section#care_story .story_wrap .story_text {
		width: 100%;
		padding: 1.5em 2.5em;
	}
}
@media (max-width: 767px) {
	#care_intro .center_text {
		text-align: left;
		padding: 0 1em;
	}
	#care_intro .center_text br {
		display: none;
	}
	section#care_story .story_wrap .story_text {
		padding: 1.5em 1em;
	}
	section#care_story .story_wrap .story_text br {
		display: none;
	}
}
/******************************************
* ご利用案内
*******************************************/
/* -----------------------------------------
  流れ（ライン）
----------------------------------------- */
/*
　直線
--------------------------------------*/
.flow_item.box {
	margin-bottom: 0;
}
.flow_item > div {
	padding: 0 50px;
	position: relative;
	margin-bottom: 30px;
}
.flow_item .flow_head {
	/*height: 15px;*/
	height: 8px;
}
.flow_item .flow_head_inner {
	background-color: #000;
	border-radius: 0%;
	color: #fff;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 50px;
	z-index: 1;
}
.flow_item .flow_body {
	border-left: 4px solid #967E49;
	padding: 0 50px;
	margin: 0 -27px;
	text-align: left;
}
.flow_item .flow_body h3 {
	padding: 0;
	margin-top: 0;
	text-align: left;
	font-size: 146%;
}
/* 2つ目以降 */
.flow_item + .flow_item > div {
	padding-top: 46px;
	margin-top: -30px;
}
.flow_item + .flow_item > div:before {
	border-style: solid;
	border-width: 0 0 0 4px;
	content: "";
	display: block;
	position: absolute;
	left: 23px;
	top: 46px;
	width: 50px;
	height: 50px;
}
.flow_item + .flow_item > div:after {
	border-style: solid;
	border-width: 0 0 0 4px;
	border-color: #967E49;
	content: "";
	display: block;
	position: absolute;
	left: 23px;
	top: 0;
	width: 50px;
	height: 50px;
}
.flow_item + .flow_item .flow_head_inner {
	top: 46px;
}
.flow_item .flow_text > *:last-of-type {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.flow_item .flow_body {
		padding: 0 0 0 50px;
	}
}
/******************************************
* 知りたい方
*******************************************/
.know_desc {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
}
.know_note {
	margin-bottom: 2em;
}
.know_image {
	padding-top: 30%;
	width: 60%;
	padding-top: 45%;
	width: 65%;
	margin: 0 auto -80px;
	background-size: cover;
	background-position: center;
}
@media (max-width: 767px) {
	.know_desc {
		font-size: 16px;
		letter-spacing: 0;
		text-align:left;
	}
	.know_image {
		padding-top: 40%;
		margin: 0 auto -40px;
		width: 80%;
	}
	.know_desc br{
		display:none;
	}
}
/******************************************
* 検索結果
*******************************************/
.search_item {
    background: #fff;
    margin: 0 0 2em;
    padding: 1.5em;
	border-top: 3px solid #967E49;
	box-shadow: 0 0 15px rgb(0 0 0 / 6%);
}
.search_title {
	font-size: 20px;
	font-weight: bold;
}

.search_url,
.search_url:hover,
.search_url:visited,
.search_url:visited:hover {
    font-size: 12px;
    color: #aaa;
    text-decoration: none;
	display: block;
	margin: 0em 1em 0.5em;
}
.search_link,
.search_link:hover,
.search_link:visited,
.search_link:visited:hover {
    background: #8ba16d;
    color: #fff;
    text-decoration: none;
    padding: 0.5em 1.5em;
    display: table;
    margin-left: auto;
    font-size: 14px;
}
.search_link:hover {
	oapcity: 0.7;
}
/************************************
* 装飾系
*************************************/
strong.ocher_border {
	font-size: 132%;
	color: #87682a;
	border-bottom: double 3px #c6baa7;
	padding: 0.3em 0.5em;
	margin-bottom: 0.4em;
	display: inline-block;
}

.wrap_white_box .head_block_ocher {
	color: #000;
	display: table;
	margin: auto;
	font-size: 140%;
	padding: 0.5em 1em;
	margin-top: 1em;
	border-bottom: 1px #999 solid;
}



/*************************
* 別タブで開く挙動は外部サイトアイコン表示
**************************/
#main .conditions_list ul li a[target="_blank"]:after
{
	content: "\f08e";
	font-family: 'FontAwesome';
	margin-left: 0.5em;
	color: #87682a;
	font-size: 85%;
transition: all 0.3s;
}



#main .conditions_list ul li a
{
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #DDD;
	padding-bottom: 0.4em;
transition: all 0.3s;
}
#main .conditions_list ul li a:hover
{
	color:#87682a;
}
.benefit_head {
	color: #FFF;
	background: #ac6a6b;
	border: 3px double #FFF;
	display: table;
	margin: auto;
	font-size: 30px;
	letter-spacing: 0.1em;
	padding: 0.4em 1em;
}
#benefit_intro {
	padding-bottom: 0;
}
#benefit_intro + section {
	padding-top: 0;
}
.benefit_title
{
	margin: auto;
	display: table;
	text-align: center;
	padding: 1.5em;
	font-size: 138%;
}
.benefit_title u {
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding: 0.5em 0.5em;
	letter-spacing: 0;
}
.benefit_title .text_m
{
	font-size: 16px;
}
.benefit_title .text_l
{
	font-size: 140%;
}
.benefit_title .text_xl
{
	font-size: 216%;
}


.benefit_item_box
{
	display:flex;
	flex-wrap:wrap;
	margin-top: 2em;
}
.benefit_item_box .benefit_item 
{
	width: calc(50% - 30px);
	background: #FFF;
	margin: 15px;
	padding: 1.5em 1.5em 1.5em;
}

.benefit_item_box .benefit_item .item_header {
	display: flex;
	flex-wrap: wrap;

	justify-content: center;
	align-items: center;
}
.benefit_item_box .benefit_item .item_header .ranking {
	border: 3px double #AAA;
	padding: 0.5em 1em;
	font-size: 20px;
width: 20%;
}
.benefit_item_box .benefit_item .item_header .item_name {
	font-size: 24px;
	padding: 0.5em 0.5em;
width: 41%;
}
.benefit_item_box .benefit_item .item_header .item_rate
{
	padding: 0.5em 1em;
	width:27%;
    font-size: 90%;
}
.benefit_item_box .benefit_item .item_header .item_cls {
	color: #FFF;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
}

.benefit_item_box .benefit_item .item_header .item_cls.no1
{
	background:#967e49;
}
.benefit_item_box .benefit_item .item_header .item_cls.no2
{
	background:#5c7f90;
}

.benefit_item_box .benefit_item .item_image {
	display: table;
	margin: auto;
	padding: 1.5em 1em;
}
.benefit_item_box .benefit_item .item_image img {
	height: 210px;
	width: auto;
	margin: auto;
	display: table;
}
.benefit_item_box .benefit_item .item_desc {
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
}


#main .benefit_list
{
	margin-top: 2em;
	margin-bottom: 1.5em;
}

#main .benefit_list ul
{
	padding-left: 1.2em;
	display: table;
	margin: 0 auto;
}
#main .benefit_list ul li
{
	text-indent: -1.2em;
	margin-bottom: 1em;
}
#main .benefit_list ul li:last-child {
	margin-bottom: 0;
}
#main .benefit_list > ul > li:before
{
	display: inline-block;
	content: "＊";
	margin-top: 6px;
	margin-right: 7px;
	color:#5C7F90;
	font-weight: bold;
}
.benefit_2in1 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	position:relative;
}

.benefit_2in1 > div
{
	width:50%;
	position:relative;
}

.benefit_2in1 > div .item_image
{
	padding:10px;
}
.benefit_2in1:after {
	content: "または";
	color: #FFF;
	background: #000;
	width: 80px;
	height: 80px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 80px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 767px) {

	strong.ocher_border
	{
		padding:0 0;
	}
	#main .conditions_list ul li {
		font-size: 85%;
		margin-bottom: 2em;
	}
	#main .conditions_list ul li a
	{
		border:none;
	}
	.benefit_title
	{
		padding:1em 0.5em 1em;
		font-size: 120%;
	}
	.benefit_title .text_l {
		font-size: 120%;
	}
	.benefit_title .text_xl {
		font-size: 174%;
	}

	.benefit_item_box .benefit_item {
		width: 100%;
	}
	.benefit_item_box .benefit_item .item_header
	{
		position:relative;
	}
	.benefit_item_box .benefit_item .item_header .ranking,
	.benefit_item_box .benefit_item .item_header .item_name
	 {
		text-align: center;
		width:100%;
	}
	.benefit_item_box .benefit_item .item_header .item_rate
	{
		width:auto;
	}
	.benefit_item_box .benefit_item .item_header .item_cls
	{
		position:absolute;
		top: -1.5em;
		right: -1.5em;
		width: 65px;
		height: 65px;
	}
	.benefit_item_box .benefit_item .item_desc br
	{
		display:none;
	}

	.benefit_item_box .benefit_item .item_image img {
		height: 135px;
	}

	#main .benefit_list ul {
		padding: 0 1em 0 3em;
		font-size: 86%;
	}

	.benefit_2in1 > div {
		width: 100%;
	}
	.benefit_title u {
		line-height: 2.5;
	}

}


section#benefit_area {
	background-image: url(../images/common/benefit_area_bg.jpg);
	background-size: cover;
	background-position: center center;
position: relative;
	z-index: 0;
}
section#benefit_area a
{
    color: #FFF;
	text-decoration:none;
}

body.single-detail main section#benefit_area.five_point
{
	background-image: url(../images/detail/5006274_m.jpg);
}

section#benefit_area:before
{
	content: "";
	position: absolute;
	border-style: none;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 100%);
	opacity: 0.5;
}
section#benefit_area .two_in_one
{
	display: flex;
	align-items: center;
	justify-content: center;
}

section#benefit_area .two_in_one > div
{
	padding:1em;
}



@media (min-width: 768px) {
	.mobile_only {
		display: none;
	}
}
@media (max-width: 767px) {
	.pc_only {
		display: none;
	}
}

body.single-elderly #content #main article h1,
body.single-news #content #main article h1 {
	padding: 0.5em 0.5em;
	margin-bottom: 1em;
	font-weight: 400;
	border-bottom:1px solid #CCC;
	font-size: 30px;
	color:#000;
	clear: both;
}


body.single-news #content #main article h2 {
	position: relative;
	padding: 0.5em .5em 1em 2em;
	border-bottom: 1px solid #ccc;
	font-size: 28px;
margin-bottom: 1em;
}
body.single-news main article h2:before,
body.single-news main article h2:after {
  position: absolute;
  content: '';
  border-radius: 100%
}
body.single-news main article h2:before {
  top: .2em;
  left: .2em;
  width: 38px;
  height: 38px;
  background:#967E49;
	opacity:0.4;
}
body.single-news main article h2:after {
  top: .7em;
  left: .7em;
  width: 33px;
  height: 33px;

  background: rgba(210, 210, 210, .3);
}

body.single-elderly #content #main article .news_date,
body.single-news #content #main article .news_date {
	text-align: right;
	color: #777;
	display: table;
	float: right;
}


{

}


body.single-news #content #main article h3 {
	margin-top:2em;
  position: relative;
  padding-bottom: .5em;
  border-bottom: 2px solid #ccc;
}
body.single-news #content #main article h3:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 2px;
  background-color: #5C7F90;
}

body.single-news #content #main article h4
{
border-left: 10px solid #967E49;
	padding-left: 0.5em;
	margin-top: 3em;
	font-weight: normal;
	color: #967E49;
}

body.single-news #content #main article h5 {
	font-size: 100%;
	border-bottom: 1px dotted #999;
	padding: 0.5em;
}
/*
body.single-news #content #main article p a {
	background: #000;
	color: #FFF;
	text-decoration: none;
	padding: 0.5em 1em;
	display: table;
	margin: auto;
	margin-top: 2em;
	margin-bottom: 2em;
}
*/
body.single-news #content #main article table
{
	border-top: 5px solid #BFAF8E;
}
body.single-news #content #main article table tr,
body.single-news #content #main article table td
{
	border:1px solid #DDD;
	padding:0.5em;
}


body.single-elderly #content #main article .news_cat_label,
body.single-news #content #main article .news_cat_label {
	background: #5C7F90;
	color: #FFF;
	display: table;
	margin: 1em 0.5em 1em;
	padding: 0.3em 1em;
	float: left;
	border: 1px solid #000;
}
@media (max-width: 767px) {
	body.single-elderly #content #main article .news_cat_label,
	body.single-news #content #main article .news_cat_label {
		margin: 0em 0.5em 1em;
	}
		body.single-elderly #content #main article .news_date + .news_cat_label,
	body.single-news #content #main article .news_date + .news_cat_label {
		clear: both;
	}
}
h4 .box_point_cta {
	display: table;
	background: #AC6A6B;
	color: #FFF;
	padding: 0.5em 1em;
	margin: auto;
	margin-bottom: 1em;
	margin-top: -1.25em;
}


.wrap_white_box h4
{
	display:table;
	margin:auto;
}

.case_box .case_content .case_hope .hope_head
{
	display: inline-block;
	border: #967E49 1px solid;
	color: #967E49;
	padding: 0.5em 1em;
	margin-right: 1em;
}

.case_box .case_content .case_before .case_reha_content .care_head, .case_box .case_content .case_after .case_reha_content .care_head {
	background: #5C7F90;
	color: #FFF;
	display: table;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}

@media (max-width: 767px) {

	.case_box .case_content .case_hope .hope_head
	{
		display: table;
		margin: auto;
		margin-bottom: 0.75em;
	}

}


#header_info_open .sp_cv_btn {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	background: rgba(0,0,0,0.7);
	color: #FFF;
	padding: 1em 0.5em;
	border-radius: 8px 0 0 8px;
	border-right: 2px solid #967E49;
	font-size: 14px;
	height: 14em;
	width: 2.8em;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}


@media (max-width: 767px) {

	#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
	    /* width: 33.333% !important; */
	}
	#sb_instagram a
	{
		height: auto;
	    /* padding-top: 100%; */
	}

}

.yarpp-related a
{
	font-weight:500 !important;
}


img.common_alone_img {
    width: 550px;
    margin: auto;
    display: block;
    margin-bottom: 30px;
}

.bgon_cmmsg
{
	margin-top: 1em;
    text-align: center;
    font-size: 12px;
}



/************************************
* ポップアップ
*************************************/
.popup_wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(52, 58, 65, 0.6);
}
.popup_inner {
	width: 50%;
	margin: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.popup_box {
	background: #fff;
}
.popup_img {
	display: block;
	cursor: pointer;
}
.popup_img img {
	display: block;
	margin: 0;
}

.popup_btn {
	display: flex;
	justify-content: center;
}
.popup_btn .popup_btn {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0.2em 1.5em;
	border: 1px solid;
	text-align: center;
	margin: 1em;
	font-size: 1.1vw;
	cursor: pointer;
}
@media (max-width: 767px) {
	.popup_inner {
		width: 90%;
	}
	.popup_btn .popup_btn {
		padding: 0.5em 1.5em;
		font-size: 3vw;
	}
	ul.faq_cat_btn li a
	{
		    padding: 0.5em 0.5em;
			font-size: 90%;
	}
}

a.no_deco
{
	text-decoration:none;
}

section#benefit_area .two_in_one > div .btn_to_benefit {
    display: none;
    margin: auto;
    display: table;
    background: #CCC;
    border-radius: 60px;
    padding: 0.5em 3em;
    letter-spacing: 0.05em;
    background: rgb(150,127,76);
    background: linear-gradient(142deg, rgba(150,127,76,1) 0%, rgba(203,181,131,1) 100%);
    border: 3px double #FFF;
    margin-top: 1em;
    font-size: 120%;
    color: #FFF;
}
section#benefit_area .two_in_one > div .btn_to_benefit {

}

#toc_container
{
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 1em 1.5em;
    border: none;
    background-color: #fAfAfA;
    background-image: url('../images/common/bg_noisy.png');
    display: table;
    margin-left: auto;
    margin-right: auto;
}
#toc_container a[href]:after
{
	content:none;
}
#toc_container a[href]
{
line-height: 2;
    font-weight: normal;
    color: #967E49;
}

.single-elderly p a
{

}

.grecaptcha-badge {
  visibility: hidden;
}


.popular_words {
	/*background-color: #ffF5F5;*/
	/*background-image: repeating-linear-gradient(-45deg, #ffeded, #ffeded 3px, transparent 0, transparent 7px);*/
	/*border-radius: 10px;*/
	background-color: #F2F1ED;
	background-image: url('../images/common/bg_noisy.png');
	margin: 2em 0 1em;
	padding: 1.5em 1.5em 1em;
}
.popular_words.white {
	background: #fff;
	margin: 0 0 2em;
}
.popular_words.archive {
	background: #fff;
}
#main .popular_words h2 {
	background: none;
	font-size: 88%;
	letter-spacing: 0;
	text-align: left;
	background: #4c4c4c;
	padding: 0.25em 1em;
	margin-bottom: .5em;
	margin-top: 0;
	margin-left: auto;
	display: table;
	margin-right: auto;
	color: #FFF;
	margin-top: -2.75em;
	border: 3px  double #FFF;
	/*border-radius: 8px;*/
	letter-spacing: 0.075em;
}

.popular_words ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
}
.popular_words ul.words_list li {
	margin: 0.2em 0.25em;
	font-size: 86%;
}
.popular_words ul.words_list li a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #666;
	padding: 0.05em 0.55em;
	display: flex;
	align-items: center;
}
.popular_words ul.words_list li a:after {
	content: "→";
	color: #666;
	margin-left: 1em;
	font-size: 7px;
}


img.alignright {
	display: block;
	margin-left: auto;
	margin-right: 0;
}
img.alignleft {
	display: block;
	margin-left: 0;
	margin-right: auto;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#top_lead_text {
	padding-top: 0;
	z-index: 1;
	position: relative;
}
#top_lead_text .text_box {
	padding: 1.2em 0.5em;
	margin: 0px auto 30px;
}
#top_lead_text .title {
	display: table;
	margin: 0 auto 1em;
	text-align: center;
	line-height: 1.6;
	font-size: 5vw;
	border-bottom: 1px solid #ccc;
	padding: 0.25em 1em;
}
#top_lead_text .text {
	font-size: 3.8vw;
	line-height: 1.8;
}
#top_lead_text .text br {
	display: none;
}
@media (min-width: 768px) {
	#top_lead_text .text_box {
		padding: 30px 0;
	}
	#top_lead_text .title {
		font-size: 22px;
	}
	#top_lead_text .title br {
		display: none;
	}
	#top_lead_text .text {
		font-size: 16px;
		text-align: center;
	}
	#top_lead_text .text br {
		display: inherit;
	}

}
.lead_text_wrap {
}
@media (max-width: 767px) {
	.lead_text_wrap br {
		display: none;
	}
	.lead_text_wrap .center_text {
		padding: 0 1em;
	}
}

section.cc_writer
{
	padding-top:0;
}

.writer_box {
	width: 95%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.writer_box.contents_upper {
    margin-top: 25px;
    margin-bottom: 25px;
    justify-content: flex-start;
    top: 15px;
}

.writer_box.contents_upper:after {
    left: 80px;
    top: 0px;
    font-size: 11px;
    padding: 0.25em 1em;
}
@media (max-width: 767px) {
	.writer_box.contents_upper:after {
    left: 75px;
    font-size: 10px;
    padding: 0.25em 0.75em;
	}
}



.writer_box.contents_upper .writer_img_wrap {
    width: 70px;
    z-index: 2;
}
.writer_box.contents_upper .writer_txt {
    margin-top: 15px;
    padding: 20px 20px 15px 30px;
    background: #f3f3f3;
    border-radius: 8px;
    margin-left: -10px;
    width: auto;
    max-width: 85%;
}

@media (max-width: 767px) {
	.writer_box.contents_upper .writer_txt {
		padding: 0.75em 1em 0.75em 1.5em;
	}
}

.writer_box.contents_upper .writer_name {
    font-size: 108%;
}
.writer_box.contents_upper .writer_name span
{
	font-size: 74%;
	
}
.writer_box.contents_upper .writer_pos {
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 86%;
    display: block;
    margin-left: 0;
}
.writer_box::before {
	content: "";
	position: absolute;
	top: 50px;
	right: 0;
	width: 80%;
	display: block;
	bottom: 0;
	background: #fff;
	border-radius: 15px;
}
.writer_box::after {
	content: "この記事は介護の専門家が監修しています";
	position: absolute;
	left: 21%;
	top: 30px;
	display: block;
	background: #5C7F90;
	color: #fff;
	padding: 0.4em 0.5em;
	font-size: 15px;
}
.writer_box2::after {
	content: "この記事は介護の専門家が監修しています";
}
.writer_img_wrap {
	width: 25%;
	position: relative;
}
.writer_img {
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
}
.writer_txt {
	position: relative;
	width: calc(75% - 15px);
	margin-top: 50px;
	padding: 20px;
	padding-top: 30px;
}
.writer_name {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;	
	margin-bottom: 10px;
}
.writer_name span{
	font-size:80%;
}
.writer_pos {
	display: inline-block;
	font-weight: bold;

}
@media (max-width: 767px) {
	.writer_box {
		width: 100%;
		display: block;
	}
	.writer_box::before {
		width: 100%;
		top: 10vw;
	}
	.writer_img_wrap {
		width: 25%;
		float: left;
		margin-bottom: 1em;
	}
	.writer_box::after {
		left: 21%;
		top: 16vw;
		font-size: 13px;
	}
	.writer_txt {
		width: 100%;
		padding-top: 15vw;
		margin-top: 0;
	}
	.writer_name {
		margin-left: 1em;
		font-size: 18px;
	}
	.writer_pos {
		margin-left: 1em;
		font-size: 14px;
		margin-bottom: 0;
	}
	.writer_desc {
		clear: both;
	}
	.writer_box.contents_upper {
		/*width: 95%;*/
		display: flex;
	}
	.writer_box.contents_upper:before {
		width: 80%;
		top: 50px;
	}
	.writer_box.contents_upper .writer_img_wrap {
		float: none;
		margin-bottom: 0;
	}
	.writer_box.contents_upper .writer_name {
		margin-left: 0;
	}
	.writer_box.contents_upper .writer_pos {
		margin-left: 0;
	}
}




.form_note_box {
    border: 3px double #C00;
    padding: 1em 1.5em;
    max-width: 800px;
    margin: auto;
    margin-bottom: 3em;
    background: #f5e8e8;
}

.form_note_box .head_txt {
    text-align: center;
    color: #C00;
    margin-bottom: 10px;
}

.form_note_box .head_txt i {
    content: "\f06a";
    font-size: 124%;
    margin-right: 5px;
}

.form_note_box .contents {
    font-size: 90%;
}
.form_note_box .contents a {
	text-decoration:none;
	color:#C00;
}


ol.view {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	overflow: hidden;
	margin-block: 0 2rem;
}
ol.view > li {
	background-color: #999;
	color: #fff;
	text-align: center;
	max-width: 300px;
	position: relative;
	padding: 5px 0;
	width: 30%;
}
ol.view > li.form {
	background-color: #ac6a6b;
	color: #fff;
}
ol.view > li.form:after {
	border-color: transparent transparent transparent #ac6a6b;
}
ol.view > li.complete {
	padding-left: 15px;
	margin-right: 15px;
}
ol.view > li:before,
ol.view > li:after {
	content: "";
	display: block;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 15px;
	border-color: transparent transparent transparent #999;
}
ol.view > li:before {
	border-color: transparent transparent transparent #fff;
	z-index: 1;
}
ol.view > li:after {
	z-index: 2;
	right: -13px;
}
ol.view > li:last-child:after,
ol.view > li:last-child:before {
	display: none;
}

@media (max-width: 767px) {
	ol.view > li {
		font-size: 4vw;
	}
	ol.view > li.form {
		width: 40%;
	}
	ol.view > li.complete {
		width: 40%;
	}
}

/* thanks */
ol.view.thanks  > li.form {
	background-color: #999;
	color: #fff;
}
ol.view.thanks  > li.form:after {
	border-color: transparent transparent transparent #999;
}
ol.view.thanks  > li.complete {
	background-color: #ac6a6b;
	color: #fff;
}
ol.view.thanks  > li.complete:after {
	border-color: transparent transparent transparent #ac6a6b;
}

/*****************************************
* 施設詳細 CTA
******************************************/
#detail_cta .wrap_white_box {
	width: 95%;
	margin-block: 2em;
	padding: 2em 1em;
}
#main #detail_cta h2 {
	padding-inline: 0;
	margin-bottom: 1em;
}
.detail_cta_tel_box a {
	position: relative;
	padding: 0.5em 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: inherit;
	text-decoration: none;
	background: #f5f5f5;
}
.detail_cta_tel_box .tel_icon {
	margin-right: 0.5em;
}
.detail_cta_tel_box .tel_icon img {
	width: 35px;
	height: auto;
}
.detail_cta_tel_box .number {
	font-size: 246%;
	line-height: 1.2;
}
.detail_cta_tel_box .number a {
	display: block;
}

.detail_cta_tel_box .time {
	line-height: 1;
	font-size: 90%;
}
.detail_cta_box {
	display: flex;
	justify-content: space-between;
	margin-top: 1em;
}
.detail_cta_box .block_visit img,
.detail_cta_box .block_doc_request img {
	height:30px;
	width:auto;
	margin: 0 1em 0 0;
}

.detail_cta_box .block_visit,
.detail_cta_box .block_doc_request {
	background-image: url(../images/common/bg_noisy.png);
	width: 48%;
}
.detail_cta_box .block_visit {
	background-color:#5C7F90;
}
.detail_cta_box .block_doc_request {
	background-color:#967E49;
}
.detail_cta_box a {
	color:#FFF;
	text-decoration:none;
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
}
@media (min-width: 992px) {
	#detail_cta .wrap_white_box {
		margin-block: 0em;
  		padding: 2em 5em;
	}

}



#content h1 .main_title img.benefit_mv_img {
	max-width:500px;
}
.benefit_flow .benefit_flow_list {
    max-width: 650px;
    display: table;
    margin: auto;
}
.benefit_flow .benefit_flow_list h3 {
    background: #AC6A6B;
    color: #FFF;
    text-align: center;
    display: table;
    margin: auto;
    padding: 0.25em 1em;
    border-radius: 7px;
	width: 100%;
	position: relative;
}
.benefit_flow .benefit_flow_list p {
    text-align: center;
    margin-bottom: 45px;
}
.benefit_flow .benefit_flow_list h3:nth-child(n+2):before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #5C7F90 transparent transparent transparent;
    margin: 10px auto 0;
    position: absolute;
    left: 50%;
    top: -25px;
    margin-top: 0;
    transform: translate(-50%,-50%);
}

.benefit_flow .benefit_flow_list .benefit_cta_text
{
	position: relative;
}
.benefit_flow .benefit_flow_list .benefit_cta_text span{
    text-align: center;
    border-bottom: 1px solid #000;
    display: table;
    padding: 0 0.75em;
    margin: auto;
    font-size: 126%;
	
}

.benefit_flow .benefit_flow_list .benefit_cta_text::after {
    content: "相談無料";
    color: #FFF;
    background: #967E49;
    position: absolute;
    width: 69px;
    padding: 0;
    border-radius: 100vmax;
    height: 69px;
    bottom: 0px;
    right: 0px;
    font-size: 31px;
    padding: 15px;
    line-height: 1.05;
    letter-spacing: 0.1em;
    transform: rotate(10deg);
}
@media (max-width: 767px) {
.benefit_flow .benefit_flow_list p {
    padding: 0 2em;
	}
	.benefit_flow .benefit_flow_list .benefit_cta_text {
		padding-bottom: 80px;
	}
	.benefit_flow .benefit_flow_list .benefit_cta_text::after {
		width: 45px;
		height: 45px;
		font-size: 20px;
	}
}
.upper_visual .upper_visual_text .slider_on_text.gokan_text .catch {
	font-size: 1.25em;
	border: 3px double #fff;
	padding: 0.25em 1.75em;
	width: fit-content;
	margin: auto;
	margin-bottom: 20px;
}
.upper_visual .upper_visual_text .slider_on_text.gokan_text .text {
	margin-bottom: 40px;
}
.upper_visual:has(.slider_on_text.gokan_text) .upper_visual_text h1 {
	border-bottom: none;
}
.upper_visual:has(.slider_on_text.gokan_text) .upper_visual_text {
	position: relative;
}
.upper_visual:has(.slider_on_text.gokan_text) .upper_visual_slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.upper_visual:has(.slider_on_text.gokan_text) .upper_visual_slider .slick-list,
.upper_visual:has(.slider_on_text.gokan_text) .upper_visual_slider .slick-track,
.upper_visual:has(.slider_on_text.gokan_text) .upper_visual_slider .slick-slide {
	height: 100%;
}
.upper_visual:has(.slider_on_text.gokan_text) .upper_visual_slider .slick-track .image {
	height: 100%;
	min-height: inherit;
	max-height: inherit;
}

.Reha_next_main {

}
.Reha_next_main_txt {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
.Reha_next_main img {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 0em;
}
.Reha_next_sub {
	max-width: 800px;
	margin: 2em auto 2em;
}
.Reha_next_sub_head {
  color: #fff;
  font-weight: bold;
  padding: 0.5em 2em;
  font-size: 120%;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
.Reha_next_sub_head.kobetsu {
  background: #016b57;
}
.Reha_next_sub_head.kurabu {
	background: #b03827;
}
.Reha_next_sub_head.premium {
	background: linear-gradient(
		135deg,
		#fff4ce 0%,
		#ffe680 30%,
		#f5c000 55%,
		#d9a800 75%,
		#c68c00 100%
	);
	color: #082354;
}
.Reha_next_flex {
  /* display: flex;
  align-items: center; */
}
.Reha_next_flex img {
	/* flex-basis: 150px; */
	width: 150px;
	display: block;
	margin: 1em auto;
}
.Reha_next_sub_txt {
	padding: 1em;
	/* padding: 1em 0em 1em 2em; */
	/* flex-basis: calc(100% - 200px); */
}
.Reha_next_sub_title {
  font-weight: bold;
  font-size: 120%;
}


@media (max-width: 767px) {
	.Reha_next_main_txt {
		font-size: 100%;
	}
	.Reha_next_main_txt br {
		display: none;
	}
	.Reha_next_flex {
		/* display: block; */
	}
	.Reha_next_sub_head {
		width: 100%;
		padding: 0.5em;
		text-align: center;
		font-size: 110%;
	}
	.Reha_next_flex img {
		/* width: 150px; */
		/* margin: 1em auto; */
	}
	.Reha_next_sub_txt {
		padding: 0.5em;
	}
	.Reha_next_sub_title {
		font-size: 110%;
	}
}