@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "font-family.css";
@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: #ffa800;
}
a:not(.no-hover):hover, a:active {
  text-decoration: none;
}
p {
  margin: 0 0 1.5em;
}
.bold {
  font-weight: bold;
}
table {
  width: 100%;
}
p, dd, td, th, li {
  line-height: 2em;
}
.image-l {
  float: left;
  margin: 0 45px 8px 0;
  line-height: 0;
}
.image-r {
  float: right;
  margin: 0 0 8px 45px;
  line-height: 0;
}
img {
  max-width: 100%;
}
html {
  background: none;
}
body {
  color: #727171;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
#wrapper {
  min-width: 1120px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.container {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.w33 {
  width: 33.33%;
}
#totop {
  bottom: 63px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  position: fixed;
  right: 50px;
  text-decoration: none;
  margin: 0;
  z-index: 50;
  width: 70px;
  -webkit-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.2);
}
#totop:hover {
  opacity: 0.7;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/**************Header************/
#header .container {
  display: flex;
  justify-content: space-between;
}
#header .h-left {
  width: 100%;
  margin-bottom: 19px;
}
h1 {
  font-size: 12px;
  margin: 15px 0 10px;
}
.h-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-cnt li {
  display: flex;
  align-items: center;
}
.h-cnt li:nth-child(2) {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.h-logo {
  margin-bottom: 10px;
  width: 350px;
}
.h-logo span {
  line-height: 1.6em;
  font-size: 12px;
  letter-spacing: 0;
  display: inline-block;
  margin-top: 10px;
}
.h-note {
  margin: 10px 0 auto 30px;
}
.h-note li {
  display: block;
  margin-bottom: 8px;
  border: #c1c1c1 1px solid;
  width: 105px;
  text-align: center;
  padding: 3px 0 4px;
  font-family: "NotoSansCJKjp-Bold";
  font-size: 12px;
  line-height: 1.2em;
}
.h-note li span {
  color: #ffa800;
}
.h-tel {
  margin-bottom: 10px;
}
.h-tel li:first-child {
  font-size: 16px;
  font-family: "NotoSansCJKjp-Regular";
  font-weight: bold;
  margin-bottom: 8px;
  position: relative;
  display: block;
}
.h-tel li:last-child {
  margin-bottom: 0;
}
.h-tel li:last-child a {
  text-decoration: none;
  color: #727171;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.05em;
}
.h-tel li:last-child a:before {
  display: inline-block;
  content: "";
  background: url("../images/h_tel.png") no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 8px;
  vertical-align: middle;
}
.h-add {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.5em;
}
.h-web {
  width: 150px;
  height: 150px;
  background: #a99a60;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-family: "NotoSansCJKjp-Bold";
  transition: all 0.5s;
}
.h-web p {
  margin-bottom: 0;
  padding-top: 31px;
  background: url("../images/h_web.png") center top no-repeat;
  background-size: 20px auto;
  font-size: 18px;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}
.h-web p span {
  font-size: 12px;
  display: block;
  letter-spacing: 0.02em;
}
.h-btn-web {
  margin: 0;
}
.h-btn-web span {
  display: block;
  background: url("../images/ic_calen.png") left center no-repeat;
  background-size: 32px auto;
  padding-left: 44px;
}
.h-btn-web a {
  color: #ffffff;
  font-weight: bold;
  background: #26b597;
  text-decoration: none;
  display: block;
  padding: 5px 30px;
  line-height: 1.4em;
  border-radius: 10px;
  font-size: 20px;
}
.h-btn-web a i {
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  font-size: 80%;
}
#index #mainvisual {
  height: 530px;
  position: relative;
}
#index #mainvisual .idx-slide, #index #mainvisual .slick-list, #index #mainvisual .slick-track {
  height: 100%;
}
#index #mainvisual .idx-slide .bg01 {
  background: url("../images/idx_slide01.jpg") center no-repeat;
  background-size: cover;
}
#index #mainvisual .idx-slide .bg02 {
  background: url("../images/idx_slide02.jpg") center no-repeat;
  background-size: cover;
}
#index #mainvisual .idx-slide .bg03 {
  background: url("../images/idx_slide03.jpg") center no-repeat;
  background-size: cover;
}
#index #mainvisual .idx-slide .slick-dots {
  bottom: 160px;
}
#index #mainvisual .idx-slide .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
#index #mainvisual .idx-slide .slick-dots li button {
  width: 10px;
  height: 10px;
}
#index #mainvisual .idx-slide .slick-dots li button:before {
  width: 10px;
  height: 10px;
  background: #fff;
}
#index #mainvisual .idx-slide .slick-dots li.slick-active button:before {
  background: #ffa800;
}
#index #mainvisual h2 {
  position: absolute;
  padding: 7px 50px;
  background: #26b597;
  color: #fff;
  font-family: "NotoSansCJKjp-Regular";
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  bottom: 40px;
  right: calc(50% - 560px);
}
#index #mainvisual h2 span {
  display: block;
  font-size: 30px;
  line-height: 1.4em;
}
#index #mainvisual .main-txt {
  position: absolute;
  top: 50%;
  left: calc(50% - 535px);
  transform: translateY(-50%);
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  font-family: "NotoSerifCJKjp-SemiBold";
  font-size: 40px;
  color: #fff;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
.gnavi {
  background: #26b597;
}
#gnavi {
  display: flex;
  justify-content: center;
  width: 1120px;
  margin: 0 auto;
}
#gnavi > li {
  position: relative;
  width: 160px;
}
#gnavi > li:not(:nth-child(4)):not(:nth-child(5)):before, #gnavi > li:nth-last-child(2):after {
  position: absolute;
  content: "";
  background: #51c4ac;
  width: 1px;
  height: 32px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#gnavi > li:nth-last-child(2):after {
  left: auto;
  right: 0;
}
#gnavi > li > a, #gnavi > li > span {
  padding: 21px 20px 19px;
  text-decoration: none;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.07em;
  cursor: pointer;
  display: block;
  transition: all 0.5s;
}
#gnavi > li.no-hover > span {
  cursor: auto;
  height: 100%;
  position: relative;
}
#gnavi > li.no-hover > span img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
#gnavi > li > a > .en, #gnavi > li > span > .en {
  display: block;
  font-size: 10px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
