@charset "UTF-8";
/*
Theme Name: yaizu_themes
Version: 1.0
*/
/* ==================================================

※このファイルは基本的に編集しない。他のCSSで設定上書きでの対処を推奨。

================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  /* 画面回転時の自動文字サイズ調整機能OFF */
}

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

img {
  vertical-align: top;
  max-width: 100%;
  font-size: 0;
  line-height: 1;
  -ms-interpolation-mode: bicubic;
  /* IE系での画像リサイズ時のリサンプリング設定 */
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}

a:link {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

em {
  font-style: normal;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
}

table th,
table td {
  text-align: left;
  vertical-align: middle;
}

input {
  vertical-align: middle;
}

input[type="submit"] {
  cursor: pointer;
}

select, optgroup {
  vertical-align: middle;
}

select {
  padding-right: 1px;
}

textarea {
  font-size: 100%;
}

pre, code, kbd, samp, var {
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}

sub, sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  font-size: 0.813em;
  /* 13px相当（ベース16px） */
  line-height: 1.231;
  font-family: 'Lato','Noto Sans JP',"游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",monospace,sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    /* 印刷時の背景印刷 */
  }
}

h1, h2, h3 {
  font-weight: normal;
}

/* ==================================================
basic layout
================================================== */
#wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #282f37;
  font-size: 3.1992vw;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #wrapper {
    font-size: 1.3rem;
    min-width: 1100px;
  }
}

/* ========== end △ */
#wrapper p {
  line-height: 1.7;
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.logo img {
  width: 88px;
  height: 86px;
}

/* サイト幅
-------------------------------------------------- */
.site_wrap {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .site_wrap {
    width: 1100px;
  }
  .site_wrap.mode_layout_mix > .layout01:nth-child(odd) .img_box {
    float: right;
    margin-right: 0;
    margin-left: 4%;
  }
  .site_wrap.mode_layout_mix > .layout01:nth-child(odd) .txt_box {
    float: left;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec {
    padding-left: 3.999vw;
    padding-right: 3.999vw;
  }
}

/* ========== end △ */
/* ==================================================
header
================================================== */
#header {
  position: relative;
  margin-bottom: 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #header {
    margin-bottom: 5.332vw;
  }
}

/* ========== end △ */
#header h1 {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #7d8083;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #header h1 {
    font-size: 1.0rem;
    padding-left: 3.999vw;
    padding-right: 3.999vw;
  }
}

/* ========== end △ */
#header .wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #header .wrap {
    margin-top: 5.332vw;
  }
}

/* ========== end △ */
#header .wrap .cont_wrap {
  position: absolute;
  right: 0;
  top: calc(50% - 28px);
  display: flex;
  align-items: flex-end;
  font-size: 1.2rem;
  font-weight: 500;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #header .wrap .cont_wrap {
    display: none;
  }
}

/* ========== end △ */
#header .wrap .cont_wrap li {
  margin-left: 10px;
  text-align: center;
}

#header .wrap .cont_wrap a {
  padding: 8px 30px;
}

#header .wrap .cont_wrap .line {
  margin-top: 5px;
}

#header .wrap .cont_wrap .line img {
  height: 12px;
  vertical-align: baseline;
}

/* ==================================================
gnav
================================================== */
body.open {
  overflow: hidden;
  height: 100%;
}

.gnav_btn {
  z-index: 100;
  position: absolute;
  right: 15px;
  top: calc(50% - 23px);
  height: 12.2636vw;
  width: 12.2636vw;
  display: inline-block;
  box-sizing: border-box;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .gnav_btn {
    display: none;
  }
}

/* ========== end △ */
.gnav_btn span {
  position: absolute;
  left: 25%;
  width: 60%;
  height: 2px;
  background-color: #b30b0b;
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}

.gnav_btn span:nth-of-type(1) {
  top: 29%;
}

.gnav_btn span:nth-of-type(2) {
  top: 48%;
}

.gnav_btn span:nth-of-type(3) {
  bottom: 29%;
}

.gnav_btn.open span {
  background-color: #b30b0b;
}

.gnav_btn.open span:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
}

.gnav_btn.open span:nth-of-type(2) {
  opacity: 0;
}

