@charset "UTF-8";
:root {
  --text-color: #333333;
  --main_color: #3fb264;
  --sub_color: #f29965;
  --sp-submenu-wrap-subTitle: #333333;
  --font-serif: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  --font-yugo: "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, sans-serif;
}

body {
  font-family: var(--font-yugo);
  color: var(--text-color);
  line-height: 1.875;
  letter-spacing: 0;
  font-size: 16px;
  overflow-x: hidden;
  font-weight: 600;
}

a,
a img {
  transition: none;
}

a,
a:visited {
  color: var(--text-color);
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  cursor: pointer;
}

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

.mainblock img {
  max-width: 100%;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

#header > .inner,
.header_info > .inner,
#nav > .inner,
#contents > .inner,
#footer .inner {
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

.page-sitemap #contents > .inner {
  margin-bottom: 1em !important;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

.topinner {
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

.section:not(:last-child) {
  margin-bottom: clamp(50px, 6vw, 80px);
}

body:not(.home) #contents #main {
  margin-bottom: clamp(50px, 4.8vw, 60px);
}

.color01 {
  color: var(--main_color);
}

.color02 {
  color: var(--sub_color);
}

.bgcolor01 {
  display: inline-block;
  background: var(--sub_color);
  padding: 0 5px;
}

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

.text-center {
  text-align: center !important;
}

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

@media (max-width: 767px) {
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
}
.mt0 {
  margin-top: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt11 {
  margin-top: 11px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt17 {
  margin-top: 17px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mt19 {
  margin-top: 19px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb11 {
  margin-bottom: 11px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

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

.mb16 {
  margin-bottom: 16px !important;
}

.mb17 {
  margin-bottom: 17px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mb19 {
  margin-bottom: 19px !important;
}

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

@media screen and (max-width: 767px) {
  #header > .inner,
  #nav > .inner {
    max-width: 100%;
  }
  .home #contents > .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  #contents #main {
    min-height: 600px;
  }
  .caegory-in-blog #main,
  .single-in-blog #main {
    float: right;
    width: 72%;
  }
  .caegory-in-blog #aside,
  .single-in-blog #aside {
    float: left;
    width: 24%;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .spbr {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pcbr {
    display: block !important;
  }
}
@media (min-width: 1250px) {
  .pcbr02 {
    display: block !important;
  }
}
@media (max-width: 1249px) {
  .spbr02 {
    display: block !important;
  }
}
@media (min-width: 768px) {
  #tinymce img.alignright,
  #tinymce img.alignleft,
  .mainblock img.alignright,
  .mainblock img.alignleft {
    max-width: 34%;
  }
  .mainblock .alignright {
    float: right;
    margin: 0 0 10px 2%;
  }
  .mainblock .alignleft {
    float: left;
    margin: 0 2% 10px 0;
  }
}
@media (max-width: 767px) {
  .alignright,
  .alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
/* ↓制作時 以下削除 */
@media (min-width: 768px) {
  body:not(.home) header .header_logo {
    text-align: center;
  }
  header {
    padding: 20px 0;
    z-index: 100;
  }
}
@media (max-width: 767px) {
  header {
    top: 0;
    left: 0;
    background: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    z-index: 10;
  }
  header .header_logo {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  header #toggle {
    position: absolute;
    width: 60px;
    top: 0;
    right: 0;
    display: block;
    line-height: 1;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  #header {
    background: #fff;
  }
  #header > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
  }
  #header > .inner:before, #header > .inner:after {
    display: none;
  }
  #header > .inner .header_logo {
    width: 25%;
  }
  #header > .inner #nav .inner {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  #header .header_logo {
    position: relative;
    z-index: 1;
  }
  #header .header_info {
    margin: auto;
    left: 0;
    right: 0;
    top: 15px;
    bottom: auto;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 0;
    text-align: right;
  }
  #header .header_info .hdr_tel {
    font-size: 20px;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  #header {
    position: sticky;
  }
}
#header > .inner {
  max-width: none !important;
  width: 100% !important;
}

@media (min-width: 768px) {
  #header .menu {
    margin-right: 5px;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .header_logo {
    margin-left: 20px;
  }
}

