@charset "UTF-8";
/*
main color: #675b4e
sub color: #c5ad61
highlight: #f5f1e9
*/
/* ======== 下層 ======== */
/* ==== 見出し */
body {
  color: #675b4e;
}

.post-type-page h3,
body:not(.page-name-sendaiekimaein) .under h3 {
  background: #675b4e;
}

.entry-block h3,
.mce-content-body h4,
body:not(.page-name-sendaiekimaein) .under h4 {
  background: #f5f1e9;
  border-bottom-color: #675b4e;
  color: #675b4e;
}

.entry-block h3 a {
  color: #675b4e;
}

.entry-block h4,
.mce-content-body h5,
body:not(.page-name-sendaiekimaein) .under h5 {
  color: #c5ad61 !important;
}

.entry-block h4:before,
.mce-content-body h5:before,
body:not(.page-name-sendaiekimaein) .under h5:before {
  background: #c5ad61;
}

.post-type-page h6,
.under h6 {
  color: #675b4e;
  border-left-color: #675b4e;
}

.title p {
  color: #675b4e;
}

@media screen and (max-width: 767px) {
  .post-type-page h3,
  body:not(.page-name-sendaiekimaein) .under h3 {
    padding-left: 1em;
  }
}
/* ==== パーツ */
/* list */
.ul01 li::before {
  background: #675b4e;
}

.ul_check,
.ul_arrow {
  background: #f5f1e9;
}

.ul_arrow li::before {
  border-top-color: #675b4e;
}

.ul_check li::before {
  background: #675b4e;
}

ol.ol_decimal > li::before {
  background: #675b4e;
}

/* table */
.time-table thead th {
  background: #675b4e;
}

.table01 th {
  text-align: left;
}

.fee-table thead th,
.border-table thead th {
  background: #675b4e;
}

.fee-table tbody th,
.border-table tbody th {
  background: #f5f1e9;
}

/* Q&A */
.ac_box::after {
  border-color: #675b4e;
}

.mce-content-body .qa-block h4,
.qa-block h4 {
  background: initial;
}

.mce-content-body .qa-block h4::before,
.qa-block h4::before {
  background: #675b4e;
}

.answer::before {
  background: #c5ad61;
}

/* サイトマップ */
#menu-sendaiekimae_sitemap {
  padding: 0;
}

#menu-sendaiekimae_sitemap li {
  padding: 0.8em 0.2em 0.7em 1.1em;
  position: relative;
  border-bottom: 2px dotted #eee;
  vertical-align: top;
}

#menu-sendaiekimae_sitemap li::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  top: 1.4em;
  left: 0.1em;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu-sendaiekimae_sitemap li ul li {
  border-bottom: none;
  padding-bottom: 0;
}

#menu-sendaiekimae_sitemap li a {
  text-decoration: none;
  color: #555 !important;
}

#menu-sendaiekimae_sitemap li a:hover {
  color: #675b4e !important;
}

/* other */
.bg-block {
  background: #f5f1e9;
}

.border-block {
  border-color: #f5f1e9;
}

.ac h4:not(.no_under):hover {
  background: #675b4e;
}

.ac h4:not(.no_under):hover::before {
  border-top-color: #fff;
}

/* 汎用ボタン */
.link_btn {
  text-align: center;
}

.link_btn a {
  font-weight: bold;
  text-align: center;
  background: transparent;
  color: #675b4e;
  line-height: 1.3;
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 1.5vw, 16px);
}

.link_btn a:not(:last-child) {
  margin-bottom: 1em;
}

.link_btn a .wrap {
  display: block;
  width: 100%;
  padding: 0.2em 1em;
  position: relative;
  z-index: 3;
}

.link_btn a:before {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #f6f3e7;
  z-index: -2;
  border: solid 1px #e7e3e1;
}

.link_btn a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #c5ad61;
  z-index: -1;
}

.link_btn a .wrap:after {
  content: "";
  position: absolute;
  top: auto;
  right: 5%;
  bottom: 3px;
  top: 0;
  width: 15px;
  height: 4px;
  border-bottom: 1px solid #675b4e;
  border-right: 1px solid #675b4e;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: 3;
  margin: auto;
}

.link_btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.link_btn a:hover .wrap:after {
  right: 4%;
}

@media screen and (min-width: 768px) {
  .link_btn.left a {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .left.btn-style a {
    margin-left: 0;
  }
  .right.btn-style a {
    margin-left: auto;
    margin-right: 0;
  }
}
/* loop slider */
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 289px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 289px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 289px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 393px;
  height: 289px;
  float: left;
  display: inline;
  overflow: hidden;
  padding: 0 5px;
}

.loopSlider ul li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .loopSlider {
    height: 123px;
  }
  .loopSlider ul {
    height: 236px;
  }
  .loopSlider ul li {
    width: 167px;
    height: 123px;
  }
}
/* スライダー */
.slide_main {
  position: relative;
}

