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

Stylesheet: Main Stylesheet

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

@charset "UTF-8";

/*********************
IMPORTING PARTIALS

*********************/
/* 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: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 16px;
}

/**
   * 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;
}
@media(min-width: 768px){
    a[href^="tel:"] {
	pointer-events: none;
    }
}


/* ==========================================================================
     screen-size
     ========================================================================== */
/**
 @media (max-width: 767px)
 @media (min-width: 768px) and (max-width: 1029px)
 @media (min-width: 1030px)
 @media only screen and (min-width: 481px)
 @media (max-width: 767px)     779行目あたり
 @media (min-width: 768px) and (max-width: 1029px)  847行目あたり
 @media (min-width: 1030px)   912行目あたり
 @media only screen and (min-width: 481px)  2244行目あたり
 @media only screen and (min-width: 770px)　2475行目あたり
 @media only screen and (min-width: 930px)　2553行目あたり
 @media only screen and (min-width: 980px)　2559行目あたり
 @media only screen and (min-width: 1030px)　2581行目あたり
 @media only screen and (min-width: 1150px)　2601行目あたり
 @media only screen and (min-width: 481px)　2838行目あたり
 @media only screen and (min-width: 700px)　2920行目あたり
 @media only screen and (min-width: 700px)　3002行目あたり
 @media only screen and (min-width: 1025px)　3027行目あたり
 @media only screen and (min-width: 768px)　3087行目あたり
 @media only screen and (min-width: 768px) 3212行目あたり
 @media only screen and (min-width: 768px)　3256行目あたり
 @media only screen and (max-width: 770px)　3320行目あたり
 @media only screen and (min-width: 770px)　3344行目あたり
 @media only screen and (min-width: 768px)　3441行目あたり
**/
/* ==========================================================================
     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;
}


.align_l {
  text-align: left;
}

.align_r {
  text-align: right;
}

.align_c {
  text-align: center;
}

.red {
  color: #d8080c;
}

.pink {
  color: #FF2761;
}

.blue {
  color: #03F;
}

.yellow {
  background-color: #ffffa2;
}

.bold {
  font-weight: bold;
}

.no_bold {
  font-weight: normal;
}

.under {
  text-decoration: underline;
}

a.n_link {
  color: #0041FF;
  border-bottom: solid 1px;
}


.f30 {
  font-size: 30%;
}

.f40 {
  font-size: 40%;
}

.f50 {
  font-size: 50%;
}

.f60 {
  font-size: 60%;
}

.f70 {
  font-size: 70%;
}

.f80 {
  font-size: 80%;
}

.f90 {
  font-size: 90%;
}

.f100 {
  font-size: 100%;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f140 {
  font-size: 140%;
}

.f150 {
  font-size: 150%;
}

.f160 {
  font-size: 160%;
}

.f170 {
  font-size: 170%;
}

.f180 {
  font-size: 180%;
}

.f190 {
  font-size: 190%;
}

.f200 {
  font-size: 200%;
}

.f210 {
  font-size: 210%;
}

.f220 {
  font-size: 220%;
}

.f230 {
  font-size: 230%;
}

.f240 {
  font-size: 240%;
}

.f250 {
  font-size: 250%;
}

.f260 {
  font-size: 260%;
}

.f270 {
  font-size: 270%;
}

.f280 {
  font-size: 280%;
}

.f290 {
  font-size: 290%;
}

.f300 {
  font-size: 300%;
}

/***** MW WP Form の確認画面で表示したくないものを消す  ******/
.mw_wp_form_confirm .input-show {
	display: none;
}


/***** よくある質問  ******/

ul.list {}

ul.list li {
  border-bottom: dotted 1px #d0d0d0;
  padding: 0.3em 0px;
  margin-bottom: 0.5em;
}

ul.list li a {
  color: #353535;
  text-decoration: none;
}

ul.list li a:hover {
  color: #b30011;
}

ul.list li a:after {
  content: ">>>";
  float: right;
}

/***** ワンポイント健康法  ******/

ul.onepoint_list {
}
.onepoint_list {
	margin: 0 -9px -10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4;
}

.onepoint_list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	overflow: hidden;
}

.onepoint_list li {
	float: left;
	width: 50%;
	padding: 1px 3px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.onepoint_list li a {
	display: table;
	width: 100%;
	height: 30px;
	border: 2px solid #dfded9;
	border-bottom-width: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	color: #4c4c4c;
}

.onepoint_list li a > span {
	display: table-cell;
	padding: 3px 10px 0;
	vertical-align: middle;
	text-align: center;
}

.onepoint_list li a:hover {
	border-color: #003c69;
	color: #003c69;
}
/* ワンポイント健康法　ここまで*/


@media only screen and (min-width: 768px) {

	.onepoint_list {
		margin: 0 -9px -10px;
		font-weight: bold;
		font-size: 14px;
		line-height: 1.4;
	}

	.onepoint_list:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		line-height: 0;
		overflow: hidden;
	}

	.onepoint_list li {
		float: left;
		width: 25%;
		padding: 0 4px 11px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.onepoint_list li a {
		display: table;
		width: 100%;
		height: 30px;
		border: 2px solid #dfded9;
		border-bottom-width: 4px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-decoration: none;
		color: #4c4c4c;
		transition: all 0.3s ease-out;
	}

	.onepoint_list li a > span {
		display: table-cell;
		padding: 3px 10px 0;
		vertical-align: middle;
		text-align: center;
	}

	.onepoint_list li a:hover {
		border-color: #003c69;
		color: #003c69;
	}
}


/* ==========================================================================
    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 {
  border: 0;
  max-width: 100%;
  height: auto;
}

a img {
  transition: all 0.3s ease-out;
}

a img:hover {
  opacity: 0.7;
}

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

/** imgを囲う要素のクラスに.cf を付けると文字の回り込みを避けられる**/

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



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



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


/*****商品一覧*****/

.products_cat {
  background: #f8f8f8;
  padding: 0.3em 0.5em;
  justify-content: inherit;
  font-size: 80%;
}

.products_cat input[type="radio"] {
  display: none;
}

.products_cat label {
  padding: 0.4em 0.7em;
  color: #666;
  position: relative;
  display: inline-block;
}

.products_cat label:hover {
  /*  background: #409538;*/
  background: #7dcad5;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.products_cat label:after {
  content: "";
  width: 1px;
  height: 1.3em;
  background: #aaa;
  position: absolute;
  top: 0.5em;
  right: -0.2em;
}

.products_cat label:last-child:after {
  display: none;
}

.product-img {
  margin-top: 10px;
  margin-right: 5%;
  margin-left: 5%;
  float: left;
  width: 25%;
}

@media (max-width: 767px) {
  .product-img {
    width: 80%;
    margin: 0 10%;
  }
}


.product-sub {
  /*サブタイトル*/
  color: #689F20;
  font-size: 1.5em;
}

.product-right p {
  color: #5c6b80;
  font-size: 1em;
}

.entry-content .product-right p {
  margin: 1.2em 0;
}



/*
  Mobile Grid Styles
  
  */
@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: 25%;
  }

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

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

  .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
  ******************************************************************/
.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:
  ******************************************************************/

.blue-btn,
.comment-reply-link,
#submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-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;
}


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

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

/*********************
  BASE (MOBILE) SIZE
  *********************/
/******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Base Mobile Stylesheet
  
  
  ******************************************************************/
/*********************
  GENERAL STYLES
  *********************/
body {
  font-size: 100%;
  line-height: 1.5;
  color: #5a5a5a;
  background-color: #fff;
  -webkit-font-smoothing: initial;
}

/********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
/*********************
  LAYOUT & GRID STYLES
  *********************/
.wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 3%;
}

/*********************
  LINK STYLES
  *********************/
a,
a:visited,
a:visited:hover,
a:visited:focus {
  color: #6ca3c6;
  text-decoration: none;
  /*color: #f01d4f;*/
  /* on hover */
  /* on click */
  /* mobile tap color */
}

