@charset "UTF-8";
@import 'base.css';
@import 'fonts.css';
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese');
@import 'normalize.css';
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #377261;
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%;
}
p {
  margin: 0 0 1.5em;
}
p, dd, td, th, li {
  line-height: 1.8em;
}
.image-l {
  float: left;
  margin: 0 40px 8px 0;
}
.image-r {
  float: right;
  margin: 0 0 8px 40px;
}
.image-c {
  text-align: center;
}
.image-c img {
  height: auto;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 1000;
  margin-bottom: 0;
}
#totop:hover {
  opacity: 0.7;
}
.bold {
  font-weight: bold;
}
body {
  color: #666;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
#wrapper {
  min-width: 1160px;
  overflow: hidden;
}
.container {
  width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
/*header*/
#header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  min-width: 1160px;
}
.h-top {
  padding: 12px 0 20px;
  width: 94%;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h-top h1 {
  width: 50%;
  font-size: 11px;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.h-ad {
  width: 48%;
  font-size: 11px;
  line-height: 1.2em;
  margin: 0;
  text-align: right;
}
.h-box {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 23px 40px 0 30px;
}
#header.fixed .h-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1160px;
  z-index: 9999;
  max-width: inherit;
  justify-content: center;
  padding: 0 10px 10px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  background: rgba(215, 231, 226, 0.85);
}
.logo {
  margin: 0;
  position: relative;
  top: -10px;
  width: 330px;
}
#header .logo-fixed {
  display: none;
}
#header .no-fixed {
  display: block;
}
#header.fixed .logo-fixed {
  display: block;
  text-align: center;
  padding: 10px 0 0;
  line-height: 1;
  font-family: 游明朝, serif;
  font-size: 13px;
}
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
#header.fixed .no-fixed {
  display: none;
}
#header.fixed .logo {
  width: 240px;
  margin-right: 20px;
  top: auto;
}
#header.fixed .g-mail a {
  padding: 10px;
}
.h-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.h-info {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
#header.fixed .h-info {
  display: none;
}
.h-time {
  margin-right: 12px;
}
.h-time dl {
  display: flex;
  color: #707070;
  align-items: center;
}
.h-time dl dt {
  font-size: 13px;
  font-weight: bold;
}
.h-time dl dd {
  font-size: 13px;
}
.h-txt01 {
  color: #377261;
  font-size: 15px;
  line-height: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  border: solid 1px #377261;
  border-radius: 2px;
  background: rgba(215, 231, 226, 1);
  padding: 0.4rem 0.4rem 0.3rem;
  width: 70px;
}
.h-txt01_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.h-txt01_sub p {
  color: #377261;
  font-size: 15px;
  line-height: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  border: solid 1px #377261;
  border-radius: 2px;
  background: rgba(215, 231, 226, 1);
  padding: 0.5rem 0.5rem 0.4rem;
  width: 80%;
}
.h-tel {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  font-weight: 300;
  color: #377261;
  font-size: 28px;
  margin-right: 20px;
  text-align: center;
  line-height: 1;
}
.h-tel span:nth-child(1) {
  display: inline-block;
  width: 13px;
  vertical-align: middle;
  margin-top: -25px;
  margin-right: 5px;
  line-height: 1.3;
}
.h-tel > span.txt {
  font-size: 14px;
  width: auto;
  color: #333;
  font-weight: 400;
}
.h-mail {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-family: 游明朝, serif;
  margin-top: -9px;
}
.h-mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background: #95834d;
  border-radius: 5px;
  width: 180px;
  padding: 8px 0;
  transition: all 0.3s ease;
}
.h-mail a span {
  display: inline-block;
  padding: 0 0 0 34px;
  background: url('../images/b02_mail.png') no-repeat left 0px top 50%;
  vertical-align: middle;
  background-size: 20px;
  text-align: left;
  font-family: 游明朝, serif;
}
.h-mail a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  min-height: 38px;
  box-sizing: border-box;
}
a {
  color: #377261;
}
html > body {
  font-size: 10px;
  font-size: 62.5%\9;
}
body {
  color: #666;
}
body {
  font: 62.5% Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  font-size: 62.5%;
  color: #333;
  line-height: 1.4;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  color: #000;
}
.h-mail a:hover {
  opacity: 0.7;
}
.h-note {
  width: 100%;
  text-align: right;
  font-size: 10px;
  margin: 5px 0;
}
#header.fixed .h-note {
  display: none;
}
/*Gnavi*/
#gnavi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
}
#gnavi .g-contact {
  display: none;
}
#header.fixed #gnavi {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0;
}
#header.fixed #gnavi .g-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g-tel {
  color: #4d4051;
  font-size: 36px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  display: none;
}
.g-tel span {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-top: -28px;
  margin-right: 5px;
}
.g-mail a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 150px;
  border-radius: 5px;
  background: #95834d;
  font-size: 14px;
  padding: 6px 0;
  position: relative;
  transition: all 0.3s ease;
}
.g-mail a:hover {
  opacity: 0.7;
}
.g-mail a span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 31px;
  background: url('../images/b02_mail.png') no-repeat left 0px top 50%;
  background-size: auto;
  background-size: 22px;
  text-align: left;
  font-size: 15px;
  font-family: 游明朝, serif;
}
#gnavi .menu {
  display: flex;
}
#header.fixed #gnavi .menu {
  margin-top: 20px;
  margin-right: 10px;
}
#gnavi .menu > li {
  width: auto;
  position: relative;
}
#gnavi .menu > li:before {
  content: '';
  position: absolute;
  height: 23px;
  width: 1px;
  background: #b8b8b8;
  top: 0;
  left: 0;
}
#gnavi .menu > li:last-child:after {
  content: '';
  position: absolute;
  height: 23px;
  width: 1px;
  background: #b8b8b8;
  top: 0;
  right: 0;
}
#gnavi .menu > li > a {
  display: block;
  color: #4d4051;
  font-size: 15px;
  text-decoration: none;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 500;
  line-height: 1.3em;
  text-align: center;
  padding: 2px 19px 16px;
  position: relative;
}
#gnavi .menu > li > a span {
  font-size: 11px;
  display: block;
}
#gnavi .menu > li > a:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 0;
  background: #708d84;
  left: 50%;
  right: 50%;
  bottom: 0;
  transition: all 0.3s ease;
}
#gnavi .menu > li > a:hover:after, #gnavi .menu > li.over:hover > a:after {
  width: 94%;
  left: 2%;
  right: 2%;
}
#gnavi .sub-menu {
  display: none;
  background: rgba(112, 141, 132, 0.9);
  position: absolute;
  width: 250px;
  left: calc(50% - 125px);
  z-index: 999;
}
#gnavi .sub-menu a {
  display: block;
  text-align: center;
  color: #fff;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px dashed #fff;
  transition: all 0.3s ease;
}
#gnavi .sub-menu a:hover {
  opacity: 0.7;
}
/*index*/
#index #mainvisual {
  height: 838px;
  position: relative;
  z-index: 0;
}
#index #mainvisual h2 {
  position: absolute;
  height: calc(110% - 288px);
  width: 1160px;
  text-align: center;
  display: flex;
  bottom: 78px;
  left: calc(50% - 738px);
  justify-content: center;
  align-items: center;
  color: #377261;
  font-size: 37px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  z-index: 102;
  text-shadow: 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff;
}
#index #mainvisual .idx-s03 h2 {
  left: calc(37% - 100px);
}
#index #mainvisual ul .idx-s {
  width: 100%;
  height: 838px;
  position: absolute;
  top: 0;
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 20s;
}
#index #mainvisual ul .idx-s.idx-s01 {
  animation-name: slider;
  animation-delay: 0s;
  background: url('../images/idx_main01.jpg') no-repeat center;
  background-size: cover;
}
#index #mainvisual ul .idx-s.idx-s02 {
  animation-name: slider;
  animation-delay: 5s;
  opacity: 0;
  background: url('../images/idx_main04.jpg') no-repeat center;
  background-size: cover;
}
#index #mainvisual ul .idx-s.idx-s03 {
  animation-name: slider;
  animation-delay: 5s;
  opacity: 0;
  background: url('../images/idx_main02.jpg') no-repeat center;
  background-size: cover;
}
#index #mainvisual ul .idx-s.idx-s04 {
  animation-name: slider;
  animation-delay: 10s;
  opacity: 0;
  background: url('../images/idx_main03.jpg') no-repeat center;
  background-size: cover;
}
@keyframes slider {
  0% {
    opacity: 0;
  }
  20.83% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  45.83% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*box01*/
.box01 {
  background: #e1edea;
  padding: 1px 0 60px;
  position: relative;
  z-index: 1;
}
.b01-box {
  width: 100%;
  margin: -78px auto 0;
  max-width: 1200px;
  background: #fff;
  border-top: 2px solid #708d84;
  padding: 82px 0 58px;
}
.box01 h3 {
  text-align: center;
  font-size: 44px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  margin-bottom: 6px;
  color: #666;
}
.box01 h3 span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -50px;
  margin-right: 20px;
}
.b01-txt01 {
  text-align: center;
  color: #4d4051;
  font-size: 80px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  line-height: 1em;
  margin-bottom: 10px;
}
.b01-s01 {
  font-size: 64px;
}
.b01-s02 {
  font-size: 30px;
  color: #95834d;
}
.b01-txt02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
}
.b01-txt02 dt {
  color: #fff;
  font-size: 18px;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: bold;
  background: #377261;
  width: 100px;
  border-radius: 3px;
  text-align: center;
  padding: 3px 0;
  margin-right: 28px;
  margin-bottom: 10px;
}
.b01-txt02 dd {
  color: #4d4051;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  line-height: 1em;
  font-size: 50px;
}
.b01-txt02 dd span {
  margin: 0 7px;
}
.b01-txt03 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 34px;
}
.idx-btn01 {
  margin: 0;
  text-align: center;
}
.idx-btn01 a {
  display: inline-block;
  width: 350px;
  text-align: center;
  border: 1px solid #95834d;
  border-radius: 5px;
  color: #4d4d4d;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
  padding: 16px 35px 15px;
  position: relative;
  transition: all 0.3s ease;
}
.idx-btn01 a:hover {
  color: #95834d;
  background: #fff;
}
.idx-btn01 a:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 20px;
  top: calc(50% - 4px);
  transition: all 0.3s ease;
}
.idx-btn01 a:hover:after {
  border-top: 1px solid #95834d;
  border-right: 1px solid #95834d;
}
a.idx_note_banner {
  border: 2px solid #95834d;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 200%;
  font-weight: 700;
  color: #95834d;
  margin: 40px 0 0 0;
  border-radius: 3px;
  /*letter-spacing: 2px;*/
  line-height: 1.6;
  width: 100%;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  a.idx_note_banner {
    font-size: 135%;
    letter-spacing: 0;
  }
}
a.idx_note_banner:hover {
  opacity: 0.85;
}
/*box02*/
.box02 {
  padding: 40px 0 98px;
}
.box02 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.b02-l, .b02-r {
  width: 510px;
}
.b02-img {
  line-height: 0;
  margin-bottom: 40px;
  width: 48%;
}
b02-img img {
  width: 47%;
}
.b02-map {
  height: 422px;
  margin-bottom: 20px;
}
.b02-ad {
  display: flex;
  justify-content: end;
}
.b02-ad dt {
  padding-right: 20px;
}
.b02-ad dt, .b02-ad dd {
  font-size: 15px;
  line-height: 1.6em;
}
.box02 h3 {
  text-align: center;
  margin-bottom: 25px;
}
.b02-txt01 {
  font-size: 16px;
  line-height: 2.2em;
  margin-bottom: 10px;
}
.b02-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b02-tel {
  color: #333;
  font-size: 34px;
  font-family: 游明朝, serif;
  font-weight: 400;
  flex-shrink: 0;
  text-align: center;
  line-height: 1;
}
.b02-tel span.txt {
  font-size: 14px;
}
.b02-tel span:nth-child(1) {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-top: -10px;
  margin-right: 5px;
}
.b02-tel a {
  text-decoration: none;
}
.b02-mail span {
  font-size: 14px;
  font-family: 游明朝, serif;
}
.b02-mail {
  text-align: center;
}
.b02-mail a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 250px;
  border-radius: 5px;
  background: #95834d;
  font-size: 18px;
  padding: 9px 7px 9px 0;
  position: relative;
  transition: all 0.3s ease;
}
.b02-mail a:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.b02-mail a:hover {
  opacity: 0.7;
}
.b02-mail a span {
  display: inline-block;
  padding: 0 0 0 32px;
  background: url('../images/b02_mail.png') no-repeat left 0px top 50%;
  background-size: 22px;
  text-align: left;
  font-size: 14px;
  font-family: 游明朝, serif;
}
.b02-note {
  margin: 15px 0 0;
  font-size: 11px;
}
/*box03*/
.box03 {
  padding: 89px 0 80px;
  position: relative;
  z-index: 0;
}
.b03-paralax {
  height: 340px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url('../images/b03_bg.jpg') center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.box03 h3 {
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-bottom: 51px;
}
.box03 h3 span {
  display: block;
  font-size: 32px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  margin-bottom: 4px;
}
.b03-ctn {
  width: 980px;
  margin: 0 auto;
  padding-top: 83px;
  position: relative;
  z-index: 0;
}
.b03-ctn:before {
  content: '';
  position: absolute;
  width: 1200px;
  height: 4px;
  background: #749489;
  top: 0;
  left: calc(50% - 600px);
  z-index: -1;
}
.b03-ctn:after {
  content: '';
  position: absolute;
  width: 1200px;
  height: 100%;
  background: #fff;
  top: 0;
  left: calc(50% - 600px);
  z-index: -2;
}
/*.b03-ttl {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 35px;
}*/
.b03-ttl:after {
  content: '';
  position: absolute;
  width: 580px;
  height: 1px;
  background: #918b8a;
  bottom: 0;
  left: calc(50% - 290px);
}
/*.b03-ttl dt {
  text-align: center;
}*/
.b03-ttl {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 35px;
  color: #4d4051;
  font-size: 40px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  text-align: center;
  width: 100%;
  line-height: 1.5em !important;
}
.b03-ttl::before {
  content: '';
  background: url(../images/b03_en.png) center no-repeat;
  background-size: 100% auto;
  width: 485px;
  height: 94px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  position: absolute;
}
.b03-ttl span {
  font-size: 32px;
  display: block;
  margin-top: 18px;
}
.b03-txt {
  font-size: 16px;
  line-height: 2em;
}
.b03-btn a {
  width: 290px;
  padding: 17px 35px 16px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  background: #95834d;
  color: #fff;
}
/*box04*/
.box04 {
  padding: 90px 0 100px;
  background-color: #fff;
  background-image: url('../images/b04_bg.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.box04 h3 {
  text-align: center;
  color: #749489;
  font-size: 15px;
  margin-bottom: 61px;
}
.box04 h3 span {
  display: block;
  font-size: 32px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  margin-bottom: 8px;
  color: #4d4d4d;
}
.b04-ctn {
  width: 1080px;
  margin: 0 auto 78px;
  padding-top: 83px;
  position: relative;
  z-index: 0;
}
.b04-ctn:before {
  content: '';
  position: absolute;
  width: 1200px;
  height: 4px;
  background: #377261;
  top: 0;
  left: calc(50% - 600px);
  z-index: -1;
}
.b04-ctn:after {
  content: '';
  position: absolute;
  width: 1200px;
  height: 380px;
  background: #fff;
  top: 0;
  left: calc(50% - 600px);
  z-index: -2;
}
.b04-ttl01 {
  padding: 5px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}
.b04-ttl01:after {
  content: url('../images/b04_en01.png');
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.b04-ttl01.b04-ttl01-02:after {
  content: url('../images/b04_en02.png');
}
.b04-ttl01.b04-ttl01-03:after {
  content: url('../images/b04_en03.png');
}
.b04-ttl01 dt {
  width: 350px;
  color: #4d4051;
  font-size: 40px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  box-sizing: border-box;
  padding-left: 15px;
}
.b04-ttl01 dd {
  width: calc(100% - 355px);
  font-size: 16px;
  line-height: 2em;
}
.b04-sec {
  display: flex;
  justify-content: space-between;
}
.b04-item {
  width: 510px;
}
.b04-img {
  line-height: 0;
  margin-bottom: 26px;
}
.b04-ttl02 {
  padding: 0 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}
.b04-ttl02 dt {
  text-align: center;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  font-size: 13px;
  color: #377261;
  line-height: 1.2em;
  width: 55px;
}
.b04-ttl02 dt span {
  font-size: 50px;
  display: block;
  line-height: 1em;
}
.b04-ttl02 dd {
  width: 340px;
  color: #4d4d4d;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  font-size: 20px;
}
.b04-txt {
  margin: 0;
  font-size: 16px;
  line-height: 1.9em;
  padding: 0 38px;
}
.b04-btn a {
  width: 290px;
  padding: 10px 35px 10px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  background: #95834d;
  color: #fff;
}
/*box05*/
.box05 {
  background: url('../images/b05_bg.jpg') center 340px no-repeat;
  background-size: cover;
  padding: 114px 0 105px;
  position: relative;
  z-index: 0;
}
.b05-paralax {
  height: 340px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url('../images/b05_bg01.jpg') center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.box05 h3 {
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-bottom: 48px;
}
.box05 h3 span {
  display: block;
  font-size: 32px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  margin-bottom: 8px;
}
.b05-ctn {
  width: 1080px;
  margin: 0 auto;
  padding-top: 83px;
  position: relative;
  z-index: 0;
}
.b05-ctn:before {
  content: '';
  position: absolute;
  width: 1200px;
  height: 4px;
  background: #749489;
  top: 0;
  left: calc(50% - 600px);
  z-index: -1;
}
.b05-ctn:after {
  content: '';
  position: absolute;
  width: 1200px;
  height: 380px;
  top: 0;
  left: calc(50% - 600px);
  z-index: -2;
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(87%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.b05-ttl01 {
  text-align: center;
  color: #4d4d4d;
  font-size: 30px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  margin-bottom: 17px;
}
.b05-txt01 {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 156px;
}
.b05-sec01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.b05-sec01.just-center {
  justify-content: center;
}
.b05-sec01.just-center li {
  margin-right: 20px;
}
.b05-sec01.just-center li:last-child {
  margin-right: 0;
}
.b05-sec01 li {
  width: 346px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 105px 30px 17px;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 4px;
}
.b05-sec01 li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  transform: scale(0.5, 0.5);
  z-index: -1;
  border-radius: 4px;
  background: #377261;
  opacity: 0;
}
/* .b05-sec01 li:hover::after {
  transform: scale(1, 1);
  opacity: 1;
} */
/* .b05-sec01 li:hover .b05-ttl02, .b05-sec01 li:hover .b05-ttl03, .b05-sec01 li:hover .b05-txt02 {
  color: #fff;
} */
.b05-sec01.child li {
  padding: 85px 30px 17px;
  width: 255px;
}
.b05-sec01.child li .b05-icon02 {
  position: absolute;
  top: -55px;
  left: calc(50% - 60px);
}
.b05-icon01 {
  margin: 0;
  position: absolute;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  left: calc(50% - 75px);
  top: -70px;
  background: #fff;
}
.b05-ttl02, .b05-ttl03, .b05-txt02 {
  position: relative;
  z-index: 1;
}
.b05-icon01, .b05-icon02 {
  z-index: 1;
}
.b05-icon01 img {
  width: auto;
  height: 71px;
}
.b05-ttl02 {
  text-align: center;
  color: #749489;
  font-size: 16px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  margin-bottom: 4px;
  line-height: 1.2em;
}
.b05-ttl03 {
  text-align: center;
  color: #4d4d4d;
  font-size: 18px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  margin-bottom: 15px;
}
.b05-txt02 {
  margin: 0;
  font-size: 16px;
  line-height: 1.9em;
}
.b05-box, .b05-box .b05-sec01.child.just-center {
  padding: 70px 0 0;
}
.b05-sec02 {
  display: flex;
}
.b05-sec02 li {
  width: 255px;
  box-sizing: border-box;
  padding: 50px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.b05-sec02 li:hover {
  opacity: 0.7;
}
.b05-sec02 li:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background: #dedede;
  left: 0;
  bottom: 0;
}
.b05-sec02 li:first-child:before {
  display: none;
}
.b05-sec02 li:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  right: 0;
  bottom: 0;
}
.b05-sec02 li:last-child:after {
  display: none;
}
.b05-icon02 {
  margin: 0 auto 20px;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: #fff;
}
.b05-icon02 img {
  width: auto;
  height: 74px;
}
.b05-sec02 .b05-ttl03 {
  margin: 0;
}
.b05-sec03 {
  display: flex;
}
.b05-sec03 li {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 53px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.b05-sec03 li:hover {
  opacity: 0.7;
}
.b05-sec03 li:before {
  content: '';
  position: absolute;
  height: 100px;
  width: 1px;
  background: #dedede;
  left: 0;
  top: calc(50% - 50px);
}
.b05-sec03 li:first-child:before {
  display: none;
}
/*box06*/
.box06 {
  padding: 20px 0 50px;
}
.box06 h3 {
  text-align: center;
  color: #749489;
  font-size: 15px;
}
.box06 h3 span {
  display: block;
  font-size: 32px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  margin-bottom: 8px;
  color: #4d4d4d;
}
.b06-tab-sec {
  margin-bottom: 30px;
}
.b06-tab {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 31px;
}
.b06-tab:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #b9c9c4;
  left: 0;
  bottom: 0;
}
.b06-tab li {
  width: 234px;
  margin-right: 15px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #4d4d4d;
  cursor: pointer;
  padding: 12px 0;
}
.b06-tab li.active, .b06-tab li:hover {
  color: #fff;
}
.b06-tab li:last-child {
  margin-right: 0;
}
.b06-tab li:nth-child(1) {
  border-color: #749489;
}
.b06-tab li:nth-child(1).active, .b06-tab li:nth-child(1):hover {
  background: #749489;
}
.b06-tab li:nth-child(2) {
  border-color: #aacbc2;
}
.b06-tab li:nth-child(2).active, .b06-tab li:nth-child(2):hover {
  background: #aacbc2;
}
.b06-tab li:nth-child(3) {
  border-color: #c3b39c;
}
.b06-tab li:nth-child(3).active, .b06-tab li:nth-child(3):hover {
  background: #c3b39c;
}
.b06-tab li:nth-child(4) {
  border-color: #a69fa8;
}
.b06-tab li:nth-child(4).active, .b06-tab li:nth-child(4):hover {
  background: #a69fa8;
}
.b06-ctn {
  width: 100%;
  margin: 0 auto;
}
.b06-tab-ctn {
  display: none;
}
.b06-tab-ctn.active {
  display: block;
}
.b06-tab-ctn li {
  display: flex;
  border-bottom: 1px solid #cfcfcf;
  padding: 17px 10px;
}
.b06-date {
  display: inline-block;
  font-size: 14px;
  width: 90px;
  margin-right: 22px;
}
.b06-cate {
  width: 90px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  text-align: center;
  color: #fff;
  background: #a4c3ba;
}
.b06-cate.cat03 {
  background: #c3b39c;
}
.b06-cate.cat04 {
  background: #a69fa8;
}
.b06-link {
  display: inline-block;
  width: calc(100% - 217px);
}
.b06-link a {
  text-decoration: none;
  font-size: 15px;
}
.b06-link a:hover {
  text-decoration: underline;
}
/*box07*/
.box07 {
  padding-bottom: 60px;
}
.b07-top {
  background: #95834d;
  padding: 96px 0 53px;
  margin-bottom: 45px;
  position: relative;
  z-index: 0;
}
.b07-top dl {
  width: 1080px;
  margin: 0 auto;
}
.b07-top dl dt {
  color: #fff;
  font-size: 26px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}
.b07-top dl dd {
  font-size: 15px;
  color: #fff;
  line-height: 1em;
}
.b07-below {
  position: relative;
  position: 1;
}
.b07-l {
  width: 760px;
  position: relative;
  z-index: 2;
}
.b07-txt {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 41px;
}
.b07-btn {
  text-align: left;
  float: left;
}
.b07-btn a {
  width: 290px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  background: #95834d;
  color: #fff;
}
.b07-btn a:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 29px;
  top: calc(50% - 4px);
  transition: all 0.3s ease;
}
.b07-img {
  position: absolute;
  z-index: 0;
  top: -100px;
  right: -110px;
}
.b07-img:after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background: #95834d;
  bottom: -206px;
  right: -170px;
  z-index: -1;
}
/*footer*/
#footer {
  padding: 55px 0 0;
}
.footer01 {
  margin-bottom: 40px;
}
.footer01 .container {
  display: flex;
  justify-content: space-between;
}
.f01-l {
  width: 540px;
}
.f01-r {
  width: 510px;
  padding-top: 105px;
}
.f-logo {
  margin-bottom: 27px;
}
.f-cal {
  margin-bottom: 22px;
}
.f01-ttl01 {
  background: #377261;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  padding: 6px 0;
  margin-bottom: 14px;
}
.f01-contact {
  display: flex;
  justify-content: space-between;
}
.f01-memo {
  color: #666;
  font-size: 12px;
  text-align: center;
}
.f-tel {
  margin: 0;
}
.f-tel a {
  text-decoration: none;
  color: #708d84;
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  margin: 0;
  pointer-events: none;
  display: inline-block;
  line-height: 1em;
  margin-top: 3px;
}
.f-tel a span {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-top: -16px;
  margin-right: 5px;
}
.f-mail {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  font-family: 游明朝, serif;
}
.f-mail a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 200px;
  border-radius: 5px;
  background: #95834d;
  font-size: 18px;
  padding: 12px 12px 12px 0px;
  position: relative;
  transition: all 0.3s ease;
  min-height: 50px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.f-mail a:hover {
  opacity: 0.7;
}
.f-mail a span {
  display: inline-block;
  padding: 0 0 0 37px;
  background: url('../images/b02_mail.png') no-repeat left 0px top 50%;
  background-size: 26px;
  text-align: left;
  line-height: 1.4em;
  font-size: 15px;
}
.f-map {
  height: 274px;
  margin-bottom: 20px;
}
.f-address {
  display: flex;
  justify-content: space-between;
}
.f-address dt, .f-address dd {
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
.f01-bnr {
  text-align: right;
  width: 100%;
  margin: 0 0 0 auto;
}
.f01-bnr img {
  height: 56px;
}
.footer02 {
  display: none;
  padding-bottom: 90px;
}
#index .footer02 {
  display: block;
}
.footer02 p {
  margin: 0;
  font-size: 13px;
  line-height: 2.2em;
}
.footer02 .video {
  margin: 0 auto;
  text-align: center;
}
.footer02 .video iframe {
  width: 560px;
  height: 315px;
}
.footer03 {
  background: url('../images/f_bg.jpg');
  padding: 70px 0 30px;
}
.footer03 .container {
  display: flex;
  justify-content: flex-start;
  max-width: 1000px;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.f03-bnr {
  max-width: 600px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f03-bnr img {
  height: 70px;
}
.f-link-home {
  margin: 0;
  width: 15%;
}
.f-link-home a {
  display: inline-block;
  padding-left: 18px;
  text-decoration: none;
  color: #377261;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  position: relative;
}
.f-link-home a:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 1px;
  background: #377261;
  left: 0;
  top: 12px;
}
.fbnr1 {
  text-align: center;
  margin-bottom: 45px;
}
.f-link-home a:hover {
  text-decoration: underline;
}
.f-link-mt {
  padding-top: 46px;
}
.f-link-ttl {
  margin-bottom: 17px;
  color: #377261;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}
.f-link-ttl span {
  display: inline-block;
  border-bottom: 1px solid #377261;
  padding-right: 5px;
}
.f-link-b {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.f-link-b li {
  margin-bottom: 11px;
  width: 100%;
}
.f-link-b li:last-child {
  margin-bottom: 0;
}
.f-link-b li a {
  font-size: 14px;
  display: inline-block;
  padding-left: 18px;
  text-decoration: none;
  color: #666666;
  position: relative;
  line-height: 1.6em;
}
.f-link-b li a:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 1px;
  background: #c3b39c;
  left: 0;
  top: 9px;
}
.f-link-b li a:hover {
  text-decoration: underline;
}
.f-sns-icon{
  display: flex;
}
.f-link {
  width: 25%;
}
.footer03 .container .f-link:nth-child(2) {
  width: 20%;
}
.footer03 .container .f-link:last-child {
  width: 20%;
}
.f-copy {
  text-align: center;
  margin: 0;
  font-size: 13px;
  padding: 15px 0;
}
/* under */
.under #content p, .under #content li {
  line-height: 2em;
}
.under #content *, .under #content *:before, .under #content *:after {
  box-sizing: border-box;
  outline: none;
}
.under h1, .under .h-ad {
  color: #fff;
}
.topic-path {
  margin: 28px 0 30px 0;
}
.topic-path li {
  display: inline-block;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-weight: 400;
}
.topic-path li a {
  text-decoration: none;
  color: #377261;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}
.topic-path li:after {
  content: '>';
  margin-right: 5px;
  padding-left: 10px;
}
.topic-path li:last-child:after {
  content: none;
}
.topic-path li a:hover {
  text-decoration: underline;
}
section, .section {
  margin: 0 0 70px;
}
section p:last-child, .section p:last-child {
  margin-bottom: 0;
}
.under-tbl th, .under-tbl td {
  border: 1px solid #749489;
}
.under-tbl th {
  color: #000;
  background: #aacbc2;
  font-weight: bold;
}
.under-tbl tr th:first-child, .under-tbl tr td:first-child {
  border-left: none;
}
.under-tbl tr th:last-child, .under-tbl tr td:last-child {
  border-right: 1px solid #749489;
}
.note {
  color: #708d84;
  font-size: 12px;
  margin-bottom: 10px;
}
.red_box {
  padding: 5px 20px;
  box-sizing: border-box;
  border: solid 1px #bd0b0b;
  border-radius: 2px;
}
.vtop {
  vertical-align: top;
}
.lh0 {
  line-height: 0;
}
.anchor-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.anchor-list li {
  display: flex;
  margin: 0 1.5% 20px;
  width: 30%;
}
.anchor-list.w-col02 li {
  width: 40%;
}
.anchor-list li a {
  display: flex;
  flex: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #c3b39c;
  border-radius: 5px;
  color: #4d4d4d;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
  padding: 16px 25px 10px;
  position: relative;
  transition: all 0.3s ease;
}
.anchor-list li a:hover {
  color: #fff;
  background: #c3b39c;
}
.anchor-list li a:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #c3b39c;
  border-right: 1px solid #c3b39c;
  transform: rotate(45deg) translateY(-50%);
  right: 20px;
  top: 50%;
  transition: all 0.3s ease;
}
.anchor-list li a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.under-list {
  overflow: hidden;
}
.under-list li {
  padding-left: 19px;
  position: relative;
}
.under-list li:before {
  position: absolute;
  content: '・';
  left: 0;
  top: 0px;
}
.under-list li:last-child {
  margin-bottom: 0;
}
.under #main {
  width: 1080px;
  margin: 0 auto;
}
.under #main #content {
  padding: 0 50px;
}
.under #content h3, .under #content h4, .under #content h5, .under #content h6 {
  line-height: 1.4em;
  margin-bottom: 40px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}
