/******************************************************************
Theme Name: albatros
Theme URI: https://open-cage.com/albatros/
Description: アルバトロスはシンプルなブログ用テーマです。アルバトロス。すなわちアホウドリは警戒心がなくすぐ捕まってしまいます。そこがまた可愛らしいのです。
Version: 1.2.4
Author: opencage
Author URI: https://open-cage.com/
License: GNU General Public License
License URI: licence.txt
******************************************************************/

/*CSSインポート*/
@import url(custom.css);

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */

/* Googleフォント指定 */
.gf{
  font-family: 'Oswald', sans-serif;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong,
.strong {
  font-weight: bold; }

dfn,
em,
.em {
  font-style: italic;
  border-bottom: 1px dotted pink;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

pre {
  margin: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 0.9em;
  padding: 0.05em 0.4em;
  border-radius: 3px;
  background: #F6F6F6;
  color: #444;
}

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }



/* ==========================================================================
  Lists
========================================================================== */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }
.gallery{
margin-bottom: 2em!important;
}
.gallery dl{
  margin:0!important;
}
.gallery dl img{
  margin-bottom:0;
  border: none!important;
  padding: 1px;
}
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }
.entry-content ul li{
  position:relative;
  padding-left: 1em;
  margin: 3px 0;
}
.entry-content ul li:before{
  content:" ";
  width: 7px;
  height: 7px;
  background: #5C6B80;
  box-shadow: -1px -1px 1px rgba(97, 97, 97, 0.5) inset;
  display:block;
  position:absolute;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  left: 2px;
  top: 9px;
}
.entry-content ul li ul li:before{
  width: 5px;
  height: 5px;
  top: 10px;
}
.entry-content ul li ul li ul li:before{
  width:7px;
  height:2px;
  top:10px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}

.entry-content ol{
  counter-reset: number;
}
.entry-content ol li{
  list-style:none;
  position:relative;
  padding-left: 1.4em;
}
.entry-content ol li:before{
  counter-increment: number;
  content: counter(number);
  background: #5C6B80;
  color:#fff;
  width:1.5em;
  height:1.5em;
  font-size: 0.7em;
  font-weight:bold;
  font-family: 'Lato', sans-serif;
  display:block;
  text-align:center;
  line-height:1.5em;
  border-radius:50%;
  position:absolute;
  left:0;
  top: 3px;
}
.entry-content ol li ol li:before{
  background:#666;
  font-size:10px;
  line-height:1.4;
}
.entry-content ol li li ol li:before{
  background:#ccc;
  color:#555;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* TOC+プラグインのリストを非表示 */
#toc_container li:before{
  content:none;
}

/* ==========================================================================
  Embedded content
========================================================================== */

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */

figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal; }

button,
select {
-webkit-appearance:none;
-moz-appearance:none;
text-transform: none;}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
}

/* ==========================================================================
   Tables
   ========================================================================== */
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,.widget ul li {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after ,.widget ul li:before ,.widget ul li:after{
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after, .widget ul li:after {
    clear: both; }

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;
}

.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; }


.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; }



/*********************
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 4%;
  margin-bottom: 14px;
  font-size: 1em;
  color: #444;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-box-shadow:0 0 3px #eee inset;
  -moz-box-shadow:0 0 3px #eee inset;
  box-shadow:0 0 3px #eee inset;
  border: 0;
  width: 92%;
  width: 100%\0/; /*IE9用 */
  max-width: 92%;
  max-width: 100%\0/; /*IE9用 */
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }


#main input[type="text"],
#main input[type="password"],
#main input[type="datetime"],
#main input[type="datetime-local"],
#main input[type="date"],
#main input[type="month"],
#main input[type="time"],
#main input[type="week"],
#main input[type="number"],
#main input[type="email"],
#main input[type="url"],
#main input[type="search"],
#main input[type="tel"],
#main input[type="color"],
#main select,
#main textarea,
#main .field {
  padding: 0 2%;
  width: 96%;
  width: 100%\0/; /*IE9用 */
  max-width: 96%;
  max-width: 100%\0/; /*IE9用 */
}


  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;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)"; }
    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;
  background-image: url(library/images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 97.5% center;
  background-size:9px; }



/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Lato", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #545B63;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}



/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto; }

.last-col {
  float: right;
  padding-right: 0 !important; }

/*********************
LINK STYLES
*********************/
a {
  color: #4B99B5;}
  a:hover {
    color: #74B7CF; }
  /*リンクをゆっくりと */
  a,
  a img{
      -webkit-transition: 0.3s ease-in-out;
         -moz-transition: 0.3s ease-in-out;
           -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out;
  }
  /*画像をマウスオーバーで半透明に */
  a:hover img{
	  filter: alpha(opacity=70);
	  -ms-filter: "alpha(opacity=70)";
      opacity:0.7;
  }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
  /* 外部リンク - External Link */
  .entry-content a[target="_blank"]:after {
      font-family: 'FontAwesome';
      content: '\f08e';
      font-size:0.9em;
      margin:0 3px 0 2px;
  }
  /* 外部リンク画像の場合にアイコンを消すクラス */
  .entry-content a.no-icon[target="_blank"]:after{
    content:none;
  }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.333em; }

h2, .h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.125em;
  font-weight: bold;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; }

h5, .h5 {
  font-size: 1em;
  font-weight: 700;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 1px; }

/*********************
HEADER STYLES
*********************/
#custom_header_full{
  text-align: center;
}
#custom_header{
  width:100%;
  height:500px;
  background-size: cover!important;
}

.header {
  background-color: #4B99B5; }

#inner-header{
  position:relative;
}
#logo {
  margin: 47px 0 8px;
  padding: 0;
  font-size: 1.4em;
  height: 55px;
}
#logo .h1{
  font-size:1em;
  margin:0;
  padding:0;
}
#logo a {
  color: white;
  width: 100%;
  height: 55px;
  display: table-cell;
  vertical-align:middle;
  text-align:center;
  line-height: 1.15;
  text-decoration:none;
}
#logo a img{
  width: 100%;
}

#logo a:hover{
  color:yellow;
}

.subnav{
  position:absolute;
  top:0;
  width: 100%;
  font-size:12px;
}
.subnav .site_description{
  float:left;
  margin: 1em 0;
  color: #fff;
  font-size: 0.9em;
}
.subnav form{
  width:210px;
  max-width:100%;
  margin-top:5px;
}
.subnav form div{
  position:relative;
}
.subnav form input{
  width:90%;
  width: 90%\0/; /* IE9用 */
  max-width: 90%;
  max-width: 90%\0/; /* IE9用 */
  height:26px;
  line-height: 1.5;
  padding:1% 5%;
}
.subnav form button{
  position:absolute;
  font-size:14px;
  right:5px;
  top:5px;
  border:0;
  background:none;
}

.subnav .linklist{
    float: right;
    margin-left: 1em;
}
.subnav .linklist li{
  display:inline;
  margin-right:1em;
}
.subnav .linklist li a{
  text-decoration:none;
  color:#fff;
}
.subnav .linklist li a:hover{
  text-decoration:underline;
}
.subnav .linklist li a:before{
  font-family:"fontawesome";
  content:'\f0da';
  margin-right:0.3em;
  color: #fff;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  opacity: 0.9;
}
.subnav .linklist li a span{
  display:none;
}
.subnav .contactbutton{
  width:170px;
  height:45px;
  line-height:40px;
  float:right;
  font-size:14px;
  text-align:center;
}
.subnav .contactbutton ul{
  margin:0;
}
.subnav .contactbutton a{
  width:100%;
  height:100%;
  display:block;
  background: #235D72;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 10px rgba(59, 59, 59, 0.2);
  color:#fff;
  text-decoration:none;
  text-shadow: 1px 1px rgba(80, 80, 80, 0.5);
}
.subnav .contactbutton a:hover{
  background:#3F7E94;
}
.subnav .contactbutton a i{
  margin-right:0.3em;
}
/* リンクがtel:00000000000の場合にアイコンをチェンジ */
.subnav .contactbutton a[href^="tel"] i:before{
  content: '\f095';
}

#breadcrumb{
  font-size:11px;
  margin-top: 15px;
}
#breadcrumb li{
  float:left;
  margin-left:0.5em;
}
#breadcrumb li:after{
  font-family:"fontawesome";
  content:'\f105';
  margin-left:0.5em;
}
#breadcrumb li:last-child:after{
  display:none;
}
#breadcrumb li a{
  color:#666;
  text-decoration:none;
}

@media only screen and (min-width: 768px) {
	.header.headercenter #logo{
		display: block;
		width:auto;
		height: auto;
		float: none;
		position: relative;
		margin: 50px auto 10px;
		font-size: 2em;
	}
	.header.headercenter #logo .h1,
	.header.headercenter #logo .h1 a{
		margin:auto;
		display: inline-block;
		width:auto;
		height:auto;
	}
	.header.headercenter #logo img{
		width:auto;
		max-height:90px;
	}

	.header.headercenter #g_nav,
	.header.headercenter #g_nav > .nav{
		position:static;
		float:none;
		text-align:center;
	}
	.header.headercenter #g_nav{
		margin: 5px auto;
		display: block;
	}
	.header.headercenter #g_nav > .nav{
		display: inline-block;
	}
	.header.headercenter #g_nav > .nav > li:last-child a{
		background:none;
	}
}


/*********************
NAVIGATION STYLES
*********************/
.nav {
  border-bottom: 0;
}
.nav li {
}
.nav li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 0.75em;
  position:relative;
}
.nav li a:hover{
  color:yellow;
}

.nav > li{
  font-size: 11px;
  text-align:center;
}
.nav > li > a{
  padding: 2.5em 0 0.1em;
}
.nav li a span{
  display:block;
  position:absolute;
  top: 0.4em;
  text-align:center;
  width:100%;
}
.nav li li{
  font-size:14px;
  text-align:left;
}
.nav li li span{
  display:none;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}


/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 1.5em; }

#main .article {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 2.5em;

}
  #main .article header {
    border-bottom: 1px solid #f8f9fa;
    padding: 1.2em 2em 1em; }
  #main .article .eyecatch{
    text-align:center;
    border-bottom: 1px solid #f8f9fa;
    overflow:hidden;
    position:relative;
	width: 35%;
    float: left;
    margin: 20px 10px;
  }
  #main .article .eyecatch img{
    margin:0;
    /* width:100%; */
    height: auto;
  }
  #main .article footer {
    padding: 1.5em 2em;
    border-top: 1px solid #f8f9fa;
    }
    #main .article footer h4{
      margin:0.5em 0;
    }
    #main .article footer p {
      margin: 0; }
    /* 同一カテゴリの新着記事 */
    .category-newpost-wrap a{
      text-decoration:none;
    }
    .category-newpost-wrap h3{
      font-size:1em;
    }
    .category-newpost-wrap h3 a:before{
      content:'"';
    }
    .category-newpost-wrap h3 a:after{
      content:'"';
    }
    .category-newpost{
      border-top:1px dotted #eee;
      margin-bottom: 2em;
    }
    .category-newpost li{
      border-bottom:1px dotted #eee;
      padding:0.5em 0;
      font-size:0.9em;
    }
    .category-newpost li .date{
      width: 6em;
      display: block;
      float: left;
    }
    .category-newpost li a{
      padding-left: 6.5em;
      display: block;
    }

    #main .article footer .post-categories,
    #main .article footer .tags{
      margin:0;
      font-size:0.75em;
    }
    #main .article footer .post-categories li,
    #main .article footer .tags a{
      display:inline-block;
      margin-bottom:8px;
    }
    #main .article footer .post-categories li a,
    #main .article footer .tags a{
      background: #4B99B5;
      color:#fff;
      padding:0.2em 0.4em;
      margin-right:0.4em;
      text-decoration:none;
      border:1px solid #4B99B5;
    }
    #main .article footer .tags a{
      background:none;
      color:#4B99B5;
    }
    #main .article footer .tags a:before{
      font-family:"fontawesome";
      content:'\f02b';
      margin-right:0.2em;
    }

    #main .article footer .post-categories li a:hover,
    #main .article footer .tags a:hover{
      background:#74B7CF;
      color:#fff;
      border-color:#74B7CF;
    }

  /* .single .entry-content h2{
    position: relative;
    background: #5C6B80;
    color: #FFF;
    border: none;
    font-size:1.25em;
    padding: 0.5em 0.7em;
    margin-top: 2.1em;
    margin-bottom: 0.85em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .single .entry-content h2:before{
    content: '';
    position: absolute;
    border-top: 8px solid #f3f3f3;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    bottom: -8px;
    left: 30px;
  }
  .single .entry-content h2:after{
    content: '';
    position: absolute;
    border-top: 10px solid #5C6B80;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    bottom: -8px;
    left: 30px;
  } */
  .single .entry-content h3{
    border-left:1px solid;
    padding:0.7em;
  }

  .page .entry-content h2{
    padding:0.65em 0.2em;
    margin:1.5em 0 1em;
    font-size:1.35em;
    border-top:1px solid;
    border-bottom:1px solid;
  }
  .page .entry-content h3{
    border-left:1px solid;
    padding:0.7em;
  }

