@charset "UTF-8";

/*
Theme Name: 医療法人社団開成会 うえだ歯科
Theme URI: https://www.uedadental.com/
Version: 1.0
*/
/* =====================================
  FOUNDATIONS
===================================== */
@font-face {
  font-family: palace script mt;
  font-weight: 400;
  src: local("Palace Script MT"), url("//fonts.cdnfonts.com/s/18758/Palace script.woff") format("woff");
}

.img_r .elementor-image-box-wrapper {
  display: block !important;
}

.img_r .elementor-image-box-wrapper img {
  vertical-align: bottom;
}

.img_r .elementor-image-box-wrapper .elementor-image-box-img {
  float: right;
}

@media (min-width: 768px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 30px !important;
    margin-left: 30px !important;
  }
}

@media (max-width: 767px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 30px !important;
    display: block;
    float: none;
    width: 90% !important;
    text-align: center;
  }
}

.img_l .elementor-image-box-wrapper {
  display: block !important;
}

.img_l .elementor-image-box-wrapper img {
  vertical-align: bottom;
}

.img_l .elementor-image-box-wrapper .elementor-image-box-img {
  float: left;
}

@media (min-width: 768px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin-right: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 30px !important;
    display: block;
    float: none;
    width: 90% !important;
    text-align: center;
  }
}

a {
  text-decoration: none;
}

/*--------------------------------------
  Elements
--------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  /* font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Noto Serif JP", Sans-serif, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.025em;
  line-height: 1.8;
  padding-top: 0 !important;
}

body.fixed {
  position: fixed;
  width: 100%;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

*:hover {
  text-decoration: none;
  transition: 0.5s;
}

a:focus,
*:focus {
  outline: none;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

a img {
  transition-duration: 0.7s;
}

a:hover img {
  opacity: 0.7;
}

img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

/* =====================================
  ブレイクポイント切替
===================================== */
.tb,
.sp,
.mb,
.tb-only,
.sp-only {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tb-only {
    display: initial;
  }
}

@media (max-width: 1024px) {
  .tb {
    display: initial;
  }

  .pc-tb {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp {
    display: initial;
  }

  .pc,
  .pc-sp {
    display: none;
  }

  .sp-only {
    display: initial;
  }
}

@media (max-width: 480px) {
  .mb {
    display: initial;
  }

  .pc-mb {
    display: none;
  }

  .sp-only {
    display: none;
  }
}

/* elementor fix */
.elementor-container.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0 30px;
}

@media (max-width: 480px) {
  .elementor-container.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {

  body:not(.home) .elementor-column.elementor-col-25,
  body:not(.home) .elementor-column[data-col="25"],
  body:not(.home) .elementor-column.elementor-col-33,
  body:not(.home) .elementor-column[data-col="33"],
  body:not(.home) .elementor-column.elementor-col-50,
  body:not(.home) .elementor-column[data-col="50"] {
    width: 100%;
  }
}

/* =====================================
  LAYOUTS
===================================== */
/*--------------------------------------
	追加
--------------------------------------*/
/*-------------- 
見出し
--------------*/
.p-under__hBg h1 {
  font-size: 36px;
  padding: 25px 5px;
  margin-bottom: 40px;
  line-height: 1.2;
  /* font-family: "リュウミン M-KL", "Ryumin Medium KL", sans-serif; */
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-align: center;
  background: #0b452d;
  color: #fff;
  letter-spacing: 0.2em;
}

.heading_h2 h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 11px 0 10px 30px;
  line-height: 1.2;
  color: #454545;
  letter-spacing: 1px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-bottom: 3px solid #0b452d;
  border-radius: 2px 2px 0 0;
  margin-bottom: 15px !important;
  position: relative;
}

.heading_h2 h2:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2.5px solid #0b452d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
}

@media screen and (max-width:480px) {
  .heading_h2 h2 {
    padding: 11px 0 10px 33px;
  }

  .heading_h2 h2:before {
    top: 13px;
    transform: none;
  }
}

.heading_h3 h3 {
  line-height: 1.4;
  margin-top: 15px;
  padding: 3px 0 4px 11px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  border-left: 5px solid #0b452d;
}