.under #mainvisual {
  height: 350px;
  background: url('../images/under_main.jpg') center no-repeat;
  background-size: cover;
  padding-top: 205px;
  box-sizing: border-box;
}
.under #mainvisual .container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 100%;
}
.under #mainvisual .container h2 {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.4em;
}
.under #mainvisual.qa_height {
  height: 400px;
}
.under #mainvisual .container.qa {
  padding-bottom: 10px;
}
.under #mainvisual .container.qa h2 {
  margin-bottom: 10px;
}
.under #mainvisual .container.qa .qa_underh2 {
  background-color: rgba(255, 255, 255, 0.733);
  padding: 5px 10px;
}
.under #mainvisual .container.qa .qa_underh2 p{
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  color: #333;
  font-size: 14px;
  margin-bottom: 0;
}
.under #content h3 {
  text-align: center;
  color: #377261;
  font-size: 28px;
}
.under #content h4 {
  color: #377261;
  font-size: 30px;
  border-top: #377261 4px solid;
  padding-top: 9px;
  margin-bottom: 20px;
}
.under #content h4.facility {
  color: #4d4051;
}
.under #content h4.facility span {
  color: #377261;
}
.under #content h4 span {
  color: #4d4d4d;
}
.under #content h5 {
  background: #377261;
  font-size: 22px;
  color: #fff;
  padding: 5px 20px;
}
.under #content h6 {
  font-size: 20px;
  color: #377261;
}
.under-bnr {
  display: flex;
  justify-content: center;
  text-align: center;
}
.under-bnr li {
  display: inline-block;
  width: 800px;
  min-height: 120px;
  position: relative;
  z-index: 0;
  transition: all 0.3s;
}
.under-bnr li:hover {
  opacity: 0.9;
}
.under-bnr li:before {
  position: absolute;
  content: '';
  z-index: -1;
  background: rgba(55, 114, 97, 0.7);
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  top: 5px;
  left: 5px;
}
.under-bnr.col02.bnr_pdf li::before {
  background: rgb(101 52 147 / 80%);
}
.under-bnr.concept li:before {
  background: rgba(112, 141, 132, 0.7);
}
.under-bnr li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
  text-decoration: none;
  color: #fff;
  line-height: 1.4em;
  padding: 15px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  font-size: 28px;
  /* pointer-events: none; */
}
.under-bnr li a span.small {
  font-size: 20px;
}
.under-bnr li.bg01 {
  background: url('../images/under_bnr_img01.jpg') center no-repeat;
  background-size: cover;
}
.under-bnr li.bg02 {
  background: url('../images/under_bnr_img02.jpg') center no-repeat;
  background-size: cover;
}
.under-bnr li {
  margin-bottom: 20px;
}
.under-bnr.col02 {
  justify-content: space-between;
}
.under-bnr.col02.bnr_pdf {
  justify-content: center;
  margin-top: 15px;
}
.under-bnr.col02.bnr_pdf li {
  opacity: 1;
}
.under-bnr.col02.bnr_pdf li a {
  box-sizing: border-box;
  font-size: 28px;
}
.under-bnr.col02.bnr_pdf li:hover {
  opacity: 0.7;
}
.footer01 .under-bnr.col02.bnr_pdf li {
  width: 65%;
}
.footer01 .under-bnr.col02.bnr_pdf li a {
  font-size: 24px;
}
.under-bnr.col02 li {
  width: 48%;
  margin-bottom: 0;
}
.bnr-contact li a {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.bnr-contact li:hover {
  opacity: 1;
}
.bnr-contact li a span.small {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.2em;
}
.split-2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.split-2col li {
  width: 450px;
  margin: 0 0 30px;
  position: relative;
}
.split-3col {
  display: flex;
  flex-wrap: wrap;
}
.split-3col li {
  width: 310px;
  margin: 0 15px 30px 0;
}
.split-3col li:nth-child(3n + 3) {
  margin-right: 0;
}
.split-2col.special li {
  width: 310px;
}
.split-2col li .num {
  position: absolute;
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  background: rgba(55, 114, 97, 0.95);
}
.staff-year li {
  display: flex;
}
.staff-year li span:first-child {
  width: 90px;
}
.staff-year li span:last-child {
  width: calc(100% - 90px);
}
.staff-img-flex {
  display: flex;
  gap: 125px;
  flex-wrap: wrap;
}
.staff-insta {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 150px;
  border-radius: 5px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
  font-size: 14px;
  padding: 6px 0;
  position: relative;
  transition: all .3s ease;
}
.staff-insta a span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 15px;
  color: #fff;
  font-family: 游明朝, serif;
  padding: 0px 0px 0px 31px;
  background: url(//www.miyoshi-dental.net/wp-content/themes/miyoshi2019/css/../images/instagram.png) left 0px top 50% / 22px no-repeat;
}
.ml490 {
  margin-left: 490px;
}
.step {
  background: #377261;
  padding: 7px 20px 1px;
  display: flex;
  align-items: flex-start;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.step dt {
  width: 100px;
  font-size: 22px;
  line-height: 1.4em;
  padding-top: 2px;
}
dl.step dd p {
  margin: -5px 0 0 0;
}
.step dd {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 100px);
  font-size: 22px;
  line-height: 1.4em;
}
.flow-yellow-box, .flow-red-box {
  position: relative;
  display: inline-block;
  background: #a18134;
  padding: 3px 10px 2px;
  font-size: 18px;
  color: #fff;
  line-height: 1.4em;
  top: -3px;
  margin: 3px 0;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}
.flow-red-box {
  background: #ad272d;
}
.blog-cnt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navi {
  width: 250px;
}
.navi dt {
  color: #377261;
  font-size: 23px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  margin-bottom: 10px;
}
.navi dd {
  border: #708d84 2px solid;
  padding: 10px;
  border-radius: 5px;
}
.navi dd a {
  font-size: 14px;
  display: inline-block;
  padding-left: 18px;
  text-decoration: none;
  color: #666;
  position: relative;
}
.navi dd a:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 1px;
  background: #c3b39c;
  left: 0;
  top: 12px;
}
.navi dd a:hover {
  text-decoration: underline;
}
.blog-cnt #content {
  padding: 0 !important;
  width: calc(100% - 280px);
}
ul.pager {
  margin: 10px 0 30px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
ul.pager li {
  display: inline-block;
  line-height: 1.5em;
  margin: 0 0 10px;
}
ul.pager li a {
  padding: 4px 8px 4px 8px;
  background-color: #749489;
  color: #fff;
  margin-left: 3px;
  text-decoration: none;
  font-size: 14px;
}
ul.pager li a:hover {
  background-color: #960019;
  color: #fff;
}
ul.pager li.active a {
  background-color: #c3b39b;
  color: #fff;
}
ul.pager li.disabled {
  display: none;
}
.blog-list {
  margin-bottom: 30px;
}
.blog-list > li:not(:last-child) {
  margin-bottom: 30px;
}
.blog-list > li {
  border: #708d84 1px solid;
  border-radius: 5px;
  display: block;
}
.blog-list > li:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.blog-list > li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #666;
  transition: all 0.3s;
}
.blog-list > li a:hover {
  opacity: 0.8;
}
.blog-list > li a .ttl {
  color: #377261;
  font-size: 18px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  margin-bottom: 10px;
  line-height: 1.6em !important;
}
.blog-list > li a .image-r {
  width: 250px;
  height: 200px;
  position: relative;
}
.blog-list > li a .image-r img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-list > li a .date {
  margin-bottom: 5px;
}
.cate-name {
  background: #c3b39c;
  padding: 2px 20px;
  font-size: 12px;
  min-width: 120px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.blog-list > li a .txt {
  font-size: 14px;
}
.blog-date-detail {
  display: flex;
  justify-content: space-between;
}
.blog-detail-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.blog-detail-btn li {
  width: 200px;
  margin: 0 10px 15px;
}
.blog-detail-btn li a {
  display: block;
  background: #749489;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
  transition: all 0.3s;
}
.blog-detail-btn li a:hover {
  opacity: 0.8;
}
.wp-pagenavi span, .wp-pagenavi a {
  padding: 5px 10px;
  text-decoration: none;
  color: #1a1a1a;
  background: #eaeaea;
  display: inline-block;
  border: 0;
}
.wp-pagenavi {
  text-align: center;
  font-size: 14px;
}
.wp-pagenavi span:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #377261;
  color: #fff;
}
.wp-pagenavi span.pages {
  display: none;
}
.f-note {
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 10px;
}
/*-----------191007------------*/
.new-image li {
  width: 100%;
  position: relative;
}
.new-image li img {
  width: 100%;
}
/*----------------191010-------------*/
.rinji {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 238px;
  border-radius: 5px;
  font-size: 14px;
  padding: 8px 12px 8px 0px;
  position: relative;
  transition: all 0.3s ease;
  background: url(../images/b02_mail.png) #95834d no-repeat left 15px top 50%;
  background-size: 25px;
  line-height: 1.6em;
}
.rinji:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 29px;
  top: calc(50% - 4px);
  transition: all 0.3s ease;
}
.rinjitel {
  text-decoration: none;
  color: #708180;
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  margin: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  line-height: 1em;
  margin-top: 3px;
  flex-wrap: wrap;
  text-align: center;
}
.rinjitel span {
  line-height: 0;
  margin-right: 6px;
}
.rinjitel span.txt {
  font-size: 14px;
  line-height: inherit;
  margin: 9px 0 0;
  width: 100%;
  padding-top: 0px;
  color: #333;
  font-weight: 400;
  margin-left: -42px;
  font-family: 游明朝, serif;
}
.rinjitel span img {
  width: 20px;
}
.concept-anc li {
  width: 60%;
}
.under-frame01 {
  border: rgba(116, 148, 137, 0.95) 10px solid;
  padding: 30px 35px;
}
.under-frame02 {
  border: rgba(159, 159, 159, 0.95) 5px solid;
  padding: 30px;
}
.under-list02 {
  counter-reset: my-badass-counter;
}
.under-list02 li {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  font-size: 30px;
  margin-bottom: 4px;
  padding-left: 30px;
  position: relative;
}
.under-list02 li .small {
  font-size: 24px;
}
.under-list02 li:before {
  position: absolute;
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  color: #fff;
  background: #4d4d4d;
  font-size: 16px;
  padding: 4px 6px 3px;
  line-height: 1em;
  left: 0;
  top: 17px;
}
.under-list02.line li {
  border-bottom: #848484 1px solid;
  font-size: 18px;
  padding: 8px 0 8px 30px;
}
.under-list02.line li:before {
  padding: 3px 6px 2px;
  top: 15px;
}
.step-box {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  padding: 40px;
}
.step-box:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.step-box p {
  font-size: 15px;
}
.sub-ttl-blue, .sub-ttl-pink {
  font-size: 22px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  color: #0097e0;
}
.sub-ttl-pink {
  color: #d4145a;
}
.box-blue, .box-pink {
  background: rgba(229, 245, 252, 0.95);
  padding: 40px;
}
.box-pink {
  background: rgba(251, 231, 238, 0.95);
}
.box-blue .under-list02 li, .box-pink .under-list02 li {
  font-family: Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}