/* 投稿ページ下のエリア */
.single .authorbox,
.single .related-box{
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 2.5em;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 3px 10px #ddd;
  -moz-box-shadow: 0 3px 10px #ddd;
  box-shadow: 0 3px 10px #ddd;
  -webkit-box-shadow: 0 2px 5px rgba(128, 128, 128, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(128, 128, 128, 0.15);
  box-shadow: 0 2px 5px rgba(138, 138, 138, 0.15);
}
.single .authorbox a,
.single .related-box a{
  color:#444;
}
.single .authorbox a:hover,
.single .related-box a:hover{
  color:#999;
}
.single .authorbox .h_ttl,
.single .related-box .h_ttl{
  font-size: 12px;
  margin:1em 0;
  font-weight:normal;
}
.single .authorbox .h_ttl span,
.single .related-box .h_ttl span{
  font-size: 1.5em;
  margin-right: 0.5em;
  position:relative;
  bottom:-2px;
}
.single .authorbox .inbox,
.single .related-box .inbox{
  padding:1.5em 2em;
}

.single .authorbox .profile{
  border-bottom:1px dotted #ccc;
  padding-bottom:0.8em;
  margin-bottom: 0.8em;
}
.single .authorbox .profile img {
  width:16%;
  float:left;
  margin:0 2% 1.5% 0;
}
.single .authorbox .profile .name{
  font-size:1.1em;
  margin:0 0 0.5em;
}
.single .authorbox .profile a{
  text-decoration:none;
  color:#444;
}
.single .authorbox .profile .profile_description{
  font-size:0.8em;
  padding-left:18%;
}
.single .authorbox .profile .author_sns{
  text-align:center;
  margin:2em 0 0;
}
.single .authorbox .profile .author_sns li{
  display:inline-block;
  font-size: 0.8em;
  margin-right: 1.2em;
}
.single .authorbox .profile .author_sns li i{
  font-size:1.1em;
  margin-right:0.3em;
}
.single .authorbox .author-newpost li,
.related-box li{
  width:24%;
  min-height: 190px;
  margin:0 1% 1% 0;
  float:left;
  position:relative;
}

.single .authorbox .author-newpost li .eyecatch,
.related-box li .eyecatch{
  height: 100px;
  overflow: hidden;
  text-align: center;
}
.single .authorbox .author-newpost li a,
.related-box li a{
  display:block;
  text-decoration:none;
}
.single .authorbox .author-newpost li .cat-name,
.related-box li .cat-name{
  position:absolute;
  top:0;
  right:0;
  padding:0.1em 0.5em;
  font-size:10px;
  background: #4B99B5;
  color:#fff;
  text-align:center;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  opacity: 0.9;
}
.single .authorbox .author-newpost li .date,
.related-box li .date{
  font-size:10px;
}
.single .authorbox .author-newpost li .ttl,
.related-box li .ttl{
  font-size:12px;
  margin:0;
}

/* 次・前の記事 */
.authorbox .np-post{
  padding: 0;
}
.authorbox .np-post a{
  display:block;
  font-size:0.85em;
  padding:1em 2em;
  position:relative;
  text-decoration:none;
  border-top:1px dotted #ccc;
}
.np-post .next a{
  text-align:right;
  padding-right:2.5em;
  padding-left:1em;
}
.np-post .prev a{
  text-align:left;
  padding-left:2.5em;
  padding-right:1em;
}
.np-post .next a:after,
.np-post .prev a:before{
  font-family:"fontawesome";
  position:absolute;
  font-size:1.2em;
}
.np-post .next a:after{
  content:'\f105';
  right:1em;
  top:25%;
}
.np-post .prev a:before{
  content:'\f104';
  left:1em;
  top:25%;
}


div.wp-video {
  width: 100%!important;
}


/* ページタイトル */
.single-title,
.page-title,
.entry-title {
  margin: 0.15em 0; }


.byline {
  margin: 0; }
  .byline .date{
    font-weight:bold;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
    opacity: 0.7;
}
  .byline .cat-name{
    background: #4B99B5;
    color:#fff;
    padding: 0.2em 0.4em;
    margin-left: 0.9em;
    font-size: 0.7em;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
  }

/* entry content */
.entry-content {
  padding: 1.5em 2em;
  }
  .entry-content p {
	  
    line-height: 1.7;
  }
  .entry-content table {
    width: 100%;
    font-size: 0.85em;
    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 #eee; }

  .entry-content td {
    padding: 7px;
    border-right: 1px solid #eaedf2; }
    .entry-content td input{
      margin:3px 0;
    }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2;
    padding: 7px;
    min-width: 6em;
    }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote{
	  color: #777;
	  border:1px solid #ccc;
	  margin:2em 0;
	  font-size: 0.95em;
	  padding:1.5em 2.5em 0.5em;
	  border-radius:10px;
	  position:relative;
  }
  .entry-content blockquote:before{
  font-family: 'FontAwesome';
  content:'\f10d';
  position:absolute;
  width:1em;
  height:1em;
  padding-top:0.25em;
  border-radius:50%;
  display:block;
  text-align:center;
  left:-0.4em;
  top:-0.5em;
  font-size:25px;
  line-height:1;
  color:#999;
  }
  .entry-content blockquote:after{
  font-family: 'FontAwesome';
  content:'\f10e';
  position:absolute;
  width:1em;
  height:1em;
  padding-top:0.25em;
  border-radius:50%;
  display:block;
  text-align:center;
  right:-0.4em;
  bottom:-0.2em;
  font-size:25px;
  line-height:1;
  color:#999;
  }
  .entry-content blockquote h1,
  .entry-content blockquote h2,
  .entry-content blockquote h3,
  .entry-content blockquote h4{
  margin-top:0!important;
  }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }


.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  margin-bottom: 1.8em;
}
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.75em;
    margin: 4px 0;
    text-align: center; }

iframe{
	max-width: 100%;
}

.tags {
  margin: 0; }

#main .top-post-list{
  -webkit-box-shadow: 0 2px 5px #ddd;
  -moz-box-shadow: 0 2px 5px #ddd;
  box-shadow: 0 2px 5px #ddd;
  -webkit-box-shadow: 0 2px 5px rgba(128, 128, 128, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(128, 128, 128, 0.15);
  box-shadow: 0 2px 5px rgba(138, 138, 138, 0.15);
  background: #fff;
}
#main .top-post-list .post-list{
	font-size: 13px;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
#main .top-post-list .post-list a{
 display:block;
 padding:1em;
 text-decoration:none;
 color: #888;
 border-bottom:1px dotted #ddd;
}
#main .top-post-list .post-list a:hover{
  background:#F6F6F6;
}
#main .top-post-list .post-list .eyecatch{
  width:36%;
  float:left;
  max-height: 170px;
  overflow: hidden;
}
#main .top-post-list .post-list .entry-content{
  padding:0 0 0 39%;
}
#main .top-post-list .post-list .entry-content .entry-title{
  margin-bottom:0.3em;
  color:#444;
}
#main .top-post-list .post-list .entry-content p{
  margin-bottom:0.3em;
}



/* ================================================== */
/* ウィジェット */
/* ================================================== */

.widget{
  margin-bottom:1.5em;
}
.widget a{
  text-decoration:none;
  color:#666;
}
.widget a:hover{
  color:#999;
}
.widgettitle {
  background: #4B99B5;
  color: #fff;
  font-size: 1em;
  padding: 3px;
  margin-bottom: 0.75em;
  margin-top: 0;
}
.widget .widgettitle span{
  border: 1px solid rgba(255, 255, 255, 0.6);
  display:block;
  width: 100%;
  height: 100%;
  padding: 0.9em 0.8em;
}
/* ウィジェットカテゴリー・新着記事 */
.widget.widget_categories .widgettitle,
.widget.widget_recent_entries .widgettitle,
.widget.widget_nav_menu .widgettitle,
.widget.widget_pages .widgettitle,
.widget.widget_archive .widgettitle,
.widget.widget_mycategoryorder .widgettitle{
  margin-bottom:0;
}

.widget.widget_categories ul,
.widget.widget_recent_entries ul,
.widget.widget_nav_menu ul,
.widget.widget_pages ul,
.widget.widget_archive ul,
.widget.widget_mycategoryorder ul{
  border-top:1px solid #ddd;
  margin-top: 0;
}
.widget.widget_categories ul li,
.widget.widget_recent_entries li,
.widget.widget_nav_menu li,
.widget.widget_pages li,
.widget.widget_archive li,
.widget.widget_mycategoryorder li{
  border-bottom:1px solid #ddd;
  margin:0;
  padding:0;
}

.widget.widget_categories li a,
.widget.widget_recent_entries li a,
.widget.widget_nav_menu li a,
.widget.widget_pages li a,
.widget.widget_archive li a,
.widget.widget_mycategoryorder li a{
  display:block;
  padding: 0.5em 1.2em 0.5em 0.3em;
  margin:0;
  position:relative;
}


.widget.widget_categories li a:after,
.widget.widget_recent_entries li a:after,
.widget.widget_nav_menu li a:after,
.widget.widget_pages li a:after,
.widget.widget_archive li a:after,
.widget.widget_mycategoryorder li a:after{
  font-family:"fontawesome";
  content:'\f105';
  position:absolute;
  right: 0.2em;
  font-size: 1.2em;
  color: #4B99B5;
  top:50%;
  margin-top:-0.75em;

}
.widget li a:hover:after{
  right:2px;
  -webkit-transform: translate(1px, 0);
  -moz-transform: translate(1px, 0);
  transform: translate(1px, 0);
}
/* ドロップダウンスタイルの変更 */
.widget select{
  margin-top:1em;
  width:100%;
  max-width:100%;
}
/* ドロップダウンにした時のlabelを非表示 */
.widget.widget_categories label,
.widget.widget_archive label{
  display:none;
}
/* リスト 下の階層 */
.widget.widget_nav_menu li ul,
.widget.widget_pages li ul,
.widget.widget_categories li ul{
  padding:0;
  margin:0;
}
.widget.widget_nav_menu li ul a,
.widget.widget_pages li ul a,
.widget.widget_categories li ul a{
  padding-left:0.8em;
}
.widget.widget_nav_menu li ul ul a,
.widget.widget_pages li ul ul a,
.widget.widget_categories li ul ul a{
  padding-left:1.6em;
}
.widget.widget_nav_menu li ul li:last-child,
.widget.widget_pages li ul li:last-child,
.widget.widget_categories li ul li:last-child{
  border:none;
}
.widget.widget_nav_menu li ul li a,
.widget.widget_pages li ul li a{
  padding-left:0.5em;
}
.widget.widget_nav_menu li ul li a:before,
.widget.widget_pages li ul li a:before{
  content:'− ';
}
/* コメント */
.widget.widget_recent_comments ul{
  margin-top:0;
}
.widget.widget_recent_comments li{
  border-bottom:1px solid #ddd;
  padding:0.3em;
  margin:0;
}

/* ウィジェット検索フォーム */
.widget.widget_search .searchform{
  position:relative;
  height: 40px;
}
.widget.widget_search input[type="search"]{
  position:absolute;
}
.widget.widget_search button{
  position:absolute;
  right:0;
  top:0;
  border:0;
  background: none;
  font-size:0.9em;
  height:40px;
  padding:0 1em;
}

/* ウィジェット カレンダー */
.widget.widget_calendar table{
  width:100%;
  text-align:center;
}
/* ウィジェット タグクラウド */
.widget.widget_tag_cloud a{
  padding: 0.1em 0.5em;
  margin: 0 0.1em 0.2em 0;
  display:inline-block;
  font-size: 12px!important;
  background: rgba(51, 51, 51, 0.45);
  color: #fff;
}
.widget.widget_tag_cloud a:hover{
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	opacity:0.6;
	color:#fff;
}

/* カスタムメニューのスパンを非表示 */
.widget.widget_nav_menu li a span{
  display:none;
}


/* 広告 */
.add .widget,
.add.more{
  text-align:center;
  font-size:0.8em;
}
.add a[target="_blank"]:after{
  content:none;
}
.add .widget img{
  margin:0;
}
.entry-content .add .widget{
  margin:2em 0;
}
.entry-content .add.titleunder .widget{
  margin-top:0;
}

/* TOP PAGE Widget */
.home_widget,
.home_widget .widget{
	margin-bottom: 1.5em;
}

/* 新着記事のサムネイル */
.widget.widget_recent_entries li .eyecatch{
  max-width: 30%;
  float:left;
  margin-bottom:0.5em;
  margin-right:0.5em;
}

.widget.widget_recent_entries li span,
.widget li span.date{
  padding:0 0.3em;
  font-size:0.8em;
  margin:0.4em 0 0;
  display:block;
}

/* 人気記事表示（プラグイン WordPress Popular Posts 用） */
ul.wpp-list{
  counter-reset: number;
}
ul.wpp-list li{
  list-style:none;
  position:relative;
  border-bottom:1px solid #ddd;
  margin: 0;
  padding-bottom:0.75em;
}
ul.wpp-list li a:before{
  counter-increment: number;
  content: counter(number);
  background: #000000;
  margin-right:3px;
  color:#fff;
  width:1.5em;
  height:1.5em;
  font-size:0.75em;
  font-weight:bold;
  font-family: 'Lato', sans-serif;
  display:block;
  text-align:center;
  line-height:1.5em;
  position:absolute;
  left:0;
  top:0;
}
ul.wpp-list img{
  margin-bottom:0;
}
ul.wpp-list li a.wpp-post-title{
  display:block;
}
ul.wpp-list li a.wpp-post-title:before,
ul.wpp-list li .wpp-author a:before,
ul.wpp-list li .wpp-category a:before{
  content:none;
}



/******************************************************************
PAGE STYLES
******************************************************************/

/* 固定ページで子ページが設定されている時に表示されるナビ */
.local-nav{
  margin-bottom: 2em;
  font-size: 0.9em;
}
.local-nav .title{
  margin:0;
  color: #fff;
  padding: 0;
}
.local-nav .title a{
  background: #4B99B5;
  color: #fff;
  display:block;
  padding:0.9em 0.8em;
}
.local-nav ul{
  background: #fff;
  margin:0;
  border: 1px solid #ddd;
}

.local-nav li.current_page_item{
  background: #eee;
}

.local-nav ul li a{
  display: block;
  background: #fff;
  border-top: 1px solid #ddd;
  display:block;
  padding: 0.9em 0.8em;
  margin-top: -1px;
  color:#444;
  text-decoration:none;
}
.local-nav .title a:hover,
.local-nav ul li a:hover{
  text-decoration:underline;
}
.local-nav .current_page_item a{
  color:#4B99B5;
}
.local-nav ul ul {
  padding-left: 5px;
  border: none;
  border-top: 1px solid #eee;
  background: #999;
}
.local-nav ul ul ul{
  padding:0;
}
.local-nav ul ul ul li a:before{
  content:'− ';
}
.local-nav ul ul li{
  background:#fff;
}