.heading_h4 h4 {
  color: #0b452d;
  letter-spacing: 0.1em;
  font-size: 17px;
  font-weight: 600;
  padding-left: 20px;
}

.heading_h4 h4:before {
  content: "";
  position: absolute;
  background: #0b452d;
  top: 50%;
  left: 0;
  margin-top: -5px;
  height: 10px;
  width: 10px;
}

/* トップページ h3 */
.clinic_title h3.elementor-heading-title {
  font-size: 24px;
  font-weight: 600;
  color: #0b452d;
  position: relative;
  letter-spacing: 0.1em;
}

.clinic_title h3.elementor-heading-title:after {
  content: "";
  width: 50%;
  border: 0.5px solid #0b452d;
  position: absolute;
  top: 50%;
  right: 0;
}

@media screen and (max-width:960px) {
  .clinic_title h3.elementor-heading-title:after {
    width: 35%;
  }
}

@media screen and (max-width:767px) {
  .clinic_title h3.elementor-heading-title:after {
    /* display: none; */
  }
}

/*-------------- 
フォント調整
--------------*/
p.bold {
  font-weight: bold;
}

/*-------------- 
間隔調整
--------------*/
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0 !important;
}

div#mainimage {
  margin-bottom: 40px;
}

.l-main {
  /* margin-top: 40px; */
}

.content_wrapper,
.l-footer__wrap {
  max-width: 960px;
  margin: 0 auto;
}

.elementor-widget-text-editor .elementor-widget-container {
  padding-bottom: 20px;
}

/* 画像ギャラリー */
#gallery #gallery-1 .gallery-item {
  width: 100%;
}

#gallery #gallery-1 .gallery-item:nth-of-type(3n) {
  padding-right: 0;
}

@media screen and (max-width:960px) {

  .content_wrapper,
  .l-footer__wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width:767px) {
  .l-footer__wrap {
    padding: 0 20px 20%;
  }

  .elementor-element.elementor-element-4120bbd>.elementor-widget-container {
    margin: 15px 0px 0px 0px;
  }
}

@media screen and (max-width:480px) {
  .content_wrapper {
    padding: 0;
  }

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

  .img_box .elementor-widget-container {
    padding-bottom: 20px;
  }
}

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

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

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

.icon-list {
  margin-bottom: 15px !important;
}

/*-------------- 
横並び調整
--------------*/
.flex {
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  flex-wrap: wrap;
}

.flex_sp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.l-main>.flex,
#blogList>.flex,
#blogDetail>.flex {
  align-items: normal;
}

.between {
  justify-content: space-between;
}

.around {
  justify-content: space-around;
}

.center {
  /* display: none; */
  justify-content: center;
}

.contents_bottom__flex>div {
  width: 50%;
  padding: 0 10px;
}

@media screen and (max-width:480px) {
  .flex_sp {
    display: block;
  }

  .contents_bottom__flex>div {
    width: 100%;
    padding: 0;
  }

  .reverse,
  .reverse>div {
    flex-direction: column-reverse;
  }
}

/* テキスト回り込み */
.text-outside .elementor-image-box-wrapper {
  display: block !important;
  /* flex-direction: row-reverse; */
}

.text-outside figure.elementor-image-box-img {
  float: right;
  width: 37% !important;
  margin-bottom: 20px !important;
}

@media screen and (max-width:767px) {
  .text-outside figure.elementor-image-box-img {
    float: none;
    width: 100% !important;
  }
}

/*-------------- 
内部セクション
--------------*/
/* ２カラム */
.column_2>div>div:first-child {
  padding-right: 10px;
}

.column_2>div>div:nth-child(2) {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .column_2>div>div:first-child {
    padding-right: 0;
  }

  .column_2>div>div:nth-child(2) {
    padding-left: 0;
  }
}

/*-------------- 
テーブル
--------------*/
/* 汎用 */
.table_general {
  margin-bottom: 30px;
}