.gnav_btn.open span:nth-of-type(3) {
  transform: translateY(-14px) rotate(-45deg);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #gnav {
    background: #fff;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    text-align: left;
    z-index: 10;
    overflow-y: scroll;
  }
  #gnav.open {
    overflow: auto;
  }
  #gnav ul {
    padding-bottom: 31.992vw;
    padding-top: 26.66vw;
  }
  #gnav ul li {
    position: relative;
    border-top: 1px solid #f1f1f1;
  }
  #gnav ul li:last-child {
    border-bottom: 1px solid #f1f1f1;
  }
  #gnav ul li a {
    display: block;
    padding: 3.999vw;
    font-size: 3.4658vw;
  }
  #gnav ul li img {
    vertical-align: middle;
    margin-right: 2.666vw;
    height: 9.5976vw;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #gnav ul {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  #gnav ul li {
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
  }
  #gnav ul li img {
    height: 40px;
    vertical-align: middle;
    margin-right: 15px;
  }
  #gnav ul li a {
    display: block;
  }
  #gnav ul li a:hover {
    color: #b30b0b;
  }
}

/* ========== end △ */
/* ==================================================
content_area
================================================== */
/* ==================================================
footer
================================================== */
#footer .gmap {
  padding-bottom: 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .gmap {
    padding-bottom: 7.998vw;
  }
}

/* ========== end △ */
#footer .logo {
  text-align: center;
}

#footer .schedule {
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .schedule {
    padding-left: 3.999vw;
    padding-right: 3.999vw;
    margin-bottom: 7.998vw;
  }
}

/* ========== end △ */
#footer p {
  text-align: center;
  margin: 30px 0 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer p {
    margin-top: 5.332vw;
    margin-bottom: 7.998vw;
  }
}

/* ========== end △ */
#footer .btn_wrap {
  display: flex;
  justify-content: space-between;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .btn_wrap {
    flex-wrap: wrap;
  }
}

/* ========== end △ */
#footer .btn_wrap li {
  width: 48%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .btn_wrap li {
    width: 90%;
    margin: 0 auto;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .btn_wrap li:first-child {
    margin-bottom: 5.332vw;
  }
}

/* ========== end △ */
#footer .btn_wrap .btn a {
  font-size: 1.5rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .btn_wrap .btn a {
    font-size: 3.7324vw;
  }
}

/* ========== end △ */
#footer .btn_wrap .btn.line img {
  height: 16px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #footer .btn_wrap .btn.line img {
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .btn_wrap .btn.line img {
    padding-top: 1.333vw;
  }
}

/* ========== end △ */
#footer .wrap {
  margin-top: 100px;
  padding: 20px 0;
  background: #282f37;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #footer .wrap {
    padding: 0 0 20px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .wrap {
    margin-top: 15.996vw;
    padding-bottom: 15.996vw;
  }
}

/* ========== end △ */
#footer .wrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .wrap ul {
    flex-direction: column;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #footer .wrap ul li {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
  }
}

/* ========== end △ */
#footer .wrap ul a {
  color: #fff;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .wrap ul a {
    text-align: center;
    display: block;
    padding: 3.999vw;
  }
}

/* ========== end △ */
/* ==================================================
sp_cont
================================================== */
.sp_cont {
  z-index: 9;
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .sp_cont {
    display: none;
  }
}

/* ========== end △ */
.sp_cont > li {
  width: 50%;
}

.sp_cont .tel a {
  background: #b30b0b;
}

.sp_cont .tel a::before {
  width: 20px;
  height: 20px;
  background: url(./common_img/ico_tel.svg) center center no-repeat;
  content: "";
  display: inline-block;
  margin-top: -2px;
  margin-right: 8px;
}

.sp_cont .line a {
  background: #07b53b;
}

.sp_cont a {
  height: 44px;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ==================================================
basic settings
================================================== */
a {
  text-decoration: none;
  color: #343434;
  transition: all 0.2s ease;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.a_link {
  text-decoration: underline;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  a.a_link:hover {
    text-decoration: none;
  }
}

/* ========== end △ */
/* code set
-------------------------------------------------- */
pre, code, kbd, samp, var, .font_mono {
  font-size: 1.3rem;
  line-height: 1.5;
}

pre {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  overflow-x: auto;
}

/* ==================================================
RWD layout settings
================================================== */
.rwd_disp_xo,
.rwd_disp_ox {
  display: none !important;
}

/* SP
-------------------------------------------------- */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .rwd_disp_xo {
    display: block !important;
  }
}

/* ========== end △ */
/* PC
-------------------------------------------------- */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .rwd_disp_ox {
    display: block !important;
  }
}