.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_main .item:first-child .arrow-prev,
.slide_main .item:last-child .arrow-next {
  display: none;
}

.slide_main .item .caption {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  line-height: 1.6;
  padding: 13px 10px;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slide_main .item img {
  margin: 0;
  border-radius: 0.5em;
}

.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}

.slide_main .arrow-prev:hover,
.slide_main .arrow-next:hover {
  cursor: pointer;
}

.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("/sendaiekimaein/img/icon_slidearrow_01.svg");
}

.slide_main .arrow-prev {
  left: 10px;
}

.slide_main .arrow-next {
  right: 10px;
}

.slide_main .arrow-next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.slide_thumb .item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slide_thumb .item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.slide_thumb .item.thumbnail-current:hover {
  opacity: 1;
}

.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #675b4e;
  border-radius: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slide_thumb .item img {
  margin: 0;
  border-radius: 0.5em;
}

.slide_wrap_vertical {
  margin-top: 1.5em;
}

.slide_wrap_vertical .slide_main {
  margin: 0 auto 1%;
  display: table;
}

.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: 15.8333333333%;
  max-width: 15.8333333333%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .slide_main .item .caption {
    font-size: 14px;
  }
  .slide_main .arrow-next {
    right: 0px;
  }
  .slide_main .arrow-prev {
    left: 0px;
  }
}
/* reset */
.page-sendaiekimaein .mainblock.under {
  padding-bottom: 0;
}

.sec_sendaiekimae h3,
.sec_sendaiekimae h4,
.sec_sendaiekimae h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: initial;
}

.sec_sendaiekimae h3::before,
.sec_sendaiekimae h3::after,
.sec_sendaiekimae h4::before,
.sec_sendaiekimae h4::after,
.sec_sendaiekimae h5::before,
.sec_sendaiekimae h5::after {
  content: none;
  display: initial;
}

/* ======== 共通パーツ ======== */
/* header */
#header .h1_text{
  background: #f5f1e9;
  color: #333;
}
#header .bnr_how a {
  color: #675b4e;
  border-color: #675b4e;
}

.bnr_how_link::after {
  border-color: #675b4e;
}

.header_bnr a:hover {
  opacity: 0.8;
}

/* ヘッダー検索ボックス */
#header .search_box button {
  background: #675b4e;
}

.header_bnr a.header_bnr_official {
  background: #4f7fbf;
}

.header_bnr a.header_bnr_kyoueikai {
  background: #0f2a4b;
}

/*nav*/
#nav {
  z-index: 4;
}

@media print, screen and (min-width: 768px) {
  #nav {
    background: #f5f1e9;
  }
  #nav a {
    color: #333333;
  }
  .menu-header-nav .menu-item:last-child > a::after,
  .menu-header-nav .menu-item > a::before {
    background: #7d7d7d;
  }
  .menu-header-nav .menu-item > a > .en {
    color: #c5ad61;
  }
  .menu-header-nav .has_children > a > .en::before {
    border-top-color: #c5ad61;
    border-right-color: #c5ad61;
  }
  .menu-header-nav .menu-item:hover > a {
    background: #675b4e;
    color: #fff !important;
  }
  .menu-header-nav .menu-item > .sub-menu a::before {
    border-color: #c5ad61;
  }
  .menu-header-nav .menu-item > .sub-menu a {
    border-color: #c5ad61;
  }
  .menu-header-nav .menu-item > .sub-menu a:hover::before {
    border-color: #c5ad61;
  }
  .menu-header-nav .menu-item .sub-menu a::before {
    border-color: #c5ad61;
  }
  .menu-header-nav .menu-item > .sub-menu,
  .menu-header-nav .menu-item > .submenu-wrap {
    background: #f5f1e9;
  }
}
@media screen and (max-width: 767px) {
  #menu-header-nav-container,
  #recruitmenu-container,
  .telmenu-container, #recruitGuide-container {
    background: #675b4e;
  }
}
/* nav_satellite */
#nav_satellite_wrap {
  background: #675b4e;
}

#nav_satellite_wrap .nav_ttl {
  color: #695e51;
}

#nav_satellite_wrap a {
  color: #fff;
}

#nav_satellite .menu_item:hover > a,
#nav_satellite .menu_item a:hover {
  color: #675b4e;
  background: #f5f1e9;
}

#nav_satellite .menu_item a:hover .cls-2 {
  fill: #675b4e;
}

#nav_satellite .sub-menu {
  background: #e3dad0;
}

#nav_satellite .menu_item > a::before,
#nav_satellite .menu_item:last-child > a::after {
  background-color: #dec9b6;
}

#nav_satellite .sub-menu li {
  border-bottom-color: #dec9b6;
}

.btm_inq {
  z-index: 5;
}

.copyright {
  background: #675b4e;
}

.section_top h2 .en {
  color: #c5ad61;
}