.txt-blue {
  color: #749489;
}
.demerit {
  display: flex;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  align-items: flex-start;
  margin-bottom: 10px;
}
.demerit dt {
  width: 125px;
  text-align: center;
  padding: 3px;
  line-height: 1em;
  color: #fff;
  margin-right: 10px;
  background: #666;
  font-size: 20px;
}
.demerit dd {
  width: calc(100% - 135px);
  color: #749489;
  font-size: 20px;
  line-height: 1.6em;
  margin-top: -3px;
}
.under-frame02.cosmetic li {
  font-weight: bold;
  font-size: 18px;
}
.compare {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.compare > li {
  width: 470px;
  border: rgba(140, 200, 255, 0.95) 1px solid;
}
.compare > li:last-child {
  border: rgba(249, 149, 186, 0.95) 1px solid;
}
.compare > li .ttl {
  text-align: center;
  color: #fff;
  line-height: 1em;
  font-size: 20px;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  background: rgba(140, 200, 255, 0.95);
  margin-bottom: 0;
}
.compare > li:last-child .ttl {
  background: rgba(249, 149, 186, 0.95);
}
.compare > li .under-list {
  padding: 20px;
}
/* sticky table */
.sticky_table_wrapper {
  overflow: scroll;
  height: 500px;
}
.sticky_table {
  width: 1700px;
  position: relative;
}
.sticky_table:before {
  position: absolute;
  z-index: 5;
  content: '';
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #749489;
}
.sticky_table th, .sticky_table td {
  border: none;
  position: relative;
  overflow: hidden;
}
.sticky_table tr:first-child th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.sticky_table tr:first-child th:first-child {
  z-index: 2;
}
.sticky_table tr th:first-child, .sticky_table tr td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  width: 180px;
}
.sticky_table tr td:first-child {
  background: #fff;
}
.sticky_table th:after, .sticky_table td:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 500%;
  right: 0;
  top: 0;
  background: #749489;
}
.sticky_table th:before, .sticky_table td:before {
  position: absolute;
  content: '';
  width: 500%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #749489;
}
.under-map {
  width: 100%;
  height: 400px;
}
.box_txt_sp, .btn-sp {
  display: none;
}
.mb30-pc {
  margin-bottom: 30px;
}
.info-img-main {
  text-align: center;
}
.info-img-main img {
  max-height: 360px;
}
.info-text, .acf-label {
  font-size: 16px;
  line-height: 2em;
  margin: 0 0 1.5em;
}
.info-text:last-child {
  margin-bottom: 0;
}
.info-list-img {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.info-list-img li {
  width: calc(100% / 3 - 20px);
  margin: 0 10px;
  height: 240px;
  background: #f3f4f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-list-img li img {
  max-height: 240px;
}
.f-social {
  margin: 10px 0 10px 20px;
  width: 35px;
}
.f-bnrlist {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.under .f-bnrlist {
  display: none;
}
.f-bnrlist li {
  margin: 0 4%;
  min-width: 160px;
  text-align: center;
}
.f-bnrlist li:nth-last-child(-n + 4) {
  margin-top: 18px;
}
.f-schedule, .f-schedule table {
  color: #666;
}
.f-schedule {
  padding-top: 9px;
  border-top: 2px solid #c9c9c9;
}
.f-schedule td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #c9c9c9;
  line-height: 1em;
  padding: 8px;
}
.f-schedule tr:first-child td {
  border-top: none;
}
.f-schedule tr:last-child td {
  border-bottom: none;
}
.f-schedule td:first-child {
  border-left: none;
}
.f-schedule td:last-child {
  border-right: none;
}
.f-schedule table {
  margin-bottom: 10px;
}
.f-schedule-mid {
  display: flex;
  align-items: center;
  padding: 5px 0 0;
  border-top: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  margin-bottom: 10px;
}
.f-schedule-l {
  flex-shrink: 0;
  font-weight: bold;
  margin: 0 15px 0 20px;
  font-size: 17px;
}
.f-schedule-r {
  margin-bottom: 0;
}
.f-schedule-r span {
  display: block;
  width: 100%;
  font-size: 14px;
}
.f-schedule-bot {
  margin: 0 0 15px 20px;
  line-height: 1.7em;
  font-size: 14px;
}
.b02-cal.f-schedule .f-schedule-bot {
  font-size: 13px;
}
.b02-test {
  display: flex;
  justify-content: center;
}
@media screen\0 {
  .under-bnr li a {
    padding: 25px 15px 15px 15px;
  }
  .info-list-img li img {
    max-width: 245px;
  }
}
.h-tel a {
  text-decoration: none;
  font-weight: 400;
  color: #377261;
}
#strike {
  text-decoration: line-through;
}
.f_bnr ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.under .f_bnr ul {
  margin-bottom: 55px;
}
.f_bnr li {
  display: inline-block;
}
.f_bnr li:nth-child(2) {
  margin: 0 20px;
}
.staff_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.staff_bnr li {
  text-align: center;
}
.staff_bnr li:first-child {
  width: 256px;
}
.staff_bnr li:last-child {
  width: 320px;
  margin-left: 20px;
}
.idx_bnr1 {
  display: inline-block;
  width: 270px;
  float: left;
  position: relative;
  margin: -25px 0 0 30px;
}
.idx_bnr_01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.idx_bnr_01 li {
  display: inline-block;
  width: auto;
}
.idx_bnr_01 .bnr {
  position: relative;
  top: -11px;
  margin-right: 20px;
  width: 390px;
}
.bnr_hover:hover img, .idx_bnr_01 .bnr:hover img {
  opacity: 0.7;
}
dl.idx_yoyaku {
  margin: 40px 0 0;
  border: 1px solid;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
dl.idx_yoyaku dt {
  font-weight: 700;
  margin: 0 0 10px;
}
dl.idx_yoyaku span {
  font-size: 12px;
}
/* .prevention - update 2020/9/3 */
.prevention_flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#content .prevention_gbt h6 {
  margin: 80px 0 20px;
}
.prevention_flexbox_image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
  margin: 0 40px 0 0;
}
.txt_01 {
  color: #f00;
  text-align: center;
}
.text_implant {
  text-align: center;
}
/*==========================================================================*/
/*                         Easy Table of Contents                           */
/*==========================================================================*/
#ez-toc-container {
  border: solid 1px rgba(215, 231, 226, 1);
  margin: 2rem 0 3rem;
}
#ez-toc-container .ez-toc-title {
  font-size: 18px;
  margin-bottom: 0.5rem;
  background: rgba(215, 231, 226, 1);
  padding: 0.2rem 0 0 0.5rem;
}
#ez-toc-container nav {
  padding: 0 1rem 1rem;
}
#ez-toc-container nav > ul > li > ul {
  padding-left: 1.6rem;
}
#ez-toc-container nav > ul > li > ul > li > ul {
  padding-left: 1.6rem;
}
#ez-toc-container nav > ul > li > ul > li > ul > li > ul {
  padding-left: 1.6rem;
}
/*---------------- /menu/whitening/ - 211201 -------------*/
#content .whitening_list-flow .listItem {
  position: relative;
  background: #d7e7e2;
  margin-bottom: 0.8em;
}
#content .whitening_list-flow .listItem + .listItem {
  margin-top: 50px;
}
#content .whitening_list-flow .listItem + .listItem::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -36px;
  width: 100px;
  height: 24px;
  border-color: #c9c9c9 transparent transparent transparent;
  border-style: solid;
  border-width: 24px 50px 0 50px;
  box-sizing: border-box;
  transform: translateX(-50%);
}
#content .whitening_list-flow .listItem::after {
  content: attr(data-span);
  position: absolute;
  left: 50%;
  bottom: -34px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  transform: translateX(-50%);
  text-shadow: 1px 1px white, -1px 1px white, 1px -1px white, -1px -1px white;
  z-index: 2;
}
#content .whitening_list-flow .item_title {
  padding: 8px 20px;
  color: #fff;
  background: #377261;
  margin-bottom: 0.8em;
}
#content .whitening_list-flow .item_text {
  padding: 0 20px 12px;
}
.under-bnr.col02.bnr_pdf li:before {
  background: #3f7060 !important;
}
.b02-img, .iframe_top {
  width: calc(100%);
}
.b02-iframe {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.b02-iframe.pc {
  margin: auto;
  position: relative;
  padding-bottom: 33.25%;
  height: 0;
  overflow: hidden;
  width: 60%;
}
.b02-iframe.sp {
  margin: auto;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.b02-iframe::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: calc(176 / 245 * 100%);
}
.b02-iframe iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.machimov_link {
  line-height: 2;
  text-align: center;
}
.qanda-bnr {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-family: 游明朝, serif;
  margin: 40px auto;
  width: calc(100%);
}
.qanda-bnr a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  min-height: 100px;
  box-sizing: border-box;
  align-items: center;
  text-decoration: none;
  background: #3f7060;
  border-radius: 5px;
  max-width: 100%;
  transition: all .3s ease;
  position: relative;
  display: inline-block;
  padding: 33px 34px 10px;
  line-height: 1.2;
  width: 500px;
}