/* ========== end △ */
/* SPのみ非表示
-------------------------------------------------- */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

/* ========== end △ */
/* 印刷時のみ非表示
-------------------------------------------------- */
/* ▽ PRINT layout ========== */
@media print {
  .print_none {
    display: none !important;
  }
}

/* ========== end △ */
/* ==================================================
layout
================================================== */
/* clearfix
-------------------------------------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ==================================================
image
================================================== */
/* pic
-------------------------------------------------- */
.pic img {
  max-width: 100%;
  height: auto;
}

/* hover fade
-------------------------------------------------- */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  /* ▽ PC-TAB layout ========== */
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .fadeout {
    transition: all 0.3s ease;
  }
  .fadeout:hover {
    opacity: 0.6;
  }
}

@media print, screen and (min-width: 768px) {
  /* ========== end △ */
}

/* ========== end △ */
/* ==================================================
button
================================================== */
.btn {
  margin: 0 auto;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}

/* ========== end △ */
.btn a {
  padding: 18px 10px;
  text-align: center;
  color: #fff;
  position: relative;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  border: 1px solid #fff;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .btn a {
    transition: all 0.3s ease;
  }
  .btn a:hover {
    opacity: 0.6;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .btn a {
    padding-top: 3.999vw;
    padding-bottom: 3.999vw;
    font-size: 3.7324vw;
  }
}

/* ========== end △ */
.btn.vet a {
  border: none;
  background: #282f37;
}

.btn.line a {
  border: none;
  background: #07b53b;
}

.btn_back {
  text-align: center;
  margin-top: 60px;
}

.btn_back a {
  color: #fac7ca;
}

.link_mt {
  text-align: left;
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .link_mt {
    margin-top: 5.332vw;
  }
}

/* ========== end △ */
.link_mt a {
  text-decoration: underline !important;
}

/* ==================================================
title
================================================== */
.tit_big {
  font-size: 2.6rem;
  font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #282f37;
  margin-bottom: 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tit_big {
    margin-bottom: 10.664vw;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .tit_big {
    font-size: 2.8rem;
  }
}

/* ========== end △ */
.tit_mid {
  font-size: 2.0rem;
  font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 30px;
}

.tit_mid:first-letter {
  color: #ec6d66;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .tit_mid {
    font-size: 2.4rem;
  }
}

/* ========== end △ */
.tit_sml {
  font-size: 1.6rem;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}

.tit_sml::after {
  width: 20px;
  height: 1px;
  background: #ec6d66;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .tit_sml {
    font-size: 1.8rem;
  }
}

/* ========== end △ */
/* ==================================================
lightbox only_pc
================================================== */
.luminous {
  display: block;
  position: relative;
  transition: all 0.2s ease;
}

.luminous::before {
  position: absolute;
  bottom: 10px;
  right: 10px;
  content: '\f002';
  color: #b7d742;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 2.0rem;
}

/* ==================================================
mainvisual
================================================== */
.slick-slider {
  width: 100%;
  margin: 0 auto;
}

.slick-slider img {
  width: 100%;
  height: auto;
}

/* ==================================================
content_area
================================================== */
#content_area > * {
  margin-bottom: 100px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #content_area > * {
    margin-bottom: 15.996vw;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #content_area > *:not(.gmap) {
    padding-left: 3.999vw;
    padding-right: 3.999vw;
  }
}

/* ========== end △ */
#content_area > *:first-child {
  margin-top: 100px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #content_area > *:first-child {
    margin-top: 15.996vw;
  }
}

/* ========== end △ */
#content_area > *:last-child {
  margin-bottom: 0;
}

#content_area h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #content_area h2 {
    font-size: 8.5312vw;
    margin-bottom: 10.664vw;
  }
}

/* ========== end △ */
#content_area h2 span {
  padding-top: 5px;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #content_area h2 span {
    font-size: 3.1992vw;
  }
}

