/*
Theme Name:20220516resposive2_side_install_pack
*/

@charset "utf-8";

@import url(option.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

/* --------------------------------------
ブラウザスタイル初期化
-------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

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



/* --------------------------------------
背景＆基本設定
-------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

body {
  color: #303030;
  background-color: #fff;
  line-height: 1;
  -webkit-text-size-adjust: none;
  min-width: 1000px;
  font-family: 'Kosugi Maru', sans-serif;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  border: none;
  max-width: 100%;
}

a {
  color: #2597da;
  text-decoration: underline;
}

a:link {
  color: #2597da;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:visited {
  color: #2597da;
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
  line-height: 2;
}

ul {
  list-style: none;
  margin-bottom: 20px;
}

ol {
  margin-left: 25px;
}

dt {
  width: 20%;
  clear: left;
  float: left;
  padding: 10px 0;
}

dd {
  padding: 10px 0 10px 20%;
  border-bottom: 1px solid rgb(239, 239, 239);
}

hr {
  overflow: hidden;
  height: 0;
  border: #bdbdbd dotted 1px;
  margin: 5px 0 15px 0;
}

/* --------------------------------------
webアイコン定義
-------------------------------------- */

.fa-home {
  font-size: 12px !important;
}

.fa-window-restore {
  margin-left: 3px;
}

/* --------------------------------------
レイアウト定義
-------------------------------------- */
#base {
  background: #fbf7f4;
  overflow: hidden;
}

.wrapper {
  padding: 0;
  z-index: 1;
  position: relative;
  padding-top: 0;
}

.wrapper_head {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  z-index: 1000;
  position: relative;
}

#content {
  padding: 0 0 50px;
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 10;
  position: relative;
}

.page-id-2 #content {
  width: 100%;
}

#content.w-100 {
  width: 100%;
  padding: 0;
}

.Inner {
  width: 1000px;
  margin: 0 auto;
}

#content #main {
  width: 100%;
  line-height: 1.8;
  text-align: justify;
  font-size: 18px;
}

/* メイン画像 */
#simplegallery1 {
  clear: both;
  margin-bottom: 10px;
  z-index: 2;
}

.simplegallery {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}

.simplegallery img {
  width: 100%;
}

#ibox {
  position: relative;
  height: 735px;
}

#ibox::before {
  content: url("img/FV-bg.png");
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 1;
}

#ibox::after {
  content: "";
  position: absolute;
  right: 50%;
  background: #fbf7f4;
  height: 100%;
  width: 100%;
  top: 0;
}

.ibox_p {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 735px;
  z-index: 2;
  display: flex;
  justify-content: end;
}

.ibox_p h1 {
  position: absolute;
  right: 0;
  top: 140px;
}

.ibox_cont ul li {
  margin-left: 1em;
}

.ibox_cont ul {
  display: flex;
  justify-content: right;
  position: absolute;
  top: 50px;
  right: 80px;
}

.fv_under h2 {
  font-size: 24px !important;
  color: #492709;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.fv_under {
  right: 0;
  bottom: 100px;
  position: absolute;
}

.fv_link p {
  margin-bottom: 20px;
}

.fv_link p a {
  font-size: 30px;
  color: #2597da;
  text-decoration: none;
  display: flex;
  min-width: 400px;
  background: #fff;
  text-align: center;
  border: 3px solid;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  min-height: 90px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fv_link p a::after {
  position: absolute;
  top: 56%;
  right: 2vw;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #2597da;
  border-right: 2px solid #2597da;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fv_link p a span {
  font-size: 18px;
  width: 100%;
}

.fv_link p a:hover {
  opacity: 0.8;
}

.ibox_p::after {
  content: url("img/nikukyu.png");
  position: absolute;
  right: -15%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 120px;
}

/* キャッチを画像にする場合 */

#pan {
  font-size: 10px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  margin: 10px auto;
  width: 1000px;
  line-height: 1.3;
}

#pan a {
  background: transparent;
}

.sec {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#content .sec h2:first-child,
#content .sec h3:first-child,
#content .sec h4:first-child {
  margin-top: 0 !important;
}

.page_wrap {
  padding: 0 40px;
}

/* --------------------------------------
各ページタイトル
-------------------------------------- */
#content #main .singletitle a,
#content #main .title a {
  color: #ff6000;
  text-decoration: none;
}

/* --------------------------------------
マウスオーバー設定
-------------------------------------- */
a:hover img {
  opacity: 0.6;
  /* opera  firefox safari */
  filter: alpha(opacity=60);
  /* ie */
  -ms-filter: "alpha( opacity=60 )";
}

#content #side a:hover img {
  opacity: 0.6;
  /* opera  firefox safari */
  filter: alpha(opacity=60);
  /* ie */
  -ms-filter: "alpha( opacity=60 )";
}

#content #side li:hover {
  opacity: 0.6;
  /* opera  firefox safari */
  filter: alpha(opacity=60);
  /* ie */
  -ms-filter: "alpha( opacity=60 )";
  background: #fff;
  /* border-left:#ff6000 2px solid; */
}


/* --------------------------------------
ヘッダー定義
-------------------------------------- */
#header_main {
  width: 1000px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding: 20px 0;
}

.header_l img {
  width: 310px;
}

.header_r {
  margin-left: auto;
}

.head-rbox ul {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0;
  justify-content: end;
}

.head-rbox ul li {
  margin-left: 1em;
}

.head-rbox ul li {
  border: 2px solid #2597da;
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 123px;
  text-align: center;
  padding: 10px 0 5px;
  background: #fff;
}

.head-rbox ul li p {
  line-height: 1.5;
  font-size: 15px;
  color: #2597da;
  font-weight: bold;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}

p.h-tel {
  font-size: 31px;
  color: #492709;
  font-family: 'Roboto', sans-serif;
  margin-left: 1em;
}

.head-rbox {
  display: flex;
  align-items: center;
}

header h1.title {
  padding: 0;
  text-align: inherit;
  display: inline-block;
}

header h1.title a {
  display: block;
}

.header_tel {
  line-height: 40px;
  background-color: #8fafdb;
  color: #fff;
  height: 40px;
}

.header_tel p {
  width: 1000px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* -------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */

/* 横ならびメニュー部分 */

#menu {
  width: 1000px;
  margin: 0 auto 20px;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

#menu li {
  position: relative;
  flex-grow: 1;
}

#menu>li a {
  display: block;
  margin: 0;
  padding: 15px 0;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  line-height: 1.3;
  transition: 0.3s;
  border-bottom: 4px solid #fbf7f4;
  color: #492709;
  font-size: 15px;
}

#menu>li a:hover {
  border-bottom: 4px solid #2597da;
  color: #2597da;
}

/* ナビの背景画像を指定(使用しない場合は削除して下さい)
#menu > li a { height: 50px; }

#menu li a:hover {
  background-position: 0 -50px;
  opacity: 1;
}

#menu li a#head_navi1 {
  background-image: url(img/gloval_navi1.png);
}

#menu li a#head_navi2 {
  background-image: url(img/gloval_navi2.png);
}

#menu li a#head_navi3 {
  background-image: url(img/gloval_navi3.png);
}

#menu li a#head_navi4 {
  background-image: url(img/gloval_navi4.png);
}

#menu li a#head_navi5 {
  background-image: url(img/gloval_navi5.png);
}

#menu li a#head_navi6 {
  background-image: url(img/gloval_navi6.png);
}
*/

/* 仕切り線 */
#menu li a::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #492709;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#menu li:first-child a::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #492709;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* 仕切り線 */

#m_logo svg {
  width: 66px;
  height: 31px;
  margin-top: 10px;
  margin-left: 10px;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(200px) rotateX(90deg);
  }

  100% {
    -webkit-transform: perspective(200px) rotateX(0deg);
  }
}

/* -------------------------------------
ドロップダウン
------------------------------------- */
#menu li {
  position: relative;
  /* ←#menu li にこの記述がなければ追記 */
}

#menu ul.dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  /* ドロップメニューの位置 */
  z-index: 9999;
  width: 215px;
  /* ドロップメニュー横幅 */
  background-color: #e4e4e4;
  /* ドロップメニューの背景色 */
  opacity: 0.8;
  /* ドロップメニューの背景透過率 */
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}

#menu ul.dropdown li {
  float: none;
  border-bottom: 1px solid #fff;
  /* ドロップメニュー区切り線 */
  position: static;
  background-image: none;
}

#menu ul.dropdown li:hover {
  background-color: #ccc;
  /* ドロップメニューマウスオーバー時 */
  border-bottom: 1px solid #fff;
}

#menu ul.dropdown li a {
  text-indent: 0;
  font-size: 15px;
  height: auto;
  padding: 13px 10px;
  /* ドロップメニューpadding */
  color: #000;
  /* ドロップメニューリンク文字色 */
  border: none !important;
}

#menu ul.dropdown li a::after {
  content: none;
}

#menu ul.dropdown li a::before {
  content: none;
}

/* --ここまで-- */


#menu ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  /*ドロップメニューの位置*/
  z-index: 9999;
  width: 215px;
  /*ドロップメニュー横幅*/
  background-color: #2597da;
  /*ドロップメニューの背景色*/
  opacity: 0.8;
  /*ドロップメニューの背景透過率*/
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}

#menu ul.sub-menu li {
  float: none;
  border-bottom: 1px solid #FFFFFF;
  /*ドロップメニュー区切り線*/
  position: static;
  background-image: none;
}

#menu ul.sub-menu li:hover {
  background-color: #ffeda7;
  /*ドロップメニューマウスオーバー時*/
}


#menu ul.sub-menu li a {
  text-indent: 0px;
  font-size: 15px;
  height: auto;
  padding: 13px 10px;
  /*ドロップメニューpadding*/
  color: #000000;
  /*ドロップメニューリンク文字色*/
  border-bottom: none;
}

#menu ul.sub-menu li a:before,
#menu ul.sub-menu li a:after {
  display: none !important;
}


#menu {
  position: relative;
  height: auto;
}

header.fixed #menu {
  position: relative;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* --------------------------------------
サイドタイトル
-------------------------------------- */

#content #side {}

#content #side h3 {
  background: url("img/btn_title_side.png") 10px center no-repeat, url("img/bg_title_side.png") left top repeat-x;
  background: #fc1d25;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fc1d25 1%, #bf0209 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fc1d25 1%, #bf0209 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fc1d25 1%, #bf0209 100%);
  height: auto;
  padding: 7px 0 6px 15px;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  border: none;
  margin: 20px 0 0 0;
  text-indent: 10px;
  position: relative;

  /* 上部角丸の場合コメントアウト外す
border-top-right-radius: 4px;
border-top-left-radius: 4px;
*/
}