#gnavi > li:not(.no-hover):hover > a, #gnavi > li:not(.no-hover):hover > span {
  background: #5cc3ae;
}
.over {
  position: relative;
  z-index: 100;
}
.submenu {
  position: absolute;
  z-index: 100;
  background: #26b597;
  padding: 0 15px;
  display: none;
  width: 350px;
}
.submenu ul {
  width: 140px;
  display: inline-block;
  vertical-align: top;
}
.submenu ul:first-child {
  margin-right: 30px;
}
.submenu ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  display: block;
  padding: 20px 0;
  border-bottom: #51c4ac 1px solid;
  transition: all 0.5s;
}
.submenu ul li:last-child a {
  border-bottom: none;
}
.submenu ul li a:hover {
  background: #5cc3ae;
}
.gnavi.fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
}
.gnavi.fixed #gnavi .no-hover img {
  height: 80px;
}
/**************Index************/
.box01 {
  padding: 101px 0 116px;
}
.box01 h3 {
  text-align: center;
  font-family: "NotoSansCJKjp-Bold";
  font-size: 40px;
  margin-bottom: 75px;
  line-height: 1.25em;
  letter-spacing: 0.1em;
}
.b01-box01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
.b01-l {
  width: 530px;
}
.b01-l .link {
  text-align: right;
  margin-bottom: 0;
}
.b01-l .link a {
  font-size: 14px;
  color: #727171;
  text-decoration: none;
  padding-right: 15px;
  position: relative;
}
.b01-l .link a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: #727171 1px solid;
  border-right: #727171 1px solid;
  right: 3px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
.b01-l .link a:hover {
  text-decoration: underline;
}
.box01 h4 {
  font-family: "遊ゴシック  Yu Gothic";
  font-size: 18px;
  margin-bottom: 19px;
  letter-spacing: 0.05em;
}
.box01 h4 .en {
  font-size: 12px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  display: inline-block;
  margin-left: 10px;
  letter-spacing: 0.1em;
}
.b01-time {
  margin-bottom: 10px;
}
.b01-time-detail {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.7em;
  letter-spacing: 0.03em;
}
.b01-r {
  width: 530px;
}
.b01-h4cnt {
  display: flex;
  justify-content: space-between;
}
.b01-h4cnt li:last-child {
  line-height: 1.5em;
}
.text-link {
  font-size: 14px;
  color: #727171;
  text-decoration: none;
  padding-right: 15px;
  position: relative;
}
.text-link:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: #727171 1px solid;
  border-right: #727171 1px solid;
  right: 3px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