/* 問い合わせフォームプラグイン「MW WP FORM」用 */
.mw_wp_form table th{
  background:none;
}
.mw_wp_form table,
.mw_wp_form table th,
.mw_wp_form table td{
  border:none;
}
.mw_wp_form table{
  border-top: 1px solid #eee;
}
.mw_wp_form table input[type="radio"]{
  margin-right:4px;
}
.mw_wp_form input[type="submit"],
.wpcf7-submit{
  background:#333;
  color:#fff;
  border:none;
  border-bottom:3px solid #ddd;
  border-right:3px solid #ddd;
  padding:1em 3em;
  min-width:40%;
  max-width:85%;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  display:block;
  margin:auto;
  position:relative;
}
.mw_wp_form input[type="submit"]:hover,
.wpcf7-submit:hover{
  background:#666;
}
.cat-list{
  width:102%;
  margin-bottom: 3em;
}
.cat-list ul li a{
  text-decoration:none;
  display:block;
}
.cat-list > ul > li{
  width:47%;
  float:left;
  font-weight:bold;
  margin:0.5em 3% 0.5em 0;
  padding-left:0;
}
.cat-list > ul > li > a{
  border-bottom:1px dotted;
}

.cat-list > ul > li:before{
  content:none;
}

/* ページ内の検索フォーム */
.entry-content .searchform{
  position:relative;
}
.entry-content .searchform button{
  background:none;
  border:none;
  position:absolute;
  top:7px;
  right:10px;
}


/******************************************************************
ARCHIVE PAGE STYLES
******************************************************************/

.archivettl{
  text-align:center;
}
.archivettl h1{
  font-size:1.1em;
  display:inline-block;
  padding:0.1em 1em 0.3em;
  margin-bottom: 0.9em;
  border-bottom:1px solid;
}
.archivettl h1 span{
  display:block;
  font-size:10px;
  font-weight:normal;
}
.archivettl h1 .author-icon img{
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  width:80px;
  margin-bottom:1.3em;
  border:2px solid #fff;
  box-shadow:0 0 10px #ddd;
}
.taxonomy-description{
  font-size:0.8em;
}


.readmore{
  text-align:left;
  margin-bottom:0.5em;
}
.readmore a{
  text-decoration:none;
  border:1px solid #58af83;
  color:#58af83;
  text-align:center;
  display:inline-block;
  font-size:0.9em;
  padding: 0.7em 1.5em 0.7em 2em;
  max-width:100%;
}
.readmore a:hover{
  background:#58af83;
  color:#fff;
}
.readmore a:after{
  font-family:"fontawesome";
  content:'\f105';
  margin-left:1em;
}


/* ページネーション・ページ分け */

.pagination,
.wp-prev-next {
  margin: 1.5em 0;
  background-color: white; }
.pagination,
.page-links {
  text-align: center; }
  .pagination ul,
  .page-links ul{
    display: block;
    text-align: center;
    /* white-space: nowrap; */
    padding: 0.3em ;
    clear: both;
    }
  .pagination li,
  .page-links li{
    margin: 0 3px!important;
    padding: 0!important;
    display: inline-block;
    min-height: 2.6em;
	}
    .entry-content .page-links li:before{
    	content:none;
    }
  .pagination a, .pagination span,
  .page-links a , .page-links ul > li > span{
    display: block;
    margin: 0;
    padding: 0.75em 0.85em;
    text-decoration: none;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    min-width: 1em;
    color: #2980b9;
    border: 1px solid #eaedf2; }

    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus,
    .page-links a:hover, .page-links a:focus{
      background-color: #2980b9;
      color: white; }
  .pagination .current,
  .page-links ul > li > span{
    cursor: default;
    color: #5c6b80; }
    .pagination .current:hover, .pagination .current:focus,
    .pagination .dots:hover, .pagination .dots:focus {
      background-color: white;
      color: #5c6b80; }




/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
 }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment,
.pingback {
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  font-size: 0.9em;
  border-bottom: 1px solid #f8f9fa;
  }
  .comment .comment {
    font-size:1em;
  }
  #main .comment .comment-meta,
  #main .pingback .comment-meta{
    padding:0;
  }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    /* margin-left: 50px; */ }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment-metadata{
      font-size:0.8em;
    }
    .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 {
      margin-left:-3px;
      border-radius: 50%; }
  .comment:last-child,
  .pingback:last-child {
    margin-bottom: 0; }
  .comment .children,
  .pingback .children {
    margin: 0;
    }
  .comment[class*=depth-],
  .pingback[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1,
  .pingback.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1),
  .pingback:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd,
  .pingback.odd {
    background-color: white; }
  .comment.even,
  .pingback.even {
    background: #f8f9fa; }

.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.comment-reply-link {
  font-size: 0.9em;
  float: right;
  margin-bottom: 1em;
}

.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

.comment-navigation{
  text-align:center;
  padding:1em;
}


/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa; }

#reply-title {
  margin: 0; }

.logged-in-as {
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #F9F9F9;
  font-size: 0.9em; }

#submit {
  float: right;
  font-size: 1em; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }

/*********************
FOOTER STYLES
*********************/

/* ページトップへ */
#page-top {
  position: fixed;
  right: 20px;
  z-index: 99999;
}
#page-top a {
  background-repeat: no-repeat;
  text-decoration: none;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: rgba(126, 204, 164, 0.7);
  padding: 0;
  display: block;
  color: #fff;
}
#footer-top{
  background-color: #323944;
  border-bottom:1px solid;
  font-size:0.9em;
  position: relative;
}
.footer a,
#footer-top a{
  color: #B0B4BA;
  text-decoration:none;
}
.footer a:hover,
#footer-top a:hover{
  text-decoration:underline;
}
.footer a .gf,
#footer-top a .gf{
  display:none;
}
#footer-top .widget{
  margin-top:2em;
}
#footer-top ul{
  border-top: 1px solid rgba(216, 216, 216, 0.15);
}
#footer-top li{
  border-bottom: 1px solid rgba(216, 216, 216, 0.15);
}
#footer-top .widgettitle{
  background:none;
  padding:1em 0.2em;
  color: #86909E;
}
#footer-top .widgettitle span{
  border:none;
  padding:0;
}
.footer {
  clear: both;
  background-color: #323944;
  color: #878C94;
}
.footer .copyright .create{
  display:inline-block;
}

/*********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width: 481px) {
  #logo {
    float: left;
  }
  /*********************
  POSTS & CONTENT STYLES
  *********************/

    .alignleft, img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .alignright, img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .aligncenter, img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
}

/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {

  #container{
    overflow:hidden;
  }
  .wrap {
    width: 760px; }
  #container.sidebarleft #main{
    float:right;
  }
  #container.sidebarleft .sidebar{
    float:left;
  }

  /*********************
  HEADER STYLES
  *********************/

  #logo{
    width: 18%;
    position: relative;
    text-align: center;
	}

  .subnav form{
    width:130px;
    float: right;
    margin-right:0.5em;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  #g_nav{
    position:relative;
    margin: 46px 0 0;
  }
  .nav {
    margin:0;
    border: 0;
    position: absolute;
    right: 0;
 	}
    .nav > li {
      float: left;
      position: relative;
      width: 103px;
      }
      .nav li a {
        border-bottom: 0;
        transition: visibility 0s ease-in-out;}
      .nav li a span{
        font-size: 1.4em;
      }
      .nav ul {
        background: #323944;
        margin-top: 0;
        transition: visibility 0.3s ease-in-out; }
      .nav li ul.sub-menu,
      .nav li ul.children {
        margin-top: 0;
        border: 1px solid rgba(105, 105, 105, 0.45);
        border-top: 0;
        position: absolute;
        visibility: hidden;
        -webkit-transition: visibility 0.3s ease-in-out;
        -moz-transition: visibility 0.3s ease-in-out;
        transition: visibility 0.3s ease-in-out;
        z-index: 8999;
        }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          position: relative;
          }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            padding-left: 10px;
            border-right: 0;
            display: block;
            width: 210px;
            border-bottom: 1px solid rgba(105, 105, 105, 0.45); }
          .nav li ul.sub-menu li a:hover,
          .nav li ul.children li a:hover{
			filter: alpha(opacity=80);
			-ms-filter: "alpha(opacity=80)";
            opacity:0.8;
          }
          .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; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
	.sidebar {
		font-size: 0.9em;
	}
	/* スクロール広告 */
	#scrollfix.fixed{
	  max-width: 336px;
	  padding-top: 5px;
	}

  .widget {
    padding: 0;
    margin: 0 0 3em; }
    .widget ul li {
      margin-bottom: 0.75em;
      }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }

  /*********************
  FOOTER STYLES
  *********************/

  #inner-footer nav{
    display:inline-block;
    float:left;
  }
  .footer-links ul{
    padding:0;
    margin:1em 0;
  }
  .footer-links ul li {
    display:inline;
    font-size: 0.8em;
    }
    .footer-links ul li:after{
      content:'　|　';
    }
    .footer-links ul li:last-child:after{
      content:none;
    }
    .footer-links ul li a{
      text-decoration:none;
    }
    .footer .copyright {
      font-size:0.8em;
      padding: 0.6em 0;
      float: right;
      display: inline-block;
    }

}


/*********************
DESKTOP ONLY
*********************/
@media only screen and (min-width: 1100px) {
  .wrap {
    width: 1100px; }
  .cta-inner{
    padding: 1em 2em;
  }
}



/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

}






/*! #######################################################################

	MeanMenu 2.0.7

####################################################################### */

a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: rgba(26, 26, 26, 0.23);
  padding: 0;
  min-height: 52px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 15px 15px 15px 15px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  background: rgba(21, 21, 21, 0.2);
  background-position: center;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container a.meanmenu-reveal.meanclose{
  background: rgba(21, 21, 21, 0.2) url(library/images/close_icon.png) center no-repeat;
  background-size: 50%;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  margin-top: 52px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li span{
  display:none;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255,255,255,0.5);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255,255,255,0.25);
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  opacity: 0.75;
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 25px;
  height: 32px;
  padding: 12px 13px!important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255,255,255,0.1);
  border: none !important;
  border-left: 1px solid rgba(255,255,255,0.4) !important;
  border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0,0,0,0.5);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}




/*--------------------------------
SNS
---------------------------------*/
.sharewrap{
  padding:1em;
  background: #FFFEF2;
}
.share{
  width:100%;
}
.share.short{
  padding:0 1.5em;
}

.sns{
  margin:0 auto;
  text-align:center;
}
.sns ul {
  list-style:none;
}
.sns li {
  float:left;
  width:48%;
  margin:0 2% 3% 0;
}
.sns li a {
  font-size:80%;
  position:relative;
  display:block;
  padding:10px;
  color:#fff;
  border-radius: 3px;
  text-align:center;
  text-decoration: none;
  text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}
.sns li a:before,
.sns li a i{
  margin-right:0.2em;
  margin-left:0.2em;
  font-size:1.1em;
}
.sns li a:hover {
  -webkit-transform: translate3d(0px, 3px, 1px);
  -moz-transform: translate3d(0px, 3px, 1px);
  transform: translate3d(0px, 3px, 1px);
  box-shadow:none;
}
.sns li a .count{
  font-size:10px;
  margin-left: 2px;
}

/* ツイッター */
.sns .twitter a {
  background:#00acee;
  box-shadow:0 3px 0 #0092ca;
}
.sns .twitter a:hover {
  background:#0092ca;
}

/* Facebook */
.sns .facebook a {
  background:#3b5998;
  box-shadow:0 3px 0 #2c4373;
}
.sns .facebook a:hover {
  background:#2c4373;
}

/* グーグル */
.sns .googleplus a {
  background:#db4a39;
  box-shadow:0 3px 0 #ad3a2d;
}
.sns .googleplus a:hover {
  background:#ad3a2d;
}

/* はてぶ */
.sns  .hatebu a {
  background:#5d8ac1;
  box-shadow:0 3px 0 #43638b;
}
.sns .hatebu a:hover {
  background:#43638b;
}
.sns  .hatebu a:before{
  content:'B!';
  font-weight:bold;
  line-height: 1;
}

/* LINE */
.sns  .line a {
  background:#25af00;
  box-shadow:0 3px 0 #219900;
}
.sns .line a:hover {
  background:#219900;
}

/* Pocket */
.sns  .pocket a {
  background:#f03e51;
  box-shadow:0 3px 0 #c0392b;
}
.sns  .pocket a:hover {
  background:#c0392b;
}

/* RSS */
.sns  .rss a {
  background:#ffb53c;
  box-shadow:0 3px 0 #e09900;
}
.sns  .rss a:hover {
  background:#e09900;
}

/* Feedly */
.sns  .feedly a {
  background:#87c040;
  box-shadow:0 3px 0 #74a436;
}
.sns  .feedly a:hover {
  background:#74a436;
}

.share.short .sns li {
  width:19%;
  margin:0 1% 0 0;
}
.share.short .sns li a{
  padding:9px 4px;
}


@media only screen and (max-width: 1099px) {
	/* YouTubeレスポンシブ */
	.youtube-container{
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.youtube-container iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

}

/*
Mobile Grid Styles
*/

@media only screen and (max-width: 768px) {
/*   グリッドシステム */
  .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%; }


/* HOME mobile */
  .home #content,
  .blog #content{
    margin:0;
  }


  .top-post-list .post-list .entry-content .entry-title{
    font-size:1.1em;
  }
  .top-post-list .post-list .entry-content .description{
    display:none;
  }