#content #side div:first-child h3 {
  margin: 0 0 0 0;
}

#content #side h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #feed68;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

/* --------------------------------------
サイドメニューリスト
-------------------------------------- */

#content #side ul {
  margin: 0;
  list-style: none;
}

#content #side li {
  border-bottom: #c9c1b9 1px dotted;
  vertical-align: middle;
  position: relative;
}

#content #side li a {
  display: block;
  color: #080808;
  text-decoration: none;
  padding: 10px 10px 10px 20px;
  position: relative;
}

#content #side li a::before,
#content #side li.recentcomments::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #ccc;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  transition: 0.3s;
}

#content #side li a:hover::before,
#content #side li.recentcomments:hover::before {
  transform: translate(2px, -50%);
}

#content #side li.recentcomments {
  padding: 10px 10px 10px 20px;
}

#content #side li.recentcomments a::before {
  content: none;
}

/* --------------------------------------
フッター定義
-------------------------------------- */
footer {
  height: auto;
  background: #fbf7f4;
  border-top: 2px solid #cec3b9;
}

footer,
footer a {
  color: #333;
  text-decoration: none;
}

footer a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

.f-logo img {
  width: 310px;
}

.footer_nav {
  width: 1000px;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em;
}

.f-tel {
  font-size: 31px;
  color: #492709;
  font-family: 'Roboto', sans-serif;
  margin-left: 1em;
}

.h-tel img,
.f-tel img {
  margin-right: 8px;
}

.f-tel a {
  color: #492709;
  text-decoration: none;
}

a.tel_link {
  color: #492709;
  text-decoration: none;
}

.footer_btm_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

/* footer_btm_left  */
.logo_footer {
  display: block;
  margin-bottom: 12px;
}

.logo_footer img {
  width: 210px;
  /* フッターのロゴ横幅 */
}

a.logo_footer:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

.logo_footer svg {
  margin-bottom: 12px;
  width: 80px;
  float: left;
}

footer svg path {
  fill: rgb(152, 152, 152);
}

p.cinfo,
p.urls {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

p.urls {
  margin: 20px 0 10px;
}

/* footer_btm_right  */
.footer_btm_right {
  margin-left: auto;
}

.f_btn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.tel {
  padding: 0 20px 0 0;
  color: #333;
  font-weight: bold;
}

.tel img {
  width: 25px;
  padding: 2px 5px;
  margin: 0 5px 0 0;
  background: #333;
  box-sizing: border-box;
  border-radius: 4px;
  transform: translateY(2px);
}

.telnum {
  font-size: 1.875rem;
  font-family: Roboto;
  line-height: 1.3;
}

.tel .note {
  display: block;
  font-size: 0.875rem;
}

.f_mail a {
  display: block;
  padding: 10px 40px;
  background: #333;
  border-radius: 4px;
  color: #fff;
}

.f_mail img {
  margin: 0 5px 0 0;
  transform: translateY(2px);
}

/* footermenu  */
.footermenu {
  margin: 30px 0;
}

.footermenu ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.footermenu li {
  width: auto;
  white-space: nowrap;
  margin: 0 0 10px;
}

.footermenu li a {
  text-decoration: none;
  display: block;
  color: #333;
  font-size: 0.75rem;
  padding: 0 20px;
  border-right: 1px solid #333;
}

.footermenu li:last-child a {
  border: none;
}

.copyright {
  padding: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #2597da;
}

.copyright a {
  text-decoration: none;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

#pagetop {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

a#pagetop:hover {
  opacity: 0.6;
}

#fix_footer {
  display: none;
}

/* --------------------------------------
コンテンツ共通パーツ
-------------------------------------- */

/* お客様編集時のためにここは変えない */
#content #main p {
  margin-bottom: 20px;
}

#content #main .singleline {
  overflow: hidden;
}

#submain {
  height: 200px;
  background-color: #fff;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border: 25px solid #2597da;
  border-right: none;
  border-left: none;
}

#submain img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  top: -550px;

  /*
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  -o-filter: brightness(0.7);
  -ms-filter: brightness(0.7);
  filter: brightness(0.7);
*/
  opacity: 0.5;
}

.h1wrap {
  width: 1000px;
  height: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: url("img/kasou-icon.png") top center no-repeat;
  background-position: 50% 20%;
}

#submain h1 {
  width: 100%;
  color: #492709;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: relative;
  height: 0;
  display: flex;
  align-items: end;
  min-height: 100px;
  justify-content: center;
}

.dotted {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}

/* --------------------------------------
ブログ系
-------------------------------------- */

.blog-eyecatch {
  float: left;
  margin: 0 20px 20px 0;
}

.blog-eyecatch img {
  width: 100px;
  height: 100px;
}

.prev-next {
  text-align: center;
  margin: 30px 0;
  overflow: visible !important;
  font-size: 16px;
}

.wp-pagenavi {
  overflow: visible !important;
}

.wp-pagenavi span.pages {
  font-size: 80%;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 6px 8px;
  color: #585858;
  border-radius: 2px;
}

.wp-pagenavi span.current {
  background: #bdbdbd;
  color: black;
  border-color: #5f5f5f;
}

/* newarchivephp */

.post .s-time,
.single .s-time {
  font-size: 12px;
  color: #666;
  padding-bottom: 10px;
}

blockquote {
  position: relative;
  padding: 20px 60px 10px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

blockquote::before {
  display: inline-block;
  position: absolute;
  top: 28px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888;
  font-size: 0.9em;
}

/* archives.php 202007_add */
#content #main .post_box p.more {
  padding: 5px 20px 5px 40px;
  position: relative;
  text-decoration: none;
  color: #2597da;

}

#content #main .post_box p.more::before {
  content: " \f054";
  font-family: FontAwesome;
  color: #ccc;
  position: absolute;
  left: 15px;
  top: 5px;
  transition: 0.3s;
}

#content #main .post_box a:hover p.more::before {
  transform: translateX(4px);
}

.post_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 20px;
}

#main .post_wrap::after {
  content: none;
}

.post_box {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #ccc;
}

.post_box a,
.post_box a:visited,
.post_box a:link {
  text-decoration: none;
}

.post_box a.post_link {
  display: block;
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}

.post_box a.post_link p {
  color: #333;
}

.post_box a.post_link:hover {
  transform: translateY(-4px);
}

.posttitle {
  margin-bottom: 5px;
}

#content #main .post_wrap h3 {
  clear: both;
  height: auto;
  background: none;
  padding: 0;
  margin: 5px 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  line-height: normal;
  text-align: left;
  border-bottom: none;
}

#content #main .post_box p.date {
  display: block;
  padding: 10px;
  margin: 0;
}

#content #main p.date i {
  margin: 0 10px 0 0;
}

.post_img {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.post_box img {
  width: 100%;
  height: auto;
  max-height: auto;
}

#content #main .post_box p {
  padding: 10px;
  line-height: 1.5;
}

/* single.php */
.article_img {
  text-align: center;
}

.article_img img {
  width: auto;
  height: auto;
}

.cat_list li {
  display: inline-block;
}

.cat_list li a {
  display: flex;
  align-items: center;
  height: 3.2em;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 0.6em 1em;
  margin: 0 1em 0 0;
  border: 1px solid #666;
  border-radius: 2px;
  background-color: #fff;
  transition: color, background-color 0.1s ease-out;
}

.cat_list li a:hover {
  background: #666;
  color: #fff;
}


/* --------------------------------------
見出し設定
-------------------------------------- */


/* h1共通部分 */
#content #main.under_page h1.singletitle,
#content #main.under_page h1 {
  clear: both;
  height: auto;
  /* 改行時崩れ防止のため必須。高さはpaddingで調整お願い致します。 */
  color: #054594;
  font-size: 38px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left bottom;
  letter-spacing: 2px;
  line-height: normal;
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 112px 0 10px 0;
}

/* コンテンツ中のh1上margin */
#content #main.under_page h1.title {
  margin-top: 0;
}

h2,
#content #main.under_page h2 {
  clear: both;
  height: auto;
  color: #492709;
  font-size: 28px;
  margin: 60px 0 30px 0;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}

h2:nth-of-type(1),
#content #main.under_page h2:nth-of-type(1) {
  margin-top: 0;
}

h2 a,
#content #main.under_page h2 a {
  text-decoration: none;
}

h2.title2,
#content #main.under_page h2.title2 {
  font-size: 30px;
  color: #492709;
  text-align: center;
  font-weight: bold;
  margin: 40px auto;
  background: none;
}

h3,
#content #main.under_page h3 {
  clear: both;
  height: auto;
  color: #492709;
  border-bottom: #2597da solid 5px;
  font-size: 22px;
  margin: 30px 0 10px 0;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  padding: 20px 0;
  text-align: center;
}

h4,
#content #main.under_page h4 {
  clear: both;
  height: auto;
  color: #000;
  font-size: 20px;
  margin: 20px 0;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  padding: 8px 40px;
  position: relative;
}

h4::before,
#content #main.under_page h4::before {
  content: url("img/h4bg.png");
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
}

/* special css */


/* end special css */

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

.eyecatch_box {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  padding: 30px;
  margin: 2em 0;
  justify-content: space-between;
  border: 2px solid #2597da;
}

.eyecatch_box .ttl_wrap {
  width: calc(100% - 300px);
  padding: 0 40px;
}

#content #main .wrap h3 {
  background: none;
  font-size: 26px;
  color: #2597da;
  margin: 0;
  padding: 0 0 20px;
  border: none;
  text-align: left;
}

.eyecatch_box figure {
  width: 280px;
  line-height: 0;
  margin: 0;
  padding: 0;
}


.eyecatch_box .ttl {
  font-size: 1.3em;
  font-weight: bold;
  color: #492709;
}

.eyecatch_box .txt:not(:last-child) {
  margin-bottom: 5px;
}

/* --------------------------------------
WordPress FCKEditor table
-------------------------------------- */

table {
  width: 100%;
  border: 2px solid #bfbfbf;
  border-radius: 10px;
  overflow: hidden;
  background: #aaa;
  margin-bottom: 30px;
}