.table_general table {
  display: table;
  table-layout: auto;
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.table_general table th,
.table_general table td {
  font-weight: 600;
  border: 1px solid #0b452d;
  padding: 10px;
  border-left: none;
  border-right: none;
  background: none;
}

.table_general table td {
  font-weight: 400;
  border: 1px solid #cccccc;
  border-left: none;
  border-right: none;
}

.table_general table th {
  width: 30%;
}

/* 診療時間 */
.table_week table {
  width: 100%;
}

.table_week table th,
.table_week table td {
  text-align: center;
  padding: 8px 0;
}

.table_week table td {
  color: #5a907a;
}

.table_week table thead th {
  background: #ffffff;
  border-top: none;
  border-bottom: 1px solid #cfcfcf;
  width: 10%;
}

.table_week table tbody tr {
  border-bottom: 1px solid #cfcfcf;
}

.table_week table tbody th {
  width: 28%;
}

.hf table tbody th {
  width: 30%;
}

/*--------------------------------------
	Container
--------------------------------------*/
.container {
  width: 100%;
  max-width: 1096px;
  margin: 0 auto;
  /* padding: 0 30px; */
}

@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

#side_contents {
  width: 23%;
  margin-right: 2%;
}

#main_contents {
  width: 73%;
  margin-left: 2%;
  /* margin-top: -1460px; */
}

@media (max-width: 480px) {
  #side_contents {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
  }

  #main_contents {
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }
}

/*--------------------------------------
	Header
--------------------------------------*/
.fixedBg {
  background: rgba(255, 255, 255, 0.7);
}

.l-header__wrap {
  padding: 20px 0;
}

.l-header__logo {
  width: 41%;
}

.l-header__right {
  width: 45%;
  margin-left: 15px;
}

ul.header__info_tel {
  margin-bottom: 12px;
}

ul.header__info_tel li {
  width: 48%;
}

ul.header__info_tel li:nth-child(2) {
  margin-left: 10px;
}

/*-------------- 
Global Navi 
--------------*/
.l-header__gnav_list {
  margin-top: 20px;
}

.l-header__gnav_list li {
  width: calc(100% / 6);
  box-sizing: border-box;
  text-align: center;
  border-left: 1px solid #ccc;
}

.l-header__gnav_list li:last-child {
  border-right: 1px solid #ccc;
}

.l-header__gnav_list li a {
  display: block;
  padding: 5px 0;
}

.l-header__gnav_list li a:hover {
  background: #0b452d;
}

.l-header__gnav_list li a:hover span {
  color: #ffffff;
  text-decoration: none;
}

.l-header__gnav_list li a span {
  font-size: 16px;
  color: #535353;
}

@media screen and (max-width:960px) {
  .l-header__gnav_list li a span {
    font-size: 85%;
  }
}

@media screen and (max-width:767px) {
  .l-header__logo {
    width: 55%;
  }

  .l-header__right {
    width: calc(45% - 10px);
    margin-left: 10px;
  }

  .header__info_sp ul li {
    width: 30%;
  }
}

@media screen and (max-width:480px) {
  .l-header__wrap {
    padding: 20px 0;
  }

  .l-header__wrap>.flex {
    padding: 0 5px;
  }
}

/*--------------
Global Navi　DropDown 
--------------*/
.dropdown {
  position: relative;
}

.dropdown_list {
  visibility: hidden;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.dropdown_list li {
  width: 100%;
  margin: 0;
  border-left: none;
  border-right: none !important;
  border-bottom: 1px solid #fff;
  background: #2fa976;
}

.dropdown_list li:first-child {
  border-top: 1px solid #fff;
}

.dropdown_list li:last-child {
  border-bottom: none;
}

.dropdown_list li a {
  padding: 5px 0;
}

.dropdown_list li a span {
  font-size: 14px;
  color: #ffffff;
}

@media screen and (max-width:960px) {
  .dropdown_list li a span {
    font-size: 12px;
  }
}

.dropdown:hover {
  background: #0b452d;
}

.dropdown:hover>a span {
  color: #ffffff;
}

.dropdown:hover .dropdown_list {
  visibility: visible;
}

.dropdown_list li a:hover {
  background: #5fd5a5;
}

/*--------------
Global Navi　SP
--------------*/
.l-header__gnav_sp {
  display: none;
  height: auto;
  width: 100%;
  margin-top: 10px;
}

.gnav_sp_list li {
  background: #87caae;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
}

.gnav_sp_list li:last-child {
  border-bottom: none;
}

.gnav_sp_list li a {
  display: block;
  padding: 12px 20px;
}

.gnav_sp_list li a span {
  color: #fff;
}

.accordion_list {
  display: none;
}

li.accordion {
  position: relative;
}

li.accordion:after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: .3s;
  position: absolute;
  right: 15px;
  top: 20px;
  transform: rotate(45deg) translateX(-40%);
}