/*   header */
  #g_nav{
    display:none;
  }
  #custom_header{
    height:200px;
  }
  #inner-header{
    position:relative;
    padding-top: 52px;
  }
  .mobile_site_description{
    font-size:10px;
    text-align:center;
    color:#fff;
    padding: 0.4em 0 0;
    line-height: 1;
    margin:0;
    -webkit-transform: scale(0.85);
	transform: scale(0.85);
  }
  #logo{
    width:100%;
    height: auto;
    margin: 3px auto 6px;
    font-size: 1.2em;
    position: static;
  }

  #logo a{
    position: static;
    width: 100%;
    height:auto;
    display:block;
  }
  #logo a img{
    max-height: 1.9em;
    max-width: 45%;
    width: auto;
  }

  .subnav{
    position:absolute;
    width: 89%;
    left: auto;
    top:0;
    font-size:12px;
    z-index: 1000000;
  }
  .subnav .site_description{
    float:left;
    margin: 0 0 0 1.5em;
    color:#111;
    font-size: 0.9em;
    position: static;
    display: none;
    bottom: -46px;
    left:100px;
  }
  .subnav form{
    width: 70%;
    margin-top:9px;
    position:static;
    right: auto;
    float:left;
  }
  .subnav form div{
    position:relative;
  }
  .subnav form input{
    width:90%;
    max-width: 90%;
    height:26px;
    line-height: 1.5;
    padding:1% 5%;
  }
  .subnav form button{
    position:absolute;
    font-size:14px;
    right:5px;
    top:5px;
    border:0;
    background:none;
  }

  .subnav .linklist{
    display:none;
  }
  .subnav .contactbutton{
    float: right;
    width: 25%;
    height:52px;
    margin-left:1em;
  }
  .subnav .contactbutton a{
    width:100%;
    height:100%;
    line-height:48px;
    font-size:14px;
    border-radius:0;
    box-shadow:none;
    background: none!important;
    position:static;
    text-align:center;
    border-left: 1px solid rgba(76, 76, 76, 0.32);
  }
  #breadcrumb{
    margin-top: 5px;
  }

  #content {
  margin-top: 1em; }
  .single .authorbox .author-newpost li:nth-child(2n):after,
  .related-box li:nth-child(2n):after{
    content:"";
    display:table;
    clear:both;
  }
  .single .authorbox .author-newpost li:nth-child(2n),
  .related-box li:nth-child(2n){
    zoom:1;
  }


/* footer mobile */
  /* ページトップへ */
  #page-top {
  right: 10px;
  }
  #page-top a {
  background-repeat: no-repeat;
  text-decoration: none;
  width: 38px;
  height: 38px;
  line-height:37px;
  font-size:0.8em;
  }
  .footer-links {
    font-size:0.9em;
  }
  .footer-links ul{
    margin:1em 0 0;
  }
  .footer-links li{
    display:inline;
    margin-right:1em;
  }
  .footer-links li:before{
    font-family: "fontawesome";
    content: '\f0da';
    margin-right: 0.3em;
  }
  .footer-links a{
    text-decoration:none;
  }
  .copyright{
    font-size:0.7em;
    padding:1em 0;
  }

  /* single mobile */
  .single .authorbox .author-newpost li,
  .related-box li{
    width:47%;
    min-height: 250px;
    margin: 0 3% 1% 0;
    float:left;
    position:relative;
  }
  .single .authorbox .author-newpost li .eyecatch,
  .related-box li .eyecatch{
    max-height: 200px;
  }

  .related-box li.related-rightlist{
    zoom: 1;
  }
  .related-box li.related-rightlist:after{
    content:"";
    display:table;
    clear:both;
  }

  /* SNS テキスト非表示 */
  .share.short{
    padding:0 1em;
  }
  .share.short .sns li a .text{
    display:none;
  }
}


@media only screen and (max-width: 480px) {
	.copy{
		margin-bottom: 75px;
	}
	a.icon_tel {
	animation: buruburu 0.7s infinite;
}

@keyframes buruburu {
	 0% {transform: rotate(0deg)}
    25% {transform: rotate(-2deg)}
    50% {transform: rotate(0deg)}
    75% {transform: rotate(2deg)}
    100% {transform: rotate(0deg)}
}
	.popup-block {
    display: block !important;
    width: 100%;
    height: 72px;
    position: fixed !important;
    bottom: 0px !important;
    left: 0px !important;
    z-index: 3 !important;
    display: flex;
    justify-content: space-between;
}
	.popup-block .icon_tel {
    background: #e46d16;
    height: 200px;
}
	.popup-block a {
    display: block;
    width: 33%;
		float: left;
    text-align: center;
}
	.popup-block .icon_send {
    background: #37ab1b;
		height: 200px;
}
	.popup-block .icon_mail {
    background: #2183cc;
		height: 200px;
}
  #custom_header{
    height:140px;
  }
  .subnav {
    width: 84.5%;
  }
  .subnav form{
    width: 74%;
  }
  .subnav .contactbutton{
    width:20%;
    float:right;
  }
  .subnav .contactbutton a{
    height:52px;
    overflow:hidden;
  }
  .subnav .contactbutton a i{
    display:block;
    font-size:1.4em;
    line-height: 52px;
    margin-right: 0;
    width: auto;
    height: auto;
  }

  #main .article .entry-header,
  #main .article .article-header,
  #main .article .article-footer{
    padding: 0.9em 0.9em 0.8em;
  }
  #main .article .entry-content{
    padding: 0.9em;
    font-size: 0.96em;
}
/* アイキャッチ画像高さ調整 */
  .top-post-list .post-list .eyecatch{
    max-height: 70px;
  }

  .single .authorbox .author-newpost li,
  .related-box li{
    min-height: 190px;
  }
  .single .authorbox .author-newpost li .eyecatch,
  .related-box li .eyecatch{
    height: 80px;
  }

  .single .authorbox .inbox,
  .single .related-box .inbox{
    padding:0.9em;
  }
  .single-title,
  .page-title,
  .entry-title {
    font-size:1.2em; }

  .add.more{
    margin-left:-0.9em;
  }


  .top-post-list .post-list a{
   padding:0.7em;
  }
  .share.short .sns li a{
    padding:10px 4px;
  }
  .pagination a, .pagination span,
  .page-links a , .page-links ul > li > span{
    font-size:0.85em;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
	.alignleft, img.alignleft {
	  margin-right: auto;
	  margin-left: auto;
	  }
	.alignright, img.alignright {
	  margin-right: auto;
	  margin-left: auto;
	  }
	.aligncenter, img.aligncenter {
	  margin-right: auto;
	  margin-left: auto;
	  display: block;
	  clear: both; }
	#main .article .eyecatch{
		width:95%;
		float:none;
		margin:auto;
	}
}



/* Portrait tablet to landscape */
@media only screen and (min-width: 768px) and (max-width: 1099px) {

/*   グリッドシステム */
  .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%; }
  #logo {
    font-size: 1.1em;
  }
  #slider .bx-wrapper ul li{
    height:255px;
  }
  #custom_header{
    height: 300px;
  }
  .single .authorbox .author-newpost li .eyecatch,
  .related-box li .eyecatch{
    height: 68px;
  }
  /* SNS テキスト非表示 */
  .share.short .sns li a .text{
    display:none;
  }
  /* スクロール広告最大幅 */
  #scrollfix.fixed{
    max-width: 253px;
  }
  #container.sidebarleft #main{
    padding-right:0;
    padding-left:0.75em;
  }
}


/* Landscape to small desktop */
@media only screen and (min-width: 1100px) {

/*   グリッドシステム */
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }

  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; }

/* トップページ */
  .home #content{
    margin-top:2.3em;
  }
  .byline .cat-name{
    background: #4B99B5;
    color:#fff;
    padding: 0.2em 0.9em;
    margin-left: 0.9em;
    font-size: 0.9em;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
  }
/* サイドバーの検索フォーム調整 */
  .subnav form{
    width:210px;
    float: right;
    }
/* デスクトップの時だけグリッドシステムを使わない */
  #main{
    width: 65.454545%;
    padding-right: 0;
  }
  .page-full #main{
    width: 100%;
  }
  .page-full #main .article header {
    padding:1.5em 4em;
  }
  .page-full .entry-content {
    padding: 1.8em 4em 4em;
  }
  #sidebar1{
    width: 30.545455%;
    float:right;
  }

/* グローバルナビの高さを調整 */
  .nav > li {
    width: 150px;
  }
  .nav > li > a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
	background: url(library/images/nav_line_bg.png) no-repeat right center;
  }
  /* singleページ */
  .single .byline .cat-name{
    font-size:0.8em;
    padding-left:1em;
    padding-right:1em;
    position:relative;
    top:-1px;
  }
  .d-1of2 img,
  .d-1of3 img{
    margin-bottom:0.5em;
  }

  /* SNSボタン（PCサイズ） */
  .share{
    padding-bottom:10px;
  }
  .share.short{
    margin-top:1em;
    padding-bottom: 0;
  }
  .sns ul {
    margin:0 auto;
    list-style:none;
  }
   .sns li {
    width:23%;
    margin:0 2% 3% 0;
  }
  .sns li a {
    font-size:0.75em;
    padding:13px 2px;
  }
  .sns li:nth-child(4n) {
    margin-right:0;
  }
}

/*********************
PRINT STYLESHEET
*********************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }


.popup-block{
		display: none;
	}
.youtsu{
	text-align: center;
    background-color: white;
	display: none;
}
.postid-107 .youtsu{
	display: block !important;
}


#foot {
  clear: both;
  margin: 10px auto 0;
  width: 100%;
  padding-top:20px;
  height:auto;
  overflow: hidden;
  background: #e1fcea;
}
#foot_body {
  width:1000px;
  margin:10px auto 12px;
  overflow: hidden;
  zoom: 1;
}
#foot_left {
  float: left;
  overflow: hidden;
  width: 570px;
  margin: 0;
}
.foot_left_adress {
  padding: 0;
  width: 390px;
  font-size: 13px;
  font-family:"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  float: right;
}
.foot_left_adress .add_text{
  font-size: 13px;
  margin: 10px 0 5px;
  color: #330000;
}
#foot_left .foot_left_adress .gmap_rink{
  float: right;
}
#foot_right {
  margin: 0px 0px 0px 00px;
  float: right;
  border-left:1px solid #58af83;
  width:410px;
}
#foot_right .fm_title{
  margin:0 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #58af83;
}
#foot_right ul {
  margin: 10px 0 0 5px;
}
#foot_right li{
  font-size: 15px;
  line-height: 28px;
  text-align: left;
  position: relative;
  padding: 0 0 0 15px;
}
#foot_right li:before{
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background: #58af83;
  left: 0;
}
.foot_menu,
.foot_menu2{
  margin:0px;
  width:50%;
  float:left;
}
.foot_menu{
  padding-left:10px;
}
.foot_menu a:link,
.foot_menu2 a:link,
.foot_menu a:visited,
.foot_menu2 a:visited,
.foot_menu a:active,
.foot_menu2 a:active{
  color: #003300;
  text-decoration:none;
}
#copyright {
  font-size: 80%;
  text-align: center;
  margin: 0px auto 5px auto;
  padding-top: 25px;
  clear: both;
  color:#FFF;
}
#copyright a {
  color:#FFF;
}
@media only screen and (max-width: 767px) {
  #foot_body,
  #foot_left,
  #foot_left .foot_left_adress,
  #foot_right {
    width: 100%;
  }
  #foot_left{
    text-align: center;
  }
  #foot_left .gmap_rink{
    display: none;
  }
  #foot_right .foot_menu .fm_title,
  #foot_right .foot_menu2 .fm_title {
	margin-bottom: -0.5em;
}
  #foot_right .foot_menu{
	margin: 1.5em 0;
  }
  #foot_right .foot_menu2{
	margin-bottom: 1.5em;
}
  #foot_right .foot_menu,
  #foot_right .foot_menu2{
    width: 100%;
    padding: 0 8px;
  }
  #foot_right .foot_menu li,
  #foot_right .foot_menu2 li{
      border-bottom: dotted 2px #58af83;
  }
}

#main .article.caselist_wrap{
  padding: 18px 28px;
}
#main ul#caselist_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main li.caselist_li {
    width: 49%;
    border-bottom: dotted 2px #C9C9BA;
    padding: 6px 0 6px 44px;
    margin: 0px 0 6px;
    list-style: none;
    position: relative;
    background-image: url('./images/check_inages.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    box-sizing: border-box;
}
#main li.caselist_li a {
    display: inline-block;
    color: #232323;
    letter-spacing: 0.75px;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
}
#main li.caselist_li a:hover{
  text-decoration: underline;
}
.contact_box{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #58af83;
}
.inner_c ul{
  overflow:hidden;
  margin: 25px 0 15px 0;
}
.inner_c ul li{
    width: 38.438871%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
}
.bottom_info_float{
width:100%;
margin-left:10px;
}
.tb_r{
    float: right!important;
    width: 58%!important;
}
.view{
    margin-bottom: 15px;
}
.inner_box .inner_c{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px 15px 7px 15px;
    background-color: #ffffff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    border-radius: 9px;
    box-shadow: 0 0 8px rgb(88, 175, 131);
}
.inner_box .inner_c p{
    font-size: 15px;
    line-height: 1.5em;
    color: #005500;
    margin-bottom: 10px;
}
.contact_box{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px;
    background-color: #cff4e1;
    border-radius: 10px;
    border: 1px solid #58af83;
}

.onegai{
  border: 2px solid;
  width: 100%;
  margin: 0 auto 20px;
  padding: 25px;
}

.onegai p{
  margin: 5px;
}

b.midasi{
  font-size: 25px;
  text-align: center;
}

img.taisaku{
  width: 100%;
  margin: auto;
}

div.staff_name {
	font-weight: bold;
	color: #005500;
	font-size: 1.5em;
	border-bottom: 2px dotted #58af83;
	padding: 3px 18px;
	position: relative;
	margin-bottom: 1em;
}

.menu_box .text p{
	margin: 0;
}

.menu_box .case_txt p {
    margin-top: 10px;
}

.menu_box .case_txt p.c_hd {
    padding: 0 0 5px;
    margin: 15px 0 0;
    color: #ff7e7e;
    font-weight: 600;
    border-bottom: 1px solid #ff9696;
}
@media only screen and (max-width: 767px) {
  #main ul#caselist_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main li.caselist_li{
    width: 100%;
  }
}

/*保育士常駐*/
.minder_list{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0;
    background: #fffbec;
    padding: 15px;
    border: 3px dashed #ff7a7a;
}

.minder_list .min_txt p{
	color: #6d3f3f;
	margin: 5px 0;
}

.minder_list .min_txt p.hd_min{
    font-size: 26px;
    font-weight: bold;
    color: #6d3f3f;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
}

.minder_list .min_txt p.hd_min span{
    font-size: 39px;
    color: #ff7a7a;
}

.min_img{
	width: 30%;
}