.section_introduction {
  background: url(img/section_intro_bg_sendaiekimaein.jpg);
}

.section_introduction h2,
.section_introduction p.map_txt {
  color: #675b4e;
}

.section_introduction .map_intro_Prefecture li {
  color: #675b4e;
}

.section_introduction .map_intro_Prefecture li::after {
  border-color: #675b4e;
}

.map_intro_clinic_item .btn_homelink a,
.clinic_item_sendaiekimaein .btn_homelink a {
  background: none;
  color: #675b4e;
}

.map_intro_clinic_item .btn_homelink .item::after {
  background-image: url("../img/arrow_bnr_brown.svg");
}

.map_intro_clinic_item .btn_homelink a::before {
  background: #675b4e;
  opacity: 0.15;
  top: 5px;
  left: 5px;
}

.map_intro_clinic_item .btn_homelink a::after {
  background: none;
  border: 1px solid #675b4e;
  top: 0;
  left: 0;
  opacity: 1;
}

.clinic_item_official .btn_homelink a {
  color: #4f7fbf;
}

.clinic_item_official .btn_homelink a::before {
  background: #4f7fbf;
}

.clinic_item_official .btn_homelink a::after {
  border-color: #4f7fbf;
  opacity: 1;
}

.clinic_item_official .btn_homelink .item::after {
  background-image: url("../img/arrow_bnr_blue.svg");
}

.clinic_item_sendaiekimaein .btn_homelink a {
  color: #675b4e;
}

.clinic_item_sendaiekimaein .btn_homelink a::before {
  background: #c5ad61;
}

.clinic_item_sendaiekimaein .btn_homelink a::after {
  border-color: #c5ad61;
  opacity: 1;
}

.section_endoscopy .tab_btn {
  background: #cdcbbb;
}

.section_endoscopy .tab_btn.active {
  background: #c5ad61;
}

.section_endoscopy .tab_btn.active::after {
  border-top-color: #c5ad61;
}

.section_endoscopy .tab_item01 {
  background-image: url("img/section_endoscopy_tab_item01_bg.jpg");
}

.section_endoscopy .tab_item02 {
  background-image: url("img/section_endoscopy_tab_item02_bg.jpg");
}
@media (max-width: 767px) {
.section_endoscopy .tab_item01 {
  background-image: url("img/sp_section_endoscopy_tab_item01_bg.jpg");
}

.section_endoscopy .tab_item02 {
  background-image: url("img/sp_section_endoscopy_tab_item02_bg.jpg");
}
}
.section_endoscopy .tab_item_list a {
  background-image: url("img/endoscopy_btn_bg01.png") !important;
}

.section_endoscopy .tab_item_list .item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section_endoscopy .tab_item01 .tab_item_list {
  background: url(img/txt_gastroscope.png) no-repeat center bottom/contain, #fff;
  -webkit-box-shadow: 20px 20px 0 rgba(245, 241, 233, 0.3);
          box-shadow: 20px 20px 0 rgba(245, 241, 233, 0.3);
}

.section_endoscopy .tab_item02 .tab_item_list {
  background: url(img/txt_colonscopy.png) no-repeat center bottom/contain, #fff;
  -webkit-box-shadow: 20px 20px 0 rgba(245, 241, 233, 0.3);
          box-shadow: 20px 20px 0 rgba(245, 241, 233, 0.3);
}

.section_trouble .tab_btn {
  background: #cdcbbb;
  color: #cdcbbb;
}

.section_trouble .tab_btn.active {
  color: #c5ad61;
  background: #c5ad61;
}

.section_trouble .tab_btn.active::after {
  border-top-color: #c5ad61;
}

.section_trouble .tab_item {
  background: #f5f1e9;
}

.section_trouble .tab_item_list a {
  background: none;
  color: #675b4e;
}

.section_trouble .tab_item_list a::before,
.section_trouble .tab_item_list a::after {
  height: 90%;
  height: calc(100% - 5px);
  width: 90%;
  width: calc(100% - 5px);
}

.section_trouble .tab_item_list a::before {
  background: #eee7d5;
  border: solid 1px #e3dad0;
  bottom: 0;
  right: 0;
}

.section_trouble .tab_item_list a::after {
  border: 1px solid #c5ad61;
  top: 0;
  left: 0;
}

.section_trouble .tab_item01 .item::after {
  background-image: url("../img/arrow_bnr_ocher.svg");
}

.section_trouble .tab_item02 .item::after {
  background-image: url("../img/arrow_bnr_brown.svg");
}

#footer {
  background: #c5ad61 !important;
}