/* ========== end △ */
#content_area p {
  line-height: 1.8;
}

#content_area.u_page > *:last-child {
  margin-bottom: 100px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #content_area.u_page > *:last-child {
    margin-bottom: 15.996vw;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #content_area.u_page .site_wrap {
    width: 900px;
  }
}

/* ========== end △ */
/* ==================================================
news
================================================== */
.news dl {
  display: flex;
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .news dl {
    margin-top: 6.665vw;
  }
}

/* ========== end △ */
.news dl dt {
  text-align: center;
  width: 17%;
  padding: 10px 0;
  background: #b30b0b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .news dl dt {
    width: 35%;
  }
}

/* ========== end △ */
.news dl dd {
  width: 83%;
  box-sizing: border-box;
  padding: 9px 20px 9px 15px;
  border: 1px solid #282f37;
  border-left: #b30b0b;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .news dl dd {
    width: 65%;
    padding: 9px 5px 9px 10px;
  }
}

/* ========== end △ */
/* ==================================================
overview
================================================== */
.overview p {
  text-align: center;
  margin: 30px auto 0;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .overview p {
    width: 900px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .overview p {
    margin-top: 5.332vw;
  }
}

/* ========== end △ */
.overview .link_mt {
  text-align: left;
  margin-right: 0;
  margin-left: 0;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .overview .link_mt {
    width: auto;
  }
}

/* ========== end △ */
/* ==================================================
concept
================================================== */
.concept {
  text-align: center;
  color: #fff;
  padding: 100px 0;
  background: url(./images/concept_bg.jpg) center top no-repeat;
  background-size: cover;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .concept {
    padding-top: 15.996vw;
    padding-bottom: 15.996vw;
  }
}

/* ========== end △ */
.concept h3 {
  font-size: 2.6rem;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .concept h3 {
    margin-bottom: 5.332vw;
  }
}

/* ========== end △ */
.concept p {
  margin: 0 auto 50px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .concept p {
    width: 900px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .concept p {
    margin-bottom: 10.664vw;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .concept .btn {
    width: 250px;
  }
}

/* ========== end △ */
/* ==================================================
strength
================================================== */
.strength {
  margin: 0 auto;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .strength {
    max-width: 1340px;
  }
}

/* ========== end △ */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .strength {
    width: auto;
  }
}

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

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .strength ul {
    flex-direction: column;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .strength ul li {
    width: 400px;
  }
  .strength ul li p {
    padding: 0 15px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .strength ul li {
    margin-bottom: 7.998vw;
  }
}

/* ========== end △ */
.strength ul li:last-child {
  margin-bottom: 0;
}

.strength ul p {
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .strength ul p {
    margin-top: 5.332vw;
  }
}

/* ========== end △ */
/* ==================================================
schedule_calender
================================================== */
.schedule_calender {
  padding-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .schedule_calender {
    padding-bottom: 7.998vw;
  }
}

/* ========== end △ */
/* ==================================================
news
================================================== */
#sec_article .article_data {
  margin-top: -30px;
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #sec_article .article_data {
    margin-top: -7.998vw;
    margin-bottom: 7.998vw;
  }
}

/* ========== end △ */
#sec_article .post_box *:not(:first-child) {
  margin-top: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #sec_article .post_box *:not(:first-child) {
    margin-top: 5.332vw;
  }
}

/* ========== end △ */
#sec_article .post_box img {
  height: auto;
}

.topics {
  display: flex;
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .topics {
    display: block;
    margin-top: 7.998vw;
  }
}

/* ========== end △ */
.topics .topics_ttl {
  width: 150px;
  background: #b30b0b;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .topics .topics_ttl {
    width: 100%;
    padding-top: 1.333vw;
    padding-bottom: 1.333vw;
  }
}

/* ========== end △ */
.topics .topics_ttl .ja, .topics .topics_ttl .en {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .topics .topics_ttl .ja, .topics .topics_ttl .en {
    font-size: 4.2656vw;
  }
}

/* ========== end △ */
.topics .topics_ttl .en {
  font-size: 1.0rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .topics .topics_ttl .en {
    font-size: 2.666vw;
  }
}