.qanda-bnr a::before {    
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(https://www.miyoshi-dental.net/wp-content/themes/miyoshi2019/images/b02_qanda.png) no-repeat left top;
  vertical-align: middle;
  background-size: 100%;
  text-align: left;
  font-family: 游明朝, serif;
  top: -38px;
  
  
  
}
.qanda-bnr a span.qanda-arrow {
  position: absolute;
  background: url(https://www.miyoshi-dental.net/wp-content/themes/miyoshi2019/images/qandaarrow.png) no-repeat left top;
  width: 35px;
  height: 32px;
  bottom: 17px;
  display: inline-block;
  margin: 15px auto;
  right: 0;
}


.box08 {
  margin-bottom: 40px;
}
.box08-calendar {
  display: flex;
  justify-content: space-between;
}
.box08-calendar .box08-item {
  width: 48%;
}
.box08 h3 {
  color: #146850;
  font-size: 15px;
  margin-bottom: 20px;
}
.box08 h3 span {
  display: block;
  font-size: 26px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  margin-bottom: 8px;
  color: #146850
}
.box08-calendar th {
  background-color: #146850;
}
.tbl-calendar td {
  text-align: center;
}
.txt01 {
  margin-bottom: 10px;
  font-size: 20px;
}
.off-d {
  background: #b39a39;
  color: #fff;
}
.off-d02 {
  background: #a5d4c4;
}
.off-d-note, .off-d-note02 {
  padding-left: 30px;
  position: relative;
  margin-top: 20px;
  float: left;
  margin-bottom: 10px;
}
.off-d-note02 {
  margin-left: 20px;
}
.off-d-note:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #b39a39;
  left: 0;
  top: 2px;
}
.off-d-note02:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #a5d4c4;
  left: 0;
  top: 2px;
}
.off-d-note03 {
  clear: both;
}
.single_q {
  font-size: 1rem;
  /*font-weight: bold;*/
  color: #222;
}
.single_a {
  font-size: 1rem;
  /*font-weight: bold;*/
  /*color: rgb(55, 114, 97);*/
}
.single_q p, .single_a p {
  line-height: 1.65 !important;
}
/* qa single */
.block-qa-col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}
.block-qa-col .q-ic, .block-qa-col .a-ic {
  width: 100px;
  height: 100px;
}
.block-qa-col .q-ic img, .block-qa-col .a-ic img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 3px solid #377261;
  border-radius: 50%;
}
.block-qa-col .qa-txt {
  width: calc(100% - 100px);
  min-height: 100px;
  padding: 20px 20px 25px;
  border: 3px solid #377261;
  border-radius: 10px;
}
.block-qa-col .qa-txt p {
  font-size: 18px;
  font-weight: 400;
}