@media screen and (min-width: 767px) {
  #footer_sitemap .menu_item > li.menu_ttl a::after {
    border-color: #675b4e;
  }
}
@media screen and (max-width: 767px) {
  #footer_sitemap .menu_item .menu_ttl a {
    background: #675b4e;
  }
  #footer_sitemap .menu_item .menu_ttl.has_children a::before,
  #footer_sitemap .menu_item .menu_ttl.has_children a::after {
    background: #675b4e;
  }
  #footer_sitemap .menu_item .menu_children a {
    color: #675b4e;
    background: #f5f1e9;
  }
  #footer_sitemap .menu_item .menu_ttl:not(.has_children) a::after,
  #footer_sitemap .menu_item .menu_children a::after {
    border-color: #675b4e;
  }
}
/* ======== topコンテンツ ======== */
/*スライダーボタン*/
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.slick-dots li:not(:first-child) {
  margin-left: 1em;
}

.slick-dots button {
  font-size: 0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dedede;
}

.slick-dots .slick-active button {
  background: #675b4e;
}

/* リンクボックス */
.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: 1;
}

/* news */
.sec_news .heading {
  position: relative;
}

.sec_news .news dt {
  padding: 1em 1.5em 0;
  color: #333;
}

.sec_news .news dd {
  padding: 0 1.5em 1em;
  border-bottom: 1px solid #ccc;
}

.sec_news .news dd a {
  text-decoration: none;
  color: #333;
}

.sec_news .news dd a:hover {
  color: #675b4e;
}

.sec_news .news h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #675b4e;
  padding: 0 3em 0.5em 1em;
  border-bottom: 1px solid #675b4e;
     margin: 25px 0 15px 0;
}

.sec_news .news h3 .sub {
  font-size: 70%;
  margin-left: 1em;
  color: #c5ad61;
}