@media only screen and (max-width: 767px){
	.minder_list{
		flex-direction: column;
		padding:17px 10px; 
	}
	
	.min_txt{
		order: 1;
	}
	
	.minder_list .min_txt p.hd_min{
		padding-top: 15px;
		font-size: 4.5vw;
		line-height: 1.2;
		text-align: center;
	}
	
	.minder_list .min_txt p.hd_min span{
		font-size: 7vw;
	}
	
	.min_img{
		text-align: center;
		width: 55%;
	}
	
	.min_img img{
		width: 100%;
	}
	
/*メニュー*/
	.sp-padding.pd_s{
		padding: 0 5px;
        overflow: hidden;
	}
   .sp-header-list-menu{
        overflow: hidden;
    }
    .sp-header-list-menu ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
    }
    .sp-header-list-menu ul li{
        width: 50%;
        border-left: solid 1px #f49d9d;
        border-top: solid 1px #f49d9d;
        background-repeat: no-repeat;
        background-size: 7vw;
        background-position: left 7% center;
    }
    .sp-header-list-menu ul li:nth-child(even){
        border-right: solid 1px #f49d9d
    }
    .sp-header-list-menu ul li.last-child,
	.sp-header-list-menu ul li.list-menu05{
        border-bottom: solid 1px #f49d9d;
    }
    .sp-header-list-menu ul li a {
          display: block;
          text-decoration: none;
          color: #ff8585;
          font-size: 4.3vw;
		  padding: 8% 3% 8% 27%;
    }
    .sp-header-list-menu ul li.list-menu-home{
        background-image:url(images/sp-header-icon-home.webp);
    }
    .sp-header-list-menu ul li.list-menu01{
        background-image:url(images/sp_icon01.png);
    }
    .sp-header-list-menu ul li.list-menu02{
        background-image:url(images/sp_icon02.png);
    }
    .sp-header-list-menu ul li.list-menu03{
        background-image:url(images/sp_icon03.png);
    }
    .sp-header-list-menu ul li.list-menu04{
        background-image:url(images/sp_icon04.png);
    }
    .sp-header-list-menu ul li.list-menu05{
        background-image:url(images/sp_icon05.png);
    }
    .sp-header-list-menu ul li.list-menu-last{
        background-image:url(images/sp_icon06.png);
    }
}



.archivettl h1 {
    font-size: 1.5em;
    display: block;
    padding: 0.6em 1em 0.6em;
    margin-bottom: 0.9em;
    border-bottom: 1px solid;
}
.archivettl h1 span {
    display: block;
    line-height: 1.2em;
    font-size: 16px;
}
.tag .archivettl h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 91px;
}



















/* 追加20240730 */

#wpadminbar {
  display: none!important;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1280px;
    margin: 0;
    padding: 0;
    padding-top: 112px;
  }
}
.header {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #fdf7e8;
}

.header_in {
  width: 1240px;
  height: auto;
  margin: 0 auto;
  padding: 15px 0 20px 0;
  display: table;
}

/* 新ヘッダー */
#header-01{
	min-width: 1280px;
	background-color: #e1fcea;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 112px;
	z-index: 9990;
	transition: all .4s ease-out;
	overflow: hidden;
}

/* 新ヘッダー */
#header-01 .h-logo{
  float: left;
  width: 280px;
  margin: 36px 0 0 30px;
}
#header-01 .h-logo h1 {
  margin: 0;
}
#header-01 nav{
	float: right;
	margin-right: 220px;
}
#header-01 ul{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
#header-01 ul li a{
  color: #003300;
  text-decoration: none;
  transition: all .4s ease-out;
  outline: none;
  padding: 45px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#header-01 ul li a:hover{
  color: #61b88c;
}
#header-01 ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 23px;
	width: 18px;
	height: 17px;
	margin: auto;
	background-image: url(http://machida-healthsupport.com/wp-content/uploads/2025/05/h2_point.png);
	background-size: 15px;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all .4s ease-out;
}
#header-01 ul li a:hover::before{
  opacity: 1 !important;
}
#header-01 ul li a.active::before {
  opacity: 1 !important;
}
#header-01 .h-btn{
  position: absolute;
  top: 25px;
  right: 30px;
  height: auto;
  border-radius: 120px;
  width: 100%;
  max-width: 180px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #7ecca4;
  transition: all .4s ease-out;
}
#header-01 .h-btn a {
  text-decoration: none;
  color: #FFF;
  padding: 18px 20px;
  display: block;
}
#header-01 .h-btn a:hover {
  opacity: 1;
}

#header-01 .h-btn:hover{
  color: #ffffff !important;
  background-color: #73dabe !important;
}

/* 新フッター  */
#footer-01{
/*   overflow: hidden; */
  background-color: #e1fcea;
}
.footer-01_in{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 130px 0;
}
.footer-01_top{
  border-bottom: solid 1px #58af83;
  padding-bottom: 40px;
}
.footer-01_top p{
  text-align: center;
  margin: auto;
}
.footer-01_top p img{
  display: inline-block;
}
.footer-01_bottom {
  width: 900px;
  height: auto;
  margin: 50px auto 0 auto;
  padding: 0;
  display: table;
}

.footer-01_bottom .left {
  width: 55.55555555%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.footer-01_bottom .left ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.footer-01_bottom .left ul li {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  padding: 0;
}

.footer-01_bottom .left ul li:first-child {
  margin-bottom: 20px;
}

.footer-01_bottom .left ul li:last-child {
  margin: 0;
}

.footer-01_bottom .left ul li img {
  width: 60%;
  height: auto;
  margin: 0;
  padding: 0;
}

.footer-01_bottom .left ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6em;
  color: #000000;
}

.footer-01_bottom .right {
  width: 33.33333333%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.footer-01_bottom .right .inner {
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-01_bottom .right .inner ul{
  width: auto;
}
.footer-01_bottom .right .inner ul li{
  margin-bottom: 10px;
}
.footer-01_bottom .right .inner ul li:last-child{
  margin: 0;
}
.footer-01_bottom .right .inner ul li a{
  color: #003300;
  text-decoration: none;
  transition: all .4s ease-out;
  font-family: 'Noto Sans JP', sans-serif;
}
.footer-01_bottom .right .inner ul li a:hover{
  color: #58af83;
}
.footer-01_copyright{
  background: #58af83;
  padding: 50px 0;
}
.footer-01_copyright p{
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 13px;
}


.top_booking {
  width: 100%;
  height: auto;
  background-color: #FFF;
  padding: 100px 0;
  display: table;
}

.top_booking > div {
  max-width: 1100px;
  margin: 0 auto;
}

.top_booking strong {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.3em;
  color: #FF7A6F;
  margin-bottom: 80px;
  position: relative;
  display: block;
}

.top_booking strong::after {
  width: 1px;
  height: 50px;
  margin: auto;
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  background-color: #FF7A6F;
  display:block;
}

.top_booking strong span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #FF7A6F;
  display: block;
}

.top_booking p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 2.0em;
  color: #000000;
}

.top_booking .inner {
  width: 100%;
  height: auto;
  margin: 60px 0;
  padding: 0;
  display: table;
}

.top_booking .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.top_booking .inner ul li {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_booking .inner ul li a {
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  color: #FF7A6F;
  padding: 120px 0 60px 0;
  position: relative;
  display: block;
}

.top_booking .inner ul li:first-child a {
  font-family: 'Poppins' sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.10em;
  background-color: #f3f3f3;
}

.top_booking .inner ul li:first-child a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 54px;
  height: 54px;
  background-image: url("https://moonfoot.net/sakura/wp-content/uploads/2024/07/sakura_tel.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top_booking .inner ul li:last-child a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.03em;
  background-color: #e6edeb;
}

.top_booking .inner ul li:last-child a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 54px;
  height: 54px;
  background-image: url("https://moonfoot.net/sakura/wp-content/uploads/2024/07/sakura_calender.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top_booking .inner ul li:last-child a span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.10em;
}

.top_booking .inner ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  .top_booking {
    width: 100%;
    height: auto;
    /* margin-top: -20.77363896%; */
    padding: 5% 5.208333333% 7.8125% 5.208333333%;
    display: table;
  }

  .top_booking strong {
    font-family: 'Poppins', sans-serif;
    font-size: 7.0vw;
    font-weight: 400;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: 0.10em;
    color: #FF7A6F;
    margin-bottom: 13.0vw;
    position: relative;
    display: block;
  }

  .top_booking strong::after {
    width: 1px;
    height: 10.0vw;
    margin: auto;
    content: "";
    position: absolute;
    bottom: -13.0vw;
    left: 0;
    right: 0;
    background-color: #FF7A6F;
    display:block;
  }

  .top_booking strong span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.5vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: #FF7A6F;
    display: block;
  }

  .top_booking p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.8vw;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8em;
    color: #000000;
  }

  .top_booking .inner {
    width: 100%;
    height: auto;
    margin: 5.208333333% 0;
    padding: 0;
    display: table;
  }

  .top_booking .inner ul {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_booking .inner ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_booking .inner ul li a {
    text-align: center;
    text-decoration: none; 
    line-height: 1.0em;
    color: #FF7A6F;
    padding: 20.114583333% 0 9.114583333% 0;
    position: relative;
    display: block;
  }

  .top_booking .inner ul li:first-child a {
    font-family: 'Poppins' sans-serif;
    font-size: 7.0vw;
    font-weight: 500;
    letter-spacing: 0.10em;
    background-color: #f3f3f3;
  }

  .top_booking .inner ul li:first-child a::before {
    width: 7.0vw;
    height: 11.0vw;
    top: 6vw;
    margin: auto;
    content: "";
    background-image: url("https://moonfoot.net/sakura/wp-content/uploads/2024/07/sakura_tel.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    display: block;
  }

  .top_booking .inner ul li:last-child a {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 6.0vw;
    font-weight: 400;
    letter-spacing: 0.03em;
    background-color: #e6edeb;
  }

  .top_booking .inner ul li:last-child a::before {
    width: 7.0vw;
    height: 11.0vw;
    top: 6vw;
    margin: auto;
    content: "";
    background-image: url("https://moonfoot.net/sakura/wp-content/uploads/2024/07/sakura_calender.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    display: block;
  }

  .top_booking .inner ul li:last-child a span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 6.2vw;
    font-weight: 400;
    letter-spacing: 0.10em;
  }

  .top_booking .inner ul li a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }
  /* 新フッター  */
  #footer-01{
/*     overflow: hidden; */
	  background-color: #e1fcea;
  }
  .footer-01_in{
    width: 100%;
    margin: 0 auto;
    padding: 10.41666666% 3.90625%;
  }
  .footer-01_top{
    border-bottom: solid 1px #58af83;
    padding-bottom: 7%;
  }
  .footer-01_top p{
    text-align: center;
    margin: auto;
  }
  .footer-01_top p img{
    width: 70.62146892%;
    margin: 0 auto;
    display: inline-block;
  }
  .footer-01_bottom{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: table;
  }

  .footer-01_bottom .left {
    width: 100%;
    height: auto;
    margin: 7.8125% 0;
    padding-left: 14.12429378%;
  }

  .footer-01_bottom .left ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .footer-01_bottom .left ul li {
    width: 100%;
    height: auto;
    margin-bottom: 1.302083333%;
    padding: 0;
  }

  .footer-01_bottom .left ul li:first-child {
    margin: 0;
  }

  .footer-01_bottom .left ul li:last-child {
    margin: 0;
  }

  .footer-01_bottom .left ul li img {
    display: none;
  }

  .footer-01_bottom .left ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.5vw;
    font-weight: 400;
    text-align: left;
    line-height: 1.6em;
    color: #000000;
  }

  .footer-01_bottom .right {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 3.90625%;
  }

  .footer-01_bottom .right .inner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-01_bottom .right .inner ul{
    width: 42.9378531%;
  }
  .footer-01_bottom .right .inner ul li{
    width: 100%;
    margin-bottom: 2%;
    padding: 0 0 2% 0;
  }
  .footer-01_bottom .right .inner ul:last-child li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer-01_bottom .right .inner ul li a{
    color: #003300;
    text-decoration: none;
    transition: all .4s ease-out;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    display: block;
    font-size: 3.0vw;
  }
  .footer-01_bottom .right .inner ul li a::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 7px;
      height: 7px;
      border-top: 1px solid;
      border-right: 1px solid;
      transform: rotate(45deg);
  }
  .footer-01_bottom .right .inner ul li a:hover{
    color: #58af83;
  }
  .footer-01_copyright{
    background: #58af83;
    padding: 5% 0;
  }
  .footer-01_copyright p{
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 11px;
  }
}

/* 新メインイメージスライダー */
.hero {
  min-width: 1280px;
  position: relative;
  height: 668px;
  padding-bottom: 50px;
  background-color: #FFF;
}
.hero--catch {
  position: absolute;
  top: 96px;
  left: 12vw;
  bottom: 0;
}
.hero--catch .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500 !important;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 100px;
  color: #006600;
}
.hero--catch .ttl span {
  font-family: "Zen Old Mincho", serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #009900;
}
.hero--catch .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2.0em;
  font-size: 20px;
  color: #006600;
}
.hero_slide {
  overflow: hidden;
}
.hero_slide ul {
  margin-top: 0;
}
.hero_slide-sp {
  display: none !important;
}
.hero_slides,
.hero_slide,
.hero_slide .slick-list,
.hero_slide .slick-track,
.hero_slide .slick-slider,
.hero_slide .slick-slide {
  width: 100%;
  height: 100% !important;
}
.hero_slides {
  width: 76.9vw;
  margin-left: auto;
  margin-right: 0;
}
.hero_slide .slick-list {
  position: relative;
  overflow: hidden;
}
.hero_slides img {
  border-radius: 6px 0 0 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.hero .slick-dots {
  position: absolute;
  right: 6.5vw;
  bottom: 76px;
}
.hero .slick-dots{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hero .slick-dots li {
  margin-left: 16px;
}
.hero .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: all .4s ease-out;
}
.hero .slick-dots .slick-active button {
  background-color: #7ecca4 !important;
}
.slick-dots li button:before {
  display: none;
}

#top_content #main {
  width: 100%;
}