/* ========== end △ */
.topics .topics_ttl .ja::after {
  content: "▶";
  width: 25px;
  height: 25px;
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  font-size: 1.0rem;
  transform: scale(0.4) translateY(-5px);
  border: 1px solid #fff;
  padding-left: 3px;
  border-radius: 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .topics .topics_ttl .ja::after {
    width: 6.665vw;
    height: 6.665vw;
    font-size: 2.666vw;
  }
}

/* ========== end △ */
.topics .topics_ttl:hover {
  opacity: 0.6;
}

.topics .list_box {
  width: calc(100% - 150px);
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #b30b0b;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .topics .list_box {
    width: 100%;
    padding: 5.332vw;
  }
}

/* ========== end △ */
.topics .list_box li:not(:first-child) {
  margin-top: 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .topics .list_box li:not(:first-child) {
    margin-top: 5.332vw;
  }
}

/* ========== end △ */
.topics .list_box li time {
  margin-right: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .topics .list_box li time {
    display: block;
    font-size: 2.666vw;
    margin-bottom: 1.333vw;
  }
}

/* ========== end △ */
.topics .list_box li a {
  text-decoration: underline !important;
}

.article_li li:not(:first-child) {
  margin-top: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .article_li li:not(:first-child) {
    margin-top: 5.332vw;
  }
}

/* ========== end △ */
.article_li li a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .article_li li a {
    font-size: 3.7324vw;
  }
}

/* ========== end △ */
.article_li li a:hover {
  opacity: 0.6;
}

.article_li li a .img_box {
  width: 150px;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 17%;
  margin-right: 20px;
  margin-bottom: 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .article_li li a .img_box {
    width: 30%;
    padding-top: 30%;
    margin-right: 4%;
  }
}

/* ========== end △ */
.article_li li a .img_box img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  height: auto;
}

.article_li li a .elp {
  width: calc(100% - 170px);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .article_li li a .elp {
    width: 66%;
  }
}

/* ========== end △ */
.article_li li a time {
  font-size: 1.3rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .article_li li a time {
    font-size: 2.666vw;
  }
}

/* ========== end △ */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 10px;
  margin-top: 40px;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .current {
  color: #bfbfbf;
  border-color: transparent !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #000;
  display: inline-block;
  font-size: 1.4rem;
  border: 1px solid #000 !important;
  padding: 12px 15px !important;
  border-radius: 6px;
}

/* ==================================================
medicalinfo
================================================== */
#content_area .medicalinfo {
  margin-bottom: 0;
}

.medicalinfo {
  padding: 100px 0 70px;
  background: #f1f1f1;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .medicalinfo {
    padding-top: 21.328vw;
    padding-bottom: 13.33vw;
  }
}

/* ========== end △ */
.medicalinfo ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .medicalinfo ul {
    margin-right: 30px;
    margin-left: 30px;
  }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .medicalinfo ul {
    justify-content: space-between;
  }
}

/* ========== end △ */
.medicalinfo ul li {
  width: 22.728%;
  margin-bottom: 30px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .medicalinfo ul li {
    margin-right: 1.13%;
    margin-left: 1.13%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .medicalinfo ul li {
    width: 47%;
    margin-bottom: 7.998vw;
  }
}

/* ========== end △ */
.medicalinfo ul a {
  display: block;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .medicalinfo ul a {
    transition: all 0.3s ease;
  }
  .medicalinfo ul a:hover {
    opacity: 0.6;
  }
}

/* ========== end △ */
.medicalinfo ul .img {
  background: #fff;
  position: relative;
  height: 0;
  padding-top: 72%;
}

.medicalinfo ul .img::before {
  content: attr(data-department);
  position: absolute;
  bottom: -20px;
  left: calc(50% - 40%);
  font-size: 1.3rem;
  font-weight: 500;
  width: 80%;
  background: #282f37;
  color: #fff;
  text-align: center;
  z-index: 2;
  padding: 8px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .medicalinfo ul .img::before {
    bottom: -5.332vw;
    padding-top: 1.5996vw;
    padding-bottom: 1.5996vw;
  }
}

/* ========== end △ */
.medicalinfo ul .img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.medicalinfo ul p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .medicalinfo ul p {
    margin-top: 7.998vw;
  }
}