li.accordion.active:after {
  transform: rotate(225deg);
}

ul.accordion_list li {
  background: #2fa976;
}

.accordion_list li:first-child {
  border-top: 1px solid #fff;
}

.accordion_list li a {
  font-size: 95%;
  padding-left: 40px;
}

/*--------------------------------------
	Main
--------------------------------------*/
/*--------------------------------------
  Side
--------------------------------------*/
.l-side {
  /* position: fixed;
  z-index: 10;
  top: 66vh;
  right: 0; */
  width: 100%;
  /* max-width: 65px; */
}

.l-side ul {
  display: flex;
  flex-direction: column;
}

.l-side ul img {
  width: 100%;
}

.side_menu p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  /* font-family: "リュウミン M-KL", "Ryumin Medium KL", sans-serif; */
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1.4;
  padding: 12px 2px;
  letter-spacing: 0.1em;
  border-radius: 4px 4px 0 0;
  border: 2px solid #316c53;
  /* background: #0b452d; */
  background: -webkit-linear-gradient(top, #1a5b40 0%, #0b452d 100%);
}

.side_menu_list {
  background: #ffffff;
  padding: 0 11px;
  border: 1px solid #c6c6c6;
  border-top: none;
}

.side_menu_list li {
  line-height: 1;
  border-bottom: 1px dotted #cccccc;
  position: relative;
}

.side_menu_list li a {
  display: block;
  font-size: 15px;
  padding: 20px 15px 20px 25px;
}

.side_menu_list li a:before {
  content: "";
  display: inline-block;
  border-left: 6px solid #0b452d;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 23.5px;
  left: 7px;
}

.side_menu_list li a:hover {
  color: #0f8554;
}

/*--------------------------------------
  Content bottom
--------------------------------------*/
/*--------------------------------------
  Footer
--------------------------------------*/
.l-footer {
  background: #cce3d9;
  padding: 25px 0;
}

.footer_navi_list {
  margin-bottom: 15px;
}

.footer_navi_list ul li {
  line-height: 3rem;
}

.footer_navi_list ul li a {
  padding: 0 15px;
  border-right: 1px solid #666;
}

.footer_navi_list ul li a:hover {
  color: #0f8554;
  text-decoration: underline;
}

.footer_navi_list ul li:last-child a {
  border-right: none;
}