#top_content .t-2of3 {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  /* hero
  ********************************************** */
  .hero {
    min-width: initial;
    position: relative;
    height: 70vh;
    padding-bottom: 30vh;
/*     margin-bottom: 13%; */
  }
  .hero::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 50vh;
    background-color: #F4F8F7;
  }
  .hero--catch {
    position: absolute;
    top: 35.7vh;
    left: 4vw;
    bottom: 0;
  }
  .hero--catch .ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500 !important;
    font-size: 3.3vw;
    letter-spacing: 4px;
    line-height: 5vh;
    color: #006600;
  }
  .hero--catch .ttl span {
    font-family: "Zen Old Mincho", serif;
    font-size: 6.8vw;
	font-weight: 700;
    letter-spacing: 5px;
    line-height: 10vw;
    color: #009900;
  }
  .hero--catch .txt {
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
    letter-spacing: 4px;
    line-height: 2.3;
    font-size: 3vw;
    color: #006600;
  }
  .hero_slide {
    overflow: hidden;
  }
  .hero_slide-pc{
    display: none !important;
  }
  .hero_slide-sp {
    display: block !important;
  }
  .hero_slides,
  .hero_slide,
  .hero_slide .slick-list,
  .hero_slide .slick-track,
  .hero_slide .slick-slider,
  .hero_slide .slick-slide {
    width: 100%;
    height: 100% !important;
  }
  .hero_slides {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }
  .hero_slide .slick-list {
    position: relative;
    overflow: hidden;
  }
  .hero_slides img {
    border-radius: 6px 0 0 6px;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .hero .slick-dots {
    position: absolute;
    right: 2vw;
    bottom: 4vw;
  }
  .hero .slick-dots{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .hero .slick-dots li {
    margin-left: 0;
  }
  .hero .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    font-size: 0;
    cursor: pointer;
    transition: all .4s ease-out;
  }
  .hero .slick-dots .slick-active button {
    background-color: #7ecca4;
  }
}

@media only screen and (min-width: 1100px) {
  #top_content #inner-content {
    width: 100%;
  }
  body #top_content main#main {
    width: 100%;
  }
  #top_content #sidebar1 {
    display: none;
  }
}

@media screen and (min-width: 769px){
  .top_concept {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top_concept .inner_left {
    width: 55%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_concept .inner_left ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_concept .inner_left ul li:first-child {
    width: 100%;
    height: 600px;
    margin-bottom: 40px;
    padding: 0;
    background-image: url("https://moonfoot.net/sakura/wp-content/uploads/2018/03/sakura03.jpeg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .top_concept .inner_left ul li:last-child {
    width: 620px;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }

  .top_concept .inner_left ul li:last-child img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_concept .inner_right {
    width: 45%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_concept .inner_right ul {
    width: 550px;
    height: auto;
    margin: 0;
    padding-left: 50px;
    float: left;
  }

  .top_concept .inner_right ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_concept .inner_right ul li:first-child {
    margin-bottom: 50px; 
  }

  .top_concept .inner_right ul li span {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.10em;
    color: #FF7A6F;
    display: block;
  }

  .top_concept .inner_right ul li strong {
    font-family: 'Noto Serif JP', serif;
    font-size: 33px;
    font-weight: 500;
    text-align: left;
    line-height: 1.8em;
    color: #8f6521;
    display: block;
  }

  .top_concept .inner_right ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 2.0em;
    color: #000000;
    margin-top: 40px; 
  }

  .top_greeting {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .top_greeting .inner_right {
    width: 34.54545454%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_greeting .inner_right img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_greeting .inner_left {
    width: 60%;
    height: auto;
    margin: 0;
    padding-top: 300px;
  }

  .top_greeting .inner_left ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_greeting .inner_left ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_greeting .inner_left ul li:first-child {
    margin-bottom: 50px; 
  }

  .top_greeting .inner_left ul li:first-child span {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.10em;
    color: #FF7A6F;
    display: block;
  }

  .top_greeting .inner_left ul li strong {
    font-family: 'Noto Serif JP', serif;
    font-size: 33px;
    font-weight: 500;
    text-align: left;
    line-height: 1.8em;
    color: #8f6521;
    display: block;
  }

  .top_greeting .inner_left ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 2.0em;
    color: #000000;
    margin-top: 40px; 
  }

  .top_greeting .inner_left ul li:last-child span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: #8f6521;
    margin-top: 40px; 
    display: block;
  }

  .top_reason_title {
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 40px;
    display: table;
  }

  .top_reason_title .inner_left {
    width: calc(100% - 300px);
    height: 560px;
    margin: 0;
    padding: 0;
    background-image: url("https://ikkyu-seikotu.com/wp-content/uploads/2024/03/top_reason_title_bg.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex; 
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    z-index: 2;
  }

  .top_reason_title .inner_right {
    width: 700px;
    height: 560px;
    margin-top: -500px;
    padding: 0;
    background-color: #fdf7e9;
    float: right;
  }

  .top_reason {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: table;
  }

  .top_reason strong {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-align: left;
    line-height: 1.3em;
    letter-spacing: 0.3em;
    color: #FF7A6F;
    margin-bottom: 60px;
    display: block;
  }

  .top_reason strong span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: #FF7A6F;
    display: block;
  }

  .top_reason .inner_odd {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top_reason .inner_even {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .top_reason .inner_odd img,
  .top_reason .inner_even img {
    width: 34.54545454%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_reason .inner_odd ul,
  .top_reason .inner_even ul {
    width: 60%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_reason .inner_odd ul li,
  .top_reason .inner_even ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_reason .inner_odd ul li:first-child,
  .top_reason .inner_even ul li:first-child {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
  }

  .top_reason .inner_odd ul li:first-child::after,
  .top_reason .inner_even ul li:first-child::after {
    content: "";
    margin-left: 1.0rem;
    border-top: 1px solid #58af83;
    flex-grow: 1;
  }

  .top_reason .inner_odd ul li:first-child span,
  .top_reason .inner_even ul li:first-child span {
    font-family: "Noto Serif JP", serif;
    font-size: 38px;
    font-weight: 500;
    color: #58af83;
    display: inline-block;
  }

  .top_reason .inner_odd ul li:first-child span.number,
  .top_reason .inner_even ul li:first-child span.number {
    font-family: "Noto Serif JP", serif;
    font-size: 54px;
    font-weight: 500;
    color: #58af83;
    margin-top: -18px;
    display: inline-block;
  }

  .top_reason .inner_odd ul li strong,
  .top_reason .inner_even ul li strong {
    font-family: "Noto Serif JP", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 0.01em;
    color: #003300;
    display: block;
  }

  .top_reason .inner_odd ul li .type01 {
    margin-left: -20px;
  }

  .top_reason .inner_odd ul li:last-child,
  .top_reason .inner_even ul li:last-child {
    margin-top: 30px;
  }

  .top_reason .inner_odd ul li:last-child p,
  .top_reason .inner_even ul li:last-child p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 2.0em;
    color: #000000;
  }
  .top_information {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 100px 0;
    display: table;
  }
  
  .top_information strong {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-align: left;
    line-height: 1.3em;
    letter-spacing: 0.3em;
    color: #FF7A6F;
    display: block;
  }
  
  .top_information strong span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: #FF7A6F;
    display: block;
  }
  
  .top_information .inner {
    width: 100%;
    height: auto;
    margin: 60px 0 -100px 0;
    padding: 0;
    display: flex;
  }
  
  .top_information .inner ul {
    width: 50%;
    height: 450px;
    margin: 0;
    padding: 50px;
    background-color: #fdf7e8;
  }
  
  .top_information .inner ul li {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
    padding: 0;
  }
  
  .top_information .inner ul li:last-child {
    margin: 0;
  }
  
  .top_information .inner ul li img {
    width: 54.54545454%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  
  .top_information .inner ul li a:hover img {
    transition: 1.0s;
    opacity: 0.3;
  }
  
  .top_information .inner ul li p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 1.6em;
    color: #000000;
    margin-top: 15px;
  }
  
  .top_information .inner ul li:last-child a {
    width: 50%;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none; 
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #FF7A6F;
    margin: 0;
    padding: 15px 0;
    border: 1px solid #FF7A6F;
    position: relative;
    display: block;
  }
  
  .top_information .inner ul li:last-child a::after {
    content: url("https://ikkyu-seikotu.com/wp-content/uploads/2024/02/google_map_icon.png");
    position: absolute;
    top: 16px;
    margin-left:  0.3em;
  }
  
  .top_information .inner ul li:last-child a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }
  
  .top_information .inner .view {
    width: 50%;
    height: 450px;
    margin-top: 60px;
    padding: 0;
    overflow: hidden;
  }
  
  .top_information .inner .view iframe {
    width: 100%;
    height: 800px;
    margin-top: -170px;
  }
}

@media screen and (max-width: 768px){
  .top_concept {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5.208333333% 0;
  }
  
  .top_concept .inner_left {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  
  .top_concept .inner_left ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  
  .top_concept .inner_left ul li:first-child {
    width: 100%;
    height: auto;
    margin-bottom: 3.90625%;
    padding: 0;
  }
  
  .top_concept .inner_left ul li:last-child {
    width: 58.59375%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }
  
  .top_concept .inner_left ul li:first-child img,
  .top_concept .inner_left ul li:last-child img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  
  .top_concept .inner_right {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 5.208333333%;
    display: table;
  }
  
  .top_concept .inner_right ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  
  .top_concept .inner_right ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  
  .top_concept .inner_right ul li:first-child {
    margin-bottom: 3.90625%; 
  }
  
  .top_concept .inner_right ul li span {
    font-family: 'Poppins', sans-serif;
    font-size: 4.5vw;
    font-weight: 400;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.10em;
    color: #FF7A6F;
    display: block;
  }
  
  .top_concept .inner_right ul li strong {
    font-family: 'Noto Serif JP', serif;
    font-size: 5.7vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.6em;
    color: #8f6521;
    display: block;
  }
  
  .top_concept .inner_right ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.8vw;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8em;
    color: #000000;
    margin-top: 5.208333333%; 
  }
  
  .top_greeting {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10.41666666%;
  }
  
  .top_greeting .inner_right {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  
  .top_greeting .inner_right img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  
  .top_greeting .inner_left {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 5.208333333%;
  }
  
  .top_greeting .inner_left ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  
  .top_greeting .inner_left ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  
  .top_greeting .inner_left ul li:first-child {
    margin-bottom: 3.90625%; 
  }
  
  .top_greeting .inner_left ul li:first-child span {
    font-family: 'Poppins', sans-serif;
    font-size: 4.5vw;
    font-weight: 400;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.10em;
    color: #FF7A6F;
    display: block;
  }
  
  .top_greeting .inner_left ul li strong {
    font-family: 'Noto Serif JP', serif;
    font-size: 5.7vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.6em;
    color: #8f6521;
    display: block;
  }
  
  .top_greeting .inner_left ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.8vw;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8em;
    color: #000000;
    margin-top: 5.208333333%; 
  }
  
  .top_greeting .inner_left ul li:last-child span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.0vw;
    font-weight: 500;
    text-align: right;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: #8f6521;
    margin-top: 5.208333333%;
    display: block;
  }
  
  .top_reason_title {
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 5.208333333%;
    display: table;
  }
  
  .top_reason_title .inner_left {
    width: 86.97916666%;
    height: auto;
    margin: 0;
    padding: 5.208333333% 2.604166666% 0 0;
    background-image: url("https://ikkyu-seikotu.com/wp-content/uploads/2024/03/top_reason_title_bg.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex; 
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    z-index: 2;
  }
  
  .top_reason_title .inner_left strong,
  .top_reason_title .inner_right strong {
    font-family: "Noto Serif JP", serif;
    font-size: 16.2vw;
    font-weight: 500;
    text-align: right;
    line-height: 1;
    color: #ffffff;
    display: block;
  }	
    
  .top_reason_title .inner_left strong span,
  .top_reason_title .inner_right strong span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.3vw;
    font-weight: 600;
    color: #ffffff;
    position: relative;
  }		
    
  .top_reason_title .inner_left strong span::before,
  .top_reason_title .inner_right strong span::before {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    top: -3.0vw;
    left: 0;
    background-color: #ffffff;
    display: block;
  }
  
  .top_reason_title .inner_right {
    width: 86.97916666%;
    height: auto;
    margin-top: -32.55208333%;
    padding: 5.208333333% 2.604166666% 0 0;
    background-color: #fdf7e9;
    float: right;
  }
  
  .top_reason {
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 7.8125%;
    display: table;
  }
  
  .top_reason strong {
    font-family: 'Poppins', sans-serif;
    font-size: 7.0vw;
    font-weight: 400;
    text-align: left;
    line-height: 1.3em;
    letter-spacing: 0.10em;
    color: #FF7A6F;
    padding: 0 5.208333333%;
    display: block;
  }
  
  .top_reason strong span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.5vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: #FF7A6F;
    display: block;
  }
  
  .top_reason .inner_odd,
  .top_reason .inner_even {
    width: 100%;
    height: auto;
    margin-top: 7.8125%;
    padding: 0 5.208333333%;
  }
  
  .top_reason .inner_odd ul,
  .top_reason .inner_even ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  
  .top_reason .inner_odd ul li,
  .top_reason .inner_even ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  
  .top_reason .inner_odd ul li:first-child,
  .top_reason .inner_even ul li:first-child {
    margin-bottom: 3.90625%;
    display: flex;
    align-items: center;
  }
  
  .top_reason .inner_odd ul li:first-child::after,
  .top_reason .inner_even ul li:first-child::after {
    content: "";
    margin-left: 0.5rem;
    border-top: 1px solid #58af83;
    flex-grow: 1;
  }
  
  .top_reason .inner_odd ul li:first-child span,
  .top_reason .inner_even ul li:first-child span {
    font-family: "Noto Serif JP", serif;
    font-size: 7.0vw;
    font-weight: 500;
    color: #58af83;
    display: inline-block;
  }
  
  .top_reason .inner_odd ul li:first-child span.number,
  .top_reason .inner_even ul li:first-child span.number {
    font-family: "Noto Serif JP", serif;
    font-size: 9.5vw;
    font-weight: 500;
    color: #58af83;
    margin-top: -2.5vw;
    display: inline-block;
  }
  
  .top_reason .inner_odd ul li img,
  .top_reason .inner_even ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 5.208333333%;
    padding: 0;
  }
  
  .top_reason .inner_odd ul li strong,
  .top_reason .inner_even ul li strong {
    font-family: "Noto Serif JP", serif;
    font-size: 5.5vw;
    font-weight: 500;
    text-align: justify;
    line-height: 1.3em;
    color: #003300;
    padding: 0;
    display: block;
  }
  
  .top_reason .inner_odd ul li .type01 {
    margin-left: -3.255208333%;
  }
  
  .top_reason .inner_odd ul li:last-child,
  .top_reason .inner_even ul li:last-child {
    margin-top: 5.208333333%;
  }
  
  .top_reason .inner_odd ul li:last-child p,
  .top_reason .inner_even ul li:last-child p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.8vw;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8em;
    color: #000000;
    margin: 2.604166666% 0 0 0 !important;
  }
  
  .top_information {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 5.208333333%;
    display: table;
  }
  
  .top_information strong {
    font-family: 'Poppins', sans-serif;
    font-size: 7.0vw;
    font-weight: 400;
    text-align: left;
    line-height: 1.3em;
    letter-spacing: 0.10em;
    color: #FF7A6F;
    display: block;
  }
  
  .top_information strong span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.5vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: #FF7A6F;
    display: block;
  }
  
  .top_information .inner {
    width: 100%;
    height: auto;
    margin-top: 7.8125%;
    padding: 0;
  }
  
  .top_information .inner ul {
    width: 90.88541666%;
    height: auto;
    margin: 0;
    padding: 5.208333333%  5.208333333% 6.510416666% 5.208333333%;
    background-color: #fdf7e8;
  }
  
  .top_information .inner ul li {
    width: 100%;
    height: auto;
    margin-bottom: 5.208333333%;
    padding: 0;
  }
  
  .top_information .inner ul li:last-child {
    margin: 0;
  }
  
  .top_information .inner ul li img {
    width: 55.55555554%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  
  .top_information .inner ul li a:hover img {
    transition: 1.0s;
    opacity: 0.3;
  }
  
  .top_information .inner ul li p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.5vw;
    font-weight: 400;
    text-align: justify;
    line-height: 1.6em;
    color: #000000;
    margin-top: 3.90625%;
  }
  
  .top_information .inner ul li:last-child a {
    width: 60%;
    font-family: 'Poppins', sans-serif;
    font-size: 4.0vw;
    font-weight: 500;
    text-align: center;
    text-decoration: none; 
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #FF7A6F;
    margin: 0;
    padding: 2.604166666% 0;
    border: 1px solid #FF7A6F;
    position: relative;
    display: block;
  }
  
  .top_information .inner ul li:last-child a::after {
    content: url("https://ikkyu-seikotu.com/wp-content/uploads/2024/02/google_map_icon.png");
    position: absolute;
    top: 2.3vw;
    margin-left:  0.3em;
  }
  
  .top_information .inner ul li:last-child a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }
  
  .top_information .inner .view {
    width: 90.88541666%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding-top: 119.5387117%;
    position: relative;
    float: right;
  }
  
  .top_information .inner .view iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -35.10028653%;
  }
}
.hero .slick-dots .slick-active button {
	background-color: #FF7A6F;
}
.hero--catch .ttl {
	text-shadow:
    3px 3px 3px #FFF, -3px -3px 3px #FFF,
    -3px 3px 3px #FFF,  3px -3px 3px #FFF,
    3px 0px 3px #FFF, -3px -0px 3px #FFF,
    0px 3px 3px #FFF,  0px -3px 3px #FFF;
}
.hero--catch .txt {
	text-shadow:
    1px 1px 1px #FFF, -1px -1px 1px #FFF,
    -1px 1px 1px #FFF,  1px -1px 1px #FFF,
    1px 0px 1px #FFF, -1px -0px 1px #FFF,
    0px 1px 1px #FFF,  0px -1px 1px #FFF;
}
@media screen and (max-width: 768px){
	.hero--catch .ttl {
		text-shadow:
      1px 1px 1px #FFF, -1px -1px 1px #FFF,
      -1px 1px 1px #FFF,  1px -1px 1px #FFF,
      1px 0px 1px #FFF, -1px -0px 1px #FFF,
      0px 1px 1px #FFF,  0px -1px 1px #FFF;
}
}