/* ========== end △ */
/* ==================================================
gmap
================================================== */
.gmap iframe {
  width: 100%;
  height: 400px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .gmap iframe {
    height: 79.98vw;
  }
}

/* ========== end △ */
/* ==================================================
u_page
================================================== */
.case_box {
  background: #f9f9f9;
  padding: 30px;
  margin-top: 30px;
}

.case_box.disp_n {
  display: none;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .case_box {
    margin-top: 50px;
  }
  .case_box .layout01 .img_box {
    width: 32%;
  }
  .case_box .layout01 .txt_box {
    width: calc(100% - 36%);
  }
}

/* ========== end △ */
.case_li {
  border-top: 1px solid #bbb;
  margin-top: 40px;
}

.case_li > li {
  line-height: 1.8;
  position: relative;
  padding: 20px 20px 20px 24px;
  border-bottom: 1px solid #bbb;
}

.case_li > li::before {
  color: #ec6d66;
  content: "■";
  font-size: 1.0rem;
  position: absolute;
  top: 22px;
  left: 2px;
  transform: rotate(45deg);
}

/* ▽ PC-TAB layout ========== */
/* ========== end △ */
.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 3.999vw;
    padding-right: 3.999vw;
  }
}

/* ========== end △ */
.cont_bnr {
  max-width: 700px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 6px 6px 0 #282f37;
  border: 1px solid #282f37;
  padding: 20px;
  margin-left: 3.999vw;
  margin-right: 3.999vw;
}