th {
  border: 1px solid #c7c7c7;
  padding: 10px;
  background: #e6f0f7;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}

td {
  border: 1px solid #c7c7c7;
  padding: 10px;
  background: #fff;
}


.table2 th {
  width: 30%;
}

table.table1 {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}

table.table1 th {
  background: #f1f1f1;
}

/* --------------------------------------
テーブル
-------------------------------------- */

.tablestyle {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}

.tdstyle {
  background-color: #f5f3f3;
  border: 1px solid #d2d2d2;
  padding: 8px 10px;
  width: 30%;
  text-align: center;
}

.tdstyle_none {
  background-color: #f5f3f3;
  border: 1px solid #d2d2d2;
  padding: 8px 10px;
  text-align: center;
}

/* 左寄せ */

.tdstyle2 {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px;
  padding: 8px 10px;
  text-align: left;
}

/* 右寄せ */

.tdstyle3 {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px;
  padding: 8px 10px;
  text-align: right;
}

/* 中央寄せ */

.tdstyle4 {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px;
  padding: 8px 10px;
  text-align: center;
}

/* special css */

/* end special css */

/* --------------------------------------
<div class="sq?"></div>での 飾り設定
-------------------------------------- */

/* 色:グレー */

.sq1 {
  border: 1px solid #2597da;
  background-color: #fff;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
  border-radius: 5px;
}

/* 囲み:グレー */

.sq2 {
  border: 1px solid #492709;
  background-color: #fff;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
  border-radius: 5px;
}

.sq3 {
  background-color: #e6f0f7;
  border: 1px solid #2597da;
  display: grid;
  padding: 10px 20px;
  border-radius: 10px;
}

/* 囲み：赤 */

.sqred {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
}

/* 囲み：二重線 */

.nizyuu {
  border-width: 4px;
  border-style: double;
}

/* 囲み：点線 */

.tensen {
  border-width: 3px;
  border-style: dotted;
}

/* 囲み：角丸 */

.radious {
  border-radius: 5px;
}

/* special css */

/* end special css */


/* --------------------------------------
便利ボタン
-------------------------------------- */

.btn-round1 {
  border: 2px solid #2597da;
  background: #fff;
  min-width: 260px;
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 5px;
  position: relative;
  text-align: center;
  display: inline-block;
  color: #2597da !important;
  text-decoration: none;
  font-weight: bold;
}

.btn-round1:hover {
  opacity: 0.8;
}

.btn-round1::before {
  position: absolute;
  top: 50%;
  right: 18px;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #2597da;
  border-right: 2px solid #2597da;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-round2 {
  background: #2597da;
  min-width: 260px;
  font-size: 18px;
  padding: 15px;
  border-radius: 5px;
  position: relative;
  text-align: center;
  display: inline-block;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: bold;
}

.btn-round2:hover {
  opacity: 0.8;
}

.btn-round2::before {
  position: absolute;
  top: 50%;
  right: 1em;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-list1 {
  border: 2px solid #2597da;
  background: #fff;
  min-width: 210px;
  font-size: 18px;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  text-align: center;
  display: inline-block;
  color: #2597da !important;
  text-decoration: none;
  font-weight: bold;
}

.btn-list1:hover {
  opacity: 0.8;
}

.btn-list1::before {
  position: absolute;
  top: 50%;
  right: 1em;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #2597da;
  border-right: 2px solid #2597da;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-list2 {
  border-radius: 4px;
  width: auto;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffbf2), to(#f6efd5));
  background: linear-gradient(180deg, #fffbf2, #f6efd5);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 40px 10px 40px;
  position: relative;
  text-align: justify;
}

.btn-list2::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #b58d5a;
  border-right: 2px solid #b58d5a;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
}

.btn-list2:hover {
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.05), -1px -1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px rgba(0, 0, 0, 0.05), -1px -1px rgba(0, 0, 0, 0.05);
}

.btn-list-arc {
  width: auto;
  height: auto;
  background: #fff;
  margin-bottom: 20px;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  padding: 7px 40px 7px 40px;
  position: relative;
  text-align: justify;
  font-size: 13px;
  background-color: #f1f1f1;
  margin-top: 10px;
  border-radius: 4px;
}

.btn-list-arc::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #bdbdbd;
  border-right: 2px solid #bdbdbd;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
}

.btn-list-arc:hover {
  opacity: 0.6;
}

/* special css */

/* end special css */


/* --------------------------------------
テキスト飾り設定
-------------------------------------- */

.hosoku {
  color: #5a5a5a;
  font-size: 90%;
  line-height: 1.7;
}

.datetxt {
  color: gray;
  font-size: 90%;
}

.fs2 {
  font-size: 114.2857%;
}

.fs3 {
  font-size: 130%;
}

.fs4 {
  font-size: 160%;
  line-height: 1.5;
}

.fs5 {
  font-size: 200%;
  line-height: 1.5;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.yellow {
  background-color: #ffff85;
  padding: 4px 5px 2px 5px;
  font-weight: normal;
}

/* テキスト装飾 */
.tk1 {
  color: #2597da;
}

.tk2 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #e6f0f7 40%);
  text-shadow: 0 2px 0 rgb(255, 255, 255);
  padding-bottom: 3px;
  color: #492709;
}

.tk3 {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #e0d8d1 20%);
  text-shadow: 0 2px 0 rgb(255, 255, 255);
  padding-bottom: 3px;
  color: #492709;
}

/* ディスプレイインラインブロック */
.dib {
  display: inline-block !important;
}

.uline {
  color: #f00;
  text-decoration: underline;
  font-style: italic;
}

.round {
  border-radius: 100px;
}

.red {
  color: #e22020;
}

.blue {
  color: #4485e9;
}

/* 電話番号装飾 */

.telarea {
  border: 1px solid #cecece;
  margin: 0 0 10px 0;
  padding: 20px 20px 0 20px;
  display: inline-block;
}

.teltext {
  font-size: 26px;
}

.freedial {
  text-align: left;
}

/* チェックボックスの付くリスト */


.check_list-border li {
  position: relative;
}

.check_list-border li::before {
  content: url("img/check-icon.png");
}

.check_list li {
  position: relative;
  padding-left: 22px;
}

.check_list li::after {
  position: absolute;
  right: calc(100% - 12px);
  top: 20%;
  content: '';
  width: 10px;
  height: 16px;
  display: block;
  border-top: 4px solid #2597da;
  border-left: 4px solid #2597da;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.check_list01 li::before {
  content: url("img/check01.png");
}

/*.check_list02 li::before {
  content: url("img/check02.png");
}
*/
.check_list03 li::before {
  content: url("img/check03.png");
}

.check_list02 li {
  padding: 0 0 0 30px;
  position: relative;
}

.check_list02 li::after {
  position: absolute;
  right: calc(100% - 12px);
  top: 10px;
  content: '';
  width: 10px;
  height: 16px;
  display: block;
  border-top: 4px solid #2597da;
  border-left: 4px solid #2597da;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* special css */

/* end special css */



/* --------------------------------------
Q&A
-------------------------------------- */
.q {
  background-color: #f3f3f3;
  color: #ff6000;
  padding: 4px;
  font-weight: bold;
}

.a {
  padding: 7px 4px;
  border-bottom: #ccc 1px dotted;
  margin: 5px 0 20px 1em;
  text-indent: -1em;
}

/* --------------------------------------
WordPress 画像貼付け用
-------------------------------------- */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
  display: inline;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  display: inline;
}

/* --------------------------------------
youtube・googlemap 埋め込み用
-------------------------------------- */
.yt {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.yt iframe,
.yt object,
.yt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------------
汎用クラス定義
-------------------------------------- */
.clearfix::after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.fixmargin {
  margin-top: -23px;
}

#overlay {
  z-index: 1000 !important;
}

#lightbox {
  z-index: 9999 !important;
}


/* --------------------------------------
RSS用
-------------------------------------- */
#feed_new {
  background-color: #f5f3f3;
  font-size: 11px;
  color: #ff6000;
  padding: 5px 10px 0 10px;
  margin: 0;
  line-height: 130%;
}

#feed_new li {
  border-bottom: #ccc dotted 1px;
  list-style: none;
  padding-bottom: 5px;
}

#feed_new a {
  font-size: 13px;
}

/* --------------------------------------
コンテンツ部分のdiv&pにおけるimg飛び出しの解除
-------------------------------------- */

* html #main div {
  height: 1px;
}


/* fontcontrol */
#control {
  position: absolute;
  top: 5px;
  right: 5px;
}

#control a {
  color: white;
  text-decoration: none;
}

#control a:hover {
  text-decoration: underline;
}

span#intro {
  font-size: 13px;
  margin-right: 5px;
}

span#f-big {
  background-color: black;
  padding: 2px 4px;
  margin-right: 2px;
}

span#f-medium {
  background-color: black;
  padding: 2px 4px;
  margin-right: 2px;
}

span#f-small {
  background-color: black;
  padding: 2px 4px;
}

/* --------------------------------------
中央寄せ・右寄せ
-------------------------------------- */
.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.al {
  text-align: left;
}

/* --------------------------------------
リスト（FontAwesome)
-------------------------------------- */
ul {
  text-align: left;
}

ul.li_1 {
  margin-bottom: 20px;
}