#main .article {
	border: 0;
}

.top_worry {
	max-width: 1000px;
	margin: 80px auto;
}

.top_worry h2,
.top_contact h2 {
	border: none!important;
	background: none!important;
	text-align: center;
	font-size: 40px!important;
}

.top_worry h2::after,
.top_contact h2::after {
	display: none;
}

.top_worry h2 span {
	color: #7ecca4;
}

.top_worry ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px 0;
}

.top_worry ul li {
	width: 30%;
	padding-bottom: 30px!important;
	position: relative;
}

.top_worry ul li img {
	width: 100%;
	height: 18vw;
	border-radius: 10px;
	object-fit: cover;
}

.top_worry ul li a {
	color: #58af83;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 90%;
	margin: auto;
	padding: 12px 0px;
	text-align: center;
	border-radius: 100px;
	background-color: #FFF;
	box-shadow: 0 4px 9px -3px #cccccc;
}

.top_worry ul li a::before {
	position:absolute;
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #58af83;
	border-right: solid 2px #58af83;
	transform: rotate(45deg);
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
}

.top_worry ul li a:hover {
	background-color: #58af83;
	color: #FFF;
	opacity: 1;
}

.top_worry ul li a:hover::before {
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
}

.worry_all a {
	position: relative;
	text-align: center;
	display: block;
	margin: 80px auto 60px auto;
	padding: 20px;
	width: 100%;
	max-width: 700px;
	border: solid 2px #58af83;
	background: #58af83;
	color: #FFF;
	border-radius: 100px;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	transition: background .5s;
	-webkit-transition: background .5s;
}

.worry_all a::before {
	position:absolute;
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	transform: rotate(45deg);
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
}

.worry_all a:hover {
  color: #ffffff;
  transition: 0.2s;
  transform: scale(0.95);
  opacity: 1.0;
}

.top_reason_title {
	text-align: center;
	margin-bottom: 40px;
}

.top_reason_title img {
	width: 40%;
	margin: auto;
}

.top_sitemenu {
	max-width: 1000px;
	margin: auto;
}

.top_sitemenu_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px 0;
}

.top_sitemenu_box li {
	width: 24%;
	text-align: center;
}

.top_sitemenu_box li img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	margin-bottom: 10px;
}

.top_sitemenu_box li a {
	text-decoration: none;
	color: #58af83;
}

.top_contact {
	max-width: 1000px;
	margin: 50px auto;
}

.top_contact_info {
	width: 50%;
}

.top_contact_img {
	width: 50%;
}

.top_contact_txt {
	width: 45%;
}

.top_contact_txt iframe {
	width: 100%;
	height: 100%;
}

.top_contact_txt p {
	line-height: 1;
}

.top_contact_txt_btn {
	display: block;
	margin-bottom:10px;
}

.top_contact_info p {
	color: #000;
}

.top_contact_calender {
	text-align: center; 
}

.top_contact_calender img {
	width: 100%;
	margin: 20px auto!important;
}

@media screen and (max-width: 768px){
	.top_worry {
		margin: 40px auto;
	}
	.top_worry h2 {
		font-size: 24px !important;
	}
	.top_worry ul li {
		width: 48%;
	}
	.top_worry ul li img {
		height: 25vw;
	}
	.worry_all a {
		padding: 10px;
		font-size: 20px;
	}
	.top_reason_title img {
		width: 80%;
	}
	.top_sitemenu_box {
		gap: 0;
	}
	.top_contact_info {
		flex-direction: column-reverse;
	}
	.top_contact_txt,
	.top_contact_img,
	.top_contact_calender img{
		width: 90%;
		margin: auto;
	}
	.top_sitemenu_box li {
		width: 48%;
	}
}

@media screen and (max-width: 480px){
	  #footer-01{
		  margin-bottom: 72px;
	  }
}

.top_contact_box {
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    border-radius: 70px;
	padding: 5%;
}

.top_contact_box_inner,
.top_contact_box_btn {
	display: flex;
    justify-content: center;
    gap: 5%;
}

.top_contact h2 span {
	font-size: 30px;
}

.top_contact_box_btn {
	margin-top: 40px;
    gap: 2%;
}

@media screen and (max-width: 768px){
	.top_contact_box_inner,
	.top_contact_box_btn {
		flex-direction: column;
	}
	.top_contact_box_inner > div,
	.top_contact_box_btn > div {
		width: 100%;
	}
	.top_contact_txt iframe {
		height: 250px;
	}
	.top_contact h2 {
		font-size: 30px!important;
	}
	.top_contact_box {
		border-radius: 40px;
		padding: 10% 5%;
	}
	.top_contact_calender img {
		width: 100%!important;
		margin-bottom: 50px!important;
	}
}

/* LP風 外反母趾治療コース */
body.postid-2077 div,
body.postid-2077 p,
body.postid-2077 span,
body.postid-2077 h1,
body.postid-2077 h2,
body.postid-2077 li,
body.postid-2077 dl{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 2;
}
body.postid-2077 #content p{
  color: #000;
  margin: 0;
}
.hallux_main_img{
  background-image: url("images/hallux/gaihanboshi01_main.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.hallux_main_img_in{
  width: 1200px;
  height: 650px;
  position: relative;
  margin: auto;
}
.hallux_main_img_in h1{
  text-align: center;
  color: #fff;
  font-size: 62px;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hallux_main_img_in h1 span{
  font-size: 90px;
  border-bottom: solid 2px #fff;
  margin: 0px 0 15px;
  display: inline-block;
}
.hallux_main_img_in .deco1{
  position: absolute;
  bottom: -130px;
  right: -30px;
  margin: 0;
  padding: 0;
}

#hallux_intro{
  width: 1200px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#hallux_intro .img_box{
  width: 430px;
}
#hallux_intro .txt_box{
  width: 630px;
  padding-top: 70px;
}
#hallux_intro .txt_box p.ttl{
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 20px;
}
#hallux_intro .txt_box p.txt{
  margin: 0 0 30px;
}

#hallux_causes .hallux_causes_in{
  width: 1200px;
  margin: 100px auto 100px;
  position: relative;
}
#content .hallux_ttl_box{
  position: relative;
}
#content .hallux_ttl_box p.t01{
  top: 0;
  font-family: 'Times New Roman', sans-serif;
  line-height: 1.1;
  position: absolute;
  font-size: 84px;
  color: #eeeeee;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  left: 50%;
  transform: translateX(-50%) skewX(-15deg);
  display: inline-block;
  z-index: 0;
}
#content .hallux_ttl_box h2.t02{
  background: none!important;
  border: 0!important;
  color: #000;
  text-align: center;
  z-index: 1;
  position: relative;
  font-size: 33px;
  padding: 42px 0 0 !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 700;
  letter-spacing: 1px;
}
#content .hallux_ttl_box h2.t02:after{
  display: none;
}
#hallux_causes .hallux_causes_in .txt_box{
  width: 630px;
  margin: 0 auto 40px;
}
#hallux_causes .hallux_causes_in .txt_box02{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
}
#hallux_causes .hallux_causes_in .txt_box02 .child{
  width: 30%;
  position: relative;
}
#hallux_causes .hallux_causes_in .txt_box02 .child::before {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  background-color: #000000;
  position: absolute;
  right: -40px;
  top: 85px;
}
#hallux_causes .hallux_causes_in .txt_box02 .child::after {
  content: "";
  visibility: visible;
  display: block;
  width: 6px;
  height: 30px;
  background-color: #000000;
  position: absolute;
  right: -28px;
  top: 73px;
}
#hallux_causes .hallux_causes_in .txt_box02 .child:last-of-type::before,
#hallux_causes .hallux_causes_in .txt_box02 .child:last-of-type::after {
  display: none;
}
#hallux_causes .hallux_causes_in .txt_box02 .child p{
  margin: 0 0 10px;
}
#hallux_causes .hallux_causes_in .txt_box02 .child p.ttl{
  font-size: 20px;
  font-weight: 700;
}
#hallux_causes .hallux_causes_in .txt_box02 .child p.txt{
  margin: 0;
}
#hallux_causes .hallux_causes_in .deco01{
  position: absolute;
  right: -200px;
  top: 0;
  width: 240px;
}

@media screen and (max-width: 1600px){
  #hallux_causes{
    overflow: hidden;
  }
}

#hallux_ttl01{
  max-width: 1400px;
  margin: 0 auto 100px;
  position: relative;
}
#content #hallux_ttl01 p.ttl01{
  text-align: center;
  margin: 0 0 40px;
}
#content #hallux_ttl01 p.ttl01 span{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(transparent 50%, #ffedd6 50%);
}
#content #hallux_ttl01 p.arrow01{
  position: relative;
  z-index: 2;
  margin: 0 0 -7px;
}
#hallux_ttl01 p.arrow01 img{
  margin: auto;
}
#hallux_ttl01 .hallux_ttl01_in{
  padding: 30px 40px;
  margin: -10px 0 0;
  text-align: center;
  position: relative;
  z-index: 0;
  background: url(images/hallux/gaihanboshi03_bg.jpg) no-repeat center;
}
#hallux_ttl01 .hallux_ttl01_in p{
  text-align: center;
  color: #fff !important;
  font-size: 30px;
  font-weight: 700;
}

.hallux_course{
  overflow: hidden;
}
.hallux_course .hallux_course_in{
  width: 1200px;
  margin: 100px auto 100px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.hallux_course .hallux_course_in .img_box{
  padding: 0;
  margin: 0 calc(50% - 50vw);
  width: 45vw;
}
.hallux_course .hallux_course_in .img_box img{
  object-fit: cover;
  width: 100%;
  height: 600px;
}
.hallux_course .hallux_course_in .txt_box{
  width: 50%;
  padding: 30px 0 0;
}
#content .hallux_course .hallux_course_in .txt_box p.en{
  font-size: 90px;
  font-family: 'Times New Roman', sans-serif;
  line-height: 1.1;
  transform: rotate(0.028deg);
  color: #26a9ed;
}
#content .hallux_course .hallux_course_in .txt_box p.ttl{
  font-size: 30px;
  font-weight: 700;
}
.hallux_course .hallux_course_in .txt_box .photo_box{
  margin: 40px 0 0;
}
.hallux_course .hallux_course_in .txt_box .photo_box ul{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.hallux_course .hallux_course_in .txt_box .photo_box ul li{
  width: 46%;
}
.hallux_course02 .hallux_course_in{
  flex-direction: row-reverse;
}
#content .hallux_course02 .hallux_course_in .txt_box p.en{
  color: #ff9c00;
}
.hallux_course .hallux_course_in .txt_box .photo_box02{
  margin: 30px 0 0 calc(100% - 45vw);
}
.hallux_course .hallux_course_in .txt_box .photo_box02 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hallux_course .hallux_course_in .txt_box .photo_box02 ul li{
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#content .hallux_course .hallux_course_in .txt_box .photo_box02 ul li p.ttl{
  font-size: 20px;
}