.sec_news .news .btn a {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 5%;
  color: #fff;
  background: #675b4e;
  text-align: center;
  display: table;
  width: 73px;
  padding: 0.3em 1.2em 0.2em 1em;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

.sec01 {
  padding-bottom: 70px;
}

.sec01 .time-table thead th,
.sec01 .credit_table thead th {
  background: #c5ad61;
}

.sec01 .credit_table thead th {
  font-weight: bold;
  color: #fff;
  padding: 0.6em 0.2em 0.5em;
  letter-spacing: 0.1em;
}

.sec01 .time-table tbody th,
.sec01 .time-table tbody td,
.sec01 .credit_table tbody th,
.sec01 .credit_table tbody td {
  border: 1px solid #7a635a;
}

.sec01 .time-table tbody td:not(:last-of-type) {
  border-left: none;
  border-right: none;
}

.sec01 .time-table tbody td:last-of-type {
  border-left: none;
}

.sec01 .time-table .tate {
  display: block;
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.sec01 .time-table + p {
  padding-left: 1em;
}

.sec02 {
  padding-top: 0;
  padding-bottom: 20px;
  background: url(img/sec02_bg.jpg) no-repeat center top;
}

.sec02 strong {
  font-size: 1.12em;
}

.sec02 .underline {
  text-decoration: underline;
}

.sec02 .ttl_bg {
  background: url(img/sec02_ttl_bg.jpg) no-repeat center/cover;
  padding: clamp(20px, 5vw, 45px) 0;
  margin-bottom: 20px;
}

.sec02 .ttl_bg h2 {
  margin-bottom: 0;
  color: #fff;
}

.sec02 .ttl_bg h2 .en {
  color: #fff;
}

.sec02 h3 {
  font-weight: bold;
  color: #c5ad61;
  font-size: clamp(20px, 2.5vw, 26px);
  margin-bottom: 2.5em;
}

.sec02 .name {
  text-align: right;
}

.sec02 .sec02_under_img {
  margin-top: 50px;
  max-width: 90%;
}

.sec03 {
  padding-top: 0;
}

.sec03 .feature_ttl_wrap {
  background: url(img/sec03_ttl_bg.jpg) no-repeat center/cover;
  padding: clamp(20px, 5vw, 40px) 0;
  margin-bottom: 20px;
}

.sec03 .feature_ttl_wrap h2 {
  margin-bottom: 0;
  color: #fff;
}

.sec03 .feature_ttl_wrap h2 .en {
  color: #fff;
}

.sec03 .feature_item {
  margin: clamp(25px, 3%, 50px) 0;
}

.sec03 .feature_item h3 {
  font-size: clamp(19px, 2vw, 24px);
  color: #675b4e;
  font-weight: bold;
}

.sec03 .feature_item h3 .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #e2d6b0));
  background: linear-gradient(transparent 40%, #e2d6b0 40%);
}

.sec03 .feature_item h3 .sub {
  font-weight: normal;
  font-family: "Times New Roman";
  line-height: 1;
  display: block;
  color: #c5ad61;
  font-size: clamp(18px, 3vw, 20px);
}

.sec03 .feature_item h3 .num {
  display: block;
  font-size: clamp(40px, 5vw, 60px);
}

@media (max-width: 767px) {
  .sec03 figure {
    margin: 1em auto;
  }
}
.sec04 {
  padding-bottom: 70px;
  background: url(img/sec04_bg.jpg) no-repeat center/cover;
}

.sec04 a {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
  background: #675b4e;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 200ms;
  transition: 200ms;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec04 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
}

.sec04 a:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 15px;
  margin: auto;
  width: 20px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewX(45deg);
  -o-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.sec04 a:hover {
  opacity: 0.7;
}

.sec04 a:hover:after {
  right: 15px;
}

@media screen and (min-width: 768px) {
  .left.btn-style a {
    margin-left: 0;
  }
  .right.btn-style a {
    margin-left: auto;
    margin-right: 0;
  }
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .columns.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .columns.aic {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .columns.jcc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .columns:not(:last-child) {
    margin-bottom: 2%;
  }
  .columns:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(.col_5):not(:first-child) {
    margin-left: 2%;
  }
  .columns.reverse > .column:not(:last-child) {
    margin-left: 2%;
  }
  .columns.reverse > .column:last-child {
    margin-left: 0;
  }
  .columns.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .column.break + .column {
    margin-left: 0 !important;
  }
  .col_2 {
    width: 47%;
  }
  .col_3 {
    width: 32%;
  }
  .col_4 {
    width: 23.5%;
  }
  .col_5 {
    width: 18.4%;
  }
  .col_2:not(:nth-child(2n+1)),
  .col_3:not(:nth-child(3n+1)),
  .col_4:not(:nth-child(4n+1)),
  .col_5:not(:nth-child(5n+1)) {
    margin-left: 2%;
  }
  .con_l,
  .con_r {
    width: 49%;
  }
  .con_r {
    margin-left: 2%;
  }
  .sec02 .con_txt {
    width: 68%;
  }
  .sec02 .con_img {
    margin-top: 5%;
    width: 40%;
  }
  .sec02 .link_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec02 .link_btn a {
    margin: 0;
  }
  .sec02 .link_btn a:not(:first-child) {
    margin-left: 6%;
  }
  .sec03 .feature_item .topinner {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .sec03 .feature_item .columns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sec03 .feature_item .columns .con_img {
    max-width: 53.95%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .sec03 .feature_item .link_btn a {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 1380px) {
  .sec02 .con_img img {
    max-width: 581px;
  }
}
@media (min-width: 1300px) {
  .sec03 .feature_item .columns .con_txt {
    margin-right: calc((100% - 1280px) / 2);
  }
  .sec03 .feature_item .columns.reverse .con_txt {
    margin-left: calc((100% - 1280px) / 2);
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .sec03 .feature_item .columns .con_txt {
    margin-right: 2%;
  }
  .sec03 .feature_item .columns.reverse .con_txt {
    margin-left: 2%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .columns:not(:last-child),
  .column:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .sp_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .columns.sp_col_2,
  .columns.sp_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .columns.sp_col_2 .column {
    width: 49%;
  }
  .columns.sp_col_2 .column:not(:nth-child(2n+1)) {
    margin-left: 2%;
  }
  .columns.sp_col_3 .column {
    width: 32%;
  }
  .columns.sp_col_3 .column:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
  .sec04 a {
    font-size: 20px;
    min-height: 70px;
  }
  .sec01 {
    padding: 40px 0;
  }
  .sec01 .credit_table thead th {
    font-size: 14px;
  }
  .sec02 h3 {
    margin-bottom: 1em;
  }
  .sec02 .sec02_under_img {
    margin: 20px auto 0 auto;
    max-width: 96%;
  }
  .sec02 figure:not(:last-child),
  .sec02 .link_btn {
    margin-bottom: 1.5em;
  }
  .sec02 .link_btn a:not(:last-child) {
    margin-bottom: 1em;
  }
}
/* ======== 下層調整 ======== */
.page-name-greeting .table01 th {
  width: 7em;
}

.page-name-medical ul.columns {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-name-medical li.column {
  margin-bottom: 1em;
}

.mainimage {
  position: relative;
}

.mainimage .mainimagebtn {
  position: absolute;
  bottom: 20px;
  top: auto;
  left: auto;
  right: 15%;
}

.mainimage .mainimagebtn a {
  text-decoration: none;
  font-size: 14px;
  padding: 0.4em 1.5em;
  border: solid 1px #c5ad61;
  color: #675b4e;
  font-weight: bold;
  position: relative;
  background: #fff;
}

.mainimage .mainimagebtn a:hover:after {
  right: 3%;
}

.mainimage .mainimagebtn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #675b4e;
  border-right: 1px solid #675b4e;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media print, screen and (min-width: 768px) {
  .mainimage {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .mainimage .mainimagebtn {
    bottom: 24px;
    right: 6%;
  }
  .mainimage .mainimagebtn a {
    font-size: 12px;
  }
}
.home_feature {
  padding-bottom: 40px;
}

.home_feature .sec_title {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: left;
  margin: 0 0 20px;
}

.home_feature .btn_box .btn-style:not(:first-child) {
  margin-top: 10px;
}

.home_feature .btn-style a {
  text-decoration: none;
  line-height: 17px;
  height: 80px;
  max-width: 450px;
  width: 100%;
  min-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 0;
  overflow: hidden;
  margin: auto;
}

.home_feature .btn-style a .btn_text_box {
  padding: 0 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home_feature .btn-style a:hover {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.7;
}

.home_feature .btn-style a:before {
  z-index: -1;
}

.home_feature .btn-style a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.home_feature .btn-style a:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: -15px;
  right: auto;
  top: 0;
  bottom: 0;
  width: 118px;
  height: 120px;
}

.home_feature .btn_text01 {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0;
  font-style: italic;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70px;
}

.home_feature .btn_text01 .btn_small_text02 {
  font-size: 11px;
}

.home_feature .btn_text02 {
  font-size: 13px;
  letter-spacing: 0;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.home_feature .btn_text02 .btn_small_text {
  font-size: 10px;
}

.home_feature .sec_box .colbox_2 .feature_box {
  padding: 40px 20px;
}

.home_feature .sec_box .colbox_2:first-child {
  background: #f5f1e9;
}

.home_feature .sec_box .colbox_2:first-child .sec_title {
  color: #675b4e;
}

.home_feature .sec_box .colbox_2:first-child .btn-style a {
  margin: auto;
  background: #675b4e;
}

.home_feature .sec_box .colbox_2:first-child .btn-style a:before {
  background: url("/sendaiekimaein/img/feature_btn_bg01.png") no-repeat center center;
}

.home_feature .sec_box .colbox_2:last-child {
  background: #f9f7f2;
}

.home_feature .sec_box .colbox_2:last-child .sec_title {
  color: #7d5a3f;
}

.home_feature .sec_box .colbox_2:last-child .btn-style a {
  background: #7d5a3f;
}

.home_feature .sec_box .colbox_2:last-child .btn-style a:before {
  background: url("/sendaiekimaein/img/feature_btn_bg02.png") no-repeat center center;
}

@media screen and (max-width: 767px) {
  .home_feature .sec_box:not(:first-of-type) {
    margin-top: 5%;
  }
  .home_feature .sec_box:first-of-type {
    margin-top: 0;
  }
  .home_feature .sec_box .colbox_2:not(:first-of-type) {
    margin-top: 5%;
  }
  .home_feature .sec_box .colbox_2 .btn-style a:before {
    left: -30px;
  }
  .home_feature .sec_box .colbox_2 .btn_text01 {
    width: 58px;
  }
  .home_feature .sec_box .colbox_2 .btn-style a .btn_text_box {
    padding: 0 20px 0 14px;
  }
  .home_feature .sec_box.sp_colbox_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home_feature .sec_box.sp_colbox_2 .colbox_2 {
    width: 49%;
    margin-right: 2%;
  }
  .home_feature .sec_box.sp_colbox_2 .colbox_2:not(:first-child) {
    margin-top: 0;
  }
  .home_feature .sec_box.sp_colbox_2 .colbox_2:nth-child(2n) {
    margin-right: 0;
  }
  .home_feature .sec_box.sp_colbox_2 .colbox_2:nth-child(n+3) {
    margin-top: 2%;
  }
}
@media screen and (min-width: 768px) {
  .home_feature {
    padding-bottom: 80px;
  }
  .home_feature .sec_title {
    font-size: 26px;
    line-height: 26px;
  }
  .home_feature .sec_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home_feature .sec_box .colbox_2 {
    width: 49%;
    margin-right: 2%;
  }
  .home_feature .sec_box .colbox_2:nth-child(2n) {
    margin-right: 0;
  }
  .home_feature .sec_box .colbox_2:nth-child(n+3) {
    margin-top: 2%;
  }
  .home_feature .sec_box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home_feature .sec_box.reverse .colbox_2 {
    width: 48%;
    margin-right: 4%;
  }
  .home_feature .sec_box.reverse .colbox_2:first-child {
    margin-right: 0;
  }
  .home_feature .btn-style a {
    height: 80px;
  }
  .home_feature .btn_text01 {
    font-size: 14px;
    letter-spacing: 0em;
  }
  .home_feature .btn_text01 .btn_small_text02 {
    font-size: 12px;
  }
  .home_feature .btn_text02 {
    font-size: 14px;
    letter-spacing: 0em;
  }
  .home_feature .btn_text02 .btn_small_text {
    font-size: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .home_feature .sec_box .colbox_2 .btn-style a:before {
    left: 0;
  }
  .home_feature .sec_box .colbox_2 .btn_text01 {
    width: 88px;
  }
  .home_feature .sec_box .colbox_2 .btn-style a .btn_text_box {
    padding: 0 20px 0 20px;
  }
  .home_feature .btn_text01 {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .home_feature .btn_text01 .btn_small_text02 {
    font-size: 14px;
  }
  .home_feature .btn_text02 {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .home_feature .btn_text02 .btn_small_text {
    font-size: 12px;
  }
  .home_feature .btn-style a {
    height: 60px;
  }
}
.home_feature .feature_title .sec_title {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
}

.home_feature .feature_title .sec_title span {
  padding-top: 10px;
  letter-spacing: 0;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.home_feature .feature_title .sec_box .colbox_2:last-child {
  background: none;
}

.home_feature .feature_title .sec_box .colbox_2:first-child {
  background: none;
}

.home_feature .feature_title .sec_box .colbox_2:first-child p {
  overflow: hidden;
  display: table;
  margin: auto;
  padding: 0 10px 10px 0;
  position: relative;
  z-index: 0;
}

.home_feature .feature_title .sec_box .colbox_2:first-child p:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: 118px;
  height: 120px;
  z-index: -1;
}

.home_feature > .sec_box > .colbox_2 .feature_box {
  padding: 40px 20px 40px;
  position: relative;
}

.home_feature > .sec_box > .colbox_2:first-child .feature_title .colbox_2:first-child p:after {
  background: url("/sendaiekimaein/img/featur_img_cover01.png") no-repeat center/cover;
}

.home_feature > .sec_box > .colbox_2:last-child .feature_title .colbox_2:first-child p:after {
  background: url("/sendaiekimaein/img/featur_img_cover02.png") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .home_feature .feature_title {
    margin: auto;
    margin-bottom: 25px;
    max-width: 445px;
  }
  .home_feature .feature_title .sec_title {
    display: table;
    margin: 0;
  }
  .home_feature .feature_title .sec_box.reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .home_feature .feature_title .sec_box.reverse .colbox_2:first-child {
    width: 40%;
    margin: 0;
  }
  .home_feature .feature_title .sec_box.reverse .colbox_2:last-child {
    width: 58%;
    margin: 0;
    margin-right: 1%;
  }
}
@media screen and (min-width: 768px) {
  .home_feature {
    margin-top: 60px;
  }
  .home_feature .feature_title {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -75px;
    bottom: auto;
    padding: 0 20px;
  }
  .home_feature > .sec_box > .colbox_2 .feature_box {
    padding: 60px 20px 40px;
  }
  .home_feature .feature_title .sec_title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .home_feature .feature_title .sec_title span {
    letter-spacing: 0;
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
  .home_feature .feature_title .sec_box.reverse {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_feature .feature_title .sec_box.reverse .colbox_2:last-child {
    width: 52.3%;
    margin-right: 1%;
  }
  .home_feature .feature_title .sec_box.reverse .colbox_2:last-child .sec_title {
    margin: 0;
  }
  .home_feature .feature_title .sec_box.reverse .colbox_2:first-child {
    width: 46.7%;
  }
  .home_feature .feature_title .sec_box .colbox_2:first-child p {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1050px) {
  .home_feature > .sec_box > .colbox_2 .feature_box {
    padding: 80px 20px 40px;
  }
  .home_feature .feature_title .sec_title {
    font-size: 22px;
    line-height: 23px;
    letter-spacing: 0.05em;
  }
  .home_feature .feature_title .sec_title span {
    letter-spacing: 0.12em;
    display: block;
    font-size: 16px;
    line-height: 23px;
  }
}
/*-- スライダーの時 ------------*/
.slick-slide img {
  margin: 0 auto;
}

button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}

button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

button.slick-prev {
  /* 矢印（前へ）ボタン */
  left: 18%;
  margin-left: -16px;
}

button.slick-next {
  /* 矢印（次へ）ボタン */
  right: 18%;
  margin-right: -16px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }
  button.slick-next {
    right: 13.7%;
  }
}
@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }
  button.slick-next {
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
/*==========================
bnr_slider
==========================*/
.slick-slide img {
  margin: 0 auto;
}

.sec_bnr_slider {
  padding: 5% 0;
  background: #f5f1e9;
}

.bnr_slider,
.bnr_slider2 {
  margin-bottom: 20px;
}

.bnr_slider_thumb .slick-slide,
.bnr_slider_thumb2 .slick-slide {
  opacity: 1;
  padding: 0 10px;
}

.sec_bnr_slider button.slick-arrow {
  background: #3d352b;
  border: none;
  position: absolute;
  top: 50%;
  height: 23px;
  width: 23px;
  z-index: 1;
  text-indent: -9999px;
}

.sec_bnr_slider button.slick-prev {
  left: auto;
  right: calc(100% + 10px);
}

.sec_bnr_slider button.slick-next {
  right: auto;
  left: calc(100% + 10px);
}

.sec_bnr_slider button.slick-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.sec_bnr_slider button.slick-next::after {
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
  ul.bnr_slider_thumb.pc.slick-initialized.slick-slider,
  ul.bnr_slider_thumb2.pc.slick-initialized.slick-slider {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec_bnr_slider button.slick-arrow {
    top: calc(100% + 20px);
  }
  .sec_bnr_slider .slick-dots {
    bottom: -30px;
  }
  .sec_bnr_slider .slick-dots li,
  .sec_bnr_slider .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
  }
  .sec_bnr_slider .slick-dots li button::before {
    content: "";
    background: black;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  .sec_bnr_slider button.slick-prev {
    left: auto;
    right: 82%;
  }
  .sec_bnr_slider button.slick-next {
    right: auto;
    left: 82%;
  }
}
.timetable tbody td {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 80%;
}

.open_schedule_block {
  padding: clamp(30px, 3.9vw, 80px) 0;
  background: url(../sendaiekimaein/img/open_schedule.jpg) no-repeat center/cover;
  color: #675b4e;
}
@media (max-width: 767px) {
  .open_schedule_block {
    margin-top: 30px;
  }
}
.open_schedule_block * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.open_schedule_block span {
  line-height: 1;
}
.open_schedule_block .txt1 {
  font-size: clamp(30px, 4.5vw, 40px);
  text-align: center;
  margin-bottom: 20px;
}
.open_schedule_block .txt1 .color {
  color: #c5ad61;
}
.open_schedule_block .txt1 .size1 {
  font-size: clamp(44px, 7.16vw, 66px);
  font-weight: bold;
}
@media (max-width: 767px) {
  .open_schedule_block .txt1 .size1 {
    display: block;
  }
}
.open_schedule_block .txt1 .size2 {
  font-size: clamp(40px, 6.11vw, 54px);
}
.open_schedule_block .txt1 .size3 {
  font-size: clamp(70px, 11.06vw, 100px);
}
.open_schedule_block .txt2 {
  font-size: clamp(24px, 3.38vw, 28px);
  margin-bottom: 0;
  font-weight: bold;
}
.open_schedule_block .txt3 {
  font-size: 24px;
  font-size: clamp(18px, 2.7vw, 24px);
  margin: 0;
}
.open_schedule_block .txt3 .size1 {
  font-size: clamp(24px, 3.9vw, 36px);
}
.open_schedule_block .txt3 .size2 {
  font-size: clamp(24px, 5.85vw, 60px);
}
.open_schedule_block .schedule_contents {
  border: solid 1px #675b4e;
  text-align: center;
  padding: 15px;
  max-width: 625px;
  width: 100%;
  margin: auto;
}
@media (min-width: 1225px) {
  .open_schedule_block .schedule_contents {
    letter-spacing: 0.0833em;
  }
}

@charset "UTF-8";
.sec_qa {
  margin-bottom: clamp(50px, 7vw, 70px);
  }
.sec_qa .qa-block {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  margin-bottom: 17px;
}
.sec_qa .qa-block:last-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 17px;
}
.sec_qa .qa-block:after {
  content: none;
}
.sec_qa .qa-block .ac_title {
  font-size: 22px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #333;
  font-weight: bold;
  padding-left: 40px !important;
  padding-right: 0;
  margin-bottom: 0;
}
.sec_qa .qa-block .ac_title:before {
  content: "Q";
  font-size: 22px;
  font-family: 'Times New Roman', Times, serif;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-weight: normal;
  background: #c5ad61;
  margin-top: 0;
}
.sec_qa .qa-block .ac_title:after {
  content: none;
}
.sec_qa .qa-block .question {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.sec_qa .qa-block .question:before, .sec_qa .qa-block .question:after {
  content: "";
  position: absolute;
  background: #c5ad61;
  height: 2px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}
.sec_qa .qa-block .question:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sec_qa .qa-block .question.open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .3s;
  transition: .3s;
}
.sec_qa .qa-block .answer {
  margin-left: 0;
  padding: 0 0 0 40px;
}
.sec_qa .qa-block .answer:before {
  content: none;
}
.sec_qa .qa-block .answer:after {
  color: #c5ad61;
  font-size: 22px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  left: 0;
  top: 3px;
}
.sec_qa .qa-block .answer p {
  padding: 0;
}
.sec_qa .qa-block .answer .block {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .sec_qa .qa-block .answer .link_btn.pc-text-right a {
    margin-right: 0;
  }
  .sec_qa .qa-block .answer .link_btn.pc-text-left a {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_qa .qa-block .ac_title {
    font-size: 18px;
    line-height: 1.4;
  }
  .sec_qa .qa-block .ac_title:before {
    margin-top: -8px;
  }
  .sec_qa .qa-block .answer:after {
    top: 5px;
  }
  .sec_qa .qa-block .answer .columns .col_2:not(:last-child) {
    margin-bottom: 20px;
  }
}



/*# sourceMappingURL=sendaiekimaein-style.css.map */