.header_info_list {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-right: 30px;
}
.header_info_list .btn-style {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.header_info_list .btn-style a {
  width: 200px;
  font-size: 20px;
  font-weight: bold;
  max-width: none;
  padding: 4px 30px 6px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header_info_list .btn-style a:hover {
    opacity: 0.7;
  }
}
.header_info_list .btn-style a::after {
  width: 15px;
  height: 15px;
}
.header_info_list .btn-style a .icon {
  position: relative;
  padding-left: 32px;
}
.header_info_list .btn-style a .icon:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 19px;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(../img/common/h_info_icon01.png) no-repeat center center/contain;
}
.header_info_list .header_info_insta a {
  border-color: #b07dc7;
  background: #b07dc7;
}
.header_info_list .header_info_insta a::after {
  background: url(../img/common/btn_arrow02.png) no-repeat center center/contain;
}
.header_info_list .header_info_insta a .icon {
  padding-left: 27px;
}
.header_info_list .header_info_insta a .icon:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(../img/common/h_info_icon02.png) no-repeat center center/contain;
}

#header #toggle img {
  width: 60px;
}
@media (max-width: 767px) {
  #header .header_logo {
    width: 240px;
  }
}

#header.header_scroll {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

/* ↓制作時 以下削除 */
footer .primary_block {
  margin-bottom: 0 !important;
}
footer .primary_block .col {
  box-sizing: border-box;
}
footer .nav_area {
  background: #e1e4e6;
  padding: clamp(20px, 4.2vw, 60px);
}
footer h2 {
  font-family: var(--font-serif);
  color: var(--main_color);
  font-size: clamp(24px, 2.4vw, 30px);
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: clamp(10px, 2.56vw, 32px);
}
footer .menu_list li {
  line-height: 1.875;
}
footer .menu_list li a {
  text-decoration: none;
  padding-left: 16px;
  position: relative;
  letter-spacing: 0.08em;
  transition: 0.3s;
}
footer .menu_list li a:before {
  content: "";
  background: #333;
  width: 5px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
footer .menu_list li a:hover {
  color: var(--main_color);
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer .nav_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .googlemap {
    padding-bottom: 300px;
  }
  footer .menu_list:last-child {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  footer .primary_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  footer .primary_block .col {
    height: 500px;
  }
  footer .primary_block .nav_area {
    display: flex;
    align-items: center;
  }
  footer .primary_block .googlemap {
    padding-bottom: 0;
    height: 100%;
  }
  footer .primary_block .ftr_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 70px;
  }
  footer .primary_block .menu_column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px clamp(20px, 2.6vw, 60px);
  }
}

/* ↑制作時 以下削除 */
.copyright {
  background: #dbefe1;
  text-align: center;
  padding: 20px 0 140px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .copyright {
    padding-bottom: calc(150px + env(safe-area-inset-bottom));
  }
}

footer .inner {
  width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 20px) !important;
}
@media (min-width: 768px) {
  footer .inner {
    max-width: calc(100% - 40px) !important;
  }
}

footer {
  background: #e9f8ed;
  padding-top: 80px;
  position: relative;
}
@media (min-width: 768px) {
  footer {
    padding-top: 180px;
  }
}
footer .footer_top {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  footer .footer_top {
    padding-bottom: 120px;
  }
}
footer:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  aspect-ratio: 2000/60;
  top: -1px;
  left: 0;
  background: url(../img/top/wave02.png) no-repeat center center/cover;
}
footer .f_row {
  gap: 96px;
}
@media (min-width: 768px) {
  footer .f_row {
    display: flex;
  }
}
@media (min-width: 768px) {
  footer .f_row .col_l {
    width: 47.5%;
  }
}
footer .f_row .col_l .f_logo {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer .f_row .col_l .f_logo {
    text-align: center;
  }
}
@media (min-width: 768px) {
  footer .f_row .col_l .f_logo {
    margin-bottom: 50px;
  }
}
footer .f_row .col_l .f_logo img {
  width: 320px;
}
@media (min-width: 768px) {
  footer .f_row .col_l .f_logo img {
    width: 439px;
  }
}
footer .f_row .col_r {
  flex: 1;
}
footer .f_row .col_r .ftr_nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
@media (max-width: 767px) {
  footer .f_row .col_r .ftr_nav {
    margin-top: 30px;
  }
}

#nav .menu > li > a {
  cursor: pointer;
}