a.text-link:not(.no-hover):hover {
  text-decoration: underline;
}
.b01-r iframe {
  width: 100%;
  height: 545px;
  margin-bottom: 5px;
}
.b01-add {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.8em;
}
.b01-box02 {
  height: 185px;
  overflow: auto;
}
.b01-list li {
  display: flex;
  padding: 14px 10px 17px 10px;
  border-top: #e8e8e8 1px solid;
  font-size: 14px;
}
.b01-list li:last-child {
  border-bottom: #e8e8e8 1px solid;
}
.b01-list li span:nth-child(1) {
  width: 100px;
}
.b01-list li span:nth-child(2) {
  width: calc(100% - 100px);
}
.b01-list li span:nth-child(2) a {
  text-decoration: none;
  color: #727171;
}
.b01-list li span:nth-child(2) a:hover {
  text-decoration: underline;
}
.idx_bnr01 {
  text-align: center;
  margin-bottom: 40px;
}
.idx_bnr01 img {
  max-height: auto;
  height: auto;
}
.box02 {
  background: #f1f1f1;
  padding: 110px 0 0;
}
.b02-subttl {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
.box02 h3 {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 35px;
  line-height: 1.25em;
  text-align: center;
  letter-spacing: 0.12em;
}
.ttl-en {
  text-align: center;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 14px;
  margin-bottom: 70px;
  letter-spacing: 0.12em;
}
.box02 .tabs {
  display: flex;
  justify-content: center;
}
.box02 .tabs li {
  width: 300px;
  text-align: center;
  color: #fff;
  font-family: "NotoSansCJKjp-Bold";
  font-size: 18px;
  padding: 11px 0 13px;
  background: #c8c8c8;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.5s;
}
.box02 .tabs li:hover, .box02 .tabs li.current {
  background: #26b597;
}
.box02 .tab-content {
  display: none;
  background: url("../images/b02_img01.jpg") center no-repeat;
  background-size: cover;
}
.box02 #b02-tab-2.tab-content {
  background: url("../images/b02_img04.jpg") center no-repeat;
  background-size: cover;
}
.box02 .tab-content.current {
  display: inherit;
}
.b02-cnt {
  padding: 92px 0 100px 560px;
  color: #fff;
}
#b02-tab-2 .b02-cnt {
  padding: 155px 0 135px 560px;
}
.b02-cnt h4 {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 32px;
  line-height: 1.4em;
  margin-bottom: 40px;
  letter-spacing: 0.03em;
}
#b02-tab-2 .b02-cnt h4 {
  margin-bottom: 6px;
}
.b02-cnt .b02-list {
  display: flex;
  justify-content: space-between;
}
.b02-cnt .b02-list li p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.b02-cnt .b02-list li a {
  display: block;
  position: relative;
  transition: all 0.5s;
}
.b02-cnt .b02-list li a:before {
  position: absolute;
  content: "";
  background: #262626;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
}
.b02-cnt .b02-list li a:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  right: 22px;
  bottom: 19px;
  transform: rotate(45deg);
}
.b02-cnt .b02-list li a:hover {
  opacity: 0.8;
}
.b02-cnt .b02-subttl {
  font-family: "NotoSansCJKjp-Medium";
  font-size: 20px;
  margin-bottom: 52px;
  text-align: left;
  letter-spacing: 0.05em;
}
.idx-btn a {
  display: inline-block;
  position: relative;
  min-width: 220px;
  background: #26b597;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: "NotoSansCJKjp-Medium";
  font-size: 14px;
  padding: 7px 30px 11px;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
}
.idx-btn a:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  right: 20px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
}
.idx-btn a:hover {
  opacity: 0.8;
}
.box03 {
  padding: 115px 0 70px;
  background: url("../images/b03_bg.jpg") center no-repeat;
  background-size: cover;
}
.box03 h3 {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 35px;
  text-align: center;
  line-height: 1.25em;
  margin-bottom: 6px;
  letter-spacing: 0.03em;
}
.b03-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.b03-list li {
  margin: 0 25px 50px;
  width: 220px;
  -webkit-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
}
.b03-list li a {
  display: block;
  text-align: center;
  padding: 25px 0 20px;
  text-decoration: none;
  color: #fff;
  background: #26b597;
  transition: all 0.5s;
}
.b03-list li a:hover {
  opacity: 0.8;
}
.b03-list li a h4 {
  background: url("../images/b03_img01.png") center top no-repeat;
  background-size: 47px auto;
  padding-top: 47px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.03em;
  line-height: 1.3em;
}
.b03-list li:nth-child(2) a h4 {
  background: url("../images/b03_img02.png") center top no-repeat;
  background-size: 47px auto;
}
.b03-list li:nth-child(3) a h4 {
  background: url("../images/b03_img03.png") center top no-repeat;
  background-size: 47px auto;
}
.b03-list li:nth-child(4) a h4 {
  background: url("../images/b03_img04.png") center top no-repeat;
  background-size: 47px auto;
}
.b03-list li:nth-child(5) a h4 {
  background: url("../images/b03_img05.png") center top no-repeat;
  background-size: 47px auto;
}
.b03-list li:nth-child(6) a h4 {
  background: url("../images/b03_img06.png") center top no-repeat;
  background-size: 47px auto;
}
.b03-list li:nth-child(7) a h4 {
  background: url("../images/b03_img07.png") center top no-repeat;
  background-size: 47px auto;
}
.b03-list li:nth-child(8) a h4 {
  background: url("../images/b03_img08.png") center top no-repeat;
  background-size: 47px auto;
}
.b03-list li a .en {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 14px;
  padding-top: 16px;
  margin-bottom: 0;
  letter-spacing: 0.03em;
  position: relative;
}
.b03-list li a .en:before {
  position: absolute;
  content: "";
  width: 160px;
  height: 1px;
  background: #93dacb;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.box04 {
  background: url("../images/b04_bg.jpg") center no-repeat;
  background-size: cover;
}
.b04-box {
  width: 500px;
  padding: 123px 0 105px;
  text-align: center;
}
.box04 h3 {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 30px;
  margin-bottom: 6px;
  letter-spacing: 0.1em;
}
.box04 .ttl-en {
  margin-bottom: 53px;
}
.b04-cnt {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.b04-cnt li {
  margin: 0 15px;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
  font-size: 36px;
  text-align: left;
  font-family: "NotoSerifCJKjp-Medium";
  letter-spacing: 0.03em;
  line-height: 1.35em;
}
.b04-cnt li:nth-child(1) {
  font-family: "NotoSansCJKjp-Regular";
  font-weight: bold;
  font-size: 14px;
  line-height: 2.1em;
  letter-spacing: 0.15em;
}
.b04-cnt li:nth-child(1) .font22 {
  font-size: 22px;
  font-family: "NotoSansCJKjp-Bold";
}
.b04-box .res {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}
/* start fix chrome */
@supports (-webkit-appearance: none) and (not (overflow: -webkit-marquee)) and (not (-ms-ime-align: auto)) and (not (-moz-appearance: none)) {
  .b04-cnt li:nth-child(1) {
    letter-spacing: -0.27em;
  }
}
/* end fix chrome */
/* start Safari 9+ */
@supports (-webkit-marquee-repetition: infinite) and (object-fit: fill) {
  .b04-cnt li:nth-child(1) {
    letter-spacing: 0.05em;
  }
}
/* end Safari 9+ */
.box04 .idx-btn {
  text-align: center;
}
.box05 {
  padding: 115px 0 95px;
  background: url("../images/b05_bg.jpg") center no-repeat;
  background-size: cover;
}
.box05 .container {
  text-align: center;
}
.box05 h3 {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 35px;
  line-height: 1.25em;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 0.13em;
}
.box05 .ttl-en {
  color: #fff;
  margin-bottom: 25px;
}
.b05-txt {
  font-size: 16px;
  margin-bottom: 72px;
  color: #fff;
  line-height: 1.8em;
}
.b05-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.b05-list li {
  margin: 0 30px 30px;
}
.b05-list li .img {
  text-align: center;
  margin-bottom: 17px;
}
.b05-list li h4 {
  height: 55px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "NotoSansCJKjp-Bold";
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.box06 {
  padding: 135px 0 52px;
}
.box06 .container {
  display: flex;
  justify-content: space-between;
}
.b06-l {
  width: 240px;
  padding-top: 198px;
}
.b06-l .sub-ttl {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 22px;
  text-align: center;
  margin-bottom: 19px;
  line-height: 1.5em;
  letter-spacing: 0.07em;
}
.b06-l h3 {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 32px;
  margin-bottom: -9px;
}
.b06-l h3 .num {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  font-size: 92px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -42px;
}
.b06-l h3 .large {
  font-size: 58px;
}
.b06-l .ttl-en {
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: 0.15em;
}
.b06-l .idx-btn {
  padding-left: 5px;
}
.b06-r {
  width: 830px;
}
.b06-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.b06-list li {
  width: 255px;
  margin: 0 0 66px;
  position: relative;
}
.b06-list li:after {
  position: absolute;
  content: "01";
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 100px;
  color: rgba(0, 0, 0, 0.1);
  top: -15px;
  right: -27px;
}
.b06-list li:nth-child(2):after {
  content: "02";
}
.b06-list li:nth-child(3):after {
  content: "03";
}
.b06-list li:nth-child(4):after {
  content: "04";
}
.b06-list li:nth-child(5):after {
  content: "05";
}
.b06-list li:nth-child(6):after {
  content: "06";
}
.b06-img {
  text-align: center;
  margin-bottom: 10px;
}
.b06-list h4 {
  font-family: "NotoSansCJKjp-Medium";
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.b06-txt {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.6em;
}
.box07 {
  background: url("../images/b07_bg.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 160px 0 356px;
  color: #fff;
}
.box07 h3 {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 35px;
  text-align: center;
  margin-bottom: 7px;
  letter-spacing: 0.1em;
}
.box07 .ttl-en {
  margin-bottom: 63px;
}
.b07-txt {
  padding: 0 110px;
  margin-bottom: 37px;
  line-height: 2.3em;
}
.box08 {
  padding: 60px 0 50px;
}
.b08-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b08-list li {
  margin: 0 0 30px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: #f04a76 2px solid;
  text-align: center;
  color: #f04a76;
  font-size: 15px;
  font-family: "NotoSerifCJKjp-Medium";
  width: 257px;
  padding: 18px 0;
  letter-spacing: 0.1em;
}
.b08-list li:nth-child(4):before {
  display: inline-block;
  content: "";
  background: url("../images/b08_img01.jpg") no-repeat;
  background-size: 15px auto;
  width: 15px;
  height: 16px;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -6px;
}
/**************Footer************/
.f-call {
  display: none;
}
.f-top {
  background: #f1f1f1;
  padding: 100px 0 90px;
}
.f-top-cnt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f-top-l {
  width: 530px;
  text-align: center;
}
.f-logo {
  margin: 0 auto 13px;
  width: 420px;
}
.f-add {
  font-size: 12px;
  margin-bottom: 10px;
}
.f-contact {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.f-contact .h-tel {
  display: block;
  max-width: 300px;
  padding: 0;
}
.f-contact .h-tel li:first-child {
  padding-left: 25px;
}
.f-contact .h-tel li:last-child a {
  font-size: 30px;
}
.f-contact .h-tel li:last-child a:before {
  background: url(../images/f_tel.png) no-repeat;
  background-size: 100% auto;
}
.f-contact .f-cont {
  width: 260px;
  margin-bottom: 0;
}
.f-contact .f-cont a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "NotoSansCJKjp-Bold";
  font-size: 12px;
  padding: 12px 0 18px 60px;
  background: #a99a60 url("../images/h_web.png") 23px 16px no-repeat;
  background-size: 26px auto;
  text-align: left;
  line-height: 1.7em;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
}
.f-contact .f-cont a span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.f-contact .bnr-web {
  max-width: 150px;
  width: 100%;
}
.f-contact .bnr-web a {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.6em;
  color: #ffffff;
  background: #26b597;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
}
.f-contact .bnr-web a span {
  font-size: 120%;
}
.f-top-r {
  width: 530px;
}
.f-time {
  margin-bottom: 10px;
}
.f-top-r p:last-child {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.8em;
}
#footer iframe {
  width: 100%;
  height: 380px;
}
.f-link {
  padding: 74px 70px 70px;
  display: flex;
}
.f-link dl:first-child {
  margin-right: 90px;
}
.f-link dl dt {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 18px;
}
.f-link dl dd {
  display: flex;
}
.f-link dl dd ul:not(:last-child) {
  margin-right: 45px;
}
.f-link dl dd ul li:not(:last-child) {
  margin-bottom: 8px;
}
.f-link dl dd ul li a {
  text-decoration: none;
  color: #727171;
  font-size: 14px;
}
.f-link dl dd ul li a:hover {
  text-decoration: underline;
}
.f-link dl dd ul li a:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: #727171 1px solid;
  border-right: #727171 1px solid;
  transform: rotate(45deg);
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}
.copyright {
  background: #727171;
  padding: 12px 0 13px;
}
.copyright p {
  text-align: center;
  margin: 0;
  color: #cccccc;
  font-size: 12px;
}
/**************Under************/
.topic-path {
  text-align: right;
  margin: 35px 0 15px 0;
}
.topic-path li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.topic-path li a {
  text-decoration: none;
  color: #e09e0e;
  font-size: 14px;
  font-weight: bold;
}
.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;
}
.under section {
  overflow: hidden;
}
.under section, .under .section {
  margin: 0 0 60px;
}
.under section p:last-child, .under .section p:last-child, .under .section:last-child, .under section:last-child {
  margin-bottom: 0;
}
.under-tbl th, .under-tbl td {
  border: 1px solid #e8e8e8;
  vertical-align: top;
}
.under-tbl th {
  color: #fff;
  background: #727171;
  font-weight: bold;
}
.note {
  color: #c38307;
  font-size: 12px;
  margin-bottom: 10px;
}
.vtop {
  vertical-align: top;
}
.lh0 {
  line-height: 0;
}
.anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.anchor-list li {
  display: flex;
  margin: 0 15px 20px;
  width: 30%;
}
.anchor-list li a {
  display: flex;
  flex: 1;
  background: #262626;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  padding: 14px 22px 14px 8px;
  position: relative;
  line-height: 1.5em;
}
.anchor-list li a:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #ffffff;
  right: 10px;
  top: calc(50% - 3px);
  content: "";
}
.anchor-list li a:hover {
  opacity: 0.8;
}
.under-list li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.under-list li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #262626;
  left: 0;
  top: 12px;
}
.under-list li:last-child {
  margin-bottom: 0;
}
.under #main {
  width: 900px;
  margin: 0 auto 80px;
}
.under h3, .under h4, .under h5, .under h6 {
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 30px;
}
.under #mainvisual {
  height: 430px;
  background: url(../images/under_bg_0306.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.under h2 {
  position: relative;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  font-size: 45px;
  font-family: "NotoSansCJKjp-Bold";
  line-height: 1.5em;
  color: #2a2626;
  text-shadow: 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff, 0px 1px 2px #fff;
  width: 900px;
  margin: 0 auto;
}
.under h3, .under h4, .under h5, .under h6 {
  line-height: 1.5em;
  margin-bottom: 20px;
  font-family: "NotoSansCJKjp-Bold";
}
.under h3 {
  font-size: 30px;
  text-align: center;
  padding: 55px 0 0 0;
  background: url(../images/under_h3.png) no-repeat center top;
  color: #727171;
  margin-bottom: 40px;
}
.under h4 {
  font-size: 25px;
  color: #333;
}
.under h4:first-letter {
  color: #f08c00;
}
.under h5 {
  font-size: 22px;
  position: relative;
  padding-left: 20px;
  color: #f18d00;
}
.under h6 {
  font-size: 17px;
  color: #f18d00;
  border-bottom: 1px dashed;
  padding-bottom: 10px;
}
.under h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: #ba6b60;
  width: 7px;
  height: 28px;
}
.under_frm {
  padding: 30px 30px 61px 30px;
  background: url(../images/under_frm01.jpg) repeat;
  border: 1px dotted #7ca45e;
  position: relative;
  overflow: hidden;
}
.under_frm:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 60px;
  background: url(../images/under_frm01.png) no-repeat right bottom;
  background-size: cover;
  right: 10px;
  bottom: -5px;
}
.txt_tit_r {
  font-size: 30px;
  font-family: "小塚明朝 Pr6N L", "DFHSMinchoR Pro-6N", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.5em;
  text-align: right;
  font-weight: bold;
}
.txt_tit_r span {
  font-size: 20px;
  margin: 0 20px 0;
  font-weight: normal;
}
.under_bnr p {
  margin-bottom: 20px;
}
.under_bnr a {
  color: #fff;
  font-size: 28px;
  padding: 32px 30px;
  text-align: center;
  background: url(../images/under_bg01.jpg) no-repeat center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  display: block;
  text-decoration: none;
  font-family: "NotoSansCJKjp-Medium";
  width: 80%;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s ease;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
}
.under_bnr a:after, .under_bnr a:before {
  content: "";
  position: absolute;
}
.under_bnr a:after {
  width: 0;
  height: 0;
  background: #a99865;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 0.2s ease;
  right: 0;
  margin: 0 auto;
}
.under_bnr a:hover:after {
  width: 100%;
  height: 100%;
}
.under_bnr a:before {
  border: 1px solid #fff;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.under_bnr p:nth-child(2) a {
  background: #f3d29c url(../images/under_bg02.jpg) no-repeat top center;
  background-size: 103%;
}
.under_bnr .web a {
  background: #f3d29c url(../images/under_web.jpg) no-repeat bottom center;
  background-size: 103%;
}
.under_bnr .web a:hover:after {
  display: none;
}
.img_c {
  text-align: center;
  line-height: 0;
  margin-bottom: 20px;
}
.mt {
  margin-top: 60px;
}
.list_inf li {
  display: table;
  width: 100%;
  margin-bottom: 2px;
}
.list_inf p {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  margin-bottom: 0;
}
.list_inf .t1 {
  padding: 6px 15px;
  background: #efe9d8;
  width: 160px;
}
.list_inf .t2 {
  padding: 6px 20px;
}
.txt_tit_r span {
  font-size: 20px;
  margin: 0 20px 0;
  font-weight: normal;
}
.txt_tit_r {
  font-size: 30px;
  font-family: "小塚明朝 Pr6N L", "DFHSMinchoR Pro-6N", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.5em;
  text-align: right;
  font-weight: bold;
}
.frm01 {
  font-family: "小塚明朝 Pr6N L", "DFHSMinchoR Pro-6N", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  color: #474139;
}
.under_bnr.mrt {
  margin-top: 70px;
}
.tbl_can {
  table-layout: fixed;
  text-align: center;
  margin-bottom: 20px;
}
.tbl_can td {
  background: #e3ddcb;
  font-size: 12px;
}
.tbl_can th:first-child {
  width: 23%;
}
.tbl_can th {
  background: #a99865;
  font-size: 12px;
}
.tbl_can th, .tbl_can td {
  padding: 5px;
}
.under_ifram iframe, .about_map iframe {
  width: 100%;
  height: 570px;
}
.about_imglist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.about_imglist li {
  width: 32%;
}
.about_imglist li img {
  width: 100%;
}
/******slider thumbanil**************/
.event-slide {
  margin-bottom: 10px;
}
.event-slide li {
  width: 100%;
  text-align: center;
  position: relative;
  height: 420px;
  line-height: 0;
  background: #fffcf5;
}
.event-slide li img {
  max-width: 100%;
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.event-caption {
  text-align: left;
  font-size: 80%;
  background: rgba(169, 152, 101, 0.7);
  padding: 15px;
  color: #fff;
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
.event-caption span:nth-child(1) {
  display: block;
  font-size: 17px;
  font-weight: bold;
}
.event-nav li img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 auto;
}
.event-nav {
  left: -1px;
}
.event-nav li {
  height: 76px;
  background: #fffcf5;
  margin: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #eee;
  display: inline-block !important;
  overflow: hidden;
  line-height: 0;
  opacity: 0.8;
}
.event-nav li.slick-current {
  opacity: 1;
}
.event-nav li:hover {
  opacity: 0.7;
}
.event-slide button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: -5000px;
  cursor: pointer;
  z-index: 10;
  border: 1px solid #ddd;
}
.event-slide button:hover {
  border: 1px solid #dd9933;
}
button:active, button:focus, button:visited, button::-moz-focus-inner {
  outline: none !important;
  border: 0;
}
.event-slide button.slick-prev.slick-arrow {
  left: 0;
  background: url(../images/btn_pre.jpg) no-repeat center;
}
.event-slide button.slick-next.slick-arrow {
  right: 0;
  background: url(../images/btn_next.jpg) no-repeat center;
}
/***********/
[class*="under_gp"] {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
[class*="under_gp"] .img {
  margin-bottom: 15px;
  text-align: center;
}
[class*="under_gp"] .tit {
  font-weight: bold;
  text-align: center;
  color: #dd9933;
  margin-bottom: 13px;
  font-size: 19px;
  line-height: 1.5em;
}
.under_gp_03 li {
  width: 32%;
}
[class*="under_gp"] li {
  display: inline-block;
  margin-bottom: 40px;
  padding: 15px;
  border: 1px solid #e1d4c5;
  border-radius: 5px;
}
.under_link {
  overflow: hidden;
  margin-bottom: 3px;
}
.under_link a {
  text-decoration: none;
  color: #c67c14;
  position: relative;
  padding-right: 10px;
}
.under_link a:hover {
  text-decoration: underline;
}
.under_link a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  border-top: 1px solid #c67c14;
  border-right: 1px solid #c67c14;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  transition: all 0.5s ease;
}
.under_link a:hover:after {
  right: -5px;
}
.anchor-list.col_4 li {
  width: 46%;
}
.under_gp_02 li {
  width: 48.5%;
}
.under-list.spc li {
  font-weight: bold;
}
.img_h {
  height: 230px;
}
.frm_tit {
  padding-bottom: 8px;
  line-height: 1.5em;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 1px dashed #f08c00;
  text-align: center;
  color: #f08c00;
}
.under_gp_02.grp .tit {
  border-bottom: 1px dashed #f08c00;
  padding-bottom: 10px;
}
.under_gp_02.grp1 .tit, .under_gp_03.grp1 .tit {
  border-bottom: 1px dashed #f08c00;
  padding-bottom: 10px;
}
.under_gp_02.grp1 li, .under_gp_03.grp1 li {
  background: #f1f1f1;
  padding: 20px;
}
.drop_box {
  margin-bottom: 30px;
}
.drop_box dt {
  padding: 10px 20px 10px 35px;
  font-weight: bold;
  font-size: 20px;
  color: #998444;
  border-bottom: 1px dashed #aa9965;
  cursor: pointer;
  position: relative;
}
.drop_box dt:before {
  content: "";
  position: absolute;
  top: 19px;
  width: 10px;
  height: 10px;
  background: #f18d00;
  left: 15px;
  transform: rotate(45deg);
}
.drop_box dt:hover {
  background: #e1dac5;
  border-bottom: 1px dashed #efddc5;
}
.drop_box dd {
  overflow: hidden;
  padding: 20px;
  border-bottom: 1px solid #fdf1e0;
  border-left: 1px solid #fdf1e0;
  border-right: 1px solid #fdf1e0;
  display: none;
  background: #f0ebdd;
}
.under_gp_03 li {
  width: 32%;
}
.under-list.col_2 li, .under-list.col-2 li {
  width: 47%;
  display: inline-block;
  vertical-align: top;
}
.under #content .frm_m h5 {
  margin-bottom: 15px;
}
.step {
  margin-bottom: 100px;
  position: relative;
  border: 2px solid #fdf0de;
}
.step:after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #dda557;
}
.step:last-child {
  margin-bottom: 0;
}
.step dt {
  padding: 14px 30px;
  line-height: 1.5em;
  font-size: 18px;
  background: #f3efef;
  font-weight: bold;
  position: relative;
  padding-left: 116px;
}
.step dt span {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 12px;
  background: #f08c00;
  color: #fff;
  padding: 5px 16px;
  line-height: 1.2em;
}
.step dd {
  padding: 20px;
}
.under_frm h5 {
  overflow: hidden;
}
.tit_spc {
  text-align: center;
  border: 1px solid #f0ddc3;
}
.tit_spc li:nth-child(2) {
  background: #f5ddc8;
}
.tit_spc li {
  padding: 10px 15px;
  font-weight: bold;
  font-size: 20px;
  color: #f08c00;
}
.check_list li {
  margin-bottom: 10px;
  line-height: 1.7em;
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  width: 47%;
  display: inline-block;
  vertical-align: top;
  color: #68877b;
  font-weight: bold;
}
.check_list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 20px;
  background: url(../images/ico_check.png) no-repeat 0 0;
  background-size: auto;
  background-size: 22px;
}
.tbl_img .img {
  width: 35%;
  background: #fff9f9;
}
.tbl_img td {
  border: 1px solid #f6c6a8;
}
.td_frm p {
  margin-bottom: 10px;
}
.grp_2 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.grp_2 .item {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  background: #f1f1f1;
}
.step01 li {
  width: 60%;
  line-height: 1.45em;
  margin: 0 auto 60px;
  background: #e1d4c5;
  font-size: 20px;
  color: #995e57;
  outline: 1px solid #dda557;
  border: 2px solid #fff;
  font-weight: bold;
  position: relative;
  padding: 12px 10px 12px 112px;
}
.step01 li:after {
  content: "";
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 20px solid #995e57;
}
.step01 span {
  position: absolute;
  top: 0;
  height: 100%;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  width: 100px;
  left: 0;
  background: #995e57;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step01 li:last-child:after {
  display: none;
}
.step01 li:last-child {
  margin-bottom: 0;
}
.fnt_name {
  font-size: 19px;
  font-weight: bold;
}
.red {
  color: #ff0000;
}
.tit.row02 {
  min-height: 56px;
}
.box_scroll {
  height: 350px;
  overflow: auto;
  box-sizing: border-box;
  padding: 20px;
  background: #efe9d8;
}
.under_ttl {
  font-weight: bold;
  color: #f18d00;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.under_ttl02 {
  font-weight: bold;
  color: #a99a60;
  margin-bottom: 5px;
}
.unline {
  text-decoration: underline;
}
.green {
  color: #26b597;
}
.img_s a {
  color: #000;
}
.img_s a:hover img {
  opacity: 0.7;
}
.img_s span {
  display: block;
  margin: 30px auto 0;
}
@media screen\0 {
  .under-tbl img {
    max-width: 600px;
  }
}
/*==============FIX IE 11 ==================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .under-list li:before {
    top: 10px;
  }
  .drop_box dt:before {
    top: 15px;
  }
  .step dt span {
    padding: 7px 16px 3px;
  }
}
.letter {
  letter-spacing: -0.6px;
}
.hbtn span {
  display: inline-block;
  padding: 7px 18px;
  text-align: center;
  border: 1px solid #de9d2f;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.2em;
  color: #de9d2f;
  margin-left: 20px;
}
.f-call .tit {
  color: #fff;
  text-align: center;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #fff;
}
/******************************************************************/
/*******related post**/
.col_left {
  float: left;
  overflow: hidden;
  width: 700px;
}
.col_right {
  width: 260px;
  float: right;
  text-align: left;
}
.details_post .col_right {
  padding-top: 10px;
}
.category .col_left {
  padding-top: 10px;
}
.list_blog .item {
  margin-bottom: 40px;
  padding: 25px 0;
  border-top: 1px dashed #b6d5e6;
  position: relative;
}
.list_blog .image_l {
  width: 180px;
  background: #f1f1f1;
  text-align: center;
  float: left;
  margin: 0 30px 0 0;
}
.list_blog .image_l:hover {
  opacity: 0.8;
}
.list_blog .image_l img {
  max-height: 180px;
  height: auto;
  width: auto;
  max-width: 100%;
}
.cate_name {
  position: absolute;
  background: #dd9933;
  color: #fff;
  font-size: 10px;
  padding: 4px 7px;
  display: inline-block;
  top: -1px;
  left: -1px;
  line-height: 1.4em;
  text-align: center;
  font-family: Meiryo;
}
.menu-cateroy-right a {
  text-decoration: none;
  color: #2a2a2a;
}
.list_blog .date {
  font-size: 13px;
  display: block;
  color: #b7b5b5;
}
.list_blog .tit {
  font-size: 18px;
  margin-bottom: 7px;
  line-height: 1.6em;
  color: #6fa620;
  font-weight: 600;
}
.list_blog .tit a {
  text-decoration: none;
  color: #727171;
}
.list_blog .tit a:hover {
  text-decoration: underline;
}
.list_blog .dsc {
  font-size: 14px;
  line-height: 2em;
}
.list_blog .dsc p {
  font-size: 14px;
}
.btn_01 {
  margin: 10px 0 0 0;
  text-align: right;
}
.btn_01 a {
  display: inline-block;
  padding: 5px 25px 5px 15px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  background: #26b597;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4em;
}
.btn_01 a:hover {
  background: #176d5b;
}
.btn_01 a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 7px #fff;
}
.list_related {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.list_related li {
  display: inline-block;
  width: 47%;
  margin: 0 0 15px 0;
  vertical-align: top;
}
.list_related li:nth-child(2n) {
  margin: 0 0 15px 42px;
}
.list_related .img {
  background: #f1f1f1;
  text-align: center;
}
.list_related .img img {
  height: auto;
  width: auto;
  max-height: 86px;
}
.list_related .img {
  float: left;
  width: 115px;
  margin: 3px 20px 0 0;
}
.list_related .date {
  font-size: 12px;
  color: #b7b5b5;
  display: block;
  line-height: 1.3em;
}
.list_related .tit {
  line-height: 1.6em;
}
.list_related .tit a {
  color: #4c4a4b;
  text-decoration: none;
  font-size: 13px;
}
.list_related .img:hover {
  opacity: 0.8;
}
.list_related .tit a:hover {
  color: #6fa620;
}
/***widget_calendar****/
.widget_calendar th, .widget_calendar td {
  padding: 5px;
  border: 1px solid #f1f1f1;
}
.widget_calendar th {
  background: #effae2;
  color: #6fa620;
}
/*********widget_archive********/
.widget_archive {
  margin-bottom: 35px;
  position: relative;
}
.widget_archive .screen-reader-text {
  display: none;
}
.widget_archive select {
  width: 100%;
  padding: 10px;
  transition: all 0.5s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border: 1px solid #c3c3c3;
  position: relative;
  cursor: pointer;
  height: 54px;
}
.widget_archive:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #6fa620;
  border-right: 1px solid #6fa620;
  right: 18px;
  top: 72px;
  transform: rotate(135deg);
  z-index: 5;
}
.widget_archive select:hover {
  border: 1px solid #6fa620;
}
.under #content .widgettitle {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 18px;
  line-height: 1.4em;
  text-align: left;
  transform: none;
  top: auto;
}
.widgettitle:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #7d4900;
  left: 0;
}
/********widget category**/
.widget_categories li {
  margin-bottom: 10px;
}
.widget_categories a {
  background: #26b597;
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: left;
  position: relative;
  transition: all 0.4s ease;
}
.widget_categories a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 7px #fff;
  transition: all 0.4s ease;
}
.widget_categories a:hover:after {
  right: 10px;
}
.widget_categories a:hover {
  background: #22806c;
}
.list_popular li {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid #ddd;
}
.list_popular li:last-child {
  margin-bottom: 0;
}
.list_popular .count {
  position: absolute;
  top: 4px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 3px 6px;
  text-align: center;
  display: inline-block;
  line-height: 1.2em;
  font-size: 10px;
  font-weight: bold;
  min-width: 24px;
}
.list_popular .img {
  width: 80px;
  float: left;
  margin: 4px 17px 0 0;
  text-align: center;
  background: #f1f1f1;
}
.list_popular .img:hover {
  opacity: 0.8;
}
.list_popular .img img {
  height: auto;
  width: auto;
  max-height: 70px;
}
.list_popular .tit {
  line-height: 1.1em;
  margin-bottom: 4px;
}
.list_popular .tit a {
  text-decoration: none;
  color: #3c3c3c;
  font-size: 12px;
}
.list_popular .tit a:hover {
  text-decoration: underline;
  color: #26b597;
}
.list_popular .date {
  font-size: 11px;
  color: #b7b5b5;
  display: block;
  line-height: 1.5em;
}
.date {
  font-family: "Tahoma";
}
.cate_list_bar > ul {
  display: flex;
  width: 100%;
  flex-flow: wrap;
}
.cate_list_bar > ul > li {
  display: block;
  width: 100%;
  margin-bottom: 35px;
}
.cate_list_bar .widget_categories {
  order: 0;
}
.cate_list_bar .widget_archive {
  order: 2;
  margin-bottom: 15px;
}
.cate_list_bar .popular_post {
  order: 1;
}
.cont_detail p img {
  margin: 0 auto 25px;
  max-width: 90%;
  max-height: 500px;
  height: auto;
  display: block;
  width: auto;
}
.wp_idx_blog {
  padding: 0 0 40px;
  overflow: hidden;
}
.idx_blog {
  display: flex;
  flex-flow: wrap;
}
.wp_idx_blog .tit a {
  display: inline-block;
  font-size: 15px;
  float: right;
  text-decoration: none;
  position: relative;
  padding-right: 25px;
}
.wp_idx_blog .tit a:hover {
  color: #cc8811;
}
.wp_idx_blog .tit a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 7px solid #6fa620;
  border-right: 7px solid transparent;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.wp_idx_blog .tit {
  font-size: 25px;
  border-bottom: 1px solid #c5dbaf;
  margin-bottom: 30px;
}
.wp_idx_blog .tit span {
  color: #6fa436;
  font-family: "JosefinSans-Regular";
  font-size: 30px;
  letter-spacing: -1px;
  margin-right: 12px;
}
.idx_blog li {
  display: inline-block;
  width: 23%;
  margin: 0 2.65% 0 0;
  text-align: center;
}
.idx_blog li:nth-child(4) {
  margin: 0;
}
.idx_blog a {
  text-decoration: none;
  color: #3c3c3c;
}
.idx_blog li a:hover {
  color: #6fa436;
}
.idx_blog .img {
  line-height: 0;
  position: relative;
  background: #f2f2f2;
  height: 168px;
  margin-bottom: 10px;
}
.idx_blog .tit01 {
  font-size: 15px;
  line-height: 1.9em;
  margin-bottom: 0;
  text-align: left;
}
.idx_blog li img {
  max-height: 100%;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}