a:hover,
a:focus {
  color: #0099c2;
  text-decoration:underline;
  /* 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);*/
}

a.excerpt-read-more {
  text-decoration: none;
}

/******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;

  /* 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;
  color: #4a4f56;
}

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

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

h3,
.h3 {
  font-size: 2em;
  margin: 0 0 1em;
}

h3.h2.entry-title {
  font-size: 140%;
  font-weight: bold;
}

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

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

/*********************
  HEADER STYLES
  *********************/



.header {
  background-color: #fff;
  position: relative;
  min-height: 4.8em;
  margin-bottom: 0.5em;
}

#logo {
  width: 60%;
  margin: 1em 0 1em 0;
  font-size: 1rem;
  float: left;
}

#logo a {
  color: white;
}

.h_rght {
  float: right;
  text-align: left;
  width: 100%;
  border-top: solid 1px #d8d8d8;
  padding-top: 0.5em;
}

.h_rght .btn01 {
  margin-bottom: 0.3em;
  padding: 0.2em 0.5em 0.1em;
  font-size: 15px;
}

.h_rght .btn01.w_auto{
  width: auto;
}

.f_v {
  background-color: #000;
  background-image: url(../../img/top_back.jpg);
  background-size: cover;
  position: relative;
}


.f_v_in {
  font-size: 8vw;
  font-weight: bold;
  color: #fff;
  padding-top: 5em;
  padding-bottom: 5.6em;
}

.ya_un {
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -25px;
  padding: 15px 4px;
  background: #003c69;
  border-radius: 100%;
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}

/*********************
  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;
  background: #fff;
}

.nav.top-nav .sub-menu li:after {
    content:none;
}

footer .nav {
  background: transparent;
  border: none;
}

footer .nav li a {
  border: none;
}

.nav li {}

.nav li a {
  display: block;
  color: #777777;
  text-decoration: none;
  padding: 0.75em 0.5em;
  position: relative;
  border-bottom: solid 1px #e8e8e8;
}

.nav li a:hover {}

.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

ul.sub-menu {
  margin-top: 0;
  display: none;
}


/* 20200923 ここから追加  バーガーメニュープラス*/
#menu-group-nav .menu-item-has-children>a span{
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
}

#menu-group-nav .menu-item-has-children>a span::before,
#menu-group-nav .menu-item-has-children>a span::after{
  content: "";
  background-color: #6b6b6b;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#menu-group-nav .menu-item-has-children>a span::before {
  width: 2px;
  height: 100%;
}

#menu-group-nav .menu-item-has-children>a span::after {
  width: 100%;
  height: 2px;
}

#menu-group-nav .menu-item-has-children.active>a span::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#menu-group-nav .menu-item-has-children.active>a span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

#menu-group-nav .menu-item-has-children>a:before {
  content: "";
}
/* 20200923 ここまで追加*/


/* end .nav */
/*********************
  POSTS & CONTENT STYLES
  *********************/
#content {
  margin-top: 0;
  margin-bottom: 1em;
}

.hentry {
  background-color: white;
  border-radius: 3px;
  margin-bottom: 1.5em;
}

.archive .hentry {
  margin-bottom: -1em;
}

.hentry header {
  padding: 1em 0em 1em;
}

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

.archive h1.page-title {
  margin: 0.5em 0;
  padding: 0.3em 0;
  text-align: center;
  font-weight: bold;
  color: #323944;
}


.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

/* entry content */
.entry-content {
  padding: 1.5em 1.5em 0;
  border-radius: 3px;
}

.entry-content p {
  margin: 0 0 1.5em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.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: 0.5em 1em;
  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: #003c69;
  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-image: -moz-linear-gradient(90deg, rgb(251, 253, 255) 0%, rgb(180, 224, 255) 63%, rgb(108, 195, 255) 100%);
   background-image: -webkit-linear-gradient(90deg, rgb(251, 253, 255) 0%, rgb(180, 224, 255) 63%, rgb(108, 195, 255) 100%);
   background-image: -ms-linear-gradient(90deg, rgb(251, 253, 255) 0%, rgb(180, 224, 255) 63%, rgb(108, 195, 255) 100%);
   border-bottom: solid 0.4em #90c0de;
 }
*/

.footer {
  clear: both;
  background-image: url(../../img/footer_back1.png), url(../../img/footer_back3.png), url(../../img/footer_back2.png);
  background-position: top center, bottom center, top center;
  padding-top: 1.9em;
  background-repeat: no-repeat, no-repeat, repeat;
}


@media only screen and (min-width: 481px) {
  /******************************************************************
    Site Name:
    Author:
    
    Stylesheet: 481px and Up Stylesheet
    
    ******************************************************************/

  /*********************
    HEADER STYLES
    *********************/

  .header {
    background-color: #fff;
    position: relative;
    min-height: 4.8em;
  }

  #logo {
    margin: 0;
  }

  .h_rght {
    float: right;
    text-align: right;
    width: auto;
    border-top: none;
    padding-top: 0;
    margin-top: 0.5em;
  }

  .h_rght .btn01 {
    display: block;
    width: 82%;
    margin-left: auto;
  }

  .h_rght .btn01.w_auto{
    width: auto;
  }

  .f_v {
    background-color: #000;
    background-image: url(../../img/top_back.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
  }


  .f_v_in {
    font-size: 5vw;
    font-weight: bold;
    color: #fff;
    padding-top: 3em;
    padding-bottom: 3.6em;
  }

  .ya_un {
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -25px;
    padding: 15px 4px;
    background: #003c69;
    border-radius: 100%;
    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
  }



  .f_v_in {
    font-size: 5vw;
    font-weight: bold;
    color: #fff;
    padding-top: 3em;
    padding-bottom: 3.6em;
  }

  /*********************
    NAVIGATION STYLES
    *********************/
  .nav {
    border: 0;
    background: #fff;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }

  .nav ul {
    margin-top: 0;
    overflow: visible;
    text-align: left;
  }

  .nav li {
    position: relative;
    display: inline-block;
  }

  footer .nav {
    background: transparent;
    border: none;
    margin: 0.5em 0 0.6em;
  }

  footer .nav li a {
    border: none;
    padding: 0.5em 0.8em 0;
    font-size: 90%;
  }

  .nav.top-nav li:after {
    content: "";
    position: absolute;
    top: 1em;
    font-size: 100%;
    right: -0.8em;
    height: 1em;
    width: 1px;
    background: #c7c7c7;
  }

  .nav.top-nav li:last-child:after {
    display: none;
  }

  .nav li a {
    border-bottom: 0;
    display: block;
    text-decoration: none;
    padding: 0em 1.1em 0.4em 1.1em;
  }

  .nav li a:hover,
  .nav li a:focus {
    color: #71b8e0;
  }

  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border-bottom: 1px solid #bfbfbf;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    /* highlight sub-menu current page */
    text-align: left;
    background: rgb(255 255 255);
    /*display: block;*/
	display:none;
  }

  .nav li ul.sub-menu li,
  .nav li ul.children li {
	/*グルーバルナビゲーションのカスケードメニューの文字が長くても改行しない*/
	display:block;
	border-bottom:1px solid #d0d0d0; 
    /*
            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 #d0d0d0;*/
	width:max-content;  /*カスケードメニューの文字の幅で表示*/
  }

  .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;
    display: block;
    box-shadow: 0px 2px 2px 0px #aaa;
  }

  ul#menu-group-nav>li>a:before {
    display: none;
  }

/*20200923 追加  バーガーメニュープラス*/
  #menu-group-nav .menu-item-has-children>a span::before,
  #menu-group-nav .menu-item-has-children>a span::after {
    display: none;
  }