ul.li_1 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_1 li::before {
  content: " \f14a";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_2 {
  margin-bottom: 20px;
}

ul.li_2 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_2 li::before {
  color: #008600;
  content: " \f046";
  font-family: FontAwesome;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_3 {
  margin-bottom: 20px;
}

ul.li_3 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_3 li::before {
  content: " \f058";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_4 {
  margin-bottom: 20px;
}

ul.li_4 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_4 li::before {
  content: " \f05d";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_5 {
  margin-bottom: 20px;
}

ul.li_5 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_5 li::before {
  content: " \f0a9 ";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_6 {
  margin-bottom: 20px;
}

ul.li_6 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_6 li::before {
  content: " \f18e";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_7 {
  margin-bottom: 20px;
}

ul.li_7 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_7 li::before {
  content: " \f138";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_8 {
  margin-bottom: 20px;
}

ul.li_8 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_8 li::before {
  content: " \f152";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_9 {
  margin-bottom: 20px;
}

ul.li_9 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_9 li::before {
  content: " \f0da";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_10 {
  margin-bottom: 20px;
}

ul.li_10 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_10 li::before {
  content: " \f069";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_11 {
  margin-bottom: 20px;
}

ul.li_11 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_11 li::before {
  content: " \f111";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_12 {
  margin-bottom: 20px;
}

ul.li_12 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_12 li::before {
  content: " \f192";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_maru li {
  margin-bottom: 10px;
  text-indent: -1.3em;
  margin-left: 1.3em;
  font-weight: bold;
}

ul.li_maru li::before {
  content: "● ";
  color: #5077c2;
}

ul.li_kome li {
  margin-bottom: 10px;
  text-indent: -1.3em;
  margin-left: 1.3em;
}

ul.li_kome li::before {
  content: "※ ";
  color: #5077c2;
}

ul.b_gray li::before {
  color: #d9d8d8;
}

ul.b_pink li::before {
  color: #f79698;
}

ul.b_green li::before {
  color: #cafdb1;
}

ul.b_skyblue li::before {
  color: #a0dff3;
}

ul.b_blue li::before {
  color: #608aeb;
}

ul.b_gold li::before {
  color: #d9b087;
}

ul.b_orange li::before {
  color: #fb8230;
}

ul.b_yellow li::before {
  color: #f8ee6d;
}

ul.b_azuki li::before {
  color: #731f21;
}

ul.b_purple li::before {
  color: #aa79e7;
}

/* --------------------------------------
レイアウトbox(2列・3列・4列)
-------------------------------------- */

.box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#main .box_wrap::after {
  content: none;
}

/* ボーダー設定 */
.box_border_type1 .two_box,
.box_border_type1 .three_box,
.box_border_type1 .four_box,
.two_box.box_border_type1,
.three_box.box_border_type1,
.four_box.box_border_type1 {
  border: 1px solid #b5b5b5;
}

.box_border_type2 .two_box,
.box_border_type2 .three_box,
.box_border_type2 .four_box,
.two_box.box_border_type2,
.three_box.box_border_type2,
.four_box.box_border_type2 {
  border: 2px solid #b5b5b5;
}

#main .box_wrap::after {
  content: none;
}

.two_box {
  width: calc((100% - 30px) / 2);
  margin: 0 30px 15px 0;
  overflow: hidden;
}

.two_box:nth-child(even) {
  margin: 0 0 15px 0;
}

.two_box .ttl_wrap {
  background: #2597da;
}

.two_box .ttl {
  padding: 3%;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0 !important;
  color: #fff;
}

.two_box,
.three_box,
.four_box {
  border: none !important;
  background: #fff;
  border-radius: 10px;
}

.two_box .txt {
  padding: 3%;
}

.two_box .more {
  float: right;
  text-decoration: none;
  margin: 0 3% 3% 0;
  position: relative;
  color: #492709;
  font-size: 14px;
}

.two_box .more::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #2597da;
  border-right: 2px solid #2597da;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.two_box .more:hover::before {
  -webkit-transform: translate(5px, -50%) rotate(405deg);
  transform: translate(5px, -50%) rotate(405deg);
}

.three_box {
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
  background: white;
  overflow: hidden;
}

.three_box:nth-child(3n-1) {
  margin: 0 20px 20px;
}

.three_box .ttl_wrap {
  background: #e6f0f7;
}

.three_box .ttl {
  padding: 3% 5%;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0 !important;
}

.three_box .txt {
  padding: 3%;
}

.three_box .more {
  float: right;
  text-decoration: none;
  margin: 0 3% 3% 0;
  position: relative;
  font-size: 14px;
}

.three_box .more::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #2597da;
  border-right: 2px solid #2597da;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.three_box .more:hover::before {
  -webkit-transform: translate(5px, -50%) rotate(45deg);
  transform: translate(5px, -50%) rotate(45deg);
}

.four_box {
  width: calc((100% - 30px) / 4);
  margin: 0 10px 10px 0;
  background: white;
  overflow: hidden;
}

.four_box:nth-child(4n) {
  margin: 0 0 10px 0;
}

.four_box .ttl_wrap {
  background: #2b4fbd;
}

.four_box .ttl {
  padding: 6% 3%;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #2597da;
  margin-bottom: 0 !important;
}

.four_box .txt {
  padding: 3% 6%;
}

.four_box .more {
  float: right;
  text-decoration: none;
  margin: 0 3% 3% 0;
  position: relative;
  font-size: 14px;
}

.four_box .more::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #2597da;
  border-right: 2px solid #2597da;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.four_box .more:hover::before {
  -webkit-transform: translate(5px, -50%) rotate(45deg);
  transform: translate(5px, -50%) rotate(45deg);
}

/* clearfixと組み合わせて使用 */
.six_four_r {
  float: right;
  width: 580px;
}

.six_four_l {
  float: left;
  width: 400px;
}

.seven_three_r {
  float: right;
  width: 680px;
}

.seven_three_l {
  float: left;
  width: 300px;
}

/* --------------------------------------
電話番号エリア
-------------------------------------- */
.responsedevise {
  border: 1px solid #b7d87f;
  padding: 15px;
  text-align: center;
  margin: 30px auto 0;
  border-radius: 5px;
}

/* --------------------------------------
フォームボタン
-------------------------------------- */
div.sbtn_1 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #409fdb;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Kosugi Maru', sans-serif;
  text-indent: 1em;
}

div.sbtn_2 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #123D83;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}

div.sbtn_3 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #ee6d6d;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}

div.sbtn_4 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #b38746;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}

div.sbtn_5 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #bbb6af;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}

div.maru input[type="submit"] {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  padding: 8px 20px 8px 20px;
  text-shadow: 1px 1px 3px #666;
  box-shadow: 0 0 6px 3px #e6e6e6;
  -moz-box-shadow: 0 0 6px 3px #e6e6e6;
  -webkit-box-shadow: 0 0 6px 3px #e6e6e6;
  width: auto;
}

div.sbtn_1 input:hover {
  background: #96cff5;
}

div.sbtn_2 input:hover {
  background: #fac871;
}

div.sbtn_3 input:hover {
  background: #f0a3a3;
}

div.sbtn_4 input:hover {
  background: #ebd3b0;
}

div.sbtn_5 input:hover {
  background: #f0ece4;
}

/* mail_icon表示用 */
.sbtn_1.action,
.sbtn_2.action,
.sbtn_3.action,
.sbtn_4.action,
.sbtn_5.action {
  position: relative;
  width: 270px;
  height: 60px;
  margin: auto;
}

.sbtn_1.action img,
.sbtn_2.action img,
.sbtn_3.action img,
.sbtn_4.action img,
.sbtn_5.action img {
  position: absolute;
  top: 1em;
  left: 80px;
}

/* ページ内スライド制御 */
.sliderbox {
  width: 500px;
  height: auto;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

/*  special css */

/* end special css */

/* ---------------------
H レスポンシブ用
------------------------ */

/* PC用とモバイル用のロゴを出し分ける */

#pc_logo {
  display: inline;
}

#pc_logo img {
  margin: 0 auto;
}

#mobile_logo {
  display: none;
}

#mobile_button {
  display: none;
}

.mobile_menu {
  display: none;
}

#mobile_main {
  display: none;
}

/* デスクトップでは非表示にする */
#panel,
#mobile_side,
.mobile_only,
.sp_only,
#mobile_tel,
#mobile_main {
  display: none;
}

#content #main p.wp-caption-text {
  margin-top: 2px;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
  padding: 10px 10px 0;
  line-height: 17px;
}

#content #main h2.spe {
  padding: 0;
  margin: 0 0 30px;
  background-color: #fff;
  border: 0;
  display: inline-block;
  color: #444;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: left;
}

.rightbox {
  float: right;
}

.leftbox {
  float: left;
}

.w40 {
  width: 40%;
}

.w60 {
  width: 60%;
}

/* コンタクトフォーム */

.wpcf7-form {
  color: #333;
}

input.wpcf7-form-control {
  width: 100%;
  height: 52px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 15px;
  background-color: #fff;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
}

textarea.wpcf7-form-control {
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px;
  background-color: #fff;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
}

textarea.wpcf7-form-control::placeholder {
  color: #999;
}

/* プルダウンメニュー */
select.wpcf7-form-control {
  max-width: 100%;
  height: 52px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 45px 5px 15px;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
}

/* ラジオボタン */
.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 7.5px;
}

.wpcf7-form-control input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  outline: none;
  background-color: #fff;
}

/* チェックボックス */
.wpcf7-checkbox .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 7.5px;
}

.wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 7.5px;
  color: #555;
}

.wpcf7-form-control input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
}


/* フォーム幅の調整 */
.field_wrap {
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  display: table;
  margin-bottom: 30px;
}

.field_wrap.first {
  margin-top: 30px;
}

.field_name {
  display: table-cell;
  width: 200px;
  padding: 0 0 30px 30px;
  font-weight: bold;
  border-bottom: 2px solid #666;
  color: #555;
  vertical-align: middle;
  text-align: left;
}

.field {
  display: table-cell;
  padding: 0 0 30px 30px;
  border-bottom: 2px solid #ddd;
}

.field_name label {
  font-weight: bold;
}

#main div.field_name.require::after,
#main div.field_name.any::after {
  display: inline-block;
  font-size: 10px;
  line-height: normal;
  border-radius: 2px;
  padding: 0 6px 1px;
  margin: 0 0 0 10px;
  position: relative;
  bottom: 2px;
  visibility: visible;
  height: auto;
}

#main div.field_name.require::after {
  content: "必須";
  color: #ee6354;
  border: 1px solid #ee6354;
}

#main div.field_name.any::after {
  content: "任意";
  color: #999;
  border: 1px solid #999;
}

#main div.field_wrap::after {
  content: none;
}

/* TOP */
section.top01 {
  padding: 80px 0 40px;
  position: relative;
}

section.top01::before {
  content: url("img/nikukyu2.png");
  position: absolute;
  left: 0;
  bottom: -20%;
}

section.top01 .Inner {
  background: #fff;
  border-radius: 20px;
  padding: 10px 0 60px 60px;
  position: relative;
  z-index: 1;
}

section.top01 .Inner::after {
  content: "";
  width: 50vw;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
}

.page-id-2 h2 span {
  color: #2597da;
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
}

.page-id-2 h2 {
  font-size: 30px;
  color: #492709;
  text-align: center;
  font-weight: bold;
  margin: 40px auto;
  background: none;
}

.hour_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.hour_cont_a {
  min-width: 320px;
}

.hour_cont_b {
  width: 50%;
}

.hour_cont03 .txt p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.hour_box h3 {
  max-width: 320px;
  text-align: center;
  background: #eee;
  font-size: 21px;
  font-weight: bold;
  color: #191919;
  border-radius: 10px;
  border: none;
  padding: 10px;
  margin-bottom: 15px;
}

.hour_cont01 .txt {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
}

.hour_cont01:nth-child(2) .txt {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}

#content #main .hour_cont01 p,
#content #main .medical01-b p {
  line-height: 1.6;
}

.medical-box ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #422110;
  font-size: 20px;
  font-weight: bold;
}