.idx_blog .date {
  display: block;
  text-align: left;
  color: #b7b5b5;
  font-size: 13px;
}
.cont_detail p {
  margin: 0 0 1.35em;
}
.under.blog #main {
  width: 1000px;
  overflow: hidden;
}
.cate_list_bar .widget_recent_entries {
  display: none;
}
.under .widgettitle {
  text-shadow: none;
  color: #323232;
  width: 100%;
}
.blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: auto;
  width: auto;
  flex: none;
  margin: 0 auto;
}
.idx-ov li img {
  max-height: 100%;
  height: auto;
  width: auto;
}
.btn {
  text-align: right;
  margin: 20px 0 0 0;
}
.btn a {
  display: inline-block;
  position: relative;
  padding-right: 18px;
}
.btn a:after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  right: 0px;
  top: 9px;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
}
.btn a:hover:after {
  border-top: 1px solid #4774b8;
  border-right: 1px solid #4774b8;
}
.idx-ov .cate_n {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  background: #dd9933;
  margin-right: 7px;
  font-size: 10px;
  line-height: 1.3em;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.widget_categories .cat-item-1 {
  display: none;
}
.wp-block-image {
  text-align: center;
  margin-bottom: 25px;
}
.wp-block-image img {
  max-width: 80%;
}
.pagi {
  line-height: 30px;
  text-align: center;
}
.wp-pagenavi a:hover, .wp-pagenavi span, .nav-links a:hover, .nav-links span:hover, .wp-pagenavi span.current, .nav-links span.current {
  color: #fff;
  background: #5b8124;
  border: 1px solid #5b8124;
}
.wp-pagenavi a, .wp-pagenavi span, .nav-links a, .nav-links span {
  padding: 5px 12px 7px;
  border: 1px solid #1b826c;
  display: inline-block;
  line-height: 1.4em;
  border-radius: 2px;
  background: #1b826c;
  color: #fff;
  text-decoration: none;
  margin: 1px;
  font-weight: bold;
}
.blog_next_pre {
  margin: 60px auto;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #cc8811;
  border-bottom: 1px solid #cc8811;
}
.blog_next_pre li {
  display: inline-block;
  width: 45%;
  overflow: hidden;
}
.blog_next_pre span {
  display: block;
  position: relative;
  padding: 0 22px;
  color: #090808;
  font-size: 13px;
  font-weight: bold;
}
.blog_next_pre .next span:after, .blog_next_pre .pre span:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
}
.blog_next_pre .next {
  text-align: right;
}
.blog_next_pre .pre {
  text-align: left;
}
.blog_next_pre .pre span:before {
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-137deg);
}
.blog_next_pre .next span:after {
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.blog_next_pre a {
  text-decoration: none;
  display: inline-block;
}
.blog_next_pre a strong {
  display: block;
}
.blog_next_pre a:hover {
  color: #cc8811;
}
.blog_next_pre li:last-child {
  float: right;
}
.img_cen {
  text-align: center;
}
.img_cen img {
  max-width: 80%;
  height: 100%;
}
.blog .topic-path {
  text-align: left;
}
.under.blog #mainvisual {
  background: url(../images/blog_main.jpg) no-repeat center;
  background-size: cover;
}
* html body, html {
  margin-top: 0px !important;
}
/* IE11 */
select::-ms-expand {
  display: none;
}
.b01-list label {
  display: inline-block;
  padding: 8px 6px;
  color: #fff;
  margin: 0 10px;
  background: #15856d;
  line-height: 1.2em;
  font-size: 12px;
  min-width: 100px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}