/*ここまで*/


  /* end .nav */
  /*********************
    POSTS & CONTENT STYLES
    *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
    padding: 1.5em 2em 0;
  }

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

}

@media only screen and (min-width: 770px) {

  /******************************************************************
    Site Name:
    Author:
    
    Stylesheet: Tablet & Small Desktop Stylesheet
    
    
    ******************************************************************/
  /*********************
    GENERAL STYLES
    *********************/
  /*********************
    LAYOUT & GRID STYLES
    *********************/
  .wrap {
    max-width: 100%;
    padding: 0 6%;
  }


  /*********************
    SIDEBARS & ASIDES
    *********************/
  .sidebar {
    margin-top: 2em;
  }

  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }

  .widget {
    padding: 0 10px;
    margin: 0em 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
    *********************/

  .footer-links ul li {
    float: none;
    display: inline-block;
  }

  /* end .footer-links */
}

/*********************
  DESKTOP
  
  *********************/

@media only screen and (min-width: 930px) {
  .nav ul {
    text-align: left;
  }
}

@media only screen and (min-width: 980px) {
  .nav ul {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }

  nav.nav.gnav ul li:first-child {
    margin-left: -2em;
  }

  nav.nav.gnav ul li:last-child {
    margin-right: -2em;
  }

  nav.nav.gnav ul.sub-menu li:first-child {
    margin-left: 0;
  }

  nav.nav.gnav ul.sub-menu li:last-child {
    margin-right: 0;
  }
}


@media only screen and (min-width: 1030px) {

  /******************************************************************
    Site Name:
    Author:
    
    Stylesheet: Desktop Stylsheet
    
    
    ******************************************************************/
  .wrap {
    max-width: 100%;
    box-sizing: border-box;
  }
}

/*********************
  LARGE VIEWING SIZE
  This is for the larger monitors and possibly full screen viewers.
  *********************/