.copyright {
  font-size: 14px;
  text-align: center;
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
  Global navigation
--------------------------------------*/
.c-gnav {
  width: 100%;
}

@media (max-width: 767px) {
  .c-gnav {
    position: fixed !important;
    top: 74.55px !important;
    left: 0;
    z-index: 100;
    padding: 20px 40px 0;
    display: none;
    width: 100%;
    height: calc(100% - 74.55px);
    background: #fff;
    overflow-y: scroll;
  }
}

@media (max-width: 480px) {
  .c-gnav {
    top: 51.62px !important;
    height: calc(100% - 51.62px);
  }
}

.c-gnav .menu {
  display: flex;
}

@media (max-width: 767px) {
  .c-gnav .menu {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
}

.c-gnav .menu>li {
  position: relative;
  width: 15.66%;
}

@media (max-width: 767px) {
  .c-gnav .menu>li {
    width: 100%;
  }

  .c-gnav .menu>li:after {
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #071d5b 6px, transparent 6px);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}

.c-gnav .menu>li:first-child {
  width: 16.66%;
}

@media (max-width: 767px) {
  .c-gnav .menu>li:first-child {
    width: 100%;
  }

  .c-gnav .menu>li:first-child:before {
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #071d5b 6px, transparent 6px);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}

.c-gnav .menu>li:nth-child(4) {
  width: 20.66%;
}

@media (max-width: 767px) {
  .c-gnav .menu>li:nth-child(4) {
    width: 100%;
  }
}

.c-gnav .menu>li:last-child {
  width: 16.66%;
}

@media (max-width: 767px) {
  .c-gnav .menu>li:last-child {
    width: 100%;
  }
}

.c-gnav .menu>li>a {
  display: block;
  padding: 10px 0 0;
  font-size: min(1.46vw, 3rem);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  color: #000;
  transition-duration: 0.4s;
}

@media (max-width: 767px) {
  .c-gnav .menu>li>a {
    padding: 20px 0 10px;
    font-size: 1.6rem;
    text-align: left;
  }
}

.c-gnav .menu>li>a:hover {
  background: #f6f2ed;
  color: #da4c57;
}

@media (min-width: 768px) {
  .c-gnav .menu>li>a:hover+.sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}

.c-gnav .menu>li>a:hover .menu-item-description {
  color: #071d5b;
}

.c-gnav .menu .menu-item-description {
  display: block;
  font-family: "Shippori Mincho";
  font-size: min(1.15vw, 2.4rem);
  font-weight: 700;
  color: #da4c57;
}

@media (max-width: 767px) {
  .c-gnav .menu .menu-item-description {
    font-size: 1.2rem;
  }
}

.c-gnav .menu .menu-item-has-children>a {
  transition-duration: 0.7s;
}

@media (max-width: 767px) {
  .c-gnav .menu .menu-item-has-children>a:after {
    content: "＋";
    margin-left: 1.38em;
    font-size: 1.1em;
    transition-duration: 0.7s;
  }
}

.c-gnav .menu .menu-item-has-children.hover>a:after {
  content: "−";
}

.c-gnav .menu .menu-item-has-children.hover .parent+.sub-menu {
  opacity: 1;
  height: auto;
}

.c-gnav .sub-menu {
  position: absolute;
  padding: 10px 0;
  width: 100%;
  background: rgba(229, 161, 29, 0.8);
  transition-duration: 0.7s;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .c-gnav .sub-menu {
    position: relative;
    padding: 0;
    transition-duration: 1.5s;
    opacity: 0;
    height: 0;
    overflow: hidden;
    background: rgba(185, 218, 225, 0.8);
  }
}

.c-gnav .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}

.c-gnav .sub-menu li a {
  display: block;
  padding: 4px;
  text-align: center;
  color: #fff;
}

.c-gnav .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.c-gnav .bnrs li {
  text-align: center;
}

.c-gnav .bnrs li:not(:last-child) {
  margin-bottom: 20px;
}

.c-gnav .bnrs li img {
  max-width: 260px;
}

/* ハンバーガーメニュー */
.toggleMenu {
  display: none;
  z-index: 11;
  cursor: pointer;
}

@media (max-width: 767px) {
  .toggleMenu {
    margin: 22px 18px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .toggleMenu {
    margin: 15px 12px 0 0;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 45px;
  height: 30px;
  text-align: center;
}

@media (max-width: 480px) {
  .menu-trigger {
    width: 30px;
    height: 20px;
  }
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #071d5b;
}

@media (max-width: 480px) {
  .menu-trigger span {
    height: 1px;
  }
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: calc(50% - 1px);
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.toggleMenu.active .menu-trigger span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  top: 0;
}

.toggleMenu.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.toggleMenu.active .menu-trigger span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
  bottom: 8px;
}

@media (max-width: 480px) {
  .toggleMenu.active .menu-trigger span:nth-of-type(3) {
    bottom: -1px;
  }
}

/* -------------------------------------
	Bread
------------------------------------- */
.bread {
  max-width: 1060px;
  margin: 14px auto 5px;
  padding: 0 5px;
  width: 100%;
  text-align: right;
  line-height: 1.3;
}

.bread li {
  font-size: 1.2rem;
  color: #555;
  letter-spacing: 0.05em;
  display: inline;
}

.bread li+li:before {
  padding-right: 0.3em;
  content: ">";
}

.bread li a {
  color: #999;
  /* text-decoration: underline; */
  vertical-align: baseline;
}

.bread li a:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
  .bread {
    max-width: 1060px;
    margin: 14px auto 5px;
    padding: 0 20px;
  }
}

/*--------------------------------------
  Pagetop
--------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  transition-duration: 0.7s;
}

@media (max-width: 767px) {
  .pagetop {
    display: none;
    bottom: 15vw;
  }
}

.pagetop a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #0f8554;
}

.pagetop a:after {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  background: url("/wp-content/themes/basic_tpl/img/ico-arrow01.svg") no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
}

.pagetop a:hover {
  opacity: 0.7;
}

.pagetop span {
  display: none;
}

.pagetop.scrollOn {
  opacity: 0;
}

/*--------------------------------------
  Buttons
--------------------------------------*/
/*--------------------------------------
  Tables
--------------------------------------*/
/*--------------------------------------
  Lists
--------------------------------------*/
/*--------------------------------------
  Link indexes
--------------------------------------*/
.link_indexes li a {
  position: relative;
}

.link_indexes li a:before {
  content: "";
  margin-right: 10px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #da4c57;
  transition-duration: 0.7s;
}

.link_indexes li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background-image: linear-gradient(to right, #da4c57 6px, transparent 6px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.link_indexes li a:hover:before {
  transform: rotate(90deg);
}

.link_indexes li a:hover:after {
  -webkit-animation: hover-anchorLinks 0.4s forwards;
  animation: hover-anchorLinks 0.4s forwards;
}

/* ホバー時二重線 */
@-webkit-keyframes hover-anchorLinks {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes hover-anchorLinks {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/*--------------------------------------
  Step box
--------------------------------------*/
.stepBox .next:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 60px);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #ebe4d9;
}

@media (max-width: 767px) {
  .stepBox .next:after {
    bottom: -20px;
    left: calc(50% - 40px);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #ebe4d9;
  }
}

.stepBox sup {
  margin-right: 0.5em;
  padding: 0.1em 0.5em 0.2em;
  background: #cbaf84;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  vertical-align: baseline;
}

.stepBox.v2 {
  margin: 0 auto;
  max-width: 700px;
}

.stepBox.v2.next:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 60px);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #da4c57;
}

@media (max-width: 767px) {
  .stepBox.v2.next:after {
    bottom: -22px;
    left: calc(50% - 40px);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #da4c57;
  }
}

.stepBox.v2 .label-no {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #da4c57;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}

.stepBox.v2 .elementor-widget-container p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------
  Q&A
--------------------------------------*/
.block-qa .elementor-image-box-title,
.block-qa .elementor-image-box-description {
  position: relative;
  padding: 1.8vw 0 0 8.4vw;
}

@media (max-width: 767px) {

  .block-qa .elementor-image-box-title,
  .block-qa .elementor-image-box-description {
    padding: 5px 0 0 58px;
  }
}

@media (max-width: 480px) {

  .block-qa .elementor-image-box-title,
  .block-qa .elementor-image-box-description {
    margin-bottom: 0.6em;
    padding: 5px 0 0 54px;
  }
}

.block-qa .elementor-image-box-title:before,
.block-qa .elementor-image-box-description:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.1em 0.1em 0 0;
  width: min(6.51vw, 125px);
  height: min(6.51vw, 125px);
  line-height: min(6.51vw, 125px);
  border-radius: 50%;
  background: #da4c57;
  font-family: "Palace Script MT";
  font-size: min(5.2vw, 100px);
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {

  .block-qa .elementor-image-box-title:before,
  .block-qa .elementor-image-box-description:before {
    padding: 2px 7px 0 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 3.6rem;
  }
}

@media (max-width: 480px) {

  .block-qa .elementor-image-box-title:before,
  .block-qa .elementor-image-box-description:before {
    padding: 1px 6px 0 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 3.4rem;
  }
}

.block-qa .elementor-image-box-title {
  margin-bottom: 1.2em;
  font-size: min(2vw, 48px);
}

@media (max-width: 767px) {
  .block-qa .elementor-image-box-title {
    font-size: max(2vw, 2rem);
  }
}

.block-qa .elementor-image-box-description:before {
  content: "A";
  background: #191144;
}

/*--------------------------------------
  Top Slider Elementor Carousel
--------------------------------------*/
.top-slider.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 0;
}

.top-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.top-slider .swiper-pagination-custom,
.top-slider .swiper-pagination-fraction {
  bottom: 45px;
}

@media (max-width: 1920px) {

  .top-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .top-slider .swiper-pagination-custom,
  .top-slider .swiper-pagination-fraction {
    bottom: 2.34vw;
  }
}

@media (max-width: 1024px) {

  .top-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .top-slider .swiper-pagination-custom,
  .top-slider .swiper-pagination-fraction {
    bottom: 20px;
  }
}

@media (max-width: 767px) {

  .top-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .top-slider .swiper-pagination-custom,
  .top-slider .swiper-pagination-fraction {
    bottom: 2.66vw;
  }
}

.top-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 30px;
}

@media (max-width: 1920px) {
  .top-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.6vw;
  }
}

@media (max-width: 1024px) {
  .top-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .top-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.66vw;
  }
}