@media (min-width: 768px) {
  #nav {
    left: 0;
    z-index: 100;
    top: 0;
    left: 0;
  }
  #nav .menu {
    display: flex;
  }
  #nav .menu li a {
    text-decoration: none;
  }
  #nav .menu > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.3s ease;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    line-height: 1.5;
    font-weight: 700;
    padding-left: 25px;
    padding-right: 25px;
  }
  #nav .menu > li > a .en {
    font-size: 14px;
    color: var(--main_color);
  }
  #nav .menu > li > a:hover {
    background: var(--main_color);
    color: #fff;
    transition: 0.3s ease;
  }
  #nav .menu > li > a:hover .en {
    color: #fff;
  }
  #nav .menu > li.menu-item-has-children {
    position: relative;
  }
  #nav .menu > li.menu-item-has-children > a:hover:after {
    border-color: #fff;
  }
  #nav .menu > li.menu-item-has-children:not(.wide) .sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 100%;
    left: 50%;
    width: 180%;
    box-sizing: border-box;
    text-align: center;
    background: var(--main_color);
    overflow: hidden;
    transform: translateX(-50%);
  }
  #nav .menu > li.menu-item-has-children:not(.wide) .sub-menu > li {
    width: 100%;
    height: 0;
  }
  #nav .menu > li.menu-item-has-children:not(.wide) .sub-menu > li a {
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 10px 10px 8px;
    display: block;
  }
  #nav .menu > li.menu-item-has-children:not(.wide) .sub-menu > li a:hover {
    color: #000000;
    background: #fff;
  }
  #nav .menu > li.menu-item-has-children:not(.wide) .sub-menu > li:not(:last-child) > a {
    border-bottom: solid 1px #eee;
  }
  #nav .menu > li.menu-item-has-children:not(.wide):hover .sub-menu {
    overflow: visible;
  }
  #nav .menu > li.menu-item-has-children:not(.wide):hover .sub-menu li {
    height: auto;
  }
  #nav .menu > li.menu-item-has-children.wide {
    position: static;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-wrap {
    width: 0;
    display: none;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-wrap .menutitle {
    border-bottom: solid 1px #7e94b0;
    color: #fff;
    padding: 0 0 5px 10px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-wrap .menutitle:before {
    display: none;
  }
  #nav .menu > li.menu-item-has-children.wide .sub-menu {
    display: none;
    position: relative;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  #nav .menu > li.menu-item-has-children.wide .sub-menu li a {
    color: #fff;
    position: relative;
    padding-left: 27px;
  }
  #nav .menu > li.menu-item-has-children.wide .sub-menu li a:before {
    content: "";
    width: 7px;
    height: 8px;
    background-color: #7e94b0;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
  }
  #nav .menu > li.menu-item-has-children.wide .sub-menu li a:hover {
    text-decoration: underline;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-inner {
    width: 1000px;
    max-width: 96%;
    margin: 0 auto 0;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-inner:not(:last-child) {
    margin-bottom: 40px;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-inner.col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-inner.col_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  #nav .menu > li.menu-item-has-children.wide:hover .submenu-wrap {
    width: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--main_color);
    overflow: hidden;
    height: auto;
    padding-bottom: 2em;
    padding-top: 2em;
    transition: 0.2s;
    z-index: 4;
    display: block;
  }
  #nav .menu > li.menu-item-has-children.wide:hover .sub-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #nav {
    box-sizing: border-box;
    z-index: 10;
    padding: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-out;
    transform: translate(0);
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    visibility: visible;
    opacity: 0;
  }
  #nav .menu {
    background: #fff;
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    border-top: 1px solid #eee;
  }
  #nav .menu li {
    display: block;
    text-align: left;
    background: none;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    border: none;
    border-bottom: 1px solid #eee;
    margin: 0;
  }
  #nav .menu li a {
    display: block;
    padding: 14px 6px 13px 24px;
    background-position: 5px center;
    background-size: 16px auto;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    color: #000000;
  }
  #nav .menu > li > a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: solid 2px #473619;
    border-right: solid 2px #473619;
    transform: rotate(45deg);
    transition: 0.3s ease;
  }
  #nav .menu > li > a br {
    display: none;
  }
  #nav .menu > li > a .en {
    display: none;
  }
  #nav .menu > li > a:hover {
    background: var(--main_color);
    color: #fff;
  }
  #nav .menu > li > a:hover:after {
    border-color: #fff;
  }
  #nav .menu .sub-menu > li a {
    background: #e9f8ed;
  }
  #nav .menu .menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
    margin: -5px 0 0 0;
    transform: rotate(135deg);
    transition: 0.3s ease;
  }
}
@media (max-width: 767px) and (hover: hover) and (pointer: fine) {
  #nav .menu .menu-item-has-children .sub-menu li a:hover {
    background: var(--main_color);
    color: #fff;
  }
}
@media (max-width: 767px) {
  #nav .menu .menu-item-has-children .submenu-wrap .menutitle {
    color: #fff;
    display: block;
    padding: 7px 10px 7px 20px;
    font-weight: 700;
    background: var(--sp-submenu-wrap-subTitle);
  }
  #nav .menu .menu-item-has-children .sub-menu {
    background: none;
    font-size: 15px;
  }
  #nav .menu .menu-item-has-children.has-child .sub-menu {
    display: none;
  }
  #nav .menu .menu-item-has-children.wide .submenu-wrap {
    display: none;
  }
  #nav .toggle {
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    text-align: right;
    padding-bottom: 20px;
    padding-right: 13px;
    padding-top: 20px;
    width: 40px;
    margin-left: auto;
    position: relative;
  }
  #nav .toggle span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 30px;
    height: 3px;
    margin: auto;
    background: var(--sub_color);
  }
  #nav .toggle span:nth-child(1) {
    transform: rotate(45deg);
  }
  #nav .toggle span:nth-child(2) {
    transform: rotate(135deg);
  }
  #nav.open {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #nav {
    width: 280px;
    transform: translate(312px);
    overflow-y: scroll;
    visibility: hidden;
    opacity: 1;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  }
  #nav.open {
    transform: translate(0);
    visibility: visible;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #nav .menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 880px) {
  #nav .menu > li > a {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#nav .menu > .menu_home img {
  width: 24px;
}