/*new style*/
.blog-wrap.archive_tag .blog-list li{
  border: none;
}
.blog-wrap.archive_tag h2{
  text-align: left;
  color: #377261;
  font-size: 26px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  max-width: 80%;
  /* margin-left: 25px; */
  display: inline;
  padding-bottom: 15px;
  background: -webkit-linear-gradient(transparent 60%, #afc7c0 50%, #afc7c0 80%, transparent 80%);
  background: -o-linear-gradient(transparent 60%, #afc7c0 50%, #afc7c0 80%, transparent 80%);
  background: linear-gradient(transparent 60%, #afc7c0 50%, #afc7c0 80%, transparent 80%);
}
.ml100{
  margin-left: 115px;
}
.blog-wrap.single_qa h2{
  text-align: left;
  color: #377261;
  font-size: 26px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  max-width: 80%;
  /* margin-left: 25px; */
  display: inline;
  padding-bottom: 15px;
  background: -webkit-linear-gradient(transparent 60%, #afc7c0 50%, #afc7c0 80%, transparent 80%);
  background: -o-linear-gradient(transparent 60%, #afc7c0 50%, #afc7c0 80%, transparent 80%);
  background: linear-gradient(transparent 60%, #afc7c0 50%, #afc7c0 80%, transparent 80%);
}
.blog-wrap .blog-list .qa-content {
	border: #377261 3px solid;
  border-radius: 15px;
	position: relative;
  margin-bottom: 20px;
}
.blog-wrap .blog-list .qa-content p.img {
	float: unset;
	margin: 0;
	border-radius: 100px;
	border: 3px solid #377261;
	width: 100px;
	height: 100px;
}
.blog-wrap .blog-list .qa-content p.img img{
	width: 100%;
	height: 100%;
	border-radius: 100px;
	object-fit: cover;
}
.box_more {
	position: relative;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .8), #fff);
	padding-top: 6em;
	margin-top: -7.4em;
	border-radius: 0 0 15px 15px;
}
.btn_more {
	position: absolute;
	right: 0;
	left: 0;
	width: auto;
	margin: 0 auto;
	bottom: 25px;
	color: #6f6f6f;
	font-size: 14px;
	text-align: center;
	display: block;
	cursor: pointer;
	z-index: 2;
}
.btn_more span {
	position: relative;
	color: #377261;
	font-weight: bold;
}
.btn_more span:before {
	content: '';
	position: absolute;
	top: 22px;
	left: calc(50% - 20px);
    height: 40px;
    width: 40px;
	background: url(../images/down-arro02.png) center left no-repeat;
	background-size: 100%;
}
.btn_more02 {
	position: absolute;
    right: 0;
    left: 0;
    width: 100px;
    margin: 0 auto;
    bottom: 40px;
    color: #6f6f6f;
    font-size: 14px;
    text-align: center;
    display: none;
    cursor: pointer;
}
.btn_more02 {
	color: #377261;
	font-weight: bold;
}
.btn_more02.active {
	display: block;
}
.btn_more02:before {
	content: '';
    position: absolute;
    top: 22px;
    left: calc(50% - 20px);
    height: 40px;
    width: 40px;
    background: url(../images/down-arro01.png) center left no-repeat;
    background-size: 100%;
}
.content_more {
	display: none;
}
.box_more.active .btn_more {
	display: none;
}
.box_more.active {
	position: relative;
    background-image: none;
    padding-top: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.box_more.active .content_more {
	display: block;
	width: 100%;
	max-width: 630px;
	margin-left: auto;
	padding-right: 20px;
	padding-bottom: 80px;
}
.content-item {
	display: flex;
    justify-content: space-between;
    padding: 20px 20px 50px;
}
.content-item .desc {
	width: 85%;
}
.content-item .desc p {
	margin: 0 0 20px;
	line-height: 1.4em !important;
}
.blog-wrap .blog-list li .ttl {
	background: #377261;
    color: #fff;
    margin: 10px 0 20px;
    line-height: 1.4em !important;
	font-size: 20px;
    width: 80%;
    padding: 7px 20px 5px;
}

/*
.blog-wrap .navi-list {
	display: flex;
	flex-direction: column;
}
*/


.mt40{
  margin-top: 40px;
}

.entry-terms {
  background: #377261;
    color: #fff;
    margin: 10px 0 20px;
    padding: 10px 15px;
    font-size: 20px;
    width: 100%;
    display: flex;
    align-items: center;
}
.ttl1{
  margin-bottom: 0 !important;
    width: fit-content;
    margin-right: 15px !important;
}
.post-terms-list{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.qa-content .content-item .tag_qa{
  margin-bottom: 0px !important;
  background: yellowgreen;
  color: white;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  line-height:  1rem !important;
  font-size: 14px;
}
.single_qa .entry-terms .tag_qa{
  margin-bottom: 0px !important;
  background: yellowgreen;
  color: white;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  line-height:  1rem !important;
  font-size: 14px;
}
.single_qa .entry-terms {
  background: #377261;
  color: #fff;
  margin: 10px 0 20px;
  padding: 10px 15px;
  font-size: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
.single_qa h5 {
  margin-bottom: 0 !important;
  width: 12%;
  font-size: 22px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  background: #377261;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}
.btn_back_url{
  text-align: center;
}
.btn_back_url a{
  display: inline-block;
  width: 350px;
  text-align: center;
  border: 1px solid #95834d;
  border-radius: 5px;
  width: 290px;
  padding: 10px 35px 10px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .1);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .1);
  background: #95834d;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  transition: all .3s ease;
}
.btn_back_url a:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 20px;
  top: calc(50% - 4px);
  transition: all .3s ease;
}
.btn_back_url a:hover:after {
  border-top: 1px solid #95834d;
  border-right: 1px solid #95834d
}
.btn_back_url a:hover:hover {
  color: #95834d;
  background: #fff;
}
.pager{
  margin-bottom: 30px;
}

.flex_box{
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.list_order{
  display: flex;
  flex-direction: column;
}

.list_order li:nth-child(1){
  order: 6;
}
.list_order li:nth-child(2){
  order: 1;
}
.list_order li:nth-child(3){
  order: 8;
}
.list_order li:nth-child(4){
  order: 2;
}
.list_order li:nth-child(5){
  order: 7;
}
.list_order li:nth-child(6){
  order: 5;
}
.list_order li:nth-child(7){
  order: 3;
}
.list_order li:nth-child(8){
  order: 4;
}
.url_ins{
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #000;
}
.url_ins span{
  background: url(../images/icon_insta.png) no-repeat left center;
  background-size: contain;
  padding: 3px 0 3px 40px;
}
.f-qa-wrap{
  width: 100%;
  background-color: #ddebe6;
}
.f-qa-wrap .f-qa-group{
  width: 1080px;
  margin: 0 auto;
  padding: 120px 0;
}
.f-qa-wrap h3{
  text-align: center;
  color: #4d4d4d;
  font-size: 15px;
  margin-bottom: 48px;
}
.f-qa-wrap h3 span{
  display: block;
  font-size: 32px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  margin-bottom: 8px;
}
.f-qa-wrap .f-qa-sp{
  display: none;
}
.f-qa-wrap .f-qa-pc{
  display: block;
}
.f-qa-wrap details {
  margin-bottom: 20px;
}

.f-qa-wrap summary {
  display: block;
  padding: 20px;
  position: relative;
  color: #487d6d;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 18px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}

.f-qa-wrap summary::before {
  content: "Q. ";
  font-weight: bold;
  margin-right: 10px;
  color: #487d6d;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}

.f-qa-wrap summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #487d6d;
  border-bottom: 2px solid #487d6d;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
  top: 50%;
  margin-top: -5px;
}

.f-qa-wrap details[open] summary::after {
  transform: rotate(-135deg);
}

.f-qa-wrap .f-qa-answer {
  padding: 20px;
  line-height: 1.6;
  color: #333;
  margin-top: 5px;
  font-size: 18px;
}
.f-qa-wrap .f-qa-answer a{
  text-decoration: none;
}
.f-qa-wrap .f-qa-answer a::before{
  content: "・";
  color: #487d6d;
}
.f-qa-wrap .f-qa-answer p.f-qa-pc::before{
  content: "・";
  color: #487d6d;
}
.f-qa-wrap .f-qa-answer p{
  font-size: 18px;
}

.f-qa-wrap .f-qa-answer p:not(.f-qa-not)::before {
  content: "A. ";
  font-weight: bold;
  color: #666;
  margin-right: 10px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}

/* 2025-0808 add */
.under-bnr.idx-top-infomation {
  width: 100%;
  margin: 0 auto 40px;
}

.under-bnr.idx-top-infomation li.bg02 {
  min-height: auto;
  padding: 25px;
  margin-bottom: 0;
}
.under-bnr.idx-top-infomation li a {
  flex-direction: unset;
  padding: 0;
  font-size: 22px;
}
.under-bnr.idx-top-infomation li a span {
  display: inline;
}

@media screen and (max-width: 640px) {
  .under-bnr.idx-top-infomation li.bg02 {
    padding: 20px 10px;
  }
.under-bnr.idx-top-infomation li a {
    flex-direction: column;
    font-size: 18px;
  }
  .under-bnr.idx-top-infomation li a span {
    font-size: 16px;
    display: inline-block;
  }
}
@media screen and (max-width: 425px) {
.under-bnr.idx-top-infomation li a {
    font-size: 16px;
  }
  .under-bnr.idx-top-infomation li a span {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
.under-bnr.idx-top-infomation li a {
    font-size: 14px;
  }
  .under-bnr.idx-top-infomation li a span {
    font-size: 12px;
  }
}

/* 250926 */
.tit_line {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 20px;
}
.txt_red {
    color: #FF0B0F;
}

/* 251024 */
.under #content .ttl3{padding: 15px 0;border-top: 2px solid #377261;border-bottom: 2px solid #377261;text-align: center;}
.under #content .flex_video{display: flex;justify-content: space-between;flex-wrap: wrap;}
.under #content .flex_video .item{width: 48%;margin-bottom: 50px;}
.under #content .flex_video .item .big{color: #fff;background: #377261;padding: 10px;font-size: 21px;text-align: center;}
.under #content .flex_video .item .box_video{width: 100%;height: auto;aspect-ratio: 16/9;}
.under #content .flex_video .item .box_video iframe{width: 100%;height: 100%;border:none;}

/* 251126 */
.idx_bnr02_pc img {width:100%;margin-bottom:30px;}
.idx_bnr02_sp img {width:100%;margin-bottom:30px;}