@media only screen and (min-width: 1150px) {

  /******************************************************************
    Site Name: 
    Author: 
    
    Stylesheet: Super Large Monitor Stylesheet
    
    
    ******************************************************************/
  .wrap {
    max-width: 1024px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}


/*****  全体調整  ******/

#container {
  max-width: 100%;
  margin: 0 auto;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sec_in {
  max-width: 1025px;
  padding: 1em 4%;
  box-sizing: content-box;
  margin: 0 auto;
  overflow: hidden;
}

@-webkit-keyframes ca3_fade_move_down {
  0% {

    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {

    opacity: 0;
  }
}

@-moz-keyframes ca3_fade_move_down {
  0% {

    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {

    opacity: 0;
  }
}

@keyframes ca3_fade_move_down {
  0% {

    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {

    opacity: 0;
  }
}

/*****  header  ******/


#inner-header {
  padding-top: 0.5em;
  padding-bottom: 0em;
}

a.btn01 {
  color: #fff;
  text-decoration: none;
  padding: 0.4em 2em;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  background-image: -moz-linear-gradient(0deg, rgb(81, 152, 188) 0%, rgb(145, 186, 213) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(81, 152, 188) 0%, rgb(145, 186, 213) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(81, 152, 188) 0%, rgb(145, 186, 213) 100%);
  font-weight: bold;
  border: solid 2px #599dc3;
}

a.btn01:hover {
  background-image: -moz-linear-gradient(180deg, rgb(81, 152, 188) 0%, rgb(145, 186, 213) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(81, 152, 188) 0%, rgb(145, 186, 213) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(81, 152, 188) 0%, rgb(145, 186, 213) 100%);
}





.post_btn,
a.excerpt-read-more {
  background: #fff;
  border: solid 1px #909090;
  color: #2d2d2d;
  text-decoration: none;
  padding: 0.4em 1em;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease-in-out;
  margin-top: 0.2em;
}

.post_btn:hover,
a.excerpt-read-more:hover {
  background: #464646;
  border: solid 1px #000;
  color: #fff;
}

a.tel {
  font-size: 15px;
  color: #353535;
  text-decoration: none;
  position: relative;
  margin-left: 1em;
}

a.tel img {}

.home_content {
  background: #fff;
}

.home_mes {
  background: #fff;
  border-radius: 2px;
  padding: 1em 2em;
  border: solid 1px #48b6db;
  box-shadow: 0px 0px 11px #a4d5e0, 0px 0px 0px 1px #d5f4fb, 0px 0px 0px 2px #a4cee6;
  margin-bottom: 0;
}

/*****  ハンバーガー  ******/


.Toggle {
  display: block;
  position: absolute;
  /* bodyに対しての絶対位置指定 */
  right: 19px;
  top: 18px;
  width: 42px;
  height: 39px;
  cursor: pointer;
  z-index: 3;
  background: #d9d9d9;
  border-radius: 2px;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #000;
  -webkit-transition: .35s ease-in-out;
  /*変化の速度を指定*/
  -moz-transition: .35s ease-in-out;
  /*変化の速度を指定*/
  transition: .35s ease-in-out;
  /*変化の速度を指定*/
  left: 6px;
}

.Toggle span:nth-child(1) {
  top: 9px;
}

.Toggle span:nth-child(2) {
  top: 18px;
}

.Toggle span:nth-child(3) {
  top: 27px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}


nav.nav.gnav {
  display: none;
  transition: all 0.2s;
  font-size: 96.8%;
}

nav.nav.gnav.active {
  display: block;
}

@media only screen and (min-width: 481px) {
  nav.nav.gnav {
    display: block;
    box-shadow: 0px 5px 5px #c5c5c5;
    margin-bottom: 1.5em;
  }

  .Toggle {
    display: none;
  }
}

/*****  TOPページ  ******/


.key_v {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}


.key_v_wrap {}


main section {
  margin-bottom: 1em;
}

.bg_g {
  background-color: #f9f9f9;
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
}


h2.top_h2 {
  text-align: center;
  margin: 0em auto 1em;
  color: #fff;
  background: -moz-linear-gradient(73.93% -308.16% -135.4deg, rgba(159, 120, 0, 0.75) 10.99%, rgba(161, 123, 5, 0.75) 15.76%, rgba(167, 131, 21, 0.75) 21.75%, rgba(177, 145, 47, 0.75) 28.39%, rgba(190, 164, 83, 0.75) 35.52%, rgba(207, 188, 129, 0.75) 43.02%, rgba(229, 218, 185, 0.75) 50.85%, rgba(253, 252, 250, 0.75) 58.79%, rgba(255, 255, 255, 0.75) 59.34%, rgba(231, 222, 190, 0.75) 65.96%, rgba(209, 193, 133, 0.75) 72.58%, rgba(191, 168, 85, 0.75) 78.97%, rgba(177, 150, 48, 0.75) 85.01%, rgba(167, 136, 22, 0.75) 90.6%, rgba(161, 128, 6, 0.75) 95.58%, rgba(159, 125, 0, 0.75) 99.45%);
  background: -webkit-linear-gradient(-135.4deg, rgba(159, 120, 0, 0.75) 10.99%, rgba(161, 123, 5, 0.75) 15.76%, rgba(167, 131, 21, 0.75) 21.75%, rgba(177, 145, 47, 0.75) 28.39%, rgba(190, 164, 83, 0.75) 35.52%, rgba(207, 188, 129, 0.75) 43.02%, rgba(229, 218, 185, 0.75) 50.85%, rgba(253, 252, 250, 0.75) 58.79%, rgba(255, 255, 255, 0.75) 59.34%, rgba(231, 222, 190, 0.75) 65.96%, rgba(209, 193, 133, 0.75) 72.58%, rgba(191, 168, 85, 0.75) 78.97%, rgba(177, 150, 48, 0.75) 85.01%, rgba(167, 136, 22, 0.75) 90.6%, rgba(161, 128, 6, 0.75) 95.58%, rgba(159, 125, 0, 0.75) 99.45%);
  background: -webkit-gradient(linear, 73.93% -308.16%, 30.13% 347.33%, color-stop(0.1099, rgba(159, 120, 0, 0.75)), color-stop(0.1576, rgba(161, 123, 5, 0.75)), color-stop(0.2175, rgba(167, 131, 21, 0.75)), color-stop(0.2839, rgba(177, 145, 47, 0.75)), color-stop(0.3552, rgba(190, 164, 83, 0.75)), color-stop(0.4302, rgba(207, 188, 129, 0.75)), color-stop(0.5085, rgba(229, 218, 185, 0.75)), color-stop(0.5879, rgba(253, 252, 250, 0.75)), color-stop(0.5934, rgba(255, 255, 255, 0.75)), color-stop(0.6596, rgba(231, 222, 190, 0.75)), color-stop(0.7258, rgba(209, 193, 133, 0.75)), color-stop(0.7897, rgba(191, 168, 85, 0.75)), color-stop(0.8501, rgba(177, 150, 48, 0.75)), color-stop(0.906, rgba(167, 136, 22, 0.75)), color-stop(0.9558, rgba(161, 128, 6, 0.75)), color-stop(0.9945, rgba(159, 125, 0, 0.75)));
  background: linear-gradient(225.4deg, rgba(159, 120, 0, 0.75) 10.99%, rgba(161, 123, 5, 0.75) 15.76%, rgba(167, 131, 21, 0.75) 21.75%, rgba(177, 145, 47, 0.75) 28.39%, rgba(190, 164, 83, 0.75) 35.52%, rgba(207, 188, 129, 0.75) 43.02%, rgba(229, 218, 185, 0.75) 50.85%, rgba(253, 252, 250, 0.75) 58.79%, rgba(255, 255, 255, 0.75) 59.34%, rgba(231, 222, 190, 0.75) 65.96%, rgba(209, 193, 133, 0.75) 72.58%, rgba(191, 168, 85, 0.75) 78.97%, rgba(177, 150, 48, 0.75) 85.01%, rgba(167, 136, 22, 0.75) 90.6%, rgba(161, 128, 6, 0.75) 95.58%, rgba(159, 125, 0, 0.75) 99.45%);
  padding: 0.6em;
  position: relative;
}


.top_h2_in {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 999;
  font-weight: normal;
}

@media only screen and (min-width: 700px) {
  .top_h2_in {
    max-width: 22.8em;
    background-image: url(../../img/h2_l.png), url(../../img/h2_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
    background-size: 4em;
  }
}

span.h_en {
  display: block;
  font-size: 11px;
  line-height: 1.7em;
  color: #96b4ce;
}

hr.g_line {
  height: 2px;
  width: 100%;
  display: block;
  background: -moz-linear-gradient(72.63% -3019.7% -135.4deg, rgba(191, 137, 0, 1) 0.55%, rgba(255, 255, 255, 1) 15.93%, rgba(249, 247, 240, 1) 17.86%, rgba(234, 226, 200, 1) 21.58%, rgba(210, 192, 136, 1) 26.73%, rgba(177, 145, 48, 1) 33.02%, rgba(159, 120, 0, 1) 36.26%, rgba(161, 122, 5, 1) 40.07%, rgba(166, 130, 18, 1) 44.36%, rgba(174, 142, 41, 1) 48.88%, rgba(186, 158, 72, 1) 53.57%, rgba(202, 180, 113, 1) 58.39%, rgba(220, 206, 163, 1) 63.31%, rgba(242, 237, 221, 1) 68.23%, rgba(255, 255, 255, 1) 70.88%, rgba(231, 222, 190, 1) 75.59%, rgba(209, 193, 133, 1) 80.31%, rgba(191, 168, 85, 1) 84.86%, rgba(177, 150, 48, 1) 89.16%, rgba(167, 136, 22, 1) 93.15%, rgba(161, 128, 6, 1) 96.69%, rgba(159, 125, 0, 1) 99.45%);
  background: -webkit-linear-gradient(-135.4deg, rgba(191, 137, 0, 1) 0.55%, rgba(255, 255, 255, 1) 15.93%, rgba(249, 247, 240, 1) 17.86%, rgba(234, 226, 200, 1) 21.58%, rgba(210, 192, 136, 1) 26.73%, rgba(177, 145, 48, 1) 33.02%, rgba(159, 120, 0, 1) 36.26%, rgba(161, 122, 5, 1) 40.07%, rgba(166, 130, 18, 1) 44.36%, rgba(174, 142, 41, 1) 48.88%, rgba(186, 158, 72, 1) 53.57%, rgba(202, 180, 113, 1) 58.39%, rgba(220, 206, 163, 1) 63.31%, rgba(242, 237, 221, 1) 68.23%, rgba(255, 255, 255, 1) 70.88%, rgba(231, 222, 190, 1) 75.59%, rgba(209, 193, 133, 1) 80.31%, rgba(191, 168, 85, 1) 84.86%, rgba(177, 150, 48, 1) 89.16%, rgba(167, 136, 22, 1) 93.15%, rgba(161, 128, 6, 1) 96.69%, rgba(159, 125, 0, 1) 99.45%);
  background: -webkit-gradient(linear, 72.63% -3019.7%, 31.21% 2598.38%, color-stop(0.0055, rgba(191, 137, 0, 1)), color-stop(0.1593, rgba(255, 255, 255, 1)), color-stop(0.1786, rgba(249, 247, 240, 1)), color-stop(0.2158, rgba(234, 226, 200, 1)), color-stop(0.2673, rgba(210, 192, 136, 1)), color-stop(0.3302, rgba(177, 145, 48, 1)), color-stop(0.3626, rgba(159, 120, 0, 1)), color-stop(0.4007, rgba(161, 122, 5, 1)), color-stop(0.4436, rgba(166, 130, 18, 1)), color-stop(0.4888, rgba(174, 142, 41, 1)), color-stop(0.5357, rgba(186, 158, 72, 1)), color-stop(0.5839, rgba(202, 180, 113, 1)), color-stop(0.6331, rgba(220, 206, 163, 1)), color-stop(0.6823, rgba(242, 237, 221, 1)), color-stop(0.7088, rgba(255, 255, 255, 1)), color-stop(0.7559, rgba(231, 222, 190, 1)), color-stop(0.8031, rgba(209, 193, 133, 1)), color-stop(0.8486, rgba(191, 168, 85, 1)), color-stop(0.8916, rgba(177, 150, 48, 1)), color-stop(0.9315, rgba(167, 136, 22, 1)), color-stop(0.9669, rgba(161, 128, 6, 1)), color-stop(0.9945, rgba(159, 125, 0, 1)));
  background: linear-gradient(225.4deg, rgba(191, 137, 0, 1) 0.55%, rgba(255, 255, 255, 1) 15.93%, rgba(249, 247, 240, 1) 17.86%, rgba(234, 226, 200, 1) 21.58%, rgba(210, 192, 136, 1) 26.73%, rgba(177, 145, 48, 1) 33.02%, rgba(159, 120, 0, 1) 36.26%, rgba(161, 122, 5, 1) 40.07%, rgba(166, 130, 18, 1) 44.36%, rgba(174, 142, 41, 1) 48.88%, rgba(186, 158, 72, 1) 53.57%, rgba(202, 180, 113, 1) 58.39%, rgba(220, 206, 163, 1) 63.31%, rgba(242, 237, 221, 1) 68.23%, rgba(255, 255, 255, 1) 70.88%, rgba(231, 222, 190, 1) 75.59%, rgba(209, 193, 133, 1) 80.31%, rgba(191, 168, 85, 1) 84.86%, rgba(177, 150, 48, 1) 89.16%, rgba(167, 136, 22, 1) 93.15%, rgba(161, 128, 6, 1) 96.69%, rgba(159, 125, 0, 1) 99.45%);
  border: none;
}

/*****  banar  ******/


.banar01 {
  background-image: url(../../img/menu.png);
  background-size: cover;
  background-position: center;
  width: 90%;
  margin: 0 auto 1em;
  box-shadow: 2px 2px 11px #212121;
}

.banar01 a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 11.9% 0;
}

.banar_link {
  font-size: 7.3vw;
  text-shadow: 0px 0px 7px #000;
}

@media only screen and (min-width: 700px) {
  .banar01 {
    background-image: url(../../img/menu.png);
    background-size: cover;
    background-position: center;
    width: 47%;
    margin: 0 auto 1em;
  }

  .banar01 a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10.2% 0;
  }

  .banar_link {
    font-size: 4.8vw;
    text-shadow: 0px 0px 7px #000;
  }
}

@media only screen and (min-width: 1025px) {
  .banar01 {
    background-image: url(../../img/menu.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 1em;
    width: 48%;
  }

  .banar01 a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10.6% 0;
  }

  .banar_link {
    font-size: 45px;
  }
}


h3.top_h3 {
  margin: 0.5em 0 0.5em;
}

.top_h3_in {
  text-align: center;
  margin: 0 auto;
  max-width: 90%;
  display: block;
}



.disp_f {
  display: block;
  text-align: center;
}

.disp_f a {
  width: 85%;
  margin-bottom: 1.2em;
  display: inline-block;
}

.disp_f a img {
  width: 100%;
}

.ws_prel {
  white-space: pre-line;
}

.top_sp_baner {
  margin: 0 auto;
  width: 85%;
  display: block;
}

a.top_baner_l1 {
  width: 85%;
}

a.top_baner_l2 {
  width: 85%;
}

@media only screen and (min-width: 426px) {
  .disp_f {
    overflow: hidden;
    margin: 0 auto;
  }

  .disp_f a {
    width: 49%;
    margin-bottom: 0;
    float: left;
  }

  .disp_f a {
    margin: 0 0.5% 0;
  }

  .ws_prel {
    max-width: 815px;
    margin: 0 auto;
  }

  .top_sp_baner {
    margin: 0 auto;
    width: auto;
    display: block;
  }

  a.top_baner_l1 {
    width: 49%;
  }

  a.top_baner_l2 {
    width: 100%;
  }

}

@media only screen and (min-width: 769px) {
  .disp_f {
    overflow: hidden;
    margin: 0 auto;
  }

  .disp_f a {
    width: 32.3%;
    margin-bottom: 0;
    float: left;
  }

  .disp_f a {
    margin: 0 0.5% 0;
  }

  .ws_prel {
    max-width: 815px;
    margin: 0 auto;
  }

  .disp_f a img.top_sp_baner {
    margin: 0 auto;
    width: auto;
    display: block;
  }

  a.top_baner_l1 {
    width: 100%;
  }

  a.top_baner_l2 {
    width: 100%;
  }
}

.news {
  background: #f5ffff;
  padding: 0.5em 6% 1em;
}

.ul_news {
  padding: 0.5em 0 1em 0;
  max-width: 756px;
  display: block;
  margin: 0 auto;
}

.ul_news li {
  background-size: 0.7em;
  padding: 0.5em 4% 0.5em 3%;
  background-repeat: no-repeat;
  overflow: hidden;
  border-bottom: solid 1px #c7e4e8;
}

.ul_news li:first-child {
  border-top: solid 1px #c7e4e8;
}

.news .date {
  display: block;
  float: left;
  margin-right: 2em;
  color: #888;
}

.news_title {
  display: block;
  float: left;
}

.ichiran {
  text-align: right;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.ichiran a {
  color: #5d97c6;
  text-decoration: none;
}

table {
  width: 100%;
}

tr {
  width: 100%;
}

th {
  text-align: left;
  width:100px;
}

td {
  text-align: left;
}

.end_section {
  background-image: -moz-linear-gradient(90deg, rgb(227, 227, 227) 0%, rgb(241, 241, 241) 22%, rgb(255, 255, 255) 54%);
  background-image: -webkit-linear-gradient(90deg, rgb(227, 227, 227) 0%, rgb(241, 241, 241) 22%, rgb(255, 255, 255) 54%);
  background-image: -ms-linear-gradient(90deg, rgb(227, 227, 227) 0%, rgb(241, 241, 241) 22%, rgb(255, 255, 255) 54%);
  margin-bottom: 1em;
}

table.gaiyo {
  font-size: 17px;
  margin-bottom: 1em;
}

table.gaiyo th {
  padding: 0.9em 0.4em;
  width: 8em;
}

table.gaiyo th:before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 1.4em;
  background-image: -moz-linear-gradient(90deg, rgb(53, 137, 177) 0%, rgb(139, 183, 211) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(53, 137, 177) 0%, rgb(139, 183, 211) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(53, 137, 177) 0%, rgb(139, 183, 211) 100%);
  position: relative;
  top: 0.4em;
  margin-right: 0.4em;
}

@media only screen and (min-width: 768px) {
  table.gaiyo {
    width: 50%;
    float: left;
  }

  .map {
    width: 45%;
    float: right;
  }
}


p.copy {
  float: right;
  margin: 0.9em 0;
  font-size: 90%;
}

#inner-footer nav {
  float: left;
}


/*****  画像  ******/

.aligncenter {
  display: block;
  margin: 0 auto;
}

.left_pic {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.left_pic.spleft {
  margin: 0 0.8em -1em 0;
  display: block;
  float: left;
}

@media only screen and (min-width: 768px) {
  .left_pic {
    margin: 0 1.5em 0.5em 0;
    display: block;
    float: left;
  }

  .left_pic.spleft {
    margin: 0 1.5em 0.5em 0;
    display: block;
    float: left;
  }
}

/*****  固定ページ  ******/


.post_h2_box {
  margin: 1em auto 2em;
  text-align: center;
  background: -moz-linear-gradient(0% 50% 0deg, rgba(255, 255, 255, 1) 0.56%, rgba(229, 229, 229, 1) 8.87%, rgba(175, 175, 175, 1) 27.71%, rgba(141, 141, 141, 1) 41.8%, rgba(128, 128, 128, 1) 49.45%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0.56%, rgba(229, 229, 229, 1) 8.87%, rgba(175, 175, 175, 1) 27.71%, rgba(141, 141, 141, 1) 41.8%, rgba(128, 128, 128, 1) 49.45%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0.0056, rgba(255, 255, 255, 1)), color-stop(0.0887, rgba(229, 229, 229, 1)), color-stop(0.2771, rgba(175, 175, 175, 1)), color-stop(0.418, rgba(141, 141, 141, 1)), color-stop(0.4945, rgba(128, 128, 128, 1)), color-stop(1, rgba(255, 255, 255, 1)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0.56%, rgba(229, 229, 229, 1) 8.87%, rgba(175, 175, 175, 1) 27.71%, rgba(141, 141, 141, 1) 41.8%, rgba(128, 128, 128, 1) 49.45%, rgba(255, 255, 255, 1) 100%);
}

.post_h2_box_blue {
  margin: 1em auto 2em;
  text-align: center;
  background: -moz-linear-gradient(0% 50% 0deg, rgba(255, 255, 255, 1) 0.56%, rgba(209, 226, 237, 1) 13.38%, rgba(155, 192, 216, 1) 30.12%, rgba(121, 171, 203, 1) 42.65%, rgba(108, 163, 198, 1) 49.45%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0.56%, rgba(209, 226, 237, 1) 13.38%, rgba(155, 192, 216, 1) 30.12%, rgba(121, 171, 203, 1) 42.65%, rgba(108, 163, 198, 1) 49.45%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0.0056, rgba(255, 255, 255, 1)), color-stop(0.1338, rgba(209, 226, 237, 1)), color-stop(0.3012, rgba(155, 192, 216, 1)), color-stop(0.4265, rgba(121, 171, 203, 1)), color-stop(0.4945, rgba(108, 163, 198, 1)), color-stop(1, rgba(255, 255, 255, 1)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0.56%, rgba(209, 226, 237, 1) 13.38%, rgba(155, 192, 216, 1) 30.12%, rgba(121, 171, 203, 1) 42.65%, rgba(108, 163, 198, 1) 49.45%, rgba(255, 255, 255, 1) 100%);
}

.post_h2 {
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 180%;
  margin: 0.8em 0;
  padding: 0 1em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


@media only screen and (max-width: 770px) {
  .post_h2 {
    font-size: 150%;
  }
}


h3.h2.entry-title {
  text-align: center;
  position: relative;
  font-size: 130%;
  font-weight: normal;
  max-width: 22em;  /*20200916  17em*/
  margin: 0 auto;
/*  padding: 0em 2em 4px 2em;*/
  padding: 0em 3em 2px 3em;
  background: url(../../img/post_h2_b.png);
  background-position: bottom;
  background-repeat: no-repeat;
/*  background-size: contain;*/
  background-size: 100% 2px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
/*  width: fit-content;*/
}

/*@media only screen and (min-width: 770px) {
  h3.h2.entry-title {
    font-size: 170%;
  }
*/
  .post_h2 {
    font-size: 150%;
  }

}

h3.h2.entry-title a {
  color: #737373;
}

h3.h2.entry-title::before {
  content: "";
  width: 1.5em;
  background-image: url(../../img/post_h2_l.png);
  display: inline-block;
  background-size: contain;
  padding-top: 1.5em;
  background-repeat: no-repeat;
  position: absolute;
  top: 7%;
  left: 0;
}

h3.h2.entry-title::after {
  content: "";
  width: 1.5em;
  background-image: url(../../img/post_h2_r.png);
  display: inline-block;
  background-size: contain;
  padding-top: 1.5em;
  background-repeat: no-repeat;
  position: absolute;
  top: 7%;
  right: 0;
}

/* QA　*/


.qa_ul {
  margin: 0 -9px -10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
}

.qa_ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  overflow: hidden;
}

.qa_ul li {
  float: left;
  width: 50%;
  padding: 0 5px 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qa_ul li a {
  display: table;
  width: 100%;
  height: 62px;
  border: 2px solid #dfded9;
  border-bottom-width: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #4c4c4c;
}

.qa_ul li a>span {
  display: table-cell;
  padding: 3px 10px 0;
  vertical-align: middle;
  text-align: center;
}

.qa_ul li a:hover {
  border-color: #003c69;
  color: #003c69;
}


@media only screen and (min-width: 768px) {

  .qa_ul {
    margin: 0 -9px -10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
  }

  .qa_ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    overflow: hidden;
  }

  .qa_ul li {
    float: left;
    width: 25%;
    padding: 0 4px 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .qa_ul li a {
    display: table;
    width: 100%;
    height: 62px;
    border: 2px solid #dfded9;
    border-bottom-width: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #4c4c4c;
    transition: all 0.3s ease-out;
  }

  .qa_ul li a>span {
    display: table-cell;
    padding: 3px 10px 0;
    vertical-align: middle;
    text-align: center;
  }

  .qa_ul li a:hover {
    border-color: #003c69;
    color: #003c69;
  }

}

/*****  QAサイド  ******/


.textwidget.custom-html-widget a {
  color: #323944;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 0.3em 0.5em;
}

.textwidget.custom-html-widget a:hover {
  color: #3282b1;
  border-left: solid 2px #003c69;
}

.textwidget.custom-html-widget h4 {
  background: #003c69;
  color: #fff;
  padding: 0.3em 0.5em;
  margin: 1em 0;
}

.textwidget.custom-html-widget ul {
  margin: 0;
}

.textwidget.custom-html-widget li {
  margin-bottom: 0;
}

.textwidget.custom-html-widget .info_tel a {
  border: solid 1px #003c69;
  background: #4aa7de;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  padding: 1em 0.5em;
  border-radius: 9px;
  transition: all 0.3s ease-out;
}

.textwidget.custom-html-widget .info_tel a:hover {
  border: solid 1px #003c69;
  background: #ffffff;
  color: #323944;
}


p.pager {
  text-align: center;
  margin-top: 2.5em;
}

.page-numbers {
  padding: 0.5em 0.7em;
  color: #005896;
}

a.page-numbers {
  background: #ffffff;
  padding: 0.5em 0.7em;
  text-decoration: none;
  color: #3489b1;
  border: solid 1px #3489b1;
}

.page-numbers.current {
  color: #ffffff;
  background: #3489b1;
  border: solid 1px #3489b1;
}

.next.page-numbers {
  background: #ffffff;
  border: solid 1px #ffffff;
  text-decoration: underline;
}

.prev.page-numbers {
  background: #ffffff;
  border: solid 1px #fff;
  text-decoration: underline;
}


a.page-numbers:hover {
  background: #3489b1;
  color: #fff;
  border: solid 1px #3489b1;
}



/***** よくある質問  ******/

ul.list {}

ul.list li {
  border-bottom: dotted 1px #d0d0d0;
  padding: 0.3em 0px;
  margin-bottom: 0.5em;
}

ul.list li a {
  color: #353535;
  text-decoration: none;
}

ul.list li a:hover {
  color: #b30011;
}

ul.list li a:after {
  content: ">>>";
  float: right;
}

form#searchform {
  margin-bottom: 0.5em;
  overflow: hidden;
}

input#s {
  width: 78%;
  box-sizing: border-box;
  margin-bottom: 0.5em;
  display: block;
  float: left;
  border: solid 1px #c3c3c3;
}