.medical-box ul.amour {
  margin: 0 auto;
  width: 500px;
}

.medical-box a.btn-round1 {
  font-size: 30px;
  min-width: 400px;
}

section.top02 {
  padding: 0 0 40px;
}

section.top03 {
  padding: 80px 0 80px;
  background: #e6f0f7;
  position: relative;
}

section.top03::before {
  content: url("img/nikukyu3.png");
  right: 0;
  bottom: 20%;
  position: absolute;
}

.Inner {
  width: 1000px;
  margin: 0 auto;
}

section.top03 .Inner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50vw;
  right: 50%;
  background: #fff;
  z-index: -1;
  top: 0;
}

section.top03 .Inner {
  background: #fff;
  padding: 1px 60px 60px 0;
  position: relative;
  border-radius: 10px;
  z-index: 1;
}

table.attmgr_weekly_all td,
table.attmgr_weekly_all th {
  font-size: 16px !important;
}

.schedule-box table th {
  background: #f1f1f1;
  padding: 0 20px;
  font-size: 20px;
  border: 2px solid #898989;
}

.schedule-box table td {
  vertical-align: middle;
  border: 2px solid #898989;
}

.schedule-box table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #898989;
}

.schedule-box table td:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}

section.top04 {
  background: #fff url("img/mess-bg.png") left no-repeat;
  background-size: cover;
  padding: 10px 0 0;
  position: relative;
}

.message_box .txt {
  width: 63%;
  font-size: 21px;
  font-weight: bold;
  margin: 0 auto;
}

.message_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.message_box figure {
  line-height: 0;
  margin-bottom: 0 !important;
}

.message_box figure img {
  width: 300px;
}

.message_box p {
  line-height: 1.8;
}

section.top05 {
  padding: 80px 0 40px;
  position: relative;
}

.advan-box ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.advan-box ul li {
  width: 32%;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

.advan-box ul li figure {
  text-align: center;
  margin-bottom: 20px;
}

.advan-box ul li h3 {
  font-size: 26px;
  text-align: center;
  height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

.advan-box ul li p {
  font-weight: bold;
}

.advan02 a.btn-round1 {
  min-width: 400px;
  padding: 13px;
  font-size: 30px;
  min-height: 90px;
}

.advan02 {
  display: flex;
  justify-content: space-around;
}

.advan02 p:nth-child(2) a {
  line-height: 1.2;
}

.advan02 a.btn-round1 span {
  display: block;
  font-size: 18px;
}

.advan22 a.btn-round1 {
  min-width: 400px;
  padding: 13px;
  font-size: 30px;
  min-height: 90px;
}

.advan22 {
  display: flex;
  justify-content: space-around;
}

section.top06 {
  position: relative;
}

section.top06 .Inner {
  background: #fff;
  border-radius: 20px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.hotel_box .Inner::after {
  content: "";
  width: 50vw;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
}

.hotel_box::before {
  content: url("img/nikukyu4.png");
  position: absolute;
  left: 0;
  bottom: -20%;
}

.hotel_box {
  position: relative;
  margin-bottom: 50px;
}

.hotel-tori-txt h3 {
  font-size: 30px;
  color: #492709;
  text-align: center;
  font-weight: bold;
  margin: 40px auto 10px;
  position: relative;
}

.hotel-tori-txt h3 span {
  color: #2597da;
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
}

.hotel_tori-cont {
  display: flex;
  justify-content: space-between;
}

.hotel_tori-cont figure {
  line-height: 0;
  flex-grow: 1;
}

#content .hotel_tori-cont figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

#content .toribox .hotel_tori-cont figure img {
  border-radius: 0 10px 10px 0;
}

.hotel-tori-txt {
  width: 48%;
  text-align: center;
  padding: 20px;
}

.hotel-tori-txt h3::before {
  content: url("img/hotel02.png");
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -45px;
}

.hotel-tori-txt h3 {
  font-size: 30px;
  color: #492709;
  text-align: center;
  font-weight: bold;
  margin: 40px auto 10px;
  position: relative;
}

dl.hotel-tori-in {
  border: none;
  background: #f1f1f1;
  border-radius: 10px;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}

dl.hotel-tori-in dt {
  width: 30%;
  font-size: 19px;
  font-weight: bold;
}

dl.hotel-tori-in dd {
  width: 60%;
  text-align: left;
  font-weight: bold;
  padding: 10px 0;
}

.hotel-tori-txt .txt {
  text-align: left;
  margin-bottom: 30px;
  font-weight: bold;
}

.hotel-tori-txt .txt p {
  line-height: 1.8;
}

.hotel-tori-txt a.btn-round1 {
  padding: 10px;
}

.hotel_box.toribox::before {
  content: none;
}

.hotel_box.toribox .Inner::after {
  content: "";
  width: 50vw;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 50%;
  top: 0;
  z-index: -1;
  left: auto;
}

.hotel_box.toribox .hotel_tori-cont figure {
  order: 2;
}

.hotel_box.toribox .hotel-tori-txt {
  order: 1;
}

dl.hotel-tori-in dd p {
  margin-bottom: 0 !important;
  font-size: 12px;
  line-height: 1;
}

section.top06 {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 80px solid #e0d8d1;
}

.info_box {
  width: 80%;
  margin: 0 auto;
}

.info_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info_box ul li {
  width: 48%;
  margin-bottom: 40px;
}

.info_box ul li a {
  display: flex;
  padding: 30px;
  width: 100%;
  text-align: center;
  color: #2597da;
  font-size: 28px;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #2597da;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  height: 180px;
  background: #fff;
}

.info_box ul li.no_link figure,
.info_box ul li a figure {
  line-height: 1.2;
}

.info_box ul li.no_link {
  display: flex;
  padding: 30px;
  text-align: center;
  color: #2597da;
  font-size: 28px;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #2597da;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  height: 180px;
  background: #fff;
}

.info_box a.btn-round1 {
  min-width: 470px;
  font-size: 30px;
}

.newsbox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #f1f1f1;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
}

.newsbox ul {
  margin: 0;
}

.newsbox ul li {
  margin-bottom: 10px;
}

.newsbox ul li a {
  color: #333;
}

.newsbox ul li span.datetxt {
  color: #492709;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  margin-right: 2em;
}

.newsbox ul li a {
  font-size: 18px;
  text-decoration: none;
}

span.catname.cat-2 {
  background: #492709;
  padding: 5px 10px;
  margin-right: 10px;
  color: #fff;
}

section.top07 {
  background: #fff;
  padding: 1px 0 80px;
}

section.top08 {
  padding: 80px 0;
}

/* 診療案内
*/
.medical01-a .sq1 {
  width: 67%;
}

.medical01-a figure img {
  width: 100%;
}

.medical01-a figure {
  width: 30%;
}

.medical01-a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

#content #main.under_page .medical01-b h3 {
  background: #e6f0f7;
  margin: 0 0 20px;
}

.medical01-b {
  background: #fff;
  border: 1px solid #2597da;
  text-align: center;
}

.medical01-b p {
  padding: 10px;
  font-weight: bold;
  font-size: 1.2em;
}



.page-id-38 #content #main.under_page h2 {
  position: relative;
}

.page-id-38 #content #main.under_page h2 span {
  font-size: 16px;
  margin-left: 10px;
  position: absolute;
  top: 32px;
}

.medical03a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid #2597da;
  margin-bottom: 50px;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
}

.medical03a .txt {
  width: calc(100% - 350px);
}

.medical03a figure {
  width: 300px;
  text-align: center;
}

#content #main.under_page .medical03a .txt h3 {
  margin-top: 0;
  text-align: left;
}

.medical03a:nth-child(even) .txt {
  order: 1;
}

.medical03a:nth-child(even) figure {
  order: 2;
}

.medical04 {
  border: 10px solid #eee;
  border-radius: 10px;
  background: #fff;
  padding: 15px;
}

.medical04_in {
  display: flex;
  justify-content: space-between;
}

.medical04_a {
  width: calc(96% - 300px);
}

.medical04_in figure {
  width: 300px;
}

#content #main.under_page .medical04 h2 {
  margin-bottom: 20px;
}

#content #main.under_page .medical04 h3 {
  margin: 0;
}

.medical04_b.ac.fs2 {
  border: 3px solid #F5EA83;
  margin-bottom: 30px;
}

#content #main p.medical04_atxt {
  margin: 0;
  line-height: 1.7;
}

.medical04 a.btn-round1 {
  width: 80%;
  font-size: 1.2em;
}

ul.equipment01 {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

ul.equipment01 li {
  width: 30%;
  margin: 0 5% 35px 0;
}

ul.equipment01 li:nth-child(3n) {
  width: 30%;
  margin: 0 0 35px 0;
}

#content #main.under_page .equipment01 h3 span.fs_s {
  font-size: 18px;
  letter-spacing: -1px;
}

#content #main.under_page .equipment01 h3 span.fs_m {
  font-size: 20px;
}

ul.equipment02 li {
  width: 30%;
}

ul.equipment02 li figure,
ul.equipment01 li figure {
  text-align: center;
}

ul.equipment02 {
  position: relative;
  min-height: 1000px;
}

ul.equipment02 li:nth-child(1) {
  left: 0;
  top: 0;
  position: absolute;
}

ul.equipment02 li:nth-child(2) {
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  margin: auto;
}

ul.equipment02 li:nth-child(3) {
  top: 0;
  right: 0;
  position: absolute;
}

ul.equipment02 li:nth-child(4) {
  position: absolute;
  left: 0;
  top: 450px;
}

ul.equipment02 li:nth-child(5) {
  position: absolute;
  right: 0;
  top: 450px;
}

ul.equipment02 li:nth-child(5) p {
  position: absolute;
  bottom: 100px;
  left: -350px;
  width: 300px;
}

ul.equipment03 {
  flex-wrap: wrap;
  display: flex;
  justify-content: left;
}

ul.equipment03 li {
  width: 30%;
  margin-bottom: 35px;
}

.option table {
  width: 60%;
}

.yoyaku {
  text-align: center;
  padding: 10px 30px;
  font-size: 26px;
  border: 2px dashed #2597da;
  display: table;
  margin: 30px auto;
  border-radius: 10px;
  background: #fff;
}

.yoyaku a {
  text-decoration: none;
}

.yoyaku p {
  margin-bottom: 0 !important;
}

.yoyaku p img {
  margin-left: 15px;
}

.yoyaku p br {
  display: none;
}

.yoyaku p .robo {
  color: #492709;
  font-family: 'Roboto', sans-serif;
  margin-left: 5px;
  font-size: 30px;
}