.cont_bnr .read {
  font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.cont_bnr .sp_cont {
  display: flex;
  position: static;
  margin-top: 20px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .cont_bnr {
    box-shadow: 8px 8px 0 #282f37;
    padding: 30px;
    border: 2px solid #282f37;
    margin: 0 auto;
  }
  .cont_bnr p {
    font-size: 1.6rem;
    text-align: center;
  }
  .cont_bnr .read {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .cont_bnr .sp_cont {
    margin-top: 40px;
  }
  .cont_bnr .sp_cont a {
    height: 55px;
    font-size: 1.5rem;
  }
  .cont_bnr .sp_cont a:hover {
    opacity: 0.6;
  }
}

/* ========== end △ */
.flow_li {
  counter-reset: number 0;
}

.flow_li > li:not(:first-child) {
  margin-top: 40px;
}

.flow_li .layout01::before {
  color: #282f37;
  content: "Step" counter(number);
  counter-increment: number 1;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .flow_li > li:not(:first-child) {
    margin-top: 60px;
  }
  .flow_li .layout01::before {
    font-size: 2.0rem;
  }
}

/* ========== end △ */
.img_box {
  overflow: hidden;
  margin-bottom: 20px;
}

.img_box iframe {
  width: 100%;
  height: 380px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .img_box {
    margin-bottom: 40px;
  }
}

/* ========== end △ */
.indent_li li {
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .layout01 {
    overflow: hidden;
  }
  .layout01 .img_box {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 0;
  }
  .layout01 .txt_box {
    width: calc(100% - 52%);
    float: right;
  }
}

/* ========== end △ */
.mid_sec {
  margin-top: 100px;
}

.mid_sec.mode_deco {
  border-top: 1px dashed #bbb;
  padding-top: 50px;
  margin-top: 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mid_sec {
    margin-top: 15.996vw;
  }
  .mid_sec.mode_deco.mode_deco {
    padding-top: 11.1972vw;
    margin-top: 11.1972vw;
  }
}

/* ========== end △ */
.schedule table {
  border: 1px solid #282f37;
}

.schedule th, .schedule td {
  text-align: center;
}

.schedule thead th {
  background: #282f37;
  color: #fff;
  padding: 15px 5px;
}

.schedule thead th:not(:first-child) {
  border-left: 1px solid #fff;
}

.schedule tbody tr {
  border-right: 1px solid #282f37;
}

.schedule tbody th {
  background: #fff;
  color: #89c6ea;
  vertical-align: middle;
  padding: 15px 5px;
  border-top: 1px solid #282f37;
}

.schedule tbody td {
  background: #fff;
  color: #282f37;
  vertical-align: middle;
  padding: 15px 5px;
  border-top: 1px solid #282f37;
  border-right: 1px solid #282f37;
}

.schedule th:not(:first-child),
.schedule td:not(:first-child) {
  text-align: center;
}

.schedule.incontent {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .schedule.incontent {
    margin-top: 5.332vw;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .schedule {
    max-width: 700px;
  }
  .schedule thead th.time,
  .schedule tbody td:first-child {
    width: 250px;
    box-sizing: border-box;
  }
  .schedule thead th {
    padding: 15px 20px;
  }
  .schedule tbody th {
    padding: 15px 20px;
  }
  .schedule tbody td {
    padding: 15px 20px;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .sec_map .pc_layout.mode_map {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec_map .pc_layout.mode_map .img_box {
    width: 58%;
  }
  .sec_map .pc_layout.mode_map .table_style {
    width: 38%;
  }
  .sec_map .pc_layout.mode_access {
    overflow: hidden;
  }
  .sec_map .pc_layout.mode_access .mid_sec {
    width: 38%;
    float: left;
    margin-top: 40px;
  }
  .sec_map .pc_layout.mode_access .mid_sec.mode_img {
    width: 58%;
    float: right;
  }
}

/* ========== end △ */
.table_style {
  line-height: 1.8;
  border-top: 1px solid #bcc2c7;
}

.table_style dl {
  border-bottom: 1px solid #bcc2c7;
}

.table_style dl dt {
  background: #f4f7fb;
  padding: 13px 10px;
}

.table_style dl dd {
  padding: 13px 10px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .table_style.mode02 dl {
    display: flex;
  }
  .table_style.mode02 dl dt {
    width: 260px;
    box-sizing: border-box;
    padding: 20px 20px;
  }
  .table_style.mode02 dl dd {
    width: calc(100% - 260px);
    padding: 20px 20px;
  }
}

/* ========== end △ */
.txt_box > *:not(:first-child) {
  margin-top: 20px;
}

.txt_box .strong {
  color: #ec6d66;
  font-weight: bold;
}

.txt_box .catch {
  font-size: 2.0rem;
  font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .txt_box .catch {
    font-size: 2.4rem;
  }
}

/* ========== end △ */
#page_tit {
  background: url(./images/concept_bg.jpg) center top/cover no-repeat;
  color: #fff;
  padding: 40px 0;
}

#page_tit h2 {
  font-size: 2.4rem;
  text-align: center;
}

#page_tit h2 span {
  padding-top: 5px;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

#page_tit h2 span .post-meta-key {
  display: none;
}

#page_tit .breadcrumbs {
  margin-top: 20px;
  margin-bottom: -20px;
}

#page_tit .breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#page_tit .breadcrumbs li {
  font-size: 1.0rem;
}

#page_tit .breadcrumbs li:not(:last-child)::after {
  content: "▼";
  display: inline-block;
  transform: scale(0.4) rotate(-90deg);
  margin-left: 5px;
  margin-right: 5px;
}

#page_tit .breadcrumbs a {
  color: #fff;
  text-decoration: underline;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #page_tit {
    padding: 60px 20px;
  }
  #page_tit h2 {
    font-size: 3.2rem;
  }
  #page_tit h2 span {
    padding-top: 10px;
    font-size: 1.2rem;
  }
  #page_tit .breadcrumbs {
    margin-top: 40px;
    margin-bottom: -40px;
  }
}

/* ========== end △ */
/* ▽ TAB layout ========== */
@media print, screen and (min-width: 768px) and (max-width: 1224px) {
  #page_tit {
    padding: 60px 30px;
  }
}

/* ========== end △ */
/*# sourceMappingURL=style.css.map */

/*withmal*/
.withmal {
  text-align: center;
  margin:auto;
  padding:36px 0 ;
}

.withmal img {
  max-width: 200px;
}

.withmal p.center {
  font-size: 14px;
  margin-top: 9px;
  font-weight: 600;
}

@media only screen and (max-width:767px) {
  .withmal {
    margin:auto;
    padding: 0 0 calc(36px / 1)
  }

  .withmal img {
    max-width: 180px;
  }

  .withmal p.center {
    font-size: calc(14px / 1.25);
    margin-top:calc(9px / 1.5);
  }

}