.top-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 1;
}

@media (max-width: 1920px) {
  .top-slider .swiper-pagination-bullet {
    width: 0.74vw;
    height: 0.74vw;
  }
}

@media (max-width: 767px) {
  .top-slider .swiper-pagination-bullet {
    width: 1.8vw;
    height: 1.8vw;
  }
}

.top-slider .swiper-pagination-bullet-active {
  background: #606060;
}

/*--------------------------------------
  Newsbox
--------------------------------------*/
.newsWrap {
  margin-top: 6%;
}

.newsWrap dl {
  padding-bottom: 0.4em;
  display: flex;
  align-items: center;
  border-bottom: 4px solid #071d5b;
  font-size: min(1.25vw, 2.4rem);
}

@media (max-width: 1024px) {
  .newsWrap dl {
    border-bottom: 2px solid #071d5b;
  }
}

.newsWrap dt {
  padding: 4px 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(2.92vw, 56px);
  background: #da4c57;
  border-radius: 50px;
  text-align: center;
  color: #fff;
}

@media (max-width: 1024px) {
  .newsWrap dt {
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  .newsWrap dt {
    padding: 4px 2vw;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 480px) {
  .newsWrap dt {
    height: 20px;
    padding: 8px 10px;
    font-size: 1.3rem;
  }
}

.newsWrap .newsLabel {
  margin: 0 0 0 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 4.5em;
  height: min(2vw, 40px);
  background: #cbaf84;
  border-radius: min(0.52vw, 10px);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: min(1vw, 2rem);
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .newsWrap .newsLabel {
    max-width: 40px;
    height: 16px;
    border-radius: 10px;
    font-size: 1.1rem;
  }
}

.newsWrap dd {
  margin-left: min(1.58vw, 38px);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 480px) {
  .newsWrap dd {
    font-size: 1.4rem;
  }
}

.newsWrap>a:not(:last-child) dl {
  margin-bottom: min(8%, 60px);
}

.newsWrap a:hover {
  opacity: 0.7;
}

/*--------------------------------------
  Loop slider
--------------------------------------*/
.loopslider,
.loopslider2 {
  margin: 0 auto;
  width: 100%;
  padding-top: 14%;
  text-align: left;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1920px) {

  .loopslider,
  .loopslider2 {
    padding-top: 270px;
  }
}

.loopslider ul,
.loopslider2 ul {
  overflow: hidden;
  display: inline-block;
  overflow: hidden;
}

.loopslider ul li,
.loopslider2 ul li {
  width: 100%;
  height: 14%;
  float: left;
  display: inline;
  overflow: hidden;
}

@media (min-width: 1920px) {

  .loopslider ul li,
  .loopslider2 ul li {
    height: 270px;
  }
}

.loopslider ul:after,
.loopslider2 ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.loopslider2 ul {
  float: right;
}

.loopslider2 ul li {
  float: right;
}

/*--------------------------------------
  Sp cv
--------------------------------------*/
.sp-cv {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition-duration: 0.7s;
}

@media (max-width: 767px) {
  .sp-cv {
    display: initial;
  }
}

.sp-cv ul {
  display: flex;
}

.sp-cv ul li {
  width: 42%;
  height: 16vw;
}

.sp-cv ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  font-size: max(4.3vw, 16px);
}

.sp-cv ul li:first-child a {
  /* border: 2px solid #fff; */
  color: #fff;
  border-right: 1px solid #fff;
  background: #0f8554;
}

.sp-cv ul li:first-child a:before {
  content: "";
  margin-right: 0.6em;
  display: inline-block;
  background: url(/wp-content/uploads/image/ico_footer-cv_tel.svg) no-repeat center center/100%;
  width: 22px;
  height: 22px;
}

.sp-cv ul li:nth-child(2) a {
  /* border: 2px solid #fff; */
  color: #fff;
  border-right: 1px solid #fff;
  background: #0f8554;
}

.sp-cv ul li:nth-child(2) a:before {
  content: "";
  margin-right: 0.6em;
  display: inline-block;
  background: url(/wp-content/uploads/image/ico_footer-cv_tel.svg) no-repeat center center/100%;
  width: 22px;
  height: 22px;
}

.sp-cv ul li:last-child {
  width: 16%;
}

.sp-cv ul li:last-child a {
  padding-left: 4px;
  background: #2fa976;
  flex-wrap: wrap;
  font-size: max(4.8vw, 18px);
  color: #fff;
}

.sp-cv ul li:last-child a:before {
  content: "";
  position: relative;
  top: max(3.46vw, 13px);
  left: -2px;
  display: block;
  width: max(5.33vw, 20px);
  height: max(5.33vw, 20px);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}

.sp-cv ul li img {
  width: 100%;
}

/*--------------------------------------
  Top
--------------------------------------*/
/*--------------------------------------
  Under
--------------------------------------*/
/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

/* clears */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.cl {
  clear: both !important;
}

.u-text--hide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* align */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* elementor fix */
.elementor-container.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0 30px;
}