button#searchsubmit {
  width: 22%;
  float: left;
  height: 40px;
}

label.screen-reader-text {
  display: block;
}

/*
 * Prefixed by https://autoprefixer.github.io
 * PostCSS: v7.0.29,
 * Autoprefixer: v9.7.6
 * Browsers: last 4 version
 */


/***** スタッフの想い  ******/

.staff_h2_box {
  background: url(../../img/staff_h2_back.jpg);
  background-size: cover;
  text-align: center;
}

.staff_h2 {
  padding: 1em;
}


.staff_h3 {
  position: relative;
  margin: 1.5em 0 0em;
  font-size: 1.5em;
}

.staff_h3_in {
  background-color: #fff;
  background-size: 4em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 999;
  position: relative;
  margin: 0 auto;
  padding: 1em 1.5em;
  color: #808080;
}

.staff_h3:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  background-color: #1faaff;
  top: 50%;
}

.staff_h3_p {
  text-align: center;
  white-space: pre-line;
  line-height: 2;
  font-size: 100%;
  font-weight: bold;
  color: #808080;
}

/* スタッフの想い */
.staff_prof {
  overflow: hidden;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a.staff_prof_in {
  padding: 2% 2%;
  width: 100%;
  float: left;
  box-sizing: content-box;
  background: url(../../img/staff_back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 1%;
  position: relative;
  color: #646464;
  display: block;
  transition: 500ms;
}

.staff_prof_in:hover {
  box-shadow: 2px 3px 7px #aaa;
}

.post .staff_prof_in:hover {
  box-shadow: none;
}

.staff_prof_img {
  width: 29.3%;
  float: left;
  box-shadow: 2px 4px 9px #aaa;
  padding-top: 38.1%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.staff_prof_t1 {
  position: absolute;
  padding: 1% 1% 1% 3%;
  font-size: 3.5vw;
  left: 34%;
  top: 8%;
}

.staff_prof_t1:before {
  content: "「";
  margin-left: -1em;
}

.staff_prof_t1:after {
  content: "」"
}

.staff_prof_t2 {
  position: absolute;
  padding: 1% 1% 1% 3%;
  font-size: 2.9vw;
  bottom: 20%;
  left: 34%;
}

.staff_prof_t3 {
  position: absolute;
  padding: 1% 1% 1% 3%;
  font-size: 3.5vw;
  bottom: 4%;
  left: 34%;
}

.staff_prof_ename {
  position: relative;
  padding-left: 0.6em;
  font-size: 2.9vw;
}

@media only screen and (min-width: 768px) {
  a.staff_prof_in {
    width: 44%;
  }

  .staff_prof_in img {}

  .staff_prof_t1 {
    font-size: 1.6vw;
  }

  .staff_prof_t1:before {}

  .staff_prof_t1:after {}

  .staff_prof_t2 {
    font-size: 1.3vw;
  }

  .staff_prof_t3 {
    font-size: 1.6vw;
  }

  .staff_prof_ename {
    font-size: 1.3vw;
  }
}

@media only screen and (min-width: 1125px) {
  a.staff_prof_in {}

  .staff_prof_in img {}

  .staff_prof_t1 {
    font-size: 19px;
  }

  .staff_prof_t1:before {}

  .staff_prof_t1:after {}

  .staff_prof_t2 {
    font-size: 16px;
  }

  .staff_prof_t3 {
    font-size: 22px;
  }

  .staff_prof_ename {
    font-size: 15px;
  }
}



/* スタッフの想い */
.staff_prof {
  overflow: hidden;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a.staff_prof_in {
  padding: 2% 2%;
  width: 100%;
  float: left;
  box-sizing: content-box;
  background: url(../../img/staff_back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 1%;
  position: relative;
  color: #646464;
  display: block;
  transition: 500ms;
}

.staff_prof_in:hover {
  box-shadow: 2px 3px 7px #aaa;
}

.post .staff_prof_in:hover {
  box-shadow: none;
}

.staff_prof_img {
  width: 29.3%;
  float: left;
  box-shadow: 2px 4px 9px #aaa;
  padding-top: 38.1%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.staff_prof_t1 {
  position: absolute;
  padding: 1% 1% 1% 3%;
  font-size: 3.5vw;
  left: 34%;
  top: 8%;
}

.staff_prof_t1:before {
  content: "「";
  margin-left: -1em;
}

.staff_prof_t1:after {
  content: "」"
}

.staff_prof_t2 {
  position: absolute;
  padding: 1% 1% 1% 3%;
  font-size: 2.9vw;
  bottom: 20%;
  left: 34%;
}

.staff_prof_t3 {
  position: absolute;
  padding: 1% 1% 1% 3%;
  font-size: 3.5vw;
  bottom: 4%;
  left: 34%;
}

.staff_prof_ename {
  position: relative;
  padding-left: 0.6em;
  font-size: 2.9vw;
}

@media only screen and (min-width: 768px) {
  a.staff_prof_in {
    width: 44%;
  }

  .staff_prof_in img {}

  .staff_prof_t1 {
    font-size: 1.6vw;
  }

  .staff_prof_t1:before {}

  .staff_prof_t1:after {}

  .staff_prof_t2 {
    font-size: 1.3vw;
  }

  .staff_prof_t3 {
    font-size: 1.6vw;
  }

  .staff_prof_ename {
    font-size: 1.3vw;
  }
}

@media only screen and (min-width: 1125px) {
  a.staff_prof_in {}

  .staff_prof_in img {}

  .staff_prof_t1 {
    font-size: 19px;
  }

  .staff_prof_t1:before {}

  .staff_prof_t1:after {}

  .staff_prof_t2 {
    font-size: 16px;
  }

  .staff_prof_t3 {
    font-size: 22px;
  }

  .staff_prof_ename {
    font-size: 15px;
  }
}

/*社員紹介 */
.senior {
	overflow: hidden;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a.senior_in {
	padding: 2% 2%;
	width: 100%;
	float: left;
	box-sizing: content-box;
	background: url(../../img/staff_back.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 1%;
	position: relative;
	color: #646464;
	display: block;
	transition: 500ms;
}

.senior_in:hover {
	box-shadow: 2px 3px 7px #aaa;
}

.post .senior_in:hover {
	box-shadow: none;
}

.senior_img {
	width: 45%;
	float: left;
/*	box-shadow: 2px 4px 9px #aaa;
	*/
	padding-top: 38.1%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.senior_t1 {
	position: absolute;
	padding: 1% 1% 1% 3%;
	font-size: 5.0vw;
	left: 44%;
	top: 14%;
}

.senior_t2 {
	position: absolute;
	padding: 1% 1% 1% 3%;
	font-size: 3.8vw;
	bottom: 30%;
	left: 44%;
}

.senior_t3 {
	position: absolute;
	padding: 1% 1% 1% 3%;
	font-size: 3.8vw;
	bottom: 15%;
	left: 44%;
}
.senior_t4 {
	position: absolute;
	padding: 1% 1% 1% 3%;
	font-size: 2.8vw;
	bottom: 4%;
	left: 44%;
}

.senior_ename {
	position: relative;
	padding-left: 0.6em;
	font-size: 2.9vw;
}

@media only screen and (min-width: 768px) {
	a.senior_in {
		width: 44%;
	}

	.senior_in img {
	}

	.senior_t1 {
		font-size: 1.6vw;
	}

	.senior_t2 {
		font-size: 1.3vw;
	}

	.senior_t3 {
		font-size: 1.3vw;
	}
	.senior_t4 {
		font-size: 1.3vw;
	}

	.senior_ename {
		font-size: 1.3vw;
	}
}

@media only screen and (min-width: 1125px) {
	a.senior_in {
	}

	.senior_in img {
	}

	.senior_t1 {
		font-size: 19px;
	}

	.senior_t2 {
		font-size: 16px;
	}

	.senior_t3 {
		font-size: 16px;
	}
	.senior_t4 {
		font-size: 16px;
	}

	.senior_ename {
		font-size: 15px;
	}
}


a.content_end_btn {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #ededed;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ededed 0%, #cecece 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ededed 0%, #cecece 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ededed 0%, #cecece 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#cecece', GradientType=1);
  /* IE6-9 */
  color: #676767;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 1.1em 0.5em;
  font-size: 150%;
  border-radius: 3px;
  position: relative;
  margin-top: 3em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

/*a.content_end_btn:after {content: "＞";color: #aaa;position: absolute;right: 1em;}*/

a.content_end_btn:hover {
  color: #424242;
}

a.content_end_btn:before,
a.content_end_btn:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 18px;
  left: 10px;
  width: 40%;
  top: 57%;
  width: 96%;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

a.content_end_btn:after {
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
  right: 10px;
  left: auto;
}

.ya {
  position: absolute;
  right: 1em;
}

.grayscale {
    color: #676767 !important;
    -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}


/***** 機能性補助食品一覧  ******/

.page_fs_head {
  margin: 3em 0 3em;
}

.disp_f_fs {
  display: block;
}


a.disp_f_fs_item {
  text-align: center;
  width: 80%;
  display: block;
  margin: 0 auto 1em;
  border: solid 1px #0258a0;
  text-decoration: none;
}

.disp_f_fs_item_t {
  color: #0258a0;
  font-size: 5.5vw;
  font-weight: bold;
  padding: 0.6em;
}

.disp_f_fs_item img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .disp_f_fs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }


  a.disp_f_fs_item {
    width: 31%;
  }

  .disp_f_fs_item_t {
    font-size: 2.1vw;
  }

  .disp_f_fs_item img {
    width: 100%;
  }
}

@media only screen and (min-width: 1080px) {
  .disp_f_fs_item_t {
    font-size: 24px;
  }
}

/***** 機能性補助食品説明  ******/


.fss_category_box {
  background: url(../../img/fss_img1.png);
  background-size: cover;
}

.fss_category_h2 {
  padding: 0.1em 1em;
  font-weight: bold;
  color: #828282;
  font-size: 150%;
  margin-bottom: 0.7em;
}

.fss_keyv {
  margin-bottom: 7%;
  text-align: center;
}

.fss_list {
  display: block;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}

.fss_list .fss_list_item {
  background: url(../../img/fss_img3.png);
  background-size: 100% 100%;
  width: 73%;
  text-decoration: none;
  color: #00579f;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.5vw;
  font-weight: bold;
  padding: 0.6em 2.5%;
  background-repeat: no-repeat;
  margin: 0.4em auto;
  display: block;
  text-align: center;
}


@media only screen and (min-width: 768px) {

  .fss_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	flex-wrap:wrap;
  }

  .fss_list .fss_list_item {
    width: 48%;
    font-size: 2.5vw;
    margin: 0.4em 1%;
    text-align: left;
  }
} /* 機能性食品原料 768 */


@media only screen and (min-width: 1027px) {
  .fss_list .fss_list_item {
    width: 31%;
    font-size: 150%;
    margin: 0.4em 1%;
  }
}/* 機能性食品原料 1027 */


a.content_end_btn2 {
  background: #9dc2cf;
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-align: left;
  padding: 0.7em 3.5em 0.7em 1.5em;
  font-size: 4.6vw;
  border-radius: 8px;
  position: relative;
  margin-top: 3em;
  letter-spacing: 0.2em;
}

a.content_end_btn2:hover {
  background: #59a7c1;
  ;
}

a.content_end_btn2:after {
  content: "";
  color: #aaa;
  position: absolute;
  right: 1em;
  background: url(../../img/fss_img4.png);
  width: 1.7em;
  height: 1.3em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


@media only screen and (min-width: 768px) {
  a.content_end_btn2 {
    font-size: 2.6vw;
    padding: 0.7em 0.5em;
    text-align: center;
  }
}

@media only screen and (min-width: 1027px) {
  a.content_end_btn2 {
    font-size: 30px;
    padding: 0.7em 2.5em 0.7em 0.5em;
  }
}

/***** 取り扱い商品 ******/

.ph_list_item {
  width: 246px;
  display: block;
  border: solid 1px #bbbbbb;
  text-decoration: none;
  color: #1a1a1a;
  text-align: center;
  margin: 0.7em 1%;
}

.ph_list_item a {
  color: #1a1a1a;
  text-decoration: none;
  background-size: contain;
}

.ph_wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ph_img {
  height: 10em;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.ph_kono {
  border: solid 1px #a6cbdc;
  background: #f0ffff;
  width: 45%;
  display: inline-block;
  text-align: center;
  padding: 0.2em 1.5%;
  font-size: 12px;
  font-weight: bold;
  margin: 0.5em 0%;
}

.ph_syubethu {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #c3c3c3;
  text-align: center;
  width: 45%;
  padding: 0.2em 1.5%;
  font-size: 12px;
  font-weight: bold;
  margin: 0.5em 0%;
}

.yakumei {
  background: #e7e7e7;
  padding: 1em 0.5em;
  font-weight: bold;
  display: block;
}

.ph_list_item a.ph_img:hover {
  opacity: 0.9;
}

.ph_list_item a.ph_kono:hover,
.ph_list_item a.yakumei:hover,
.ph_list_item a.ph_syubethu:hover {
  color: #163267;
/*  background-color: #77c7ff;*/
/*  box-shadow:2px 3px 7px #aaa;*/
	background-color:#ccc;
}

/***** 企業情報 ******/
#greetingsignature {
  text-align: right;
}

#Company_Profile table {
  width: 95%;
}

#Company_Profile table th {
  width: 10em;
  padding: 1em;
}

/***** アクセスマップ ******/
@media only screen and (max-width: 700px) {
  #accessmap img {
    display: block;
    width: 80%;
    margin: auto;
  }
}
.gaccessmap{
	margin: 0 auto;
}

/***** 記事内のタイトル ******/
/*水色の中タイトル*/
.hilight {
  background: #70a6c8;
  background: -moz-linear-gradient(left, #8ec4e6 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #8ec4e6 0%, #ffffff 100%);
  background: linear-gradient(to right, #8ec4e6 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ec4e6', endColorstr='#ffffff', GradientType=1);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
  text-shadow: 0.4px 0.4px 0px #fff;
  font-size: 1.1em;
  padding-left: 0.75em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

/*先輩に聴くの勤務時間*/
.under_line {
  background: #70a6c8;
  background: -moz-linear-gradient(left, #8ec4e6 0%, #ffffff 50%);
  background: -webkit-linear-gradient(left, #8ec4e6 0%, #ffffff 50%);
  background: linear-gradient(to right, #8ec4e6 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ec4e6', endColorstr='#ffffff', GradientType=1);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 10%;
/*  text-shadow: 0.4px 0.4px 0px #fff;*/
/*  font-size: 1.1em;*/
  padding-left: 0.75em;
  padding-top: 0.3em;
  padding-bottom 0;
  margin-bottom: 0;
}


/***** 採用情報内 ******/
.recruitTable a:hover,
.recruitTable a:visited,
.recruitTable a:link {
  color: #8ec4e6;
}

.recruitTable th {
  text-align: center;
}

.fss_list.d2-t2-s1 .fss_list_item {
  width: 73%;
}

@media only screen and (max-width: 767px) {
.page-template-page_recruit-php .fss_list.d2-t2-s1 .fss_list_item {
    width: 44%;
    float: left;
    margin: 0.5em 3%;
    padding: 3.5em 1em 4em;
    font-size: 4.5vw;
    max-height: 9em;
    background-image: url(../../img/fss_img3_sp.png);
}
/*.page-template-page_recruit-php .fss_list.d2-t2-s1 .fss_list_item:nth-child(3){
    padding: 3em 1em 4em;
}*/
}

@media only screen and (min-width: 768px) {
  .fss_list.d2-t2-s1 .fss_list_item {
    width: 48%;
  }
}
@media only screen and (min-width: 1027px) {
  .fss_list.d2-t2-s1 .fss_list_item {
    width: 48%;
  }
}




/****** 問合せページ ******/
.formTable th{
	width:20%;
	text-align:center;
}


/***** 記事内文字強調 ******/
.textimpact {
  font-size: 1.2em;
  border-bottom: double 4px #8ec4e6;
}

#page_top {
	width: 130px;
	height: 40px;
	position: fixed;
	right: 0;
	bottom: 10px;
	background: #007ab5;
	opacity: 0.6;
}

#page_top a {
	position: relative;
	display: block;
	width: 130px;
	height: 40px;
	text-decoration: none;
}

#page_top a::after {
	content: '↑ PAGE TOP';
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*********すんき漬けコンテンツ********/
.flex_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    flex-wrap:wrap;
　align-items: center;
  }

  .flex_list .flex_list_item {
    width: 48%;
    margin: 0.4em 1%;
    text-align: center;
  }

  .flex_list_item_img { 
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    align-items: center;
    height: 13em;/*画像の高さ*/
    }

.flex_list_item_img img{
	max-height: 100%;
	margin-bottom: 1em;
	}


@media only screen and (min-width: 768px) {

  .flex_list .flex_list_item {
    width: 31%;
    margin: 0.4em 1%;
  }

  .flex_list_item_img {
    height: 12em; /*画像の高さ*/
    }
}


@media only screen and (min-width: 1027px) {
  .flex_list .flex_list_item {
    width: 23%;
    margin: 0.4em 1%;
  }
  .flex_list_item_img {
    height: 15em; /*画像の高さ*/
    }
}

/** 一定のエリアにアイテムを固定で並べたい場合に利用 **/
.flex_list_s1_t2_d2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    flex-wrap:wrap;
    align-items: start;
  }

  .flex_list_s1_t2_d2 .item {
    max-width: 97%;
    margin: 0.4em 1%;
  } 


@media only screen and (min-width: 768px) {

  .flex_list_s1_t2_d2 .item {
    max-width: 47%;
    margin: 0.4em 1%;
  }
}
/* グループ会社　会社概要　*/
.group-c table{
	width:85%;
	cellspacing:0;
	margin:0 auto;
}
.group-c th{
	width:25%;
	text-align:center;
}
.group-c .group2 th{
	width:20%;
}


/* SP・PCでの表示切替　*/

@media screen and (min-width: 767px) {
	.pc_none{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.sp_none{
		display: none;
	}
}

/* 幅80%センター表示　採用*/

.d1-t1-s1 .item{
  width: 100%;
  text-align: center;
  margin: 0 auto 0.7em;
  display: block;
}