@media screen and (max-width: 1280px){
  .hallux_course .hallux_course_in{
    width: 100%;
  }
  .hallux_course .hallux_course_in .txt_box{
    padding: 30px 30px;
  }
  .hallux_course .hallux_course_in .img_box{
    width: 47%;
    margin: 0 0 0 calc(-4% - 0vw);
  }
}

#hallux_price{
  background-image: url(images/hallux/gaihanboshi07_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 0 300px;
}
#hallux_price .hallux_price_in{
  width: 1200px;
  margin: 0 auto;
}
#hallux_price .hallux_price_in .txt_box{
  width: 630px;
  margin: 0 auto 40px;
}
#hallux_price .hallux_price_table{
  width: 930px;
  margin: 0 auto 40px;
}
#hallux_price .hallux_price_table02{
  margin: 0 auto 0;
}
#hallux_price .hallux_price_table tr th.title_td{
  text-align: center;
  width: 260px;
  background-color: #f4f4f4;
  color: #000;
  font-size: 27px;
  font-weight: 700;
  border: 1px solid #d8d8d8;
}
#hallux_price .hallux_price_table tr td{
  border: 1px solid #d8d8d8;
  padding: 20px;
  background: #fff;
  color: #000;
}
#hallux_price .hallux_price_table tr td.menu_td li{
  list-style-type: disc;
  margin: 0 0 0 18px;
  font-weight: 700;
}
#hallux_price .hallux_price_table tr td.price_td{
  width: 240px;
  background-color: #fff4f5;
  text-align: center;
}
#hallux_price .hallux_price_table tr td.price_td span.time{
  background: #fff;
  font-weight: 700;
  padding: 3px 20px;
  display: inline-block;
  margin: 0 0 20px 0;
}
#hallux_price .hallux_price_table tr td.price_td p.price{
  color: #e60012;
  font-weight: bold;
  text-align: center;
}
#hallux_price .hallux_price_table tr td.price_td p.price span.eng{
  font-family: 'Times New Roman', sans-serif;
  line-height: 1.1;
  transform: rotate(0.028deg);
  font-size: 35px;
  margin: 0 7px 0 0;
}

#hallux_faq .hallux_faq_in{
  width: 640px;
  margin: 100px auto 100px;
}
.hallux_faq_dd {
  display: none;
}
.hallux_faq_dt {
  background-color: #FFF;
  padding: 15px 45px 15px 50px;
  font-size: 18px;
  margin: 10px 0 0;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
  border-bottom: 1px dashed #000;
  color: #000;
}
.hallux_faq_dt::before,
.hallux_faq_dt::after {
  position: absolute;
  content: '';
  top: 1px;
  right: 10px;
  bottom: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #151E2F;
}
.hallux_faq_dt::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.hallux_faq_dt.active::after {
  transform: rotate(0deg);
}
.hallux_faq_dd {
  background-color: #FFF;
  padding: 15px 20px 10px 40px;
  position: relative;
  color: #000;
}
.hallux_faq_dt span,
.hallux_faq_dd span {
  position: relative;
}
.hallux_faq_dt span::before {
  position: absolute;
  content: "Q";
  top: -22px;
  left: -40px;
  color: #151E2F;
  font-size: 30px;
  font-family: 'Times New Roman', sans-serif;
  transition: all .3s ease;
}
.hallux_faq_dd span::before {
  position: absolute;
  content: "A";
  top: -22px;
  left: -30px;
  color: #151E2F;
  font-size: 30px;
  font-family: 'Times New Roman', sans-serif;
}
.hallux_faq_dt.active {
  color: #ff9c00;
}
.hallux_faq_dt.active span::before{
  color: #ff9c00;
}
.hallux_campaign{
  margin: 100px 0 0;
}
.hallux_campaign p{
  text-align: center;
}

@media screen and (max-width: 768px){
  .hallux_main_img_in{
    width: 100%;
    height: 113vw;
  }
  .hallux_main_img_in h1{
    font-size: 7vw;
    top: 26%;
    left: 15%;
    transform: none;
    z-index: 1;
  }
  .hallux_main_img_in h1 span{
    font-size: 10vw;
  }

  .hallux_main_img_in .deco1{
    width: 37vw;
    bottom: -44vw;
    right: 3vw;
    z-index: 0;
  }

  #hallux_intro{
    width: 100%;
    padding: 0 4%;
    flex-direction: column;
    margin: 50px auto 0;
  }
  #hallux_intro .img_box {
    width: 100%;
  }
  #hallux_intro .txt_box{
    width: 100%;
    padding-top: 30px;
  }
  #hallux_intro .txt_box p.ttl{
    margin: 0 0 10px;
  }
  #hallux_intro .txt_box p.txt {
    margin: 0 0 20px;
  }

  #hallux_causes .hallux_causes_in{
    width: 100%;
    padding: 0 4%;
    margin: 70px auto 70px;
  }
  #hallux_causes .hallux_causes_in .txt_box{
    width: 100%;
  }
  #hallux_causes .hallux_causes_in .txt_box02{
    width: 100%;
    flex-direction: column;
    gap: 80px;
  }
  #hallux_causes .hallux_causes_in .txt_box02 .child{
    width: 100%;
  }
  #hallux_causes .hallux_causes_in .txt_box02 .child::before {
    right: calc(50% - 15px);
    top: auto;
    bottom: -40px;
  }
  #hallux_causes .hallux_causes_in .txt_box02 .child::after {
    right: calc(50% - 3px);
    top: auto;
    bottom: -52px;
  }
  #hallux_causes .hallux_causes_in .deco01{
    display: none;
  }

  #hallux_ttl01{
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0px auto 70px;
  }
  #content #hallux_ttl01 p.ttl01 span{
    font-size: 18px;
  }
  #content #hallux_ttl01 p.ttl01 {
    width: 90%;
    margin: 0 auto 30px;
  }
  #hallux_ttl01 .hallux_ttl01_in{
    padding: 30px 20px;
  }
  #hallux_ttl01 .hallux_ttl01_in p{
    font-size: 20px;
  }

  .hallux_course .hallux_course_in{
    width: 100%;
    margin: 70px auto 0;
    justify-content: space-between;
  }
  .hallux_course .hallux_course_in .img_box {
    width: 100%;
    margin: 0;
  }
  .hallux_course .hallux_course_in .img_box img{
    width: 100%;
    height: 70vw;
  }
  .hallux_course .hallux_course_in .txt_box{
    width: 100%;
    padding: 20px 4%;
  }
  #content .hallux_course .hallux_course_in .txt_box p.en{
    font-size: 54px;
  }
  #content .hallux_course .hallux_course_in .txt_box p.ttl{
    font-size: 24px;
  }
  .hallux_course .hallux_course_in .txt_box .photo_box {
    margin: 30px 0 0;
  }
  .hallux_course .hallux_course_in .txt_box .photo_box ul li {
    width: 48%;
  }
  .hallux_course .hallux_course_in .txt_box .photo_box ul{
    gap: 0;
    justify-content: space-between;
  }
  .hallux_course .hallux_course_in .txt_box .photo_box02 {
    margin: 30px 0 0;
    border: 3px solid #eee;
    padding: 20px;
  }
  .hallux_course .hallux_course_in .txt_box .photo_box02 ul{
    flex-direction: column;
    gap: 40px;
  }
  .hallux_course .hallux_course_in .txt_box .photo_box02 ul li{
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }
  .hallux_course .hallux_course_in .txt_box .photo_box02 ul li::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    right: calc(50% - 20px);
    top: auto;
    bottom: -28px;
  }
  .hallux_course .hallux_course_in .txt_box .photo_box02 ul li:last-child::before{
    display: none;
  }
  #content .hallux_course .hallux_course_in .txt_box .photo_box02 ul li p.ttl {
    font-size: 18px;
    margin: 0 0 0 20px;
  }
  #content .hallux_course .hallux_course_in .txt_box .photo_box02 ul li p.img{
    width: 34%;
  }

  #content .hallux_ttl_box p.t01{
    font-size: 70px;
  }
  #content .hallux_ttl_box h2.t02{
    font-size: 27px;
  }

  #hallux_price{
    background-size: 1000px;
    padding: 0 0 140px;
  }
  #hallux_price .hallux_price_in{
    width: 100%;
    padding: 0 4%;
    margin: 70px auto 0;
  }
  #hallux_price .hallux_price_in .txt_box {
    width: 100%;
    margin: 0 auto 30px;
  }
  #hallux_price .hallux_price_table{
    width: 100%;
    margin: 0 auto 30px;
  }
  #hallux_price .hallux_price_table tr{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #hallux_price .hallux_price_table tr th.title_td{
    width: 100%;
    font-size: 20px;
    padding: 10px;
  }
  #hallux_price .hallux_price_table tr td{
    width: 100%;
    font-size: 15px;
  }
  #hallux_price .hallux_price_table tr td.price_td{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #hallux_price .hallux_price_table tr td.price_td span.time{
    margin: 0 20px 0 0;
  }
  #hallux_price .hallux_price_table tr td.price_td p.price span.eng{
    font-size: 30px;
  }
  #hallux_price .hallux_price_table{
    border: 1px solid #d8d8d8;
  }
  #hallux_price .hallux_price_table tr,
  #hallux_price .hallux_price_table tr th,
  #hallux_price .hallux_price_table tr td{
    border: 0;
  }
  #hallux_price .hallux_price_table tr th.title_td{
    border: none;
  }

  #hallux_faq .hallux_faq_in {
    width: 100%;
    padding: 0 4%;
    margin: 70px auto 70px;
  }
  .hallux_faq_dt{
    padding: 10px 30px 10px 40px;
    font-size: 15px;
  }
  .hallux_faq_dd{
    font-size: 15px;
    padding: 13px 30px 10px 40px;
  }
  .hallux_faq_dt span::before{
    font-size: 25px;
    top: -15px;
    left: -37px;
  }
  .hallux_faq_dd span::before{
    top: -13px;
    left: -36px;
    font-size: 25px;
  }
  .hallux_faq_dt::before, .hallux_faq_dt::after{
    right: 7px;
    width: 17px;
  }
  .hallux_campaign {
    margin: 30px 0 0;
    padding: 0 2% 0;
  }
}

.onayami_area .menu_text li {
  color: #005500 !important;
  border-bottom: 2px dotted #58af83 !important;
}

.post-type-archive-blog .readmore{
  text-align:left;
  margin-bottom:0.5em;
}
.post-type-archive-blog .readmore a{
  text-decoration:none;
  border:1px solid #58af83;
  color:#58af83;
  text-align:center;
  display:inline-block;
  font-size:0.9em;
  padding: 0.7em 1.5em 0.7em 2em;
  max-width:100%;
}
.post-type-archive-blog .readmore a:hover{
  background:#58af83;
  color:#fff;
}
.post-type-archive-blog .readmore a:after{
  font-family:"fontawesome";
  content:'\f105';
  margin-left:1em;
}

div.staff_name::before {
    background-color: #58af83 !important;
}

.menu .menu_box,
.access_img img,
.shitumon_box,
.shitumon_box .shitumon_title,
.voice ul li {
  border-color: #58af83 !important;
}

.shitumon_box .shitumon_title .q {
  color: #58af83 !important;
}

.shitumon_box .shitumon_title p {
  color: #005500 !important;
}

.menu .menu_box h4,
.voice ul li .voice_text h4 {
  color: #005500 !important;
  border-color: #58af83 !important;
}

.menu .menu_box h4::after,
.voice ul li .voice_text h4::after {
  background-color: #58af83 !important;
}

.menu .menu_box .case_txt .c_hd {
  color: #58af83 !important;
  border-color: #58af83 !important;
}

.menu .menu-hoken {
  margin-bottom: 3.0em !important;
}

.menu .menu-hoken th {
  color: #005500;
  background-color: #e8fcf2 !important;
}

.menu .nagare {
  margin-bottom: 2.0em !important;
}

.menu .nagare ul li {
  margin-bottom: 2.0em !important;
}

.menu .nagare ul li img {
  margin-bottom: 1.0em !important;
}

.youtsu img {
  display: none;
}
/*推薦者の声*/
.voice-section {
  max-width: 1000px;
  margin: 0 auto; 
}

.voice-title {
  background-color: #2e7d32;
  padding: 10px 20px;
  font-size: 24px;
}

.voice-box {
  margin-top: 40px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}

.voice-subtitle {
  background-color: #539309;  
  color: white;              
  padding: 8px 16px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
}


.voice-header {
  display: flex;
}

.voice-bar {
  width: 6px;
  background-color: orange;
  margin-right: 12px;
}

.voice-info {
  display: flex;
  gap: 10px;
  align-items: center;
}

.voice-info .voice-role,
.voice-info .voice-name {
  margin: 0;
  font-weight: bold;
}

.voice-divider {
  border-bottom: 1px dashed #ccc;
  margin: 10px 0 20px;
}

.voice-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.voice-text {
  flex: 1;
}

.voice-image img {
  width: 150px;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .voice-content {
    display: flex;
    flex-direction: column;
  }

  .voice-image {
    order: 1;
    text-align: center;
    width: 50%;
    margin: 0 auto;
  }

  .voice-text {
    order: 2;
    font-size: 14px;
  }
.voice-box{
    padding: 0;
  }
  .voice-image img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

    .voice-info {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    flex-wrap: wrap;
  }

  .voice-role,
  .voice-name {
    font-size: 14px;
  }

  .voice-subtitle {
    font-size: 18px;
    padding: 6px 12px;
    background-color: #539309;
    color: white;
  }
 .voice-title {
    font-size: 20px;
    padding: 8px 16px;
    text-align: center;
    background-color: #2e7d32;
  }
}