.b01-list a {
  color: #333;
  text-decoration: none;
  display: block;
  width: 100%;
}
.b01-list .title {
  display: inline-block;
  overflow: hidden;
  width: calc(100% - 200px);
  vertical-align: top;
}
.b01-list a:hover {
  background: #f1f1f1;
}
.covid-bnr {
  margin-bottom: 40px;
}
.covid-bnr a {
  transition: all 0.3s;
}
.covid-bnr a:hover {
  opacity: 0.8;
}
.changeTime img {
  margin: 0 auto;
}
.color_yellow02 {
  color: #fff1a5;
}
.color_green {
  color: #a7dfd3;
}
.color_green02 {
  color: #c0edba;
}
.color_yellow {
  color: #de9d2f;
}
.color_pink {
  color: #fad2da;
}
.closer_txt {
  font-size: 15px;
  margin-top: 10px;
}
#schedule td table tr td {
  border: 1px solid #ddd !important;
}
#schedule .fix_tit td {
  font-weight: bold;
  font-size: 17px !important;
  border: none !important;
}
.bnr_doctor, .bnr_intar {
  width: 300px;
  height: auto;
  text-align: left;
  margin-top: 20px;
}
.box_staff {
  display: flex;
  flex-wrap: wrap;
}
.staff_img {
  width: 200px;
  margin-right: 20px;
  text-align: center;
  font-weight: bold;
}
.tb_staff {
  border: none;
}
.tb_staff th {
  font-weight: normal;
  text-align: left;
  color: #727171;
  padding: 6px 15px;
  background: #efe9d8;
  width: 160px;
  border: none;
  border-bottom: 2px solid #fff;
}
.tb_staff td {
  border: none;
  padding: 6px 20px;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .bnr_doctor {
    width: 100%;
    /* max-width: 560px; */
    height: auto;
    text-align: center;
    margin: auto;
    margin-top: 20px;
  }
  .closer_txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  #schedule table tr td.block_col {
    display: block !important;
    margin-bottom: 15px;
  }
}
.color_blue {
  color: #d2e4ee;
}
#schedule {
  margin-top: 20px;
}
.flex {
  display: flex;
}
.flex > p {
  margin-right: 30px;
}
/* ========================== */
#oral_surgery .gnavi {
  background: #52587C;
}
#oral_surgery #gnavi > li:not(:nth-child(4)):not(:nth-child(5)):before, #oral_surgery #gnavi > li:nth-last-child(2):after {
  background: #303c81;
}
#oral_surgery #gnavi > li:not(.no-hover):hover > a, #oral_surgery #gnavi > li:not(.no-hover):hover > span {
  background: #5a6189;
}
#oral_surgery .submenu {
  background: #52587C;
}
#oral_surgery .submenu ul li a:hover {
  background: #5a6189;
}
.submenu ul li a {
  border-bottom: #303c81 1px solid;
}
#oral_surgery .h-note li span {
  color: #C49708;
}
#oral_surgery .hbtn span {
  color: #C49708;
  border-color: #C49708;
}
#oral_surgery .h-tel li:last-child a:before {
  background: url(../images/h_tel_oral.png) no-repeat;
  background-size: 100% auto;
}
#oral_surgery .topic-path li a {
  color: #52587C;
}
.under#oral_surgery h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  background: url(../images/under_h3_oral.png) no-repeat center top;
}
.under#oral_surgery h3 span {
  color: #9A1C51;
}
.under#oral_surgery h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}
.under#oral_surgery h4 span {
  font-size: 20px;
}
.under#oral_surgery h4:first-letter {
  color: #52587C;
}
.under#oral_surgery h5 {
  color: #535977;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  padding-top: 2px;
}
.under#oral_surgery h5 span {
  font-size: 18px;
}
.under#oral_surgery h5:before {
  background: #9A1C51;
}
.under#oral_surgery .box_wrapper {
  padding: 25px;
  border: 1px solid #535977;
}
.under#oral_surgery p.ttl {
  text-align: center;
  color: #535977;
  font-size: 22px;
  font-weight: bold;
}
.under#oral_surgery .box_video {
  max-width: 680px;
  margin: 0 auto;
}
.under#oral_surgery .box_video .video_ttl {
  background: #9A1C51;
  padding: 10px 10px 4px;
}
.under#oral_surgery .box_video .video_ttl p {
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.under#oral_surgery .box_video .video_cnt {
  border: 2px solid #9A1C51;
  padding: 20px;
}
.under#oral_surgery .box_video .video_cnt p {
  text-align: center;
}
.under#oral_surgery .box_step {
  background: #F8F8F8;
  padding: 55px 85px;
  border-radius: 30px;
}
.under#oral_surgery .step_list {}
.under#oral_surgery .step_item {
  margin-bottom: 80px;
  border: 1px solid #535977;
  padding: 20px;
  background: #fff;
  position: relative;
}
.under#oral_surgery .step_item .step_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.under#oral_surgery .step_item:last-child {
  margin-bottom: 0;
}
.under#oral_surgery .step_item::before {
  content: '';
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-left: 1px solid #535977;
  border-bottom: 1px solid #535977;
  transform: rotate(-45deg) translateX(-50%);
  bottom: -10px;
  left: 50%;
  position: absolute;
}
.under#oral_surgery .step_item:last-child:before {
  display: none;
}
.under#oral_surgery .step_item.step1 .step_wrapper {
  gap: 0;
}
.under#oral_surgery .step_item .step_num {
  background: #C49708;
  width: fit-content;
  padding: 8px 15px 5px;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.under#oral_surgery .step_item .step_ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.under#oral_surgery .step_item.step1 .step_ttl {
  color: #995E57;
  margin-left: 30px;
}
.under#oral_surgery .step_item .step_img {
  max-width: 200px;
  margin-left: auto;
}
.under#oral_surgery .step_item.step1 .step_img {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 10px;
}
.under#oral_surgery #mainvisual {
  height: 618px;
  background: url(../images/bg_oral.jpg) no-repeat center;
}
.under#oral_surgery h2 {
  text-align: left;
  width: 100%;
  max-width: 1100px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  position: unset;
  top: unset;
  font-weight: bold;
  transform: unset;
  text-shadow: unset;
  font-size: unset;
  line-height: 1.5;
  padding-top: 40px;
}
.under#oral_surgery h2 .lg {
  font-size: 80px;
  line-height: 1.2;
  color: #9A1C51;
}
.under#oral_surgery h2 .sm {
  font-size: 40px;
}
.under#oral_surgery h2 .decorate {
  background: #9A1C51;
  color: #fff;
  font-size: 20px;
  padding: 5px;
  border-radius: 10px;
}
#oral_surgery .f-contact .bnr-web a,#oral_surgery .h-btn-web a {
  background: #5a6189;  
}
.txt_notice {
  background: #15856d;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 10px;
  line-height: 1.3;
}
.sec_bnr {
  margin-top: 50px;
}
.sec_bnr p {
  margin-bottom: 0;
}
.sec_bnr .wrap_bnr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.wrap_bnr .bnr_left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 50%;
}
.wrap_bnr .bnr_left p {
  margin: 0;
}
.wrap_bnr .bnr_right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.green {
  color: #15856d;
}
.logo_brand a {
  pointer-events: none;
}
.color_orange {
  color: #ffe0c2;
}