.waribiki {
  text-align: center;
  display: table;
  margin: 10px auto;
}

.waribiki h4 {
  color: #2597da !important;
  font-size: 30px !important;
}

.sqred.waribiki h4::before {
  display: none;
}

.off {
  font-size: 24px;
  font-weight: bold;
  background: #dbe8e5;
  display: inline-block;
  padding: 10px 20px;
}

.line {
  background: #00b900;
  display: inline-block;
  padding: 10px 30px 0;
  margin-bottom: 20px;
  color: #fff;
}

.line .ti {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0 !important;
}

.line a {
  color: #fff;
}

.cat table {
  width: 64%;
}

.bg_none {
  background: none;
}

.page-id-38 table th,
.page-id-38 table td {
  vertical-align: middle;
}

.equipment img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.menu-menu-1-container {
  text-align: center;
}

ul.menu {
  width: 1000px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}


ul.menu li {
  padding: 1px 15px;
  border-right: 1px solid #fff;
}

ul.menu li:last-child {
  border: none !important;
}

table.attmgr_weekly_all td.portrait img {
  width: 50px;
  margin: 8px;
  display: none !important;
}

td.working,
td.not_working {
  font-size: 14px;
}

.access_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.access_flex::after {
  content: none;
}

.access_flex_1 {
  width: 32%;
  margin-bottom: 40px;
}

.access_flex_2 {
  position: relative;
  margin-bottom: 10px;
}

.access_flex_2 img {
  width: 100%;
  position: relative;
  border-radius: 15px;
}

.access_flex_2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  background-color: #2b4fbd;
  position: absolute;
  bottom: 16px;
  right: 10px;
  width: 65px;
  height: 65px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  z-index: 10000;
}

.medical-animals ul {
  display: flex;
  justify-content: space-between;
}

.medical-animals ul li {
  flex-grow: 1;
  margin: 0 5px;
  text-align: center;
  font-weight: bold;
}

section.top09 {
  padding: 40px 0 80px;
  background: #fff;
  position: relative;
}

/*
section.top09:before {
  content: "";
  display: block;
  width: 215px;
  height: 389px;
  background: url(img/nikukyu4.png)center no-repeat;
  position: absolute;
  right: 0;
  bottom: 5%;
  transform: scale(-1, 1);
  z-index: 1;
}*/

.group_wrap {
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.group {
  width: 48%;
  text-align: center;
  padding: 0 0 2em;
}

.group h3 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 40px 0 0;
  position: relative;
}

.group h3::before {
  content: url("img/hotel02.png");
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -40px;
}

.group figure {
  margin: 0 0 1em;
}

#content .group figure img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}

#content #main p.box_title {
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 0;
  background: #2597da;
}

.bg_color {
  padding: 60px 0;
  background: #e6f0f7;
}

.bg_white {
  padding: 60px 0;
  background: #fff;
}

.sec01 {
  padding: 60px 0;
}

.footprints {
  padding: 40px 0;
  position: relative;
}

section.footprints::before {
  content: url("img/nikukyu2.png");
  position: absolute;
  right: 0;
  top: 3%;
  transform: scale(-1, 1);
  z-index: -1;
}

section.footprints.pos_l::before {
  content: url("img/nikukyu2.png");
  position: absolute;
  left: 0;
  top: 3%;
  transform: scale(1, 1);
  z-index: -1;
}

.message_wrap {
  display: flex;
  justify-content: center;
}

#content #main.under_page h2.staff_type {
  background: none;
  margin: 20px 0;
  font-weight: bold;
  text-align: left;
  line-height: normal;
  padding: .5em 50px;
  position: relative;
}

#content #main.under_page h2.staff_type:before {
  content: url("img/h4bg.png");
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
}

#content #main.under_page h3.staff_name {
  padding: 0 0 .5em;
  margin: 0;
  border: none;
  text-align: left;
}

.staff_wrap {
  display: flex;
  padding: 0 10px;
  margin: 0 0 2em;
  border-bottom: 1px solid #ccc;
}

.staff_wrap:last-child {
  border: none;
  margin: 0;
}

.staff_wrap figure {
  width: 250px;
  box-sizing: border-box;
}

.staff_desc {
  width: calc(100% - 290px);
  margin-left: 40px;
  box-sizing: border-box;
}

.label span {
  background: #2597da;
  padding: 5px 2em;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
}

.grecaptcha-badge {
  z-index: 100;
}

.bnr_flex1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.bnr_flex1 a {
  display: block;
  width: 400px;
  margin: 0 10px 20px;
  text-align: center;
  text-decoration: none;
}

.bnr_flex1 a span {
  display: block;
}

.bnr_flex1 a:hover {
  opacity: 0.8;
}

a.btn-round1.txtonly {
  min-width: 200px;
  background: none;
  border: none;
  border-bottom: 2px solid;
  border-radius: 0;
  padding: 0 20px;
}

h2 span {
  font-size: 0.7em;
}

.td_c td {
  text-align: center;
  vertical-align: middle;
}

.introduction-form label {
  display: block;
  margin: 10px 0 0;
}

.introduction-form input[type="checkbox"] {
  vertical-align: middle;
}



/******************************
★ Media Queries タブレット・スマフォ表示の設定(1000px以下で読み込むcss)
******************************************************************************************************************************/