@media (max-width: 480px) {
  .elementor-container.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {

  body:not(.home) .elementor-column.elementor-col-25,
  body:not(.home) .elementor-column[data-col="25"],
  body:not(.home) .elementor-column.elementor-col-33,
  body:not(.home) .elementor-column[data-col="33"],
  body:not(.home) .elementor-column.elementor-col-50,
  body:not(.home) .elementor-column[data-col="50"] {
    width: 100%;
  }
}

/* =====================================
■ Top News
===================================== */
#topNews {
  padding: 10px 15px;
  margin-bottom: 30px;
}

/* 見出し */
#topNews .contentsBoxTitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  padding: 0 5px 5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #c8c9c9;
}

/* #topNews .news_icon:before {
  content: url(/wp-content/uploads/image/icon_info_list.webp);
  vertical-align: middle;
  margin-right: 5px;
} */

li.news_content:first-child .news_date:after {
  content: "NEW";
  font-size: 12px;
  color: #fff;
  padding: 3px 5px;
  margin-left: 10px;
  background-color: #c00000;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

/* 記事リスト */
#topNews .posts_list .news_content {
  border-bottom: 1px solid #c8c9c9;
  color: #333333;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 0 5px 8px;
}

#topNews .news_date {
  font-weight: bold;
  color: #515151;
}