@media (hover: hover) and (pointer: fine) {
  #nav .menu > li:hover img {
    filter: brightness(0) invert(1);
  }
}

#aside .inq01 {
  cursor: pointer;
}
@media (max-width: 767px) {
  #aside .wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  #aside .cv_bnr {
    display: block;
  }
}

.inq {
  position: fixed;
  z-index: 100;
  display: none;
  bottom: calc(env(safe-area-inset-bottom) + 95px);
  right: 10px;
  width: 60px;
}

@media (min-width: 768px) {
  .inq {
    bottom: 140px;
    right: 20px;
  }
  .inq {
    width: 80px;
    text-align: right;
  }
}
.side_bnr_wrapper {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: env(safe-area-inset-bottom);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .side_bnr_wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .side_bnr_wrapper {
    display: flex;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    gap: 21px;
    right: 20px;
    bottom: 10px;
  }
}
.side_bnr_wrapper .title {
  font-size: 18px;
  color: var(--main_color);
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .side_bnr_wrapper .title {
    background: #e9f8ed;
    justify-content: center;
    font-size: 16px;
    width: 100%;
  }
}
.side_bnr_wrapper .side_bnr_list {
  display: flex;
}
@media (min-width: 768px) {
  .side_bnr_wrapper .side_bnr_list {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .side_bnr_wrapper .side_bnr_list > li {
    flex: 1;
  }
}
.side_bnr_wrapper .side_bnr_list > li a {
  text-decoration: none;
  background: #fce7db;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  height: 55px;
}
@media (max-width: 767px) {
  .side_bnr_wrapper .side_bnr_list > li a {
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .side_bnr_wrapper .side_bnr_list > li a {
    height: 60px;
    border-radius: 10px;
    font-size: clamp(20px, 3.784px + 2.114vw, 25px);
    padding-right: clamp(5px, -27.431px + 4.228vw, 25px);
    padding-left: clamp(5px, -27.431px + 4.228vw, 25px);
  }
}
.side_bnr_wrapper .side_bnr_list > li a .small {
  display: block;
  text-align: center;
  color: #ec7530;
  font-size: 0.5333333333em;
  font-size: 8px;
}
@media (max-width: 767px) {
  .side_bnr_wrapper .side_bnr_list > li a .small {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .side_bnr_wrapper .side_bnr_list > li a .small {
    font-size: 0.5333333333em;
  }
}
.side_bnr_wrapper .side_bnr_list > li a .icon {
  padding-left: 0.9em;
  position: relative;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .side_bnr_wrapper .side_bnr_list > li a .icon {
    padding-left: 1em;
  }
}
.side_bnr_wrapper .side_bnr_list > li a .icon:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.7666666667em;
  height: 0.7666666667em;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(../img/common/tel_icon.png) no-repeat center center/contain;
}

.home .bread_wrap {
  margin-bottom: 0;
}

.bread_wrap {
  margin-bottom: 2.5em;
}
.bread_wrap .bread {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  max-width: 96%;
}
@media (max-width: 767px) {
  .bread_wrap {
    margin-bottom: 1em;
  }
}

.bread {
  padding: 0.4em 0 0.4em;
  font-size: 82%;
  margin-bottom: 0.5em;
}
.bread li {
  display: inline-block;
  line-height: 1.3em;
}
.bread li a {
  color: #000000;
}
.bread li a:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  .bread .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0 0.2em;
    text-align: right;
  }
}/*# sourceMappingURL=common.css.map */