@media screen and (max-width: 1000px) {
  /* 構造 */

  *,
  *::before,
  *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  body {
    min-width: 320px;
  }

  .wrapper {
    z-index: 10;
    width: 100%;
  }

  body,
  .home {
    /* 背景画像を非表示にしています */
    background: none;
    background-color: #fff;
  }

  .headnav,
  .footermenu {
    /* tel画像、フッターメニューを非表示にしています */
    display: none;
  }

  #content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #content #side {
    /* スマホ用のサイドバー */
    margin: 20px auto 0 auto;
    width: 90%;
  }

  .page-id-2 #content #main {
    padding: 0;
  }

  #content #main {
    width: 100%;
    margin: 0;
    padding: 10px;
  }

  #submain .h1wrap {
    width: auto;
  }

  #content #side h3 {
    width: 100%;
  }

  #content #side ul.menu {
    width: 100%;
  }

  #content #side ul.menu li:last-child {
    border-bottom: none;
  }

  #header.fixed {
    /*  top:auto;メニュー戻り時ズレ防止 */
  }

  #header.fixed .header_l img {
    display: block;
  }

  .ibox_p {
    width: 100%;
  }

  #submain img {
    top: -250px;
  }

  #content img,
  #content iframe {
    max-width: 100%;
    height: auto;
  }

  #content {
    padding-top: 10px;
    width: auto;
  }

  #pan {
    width: auto;
    margin: 10px;
  }

  #content .sec {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .mobile_only {
    /* モバイルにだけ表示させたいものに使用する */
    display: block;
  }

  .pc_only {
    /* pcにだけ表示させたいものに使用する */
    display: none;
  }

  /* ヘッダー */
  #pc_button {
    display: none;
  }

  .wrapper_head,
  #header_main {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 1000;
    background: none;
    margin-top: 0;
    height: 50px;
    background-color: #fff;
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 0;
  }

  #header_main .header_l {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }

  #header_main .header_l img {
    margin: 1px 0 0 10px;
    width: auto;
    height: 50px;
  }

  header nav {
    display: none;
  }

  #mobile_button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 50px;
    width: 50px;
    padding: 2px 10px 0 12px;
  }

  #mobile_button .menutxt {
    /* font-size: 10px; */
    text-decoration: none;
    position: relative;
    border: none;
    display: block;
  }

  #mobile_button .menutxt svg {
    width: 28px;
    height: auto;
  }

  #mobile_button .menutxt svg path {
    fill: gray;
  }

  .lineswrap {
    height: 20px;
  }

  #mobile_button .lines {
    background: #919191;
    display: inline-block;
    width: 28px;
    height: 3px;
    position: relative;
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  #mobile_button .lines::after,
  #mobile_button .lines::before {
    background: #919191;
    position: absolute;
    display: inline-block;
    width: 28px;
    height: 3px;
    content: '';
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  #mobile_button .lines::before {
    top: 8px;
    right: 0;
  }

  #mobile_button .lines::after {
    top: -8px;
    right: 0;
  }

  #mobile_button a.xclose {
    display: block;
    position: relative;
    height: auto;
    padding: 10px 0;
    margin-top: 6px;
    z-index: 1020;
    cursor: pointer;
  }

  #mobile_button .xclose .menutxt {
    display: none;
  }

  #mobile_button .xclose .lines {
    background: 0 0;
  }

  #mobile_button .xclose .lines::before {
    top: -4px;
    right: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  #mobile_button .xclose .lines::after {
    top: -4px;
    right: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  a#sidr-menu-button {
    display: block;
    height: auto;
    text-decoration: none;
    padding: 5px 0 0;
  }

  #mobile_main {
    display: inline-block;
  }

  #mobile_main img {
    max-width: 100%;
  }


  /* ハンバーガーボタン */

  #panel-btn {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;

    /*  margin: 20px 0 10px; */
    background: #fff;
  }

  #panel-btn:hover {
    background: #fafafa;
  }

  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 4px;
    margin: -2px 0 0 -15px;
    background: #666;
    transition: 0.2s;
  }

  #panel-btn-icon::before,
  #panel-btn-icon::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 4px;
    background: #666;
    transition: 0.3s;
  }

  #panel-btn-icon::before {
    margin-top: -10px;
  }

  #panel-btn-icon::after {
    margin-top: 6px;
  }

  #panel-btn .close {
    background: transparent;
  }

  #panel-btn .close::before,
  #panel-btn .close::after {
    margin-top: 0;
  }

  #panel-btn .close::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  #panel-btn .close::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  /* モバイル用のメニュー */

  #panel {
    display: none;
    top: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
    width: 100%;
    height: 100%;
    right: 0;
    position: absolute;
    z-index: 5;
  }

  #panel li a {
    text-decoration: none;
    font-size: 87%;
    line-height: 1.3;
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    width: 220px;
    display: block;
    margin: 0 auto 12px;
    font-weight: bold;
  }

  #panel .menu_list1 li a {
    /* 固定ページのリスト部分 */
    background-color: #393871;
  }

  #panel .menu_list2 li a {
    /* 投稿カテゴリのリスト部分 */
    background-color: #ccc;
    color: #333;
  }

  /* メイン画像　下層画像 */
  #imagebox img {
    max-width: 100%;
  }

  #imagebox {
    margin: 0;
    text-align: center;
    height: auto;
  }

  #imagebox3 img {
    max-width: 80%;
    height: auto;
  }

  #imagebox3 {
    margin: 0;
    padding-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

  .imagebox_p {
    width: 60%;
    padding: 50px 0 0 0;
    height: 50%;
  }

  #base #bg #imagebox3 h1 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 20px;
    color: #566278;
  }

  #base #bg #imagebox3 h1 .fs {
    font-size: 25px;
  }

  .imagebox_p span.c_2 {
    font-size: 20px;
  }

  .imagebox_p span.c_3 {
    font-size: 18px;
  }

  #imagebox2 {
    padding: 15px 10px 10px 10px;
    font-size: 125%;
    background-size: cover;
    height: auto;
    background-position: 50% 50%;
    line-height: 1.3;
  }

  /* 見出し */

  #content #main h2.singletitle,
  #content #main h2.title,
  #content #main h2,
  #content #main h3,
  #content #main h4 {
    height: auto;
    line-height: 1.2;
  }

  #content #main h2 {
    line-height: 1.5;
    margin-top: 30px;
  }

  /* サイド */

  #mobile_side {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .side_area img {
    display: block;
    margin: 0 auto;
  }

  #mobile_side .side_area h3 {
    width: 100%;
  }

  /* テーブル */

  .tablestyle {
    border-collapse: collapse;
    width: 100% !important;
    border-top: 1px solid #dadada;
  }

  .tablestyle td {
    display: block;
    width: 100%;
    border-top: 0;
  }

  /* 固定ページ */

  .alignright,
  .alignleft,
  .alignnone {
    float: none;
    display: block;
    margin: 10px auto;
  }

  .alignright.pc_only,
  .alignleft.pc_only,
  .alignnone.pc_only {
    /* caption分岐の際、余白防止 */
    display: none;
  }

  /* コンタクトフォーム */

  textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
  }

  .wpcf7-text {
    width: 90%;
  }

  .k-year .wpcf7-form-control {
    /* 年号のテキスト */
    width: 5rem;
  }

  .wpcf7 td {
    /* フォームの行を縦に並べる */
    display: block;
    width: 100%;
    font-weight: bold;
  }

  .wpcf7 .tdstyle {
    /* フォームの項目を左寄せ */
    text-align: left;
  }

  /* 電話番号タップ */

  #mobile_tel {
    display: block;
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 10px 0 5px 0;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
  }

  .mobile_tel_inner {
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 2px;
    background: #fff;
  }

  .tel_name {
    padding: 5px 0;
    font-weight: bold;
    color: #333;
  }

  .tel_btn {
    display: block;
    border-radius: 5px;
    font-size: 150%;
    font-weight: bold;
    padding-top: 5px;
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #46a1e2));
    background: -webkit-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
    background: -o-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
    background: -ms-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
    background: linear-gradient(to bottom, #1e5799 0%, #46a1e2 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#1e5799', endColorstr='#46a1e2', GradientType=0);
  }

  .tel_btn a {
    color: #fff;
    text-decoration: none;
  }

  /* フッター */
  .footer_nav {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }

  ul.menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  ul.menu li {
    padding: 3px 15px;
  }

  .footer_btm_wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 30px;
  }

  .footer_btm_left {
    width: 100%;
    margin: 0 0 20px;
  }

  p.cinfo,
  p.urls {
    text-align: center;
  }

  .footer_btm_right {
    margin: 0;
  }

  /* fix_footer */
  #fix_footer {
    display: block;
    width: 100%;
    padding: 10px;
    background: #fffa;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: 0.3s;
  }

  #fix_footer.fixed {
    position: fixed;
    bottom: 0;
    transform: translateY(0);
    transition: 0.3s;
    z-index: 100;
  }

  #fix_footer.fadeout {
    transform: translateY(100%);
  }

  #fix_footer ul {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 0 10px;
    margin: 0;
  }

  #fix_footer ul li {
    width: 100%;
    border-radius: 6px;
  }

  #fix_footer ul li a {
    height: 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  #fix_footer a {
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
  }

  #fix_footer img {
    display: inline-block;
    margin: 0 5px 0 0;
  }

  .fix_mailbtn {
    background: #333;
  }

  .fix_mailbtn a {
    color: #fff;
  }

  .fix_tel {
    background: #2597da;
  }

  .fix_tel a {
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.3;
  }

  .fix_tel a img {
    width: 22px;
    padding: 2px 5px;
    margin: 0 5px 0 0;

    box-sizing: border-box;
    border-radius: 4px;
  }

  /* ------------------------------------------------------
オプション用スタイル　目次

(1)スライダー
-------------------------------------------------------- */
  .simplegallery {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 10px;
  }

  /* ------------------------------------------------------
(1)スライダー
-------------------------------------------------------- */

  /* メイン画像マージン */
  .bx-wrapper {
    margin: 0 auto 0;
  }

  /* メイン画像に内余白をつける */
  .bx-wrapper .bx-viewport {
    padding: 0;
  }

  /* サムネイル */
  #bx-pager {
    padding: 12px 90px;
    margin-bottom: 20px;
  }

  #bx-pager a.last {
    margin-right: 0;
  }

  /* サムネイル通常時 */
  #bx-pager a img {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  #bx-pager a {
    display: block;
    float: left;
    margin-right: 21px;
    border: 1px solid #e1e1e3;
  }

  /* メインで表示されている画像に対応するサムネイル */
  #bx-pager a.active img {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  #bx-pager a.active {
    border: 1px solid #f00;
  }

  /* ページ読み込み時に一瞬main2,main3がちらつくのを防ぐ */
  .img2 {
    display: none;
  }

  .img2.show {
    display: block;
  }

  .header_tel {
    display: none;
  }

  #pagetop {
    display: none;
  }

  #header.fixed {
    width: 100%;
    height: 50px;
  }

  a.link,
  a.link2 {
    width: 40%;
  }

  .cd0,
  .cd1,
  .cd2,
  .cd3 {
    padding: 20px 0 20px;
  }

  /* ページ内スライド制御 */
  .sliderbox {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  /* clearfixと組み合わせて使用 */
  .six_four_r,
  .six_four_l,
  .seven_three_r,
  .seven_three_l {
    width: 80%;
    float: none;
    margin: 0 auto;
  }

  .Inner {
    width: 100%;
    margin: 0 auto;
  }

  .schedule-box {
    width: 100%;
  }

  section.top03 .Inner {
    background: #fff;
    padding: 15px;
    position: relative;
    border-radius: 0;
    z-index: 1;
    box-sizing: border-box;
  }

  .hour_cont_b iframe {
    width: 100%;
    padding: 15px;
  }

  section.top01 .Inner {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    position: relative;
    z-index: 1;
  }

  .message_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .message_box figure {
    line-height: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .message_box .txt {
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    padding: 20px;
  }

  .advan-box ul {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
    flex-wrap: wrap;
  }

  .advan-box ul li {
    width: 48%;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin: 1%;
  }

  .advan-box ul li h3 {
    height: 80px !important;
  }

  .advan02 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .advan22 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  ul.equipment02 li:nth-child(5) p {
    position: relative;
    bottom: 0;
    left: auto;
    width: auto;
  }

  .option table {
    width: 100%;
  }

  .cat table {
    width: 100%;
  }

  .equipment img {
    width: 100%;
    height: 150px !important;
    object-fit: cover;
  }

  .sp_block {
    display: block;
  }

  .group .btn-round1 {
    width: 100%;
    min-width: 100px;
    line-height: 1.5;
  }
}

/* end */

/******************************
★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 599px) {
  .sp_only {
    display: block;
  }

  #content #main {}

  #content #main h1.singletitle,
  #content #main h1 {
    font-size: 1.875rem;
    padding-top: 70px;
  }

  #content #main.under_page h2 {
    font-size: 22px;
    line-height: 1.5;
  }

  #content #main.under_page h3 {
    font-size: 20px;
    line-height: 1.5;
    padding: 20px 0 10px;
    background: #fbf7f4;
  }

  #content #main.under_page h4 {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    padding: 8px 8px 8px 40px;
    background: #fbf7f4;
  }

  /* キャッチを画像にする場合 */


  #submain {
    height: auto;
    border: 10px solid #2597da;
    border-left: none;
    border-right: none;
  }

  #submain .h1wrap {
    width: auto;
    padding: 10px 0;
  }

  #submain h1 {
    min-height: 65px;
    font-size: 20px;
    letter-spacing: 1px;
  }

  #submain img {
    top: -150px;
  }


  .three_box p {
    font-size: 14px;
  }

  /* フッター */

  .footer_btm_left {
    margin: 0;
  }

  .f_btn {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f_btn .tel {
    padding: 0 0 20px;
  }

  #fix_footer ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #fix_footer ul li {
    width: 100%;
    margin: 0 0 5px;
  }

  #fix_footer ul li:last-child {
    margin: 0;
  }

  #fix_footer a {
    padding: 5px;
    width: 100%;
  }

  #imagebox3 {
    clear: both;
    z-index: 2;
    text-align: center;
    height: 200px;
    background-color: #f6f7fa;
    padding-top: 20px;
    margin-bottom: 0;

    /* background-position: bottom center; */
    background-position: center;

    /* background-image: url("img/dot_black.png"),url("img/main_bg2.jpg"); */
    background-image: url("img/main_bg2.jpg");
    position: relative;
  }

  .imagebox_p {
    width: 95%;
    height: 60%;
    padding-top: 20px;
  }

  #base #bg #imagebox3 h1 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 12px;
  }

  #base #bg #imagebox3 h1 .fs {
    font-size: 16px;
  }

  .imagebox_p span.c_2 {
    font-size: 13px;
    letter-spacing: -0.5px;
  }

  .imagebox_p span.c_3 {
    font-size: 18px;
  }

  .imagebox_p p {
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 0;
  }

  .imagebox_p span.c_2 {
    font-size: 15px;
    line-height: 1.3;
  }

  .imagebox_p span.c_3 {
    font-size: 15px;
    line-height: 1.3;
  }

  .rightbox,
  .leftbox {
    float: none;
  }

  .two_box,
  .three_box,
  .four_box {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  a.link,
  a.link2 {
    width: 90%;
  }

  .eyecatch_box {
    flex-direction: column;
  }

  .eyecatch_box .ttl_wrap {
    width: 100%;
    padding: 0;
  }

  .eyecatch_box .ttl_wrap,
  .eyecatch_box .txt_wrap {
    display: block;
  }

  .two_box {
    margin: 0 0 15px 0;
  }

  .three_box,
  .three_box:nth-child(3n-1),
  .four_box {
    margin: 0 0 15px 0;
  }

  /* フォームの調整 599px以下 */
  .field_wrap {}

  .field_name {
    display: block;
    width: auto;
    border: none;
    padding: 0;
    margin-bottom: 10px;
  }

  .field {
    display: block;
    width: auto;
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
  }

  /*
  input.wpcf7-form-control,
  textarea.wpcf7-form-control,
  select.wpcf7-form-control,
  .wpcf7-list-item-label {
    font-size: 1.2em;
  }

  div.sbtn_1 input[type="submit"],
  div.sbtn_2 input[type="submit"],
  div.sbtn_3 input[type="submit"],
  div.sbtn_4 input[type="submit"],
  div.sbtn_5 input[type="submit"] {
    font-size: 1.2em;
  }
*/
  .sbtn_1.action img,
  .sbtn_2.action img,
  .sbtn_3.action img,
  .sbtn_4.action img,
  .sbtn_5.action img {
    top: 1em;
  }

  /* archives.php 599px以下 */
  #content #main div.post_wrap::after {
    content: none;
  }

  .post_box {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #ccc;
  }

  #ibox::before {
    content: none;
  }

  #ibox {
    position: relative;
    height: auto;
  }

  .ibox_p {
    width: 100%;
    padding: 15px 0;
  }

  .ibox_p h1 {
    position: relative;
    right: auto;
    top: auto;
    background: #ffffffad;
  }

  .ibox_p h1 img {
    max-width: 100%;
  }

  .ibox_cont ul li {
    margin: 10px;
  }

  .ibox_cont ul li img {
    width: 35px;
    height: auto;
  }

  .fv_link p a {
    min-width: auto;
    background: #fff;
  }

  .fv_link {
    padding: 0 15px;
  }

  .ibox_cont ul {
    display: flex;
    justify-content: center;
    position: relative;
    top: auto;
    right: auto;
  }

  .fv_under {
    right: 0;
    bottom: 15px;
    position: relative;
  }

  .ibox_cont ul {
    display: flex;
    justify-content: center;
    position: relative;
    top: -10px;
    right: auto;
    margin-bottom: 0;
  }

  .fv_under {
    right: 0;
    bottom: 15px;
    position: relative;
  }

  #ibox::after {
    content: none;
  }

  #ibox {
    position: relative;
    height: auto;
    background: url(/wp-content/themes/standard_black_cmspro/img/FV-bg.png) center center;
    background-size: cover;
  }

  .fv_under h2 {
    font-size: 18px !important;
    color: #492709;
    text-align: center;
    font-weight: bold;
    margin: 40px auto;
    text-shadow: -2px -2px 2px #fff, 2px 2px 2px #fff, -2px -2px 2px #fff, 2px 2px 2px #fff;
    background: #ffffffad;
    padding: 15px;
  }

  .ibox_p {
    width: 100%;
    padding: 30px 0 0;
    height: auto;
  }

  .ibox_p::after {
    content: none;
  }

  section.top01 {
    padding: 40px 0;
    position: relative;
  }

  .hour_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }

  .hour_cont_a {
    min-width: 100%;
  }

  .hour_box h3 {
    max-width: 100%;
  }

  .hour_cont_b {
    width: 100%;
  }

  .medical-box ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #422110;
    font-size: 20px;
    font-weight: bold;
    flex-wrap: wrap;
    width: auto;
  }

  .medical-box ul.amour {
    width: auto;
  }

  .medical-box {
    padding: 15px;
  }

  .medical-box ul li {
    width: 48%;
  }

  section.top01::before {
    content: none;
  }

  .medical-box a.btn-round1 {
    font-size: 18px;
    min-width: 80%;
  }


  .btn-round1 {
    border: 2px solid #2597da;
    background: #fff;
    min-width: 80%;
    min-width: 260px;
    font-size: 18px;
    padding: 8px 30px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    display: inline-block;
    color: #2597da !important;
    text-decoration: none;
    font-weight: bold;
  }

  .schedule-box {
    width: 100%;
    overflow: scroll;
  }

  .schedule-box table {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #898989;
    white-space: nowrap;
  }

  .message_box .txt {
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    padding: 20px;
    background: rgb(255 255 255);
    box-shadow: 0 -25px 20px 10px #fff;
  }

  .message_box figure img {
    width: 50%;
  }

  .advan-box ul li {
    width: 90%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 30px;
  }

  .advan-box ul li h3 {
    height: auto !important;
  }

  .advan02 a.btn-round1 {
    min-width: 100%;
    padding: 8px;
    font-size: 18px;
    min-height: auto;
    width: 80%;
  }

  .advan02 p {
    width: 100%;
    padding: 010px;
  }

  .advan02 a.btn-round1 {
    min-width: auto;
    padding: 8px;
    font-size: 18px;
    width: 80%;
    min-height: auto;
  }

  .advan22 a.btn-round1 {
    min-width: auto;
    padding: 8px;
    font-size: 18px;
    width: 80%;
    min-height: auto;
  }

  .advan22 p {
    width: 100%;
    padding: 010px;
    margin-bottom: 0 !important;
  }

  .advan22 a.btn-round1 {
    min-width: auto;
    padding: 8px;
    font-size: 20px;
    width: 80%;
    min-height: auto;
  }

  .hotel_tori-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .hotel-tori-txt {
    width: 100%;
    text-align: center;
    padding: 20px;
  }

  .hotel_box.toribox .hotel_tori-cont figure {
    order: 0;
  }

  .hotel_box.toribox .hotel-tori-txt {
    order: 1;
  }

  .Inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }

  .info_box {
    width: 100%;
    margin: 0 auto;
  }

  .info_box ul li a {
    display: flex;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #2597da;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    height: 180px;
    background: #fff;
  }

  .info_box ul li.no_link {
    display: flex;
    padding: 10px;
    text-align: center;
    color: #2597da;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    height: 180px;
    background: #fff;
  }

  .info_box a.btn-round1 {
    min-width: auto;
    font-size: 20px;
    display: block;
  }

  .footer_nav {
    flex-wrap: wrap;
  }

  .f-tel {
    font-size: 31px;
    color: #492709;
    font-family: 'Roboto', sans-serif;
    margin: 10px auto;
    width: 100%;
  }

  .f-logo {
    text-align: center;
    display: block;
    width: 100%;
  }

  .f-logo img {
    margin: 0 auto;
  }

  footer .head-rbox {
    flex-direction: column;
  }



  .medical01-a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }

  .medical01-a figure {
    width: 100%;
    text-align: center;
    padding: 0 60px;
  }

  .medical01-a .sq1 {
    width: 100%;
  }

  .medical03a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px solid #2b4fbd;
    margin-bottom: 50px;
    border-radius: 10px;
    padding: 20px;
    flex-wrap: wrap;
    background: #fff;
  }

  .medical03a figure {
    width: 100%;
    text-align: center;
  }

  .medical03a .txt {
    width: 100%;
  }

  .medical03a:nth-child(even) .txt {
    order: 2;
  }

  .medical03a:nth-child(even) figure {
    order: 0;
  }

  .medical04_in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .medical04_a {
    width: 100%;
  }

  .medical04_in figure {
    width: 100%;
  }

  .medical04 a.btn-round1 {
    width: 100%;
    font-size: 1.2em;
  }

  #content #main.under_page .medical04 h2 {
    margin-bottom: 20px;
    padding: 20px 0;
  }

  ul.equipment01 li {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }

  ul.equipment01 li:nth-child(3n) {
    width: 100%;
    float: none;
    margin: 0 0 35px 0;
  }

  #content #main.under_page .equipment01 h3 span.fs_s {
    font-size: 20px;
    letter-spacing: 0;
  }

  #content #main.under_page .equipment01 h3 span.fs_m {
    font-size: 22px;
    letter-spacing: 2px;
  }



  ul.equipment01 li figure,
  ul.equipment02 li figure {
    text-align: center;
  }

  ul.equipment02 li:nth-child(1),
  ul.equipment02 li:nth-child(2),
  ul.equipment02 li:nth-child(3),
  ul.equipment02 li:nth-child(4),
  ul.equipment02 li:nth-child(5) {
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    position: relative;
  }

  ul.equipment02 li {
    width: 100%;
  }

  ul.equipment03 li {
    width: 100%;
    text-align: left;
    margin-bottom: 35px;
  }

  ul.equipment03 li figure,
  ul.equipment02 li figure {
    text-align: center;
  }

  .yoyaku p img {
    margin-left: 0;
  }

  .yoyaku p br {
    display: block;
  }

  .equipment img {
    width: 100%;
    height: 250px !important;
    object-fit: contain;
  }

  .access_flex_1 {
    width: 100%;
    margin-bottom: 20px;
  }

  table.attmgr_weekly_all td,
  table.attmgr_weekly_all th {
    padding: 10px 20px !important;
    font-size: 16px !important;
  }

  div#list_datenavi {
    font-size: 14px !important;
    white-space: nowrap;
  }

  table.attmgr_weekly_all {
    width: 100%;
    border-collapse: collapse !important;
    border: 1px solid #ddd;
    white-space: nowrap;
  }

  .attcal {
    width: 100%;
    overflow-x: scroll;
  }

  .page-id-38 #content #main.under_page h2 span {
    font-size: 16px;
    margin-left: 0;
    position: relative;
    top: 0;
    display: block;
    margin-top: 10px;
  }

  .post_img {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .mobile_fs {
    font-size: 16px;
  }


  .newsbox {
    padding: 25px;
  }

  .newsblog_title {
    display: block;
  }

  .newsbox ul li span.datetxt {
    margin-right: 0;
  }

  span.catname.cat-2 {
    padding: 0px 10px;
    font-size: 1rem;
    display: inline-block;
  }

  .medical-animals ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .medical-animals ul li {
    flex-grow: 0;
    width: calc((100% - 20px) / 2);
  }

  .group {
    width: 100%;
    padding: 10px 10px 1em;
  }

  #content .group figure img {
    height: 220px;
  }

  .advan-box ul {
    margin-bottom: 30px;
  }

  .staff_wrap {
    flex-wrap: wrap;
  }

  .staff_wrap figure {
    width: 250px;
    margin: auto;
  }

  .staff_desc {
    width: 100%;
    margin: 1em 0 0;
  }

  #content #main.under_page h3.staff_name {
    text-align: center;
  }

  .yoyaku {
    font-size: 22px;
  }

  .bnr_flex1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }

  .bnr_flex1 a {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .bnr_flex1 a img {
    margin: 0;
  }
}

/* end */