#topNews .news_content a:hover {
  color: #D10D12;
  text-decoration: underline;
}

@media (max-width: 480px) {
  #topNews {
    padding: 15px;
    margin-bottom: 30px;
    border: 1.5px solid #ccc;
    border-radius: 2px;
  }
}

.elementor-8 .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: #01653b!important;
    text-decoration: underline;
}

.bnrs_reserve {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .bnrs_reserve {
    flex-direction: column;
    gap: 15px;
  }
}

.link_indexes2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.link_indexes2 ul li {
  width: calc(50% - 10px);
}
.link_indexes2 ul li a {
  padding-left: 30px;
  position: relative;
  transition-duration: .4s;
}
.link_indexes2 ul li a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #0b452d;
  border-radius: 50%;
}
.link_indexes2 ul li a:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0b452d;
  border-right: 1px solid #0b452d;
  transform: rotate(45deg);
  transition-duration: .4s;
}
.link_indexes2 ul li a .elementor-icon-list-text {
  position: relative;
}
.link_indexes2 ul li a .elementor-icon-list-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #0b452d;
  transition-duration: .4s;
}
.link_indexes2 ul li a:hover {
  color: #0b452d;
}
.link_indexes2 ul li a:hover:after {
  top: 10px;
  left: 7px;
  transform: rotate(135deg);
}
.link_indexes2 ul li a:hover .elementor-icon-list-text:after {
  animation: indexes_hover .4s forwards;
}
@media (max-width: 767px) {
  .link_indexes2 ul li {
    width: 100%;
  }
}

@keyframes indexes_hover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}