@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display:block
}
body {
  line-height:1
}
ol, ul {
  list-style:none
}
blockquote, q {
  quotes:none
}
blockquote:after, blockquote:before {
  content:"";
  content:none
}
q:after, q:before {
  content:"";
  content:none
}
table {
  border-collapse:collapse;
  border-spacing:0
}
@media (min-width:768px) {
  .only-sp {
    display:none!important
  }
}
.only-pc {
  display:none
}
@media (min-width:1024px) {
  .only-pc {
    display:block
  }
}
.hide-sp {
  display:none
}
@media (min-width:768px) {
  .hide-sp {
    display:block
  }
}
@media (min-width:1024px) {
  .hide-pc {
    display:none!important
  }
}
* {
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
body, html {
  height:100%
}
html {
  font-size:62.5%
}
body {
  background-color:#f7f7f2;
  color:#000000;
  font-family:"Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size:1.4rem;
  letter-spacing:0.1em;
  line-height:2;
  -webkit-font-smoothing:antialiased;
  -webkit-text-size-adjust:100%
}
@media (min-width:768px) {
  body {
    font-size:1.6rem
  }
}
img {
  max-width:100%;
  height:auto;
  vertical-align:bottom
}
.container {
  display:block;
  position:relative;
  margin:0 auto;
  width:88.8888888889%;
  max-width:1080px
}
.btn-cv {
  margin:0 auto;
  width:88.8888888889%;
  max-width:751px
}
.ttl-txt {
  font-family:"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size:3rem;
  letter-spacing:0.15em;
  text-align:center
}
.ttl-txt:before {
  background:url(../img/athlabo_logo_only.png) no-repeat center/cover;
  content:"";
  display:block;
  margin:0 auto;
  width:40px;
  height:40px
}
@media (min-width:768px) {
  .ttl-txt {
    font-size:4rem
  }
  .ttl-txt:before {
    width:60px;
    height:60px
  }
}
.txt-center {
  text-align:center
}
.wrapper {
  opacity:0
}
.loader {
  position:fixed;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width:45%;
  z-index:999
}
@media (min-width:768px) {
  .loader {
    width:30vmin
  }
}
.slick-slide {
  outline:none!important
}
.header {
  background-color:#fff;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding:8px
}
.header.is-fixed {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999
}
.header .logo {
  margin:0 auto;
  width:220px
}
.header .btn-contact_fixed a {
  background-color:#011a42;
  border-radius:8px;
  color:#fff;
  display:inline-block;
  font-size:1.2rem;
  padding:8px 16px;
  letter-spacing:0;
  line-height:1.5;
  text-align:center;
  text-decoration:none
}
.footer {
  background-color:#364a6d;
  padding:48px 0 64px
}
.footer .logo {
  margin:0 auto;
  width:140px
}
.footer .copyright {
  font-size:1.2rem;
  margin-top:16px;
  text-align:center
}
.footer .copyright a {
  color:#fff
}
@media (min-width:768px) {
  .footer .logo {
    width:180px
  }
}
.btn-fixed {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  z-index:998
}
.btn-fixed a {
  background-color:#011a42;
  color:#fff;
  display:block;
  font-size:16px;
  font-weight:bold;
  padding:0.6em 1em;
  position:relative;
  text-align:center;
  text-decoration:none
}
.btn-fixed a:after {
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  content:"";
  display:block;
  position:absolute;
  top:19px;
  right:24px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  width:10px;
  height:10px
}
.area-fv {
  position:relative
}
@media (min-width:768px) {
  .area-fv .mod-image {
    margin-left:auto;
    width:78%
  }
}
@media (min-width:1024px) {
  .area-fv .mod-image {
    width:73.2291666667%;
    min-width:934px
  }
}
.area-fv .mod-copy {
  margin:-26px auto 0;
  width:88.8888888889%
}
.area-fv .mod-copy .txt-copy {
  position:relative;
  z-index:2
}
.area-fv .mod-copy .txt-copy [class^=txt] {
  display:block
}
.area-fv .mod-copy .txt-copy .txt-copy_01 {
  width:57.8804347826%
}
.area-fv .mod-copy .txt-copy .txt-copy_02 {
  margin-top:8px
}
.area-fv .mod-copy .txt-copy .txt-copy_sub {
  margin-top:32px
}
.area-fv .mod-copy .btn-fv {
  margin-top:32px;
}
@media (min-width:768px) {
  .area-fv .mod-copy {
    margin:0;
    position:absolute;
    top:50%;
    left:6.25%;
    width:52%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
  }
}
@media (min-width:1024px) {
  .area-fv .mod-copy {
    margin:60px 0 0 0;
    top:0;
    left:6.25%;
    width:47.1875%;
    max-width:906px;
    min-width:600px;
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  .area-fv .mod-copy .logo {
    max-width:240px;
    width:26.4900662252%
  }
  .area-fv .mod-copy .txt-copy {
    margin-top:8vh
  }
  .area-fv .mod-copy .txt-copy .txt-copy_02 {
    margin-top:20px
  }
  .area-fv .mod-copy .txt-copy .txt-copy_sub {
    margin-top:4.4444444444vh;
    max-width: 900px;
    width: 150%;
  }
  .area-fv .mod-copy .btn-fv {
    margin-top:2.925926vh;
    max-width:603px;
    width:66.5562913907%
  }
}

@media (max-width:767px) {
  .area-fv .mod-copy .txt-copy .txt-copy_sub {
    margin-top:2.4444444444vh;
    max-width: 900px;
    width: 100%;
  }
}


.sec-stores {
  margin-top:6.6964285714vh;
  overflow:hidden;
  position:relative
}
.sec-stores .ttl {
  border-bottom:4px solid #000000;
  max-width:149px;
  width:88.6904761905%;
  /* 追記 */
  position: relative; 
  z-index: 3;
}

.sec-stores .img-kagoshima {
  position:absolute;
  top:-65vw;
  left:17vw;
  max-width:520px;
  width:100%;
  z-index:1
}

.sec-stores .txt-stores {
  margin-top:13.6160714286vh;
  position:relative;
  z-index:2
}
@media (min-width:768px) {
  .sec-stores {
    margin:100px auto 0;
    overflow:visible
  }
  .sec-stores .ttl {
    border-bottom:0;
    margin-left:auto;
    max-width:initial;
    max-width:100%;
    position:relative;
    width:76%;
    z-index:2
  }
  .sec-stores .img-kagoshima {
    top:-20vw;
    left:-20px;
    max-width:initial;
    max-width:100%;
    width:83.1481481481%
  }
  .sec-stores .txt-stores {
    width:76%;
    margin:0 0 0 auto
  }
}
@media (min-width:1024px) {
  .sec-stores .ttl {
    width:704px
  }
  .sec-stores .txt-stores {
    width:704px
  }
  .sec-stores .img-kagoshima {
    top:-14vw;
    left:-40vw;
    width:898px;
    z-index:-1;
  }
}
.sec-promise {
  margin-top:32px
}
.sec-promise .contents-promise {
  background-color:#ffffff;
  padding:32px 0 40px
}
.sec-promise .contents-promise .sec-promise-content+.sec-promise-content {
  margin-top:56px
}
.sec-promise .contents-promise .sec-promise-content .img {
  position:relative
}
.sec-promise .contents-promise .sec-promise-content .img img {
  border-radius:10px
}
.sec-promise .contents-promise .sec-promise-content .img .ico-num {
  position:absolute;
  top:-12px;
  left:-12px;
  width:86px
}
.sec-promise .contents-promise .sec-promise-content .ttl-sec-promise {
  margin-top:32px;
  text-align:center
}
.sec-promise .contents-promise .sec-promise-content .ttl-sec-promise img {
  height:68px
}
.sec-promise .contents-promise .sec-promise-content p {
  border-top:1px solid #000000;
  margin-top:24px;
  padding-top:24px
}
.sec-promise .contents-promise .btn-cv {
  margin-top:46px
}
@media (min-width:768px) {
  .sec-promise {
    margin-top:64px
  }
  .sec-promise .ttl {
    overflow:hidden
  }
  .sec-promise .ttl img {
    min-width:1260px;
    position:relative;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
  }
}
@media (min-width:1024px) {
  .sec-promise {
    margin-top:128px
  }
  .sec-promise .sec-promise-content {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
  }
  .sec-promise .sec-promise-content+.sec-promise-content {
    margin-top:96px
  }
  .sec-promise .sec-promise-content .img {
    width:65.7407407407%;
    max-width:710px
  }
  .sec-promise .sec-promise-content .img img {
    border-radius:20px
  }
  .sec-promise .sec-promise-content .img .ico-num {
    top:-40px;
    left:-40px;
    width:118px
  }
  .sec-promise .sec-promise-content .mod-text {
    -ms-flex-negative:0;
    flex-shrink:0;
    margin-left:48px;
    width:39.0740740741%;
    max-width:422px
  }
  .sec-promise .sec-promise-content .ttl-sec-promise {
    margin-top:0
  }
  .sec-promise .sec-promise-content .ttl-sec-promise img {
    height:88px;
    width:auto
  }
  .sec-promise .sec-promise-content p {
    margin-top:32px;
    padding-top:32px
  }
  .sec-promise .sec-promise-content.sec-promise_02 {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
  }
  .sec-promise .sec-promise-content.sec-promise_02 .img {
    margin-left:0
  }
  .sec-promise .sec-promise-content.sec-promise_02 .img .ico-num {
    left:auto;
    right:-40px
  }
  .sec-promise .sec-promise-content.sec-promise_02 .mod-text {
    margin:0 48px 0 0
  }
}
@media (min-width:1024px) {
  .sec-promise .contents-promise {
    padding:58px 0 120px
  }
  .sec-promise .contents-promise .sec-promise-content {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
  }
  .sec-promise .contents-promise .sec-promise-content+.sec-promise-content {
    margin-top:96px
  }
  .sec-promise .contents-promise .sec-promise-content .img {
    margin-left:-5.2083333333vw;
    width:65.7407407407%;
    max-width:710px
  }
  .sec-promise .contents-promise .sec-promise-content .img img {
    border-radius:20px
  }
  .sec-promise .contents-promise .sec-promise-content .img .ico-num {
    top:-40px;
    left:-40px;
    width:118px
  }
  .sec-promise .contents-promise .sec-promise-content .mod-text {
    -ms-flex-negative:0;
    flex-shrink:0;
    margin-left:48px;
    width:39.0740740741%;
    max-width:422px
  }
  .sec-promise .contents-promise .sec-promise-content .ttl-sec-promise {
    margin-top:0
  }
  .sec-promise .contents-promise .sec-promise-content .ttl-sec-promise img {
    height:88px;
    width:auto
  }
  .sec-promise .contents-promise .sec-promise-content p {
    margin-top:32px;
    padding-top:32px
  }
  .sec-promise .contents-promise .sec-promise-content.sec-promise_02 {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
  }
  .sec-promise .contents-promise .sec-promise-content.sec-promise_02 .img {
    margin-left:0;
    margin-right:-5.2083333333vw
  }
  .sec-promise .contents-promise .sec-promise-content.sec-promise_02 .img .ico-num {
    left:auto;
    right:-40px
  }
  .sec-promise .contents-promise .sec-promise-content.sec-promise_02 .mod-text {
    margin:0 48px 0 0
  }
  .sec-promise .contents-promise .btn-cv {
    margin-top:56px
  }
}
.sec-staff .box-staff {
  border-radius:10px 10px 0 0;
  border-top:1px solid #000;
  border-right:1px solid #000;
  border-left:1px solid #000;
  margin-top:96px;
  padding:70px 32px 32px;
  position:relative
}
.sec-staff .box-staff .ttl {
  position:absolute;
  top:0;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width:274px
}
.sec-staff .mod-slider {
  pointer-events:none
}
.sec-staff .sec-sns {
  margin-top:56px
}
.sec-staff .sec-sns .ttl-sns {
  margin:0 auto;
  width:248px
}
.sec-staff .sec-sns ul {
  margin-top:24px
}
.sec-staff .sec-sns ul li+li {
  margin-top:10px
}
.sec-staff .btn-cv {
  margin-top:48px
}
@media (min-width:768px) {
  .sec-staff .box-staff {
    border-radius:20px 20px 0 0;
    margin-top:170px;
    padding:82px 94px 56px 94px
  }
  .sec-staff .box-staff .ttl {
    width:653px
  }
  .sec-staff .sec-sns {
    margin-top:72px
  }
  .sec-staff .sec-sns .ttl-sns {
    width:392px
  }
  .sec-staff .sec-sns ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-top:32px
  }
  .sec-staff .sec-sns ul li {
    width:328px
  }
  .sec-staff .sec-sns ul li+li {
    margin-top:0;
    margin-left:10px
  }
  .sec-staff .btn-cv {
    margin-top:64px
  }
}
.sec-price {
  background-color:#fff;
  margin-top:64px;
  padding:56px 0
}
.sec-price .sec-price-inner {
  margin-top:32px
}
.sec-price .sec-price-inner+.sec-price-inner {
  margin-top:40px
}
.sec-price .sec-price-inner .ttl {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  font-size:2rem;
  white-space:nowrap
}
.sec-price .sec-price-inner .ttl:after {
  background-color:#e5e5e5;
  content:"";
  margin-left:16px;
  width:100%;
  height:1px
}
.sec-price .sec-price-inner .txt-caution {
  font-size:1.2rem
}
.sec-price table {
  font-size:1.3rem;
  margin-top:20px;
  width:100%
}
.sec-price table td, .sec-price table th {
  border:1px solid rgb(97,97,97);
  padding:0.5em 1em;
  line-height:1.6;
  vertical-align:middle
}
.sec-price table td span, .sec-price table th span {
  display:block;
  font-size:1rem
}
.sec-price table th {
  background-color:#fdf0f7
}
.sec-price table td.right {
  text-align:right
}
.sec-price table td.center {
  text-align:center
}
.sec-price .txt-price {
  margin-top:40px
}
@media (min-width:768px) {
  .sec-price {
    margin-top:120px;
    padding:120px 0
  }
  .sec-price .sec-price-inner .ttl {
    font-size:2.8rem
  }
  .sec-price .sec-price-inner .txt-caution {
    text-align:right
  }
  .sec-price table {
    font-size:1.6rem
  }
  .sec-price table td span, .sec-price table th span {
    display:block;
    font-size:1.2rem
  }
  .sec-price table tbody th {
    width:46%
  }
}
@media (min-width:1024px) {
  .sec-price .sec-price-inner {
    margin:48px auto 0;
    width:892px
  }
  .sec-price .sec-price-inner+.sec-price-inner {
    margin-top:48px
  }
  .sec-price .txt-price {
    margin:96px auto 0;
    width:768px
  }
}
@-webkit-keyframes filtering {
  0% {
    opacity:0;
    -webkit-transform:scale(0.9);
    transform:scale(0.9)
  }
  to {
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1)
  }
}
@keyframes filtering {
  0% {
    opacity:0;
    -webkit-transform:scale(0.9);
    transform:scale(0.9)
  }
  to {
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1)
  }
}
.mod-shop.is-active {
  opacity:1;
  -webkit-animation:0.7s filtering;
  animation:0.7s filtering;
}
.sec-shops {
  padding-top:40px;
}
.sec-shops .txt-lead {
  margin-top:16px;
  text-align:left
}
.sec-shops .list-filtering {
  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;
  margin-top:40px
}
.sec-shops .list-filtering li {
  border-bottom:2px solid #000000;
  cursor:pointer;
  font-weight:bold
}
.sec-shops .list-filtering li:hover {
  opacity:0.7
}
.sec-shops .list-filtering li+li {
  margin-left:2em
}
.sec-shops .list-filtering li.is-active {
  border-bottom-color:#011a42;
  color:#011a42;
  pointer-events:none
}
.sec-shops .list-shops {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin:48px -16px 0 0
}
.sec-shops .list-shops .mod-shop {
  margin:0 16px 32px 0;
  position:relative;
  width:calc(50% - 16px)
}
.sec-shops .list-shops .mod-shop .ico-area {
  background-color:#000;
  color:#fff;
  font-size:1.2rem;
  line-height:1;
  padding:0.4em 0.6em;
  position:absolute;
  top:8px;
  left:8px
}
.sec-shops .list-shops .mod-shop .img-shop {
  border-radius:10px
}
.sec-shops .list-shops .mod-shop .txt-shopname {
  line-height:1.6;
  margin-top:8px;
  text-align:center
}
.sec-shops .list-shops .mod-shop .txt-shopname span {
  display:block
}
.sec-shops .list-shops .mod-shop .txt-shopname .txt-sub {
  font-size:1rem
}
.sec-shops .list-shops .mod-shop .txt-shopname .txt-main {
  font-weight:bold
}
.sec-shops .list-shops .mod-shop .mod-buttons a {
  background-color:#fff;
  border:1px solid #011a42;
  border-radius:8px;
  color:#000000;
  display:block;
  font-size:1.4rem;
  letter-spacing:0;
  margin-top:10px;
  position:relative;
  text-align:center;
  text-decoration:none
}
.sec-shops .list-shops .mod-shop .mod-buttons a:before {
  content:"";
  display:block;
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%)
}
.sec-shops .list-shops .mod-shop .mod-buttons a.btn-tel:before {
  background:url(../img/ico-tel.png) no-repeat center/100%;
  left:8px;
  width:17px;
  height:18px
}
.sec-shops .list-shops .mod-shop .mod-buttons a.btn-map:before {
  background:url(../img/ico-map.png) no-repeat center/100%;
  left:10px;
  width:14px;
  height:20px
}
.sec-shops .list-shops .mod-shop .btn-line {
  margin-top:1rem
}
.sec-shops .list-shops .mod-shop .btn-line a {
  display:block;
  max-width:29rem;
  margin:0 auto;
  padding:2px 8px;
  background:#06c755;
  border-radius:8px;
  color:#fff;
  font-weight:bold;
  font-size:1.3rem;
  text-align:center;
  letter-spacing:0;
  text-decoration:none;
  -webkit-transition:0.4s;
  transition:0.4s
}
.sec-shops .list-shops .mod-shop .btn-line a span {
  display:none
}
.sec-shops .list-shops .mod-shop .btn-line a:hover {
  opacity:0.5;
  -webkit-transition:0.4s;
  transition:0.4s
}
@media (min-width:768px) {
  .sec-shops .list-shops .mod-shop .btn-line a {
    padding:5px 8px 6px;
    font-size:1.4rem;
    letter-spacing:0.1em
  }
  .sec-shops .list-shops .mod-shop .btn-line a span {
    display:inline
  }
}
@media (min-width:768px) {
  .sec-shops .list-shops .mod-shop .tel {
    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;
    font-size:2.4rem;
    font-weight:bold;
    letter-spacing:0
  }
  .sec-shops .list-shops .mod-shop .tel:before {
    background:url(../img/ico-tel.png) no-repeat center/100%;
    content:"";
    display:block;
    margin-right:7px;
    width:20px;
    height:21px
  }
}
@media (min-width:1024px) {
  .sec-shops {
    padding-top: 30px;
  }
  .sec-shops .txt-lead {
    text-align:center;
  }
  .sec-shops .list-filtering {
    margin-top:48px;
  }
  .sec-shops .list-shops {
    margin:56px -48px 0 0
  }
  .sec-shops .list-shops .mod-shop {
    margin:0 48px 40px 0;
    width:calc(33.3% - 48px)
  }
  .sec-shops .list-shops .mod-shop .ico-area {
    top:10px;
    left:10px;
  }
  .sec-shops .list-shops .mod-shop .txt-shopname {
    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;
    margin-top:16px;
  }
  .sec-shops .list-shops .mod-shop .txt-shopname .txt-sub {
    font-size:1.2rem;
    margin-right:8px;
  }
  .sec-shops .list-shops .mod-shop .txt-shopname .txt-main {
    font-size:2rem;
  }
  .sec-shops .list-shops .mod-shop .txt-address {
    color:#5a5a5a;
    font-size:1.2rem;
    letter-spacing:0;
    text-align:center;
  }
  .sec-shops .list-shops .mod-shop .mod-actions {
    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;
    margin-top:12px
  }
  .sec-shops .list-shops .mod-shop .mod-buttons {
    margin-left:8px
  }
  .sec-shops .list-shops .mod-shop .mod-buttons a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:1.2rem;
    margin-top:0;
    padding:7px 8px
  }
  .sec-shops .list-shops .mod-shop .mod-buttons a:before {
    margin-right:7px;
    position:static;
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  .sec-shops .list-shops .mod-shop .mod-buttons a.btn-map:hover {
    background-color:#011a42;
    color:#fff
  }
  .sec-shops .list-shops .mod-shop .mod-buttons a.btn-map:hover:before {
    background:url(../img/ico-map_on.png) no-repeat center/100%
  }
}
.mod-map {
  margin-top:48px
}
.mod-map iframe {
  vertical-align:bottom
}
@media (min-width:768px) {
  .mod-map {
    margin-top:112px
  }
}
body.hiroshima .container-flex {
  padding:0 24px;
  width:100%;
  max-width:1080px;
  margin:auto
}
body.hiroshima .mod-buttons-cv {
  margin-top:64px
}
body.hiroshima .mod-buttons-cv .btn-reservation:nth-child(2) {
  margin-top:16px
}
@media (min-width:768px) {
  body.hiroshima .mod-buttons-cv {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-top:96px
  }
  body.hiroshima .mod-buttons-cv .btn-reservation {
    width:48.125%
  }
  body.hiroshima .mod-buttons-cv .btn-reservation:nth-child(2) {
    margin-top:0
  }
}
body.hiroshima .area-fv .mod-image {
  position:relative
}
body.hiroshima .area-fv .mod-image .bnr-miyauchi {
  position:absolute;
  right:5.5%;
  bottom:0;
  max-width:131px;
  z-index:1
}
@media (min-width:768px) {
  body.hiroshima .area-fv .mod-image .bnr-miyauchi {
    right:32px;
    top:32px;
    bottom:auto;
    max-width:282px;
    width:20%
  }
}
@media (min-width:1024px) {
  body.hiroshima .area-fv .mod-image .bnr-miyauchi {
    right:64px;
    top:64px;
    width:282px
  }
}
body.hiroshima .area-fv .mod-image .bnr-shiroshimashop {
  position:absolute;
  right:5.5%;
  top:5.5%;
  max-width:131px;
  z-index:1
}
@media (min-width:768px) {
  body.hiroshima .area-fv .mod-image .bnr-shiroshimashop {
    right:32px;
    top:32px;
    bottom:auto;
    max-width:200px;
    width:20%
  }
}
@media (min-width:1024px) {
  body.hiroshima .area-fv .mod-image .bnr-shiroshimashop {
    right:64px;
    top:64px;
    width:200px
  }
}
body.hiroshima .sec-event {
  margin-top:72px
}
body.hiroshima .sec-event .box-event {
  background-color:#fff;
  padding:24px 16px 16px;
  position:relative
}
body.hiroshima .sec-event .box-event .bnr-100mei {
  position:absolute;
  top:-3.3816425121vw;
  right:-3.3816425121vw;
  max-width:84px;
  width:22.8260869565%
}
body.hiroshima .sec-event .box-event .txt-detail {
  text-align:center;
  line-height:1.6
}
body.hiroshima .sec-event .box-event .txt-detail span span {
  font-size:0.7em
}
body.hiroshima .sec-event .box-event .txt-attention {
  color:#ff0000
}
body.hiroshima .sec-event .box-event .mod-schedule .txt-schedule {
  margin-top:24px;
  text-align:center;
  line-height:1.6
}
body.hiroshima .sec-event .box-event .mod-schedule .txt-schedule img {
  display:block;
  margin:0 auto 16px;
  width:78.2608695652%
}
body.hiroshima .sec-event .box-event .mod-schedule .img-miyauchi {
  margin-top:24px
}
body.hiroshima .sec-event .box-event .mod-schedule .img-miyauchi p {
  font-size:1rem;
  text-align:center
}
body.hiroshima .sec-event .box-event .mod-images {
  margin-top:24px
}
body.hiroshima .sec-event .box-event .mod-images ul li+li {
  margin-top:8px
}
body.hiroshima .sec-event .box-event .mod-buttons-cv {
  margin-top:24px
}
@media (min-width:768px) {
  body.hiroshima .sec-event .box-event {
    padding:32px 64px 64px
  }
  body.hiroshima .sec-event .box-event .mod-images {
    margin-top:56px
  }
  body.hiroshima .sec-event .box-event .mod-images ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
  }
  body.hiroshima .sec-event .box-event .mod-images ul li+li {
    margin-top:0;
    margin-left:10px
  }
  body.hiroshima .sec-event .box-event .mod-buttons-cv {
    margin-top:64px;
    text-align:center
  }
}
@media (min-width:1024px) {
  body.hiroshima .sec-event .box-event {
    padding:40px 80px 80px
  }
  body.hiroshima .sec-event .box-event .bnr-100mei {
    position:absolute;
    top:-40px;
    right:40px;
    width:145px;
    max-width:initial;
    max-width:100%
  }
  body.hiroshima .sec-event .box-event .mod-schedule {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-top:48px
  }
  body.hiroshima .sec-event .box-event .mod-schedule .txt-schedule {
    margin-top:0;
    text-align:left
  }
  body.hiroshima .sec-event .box-event .mod-schedule .txt-schedule img {
    margin:0 0 16px;
    width:328px
  }
  body.hiroshima .sec-event .box-event .mod-schedule .img-miyauchi {
    margin-top:0;
    width:436px
  }
  body.hiroshima .sec-event .box-event .mod-schedule .img-miyauchi p {
    font-size:1.2rem
  }
}
body.hiroshima .area-lead {
  max-width:85.8rem;
  width:100%;
  margin:0 auto;
  padding:6.4rem 0 0
}
body.hiroshima .area-lead .ttl {
  max-width:64rem;
  width:100%;
  margin:0 auto 4rem
}
body.hiroshima .area-lead .mod-img img {
  border-radius:1rem
}
body.hiroshima .area-lead>p {
  margin-top:4rem
}
body.hiroshima .area-lead>p .txt-color {
  color:#011a42
}
body.hiroshima .area-lead>p br {
  display:none
}
@media (min-width:768px) {
  body.hiroshima .area-lead .ttl {
    max-width:55.1rem
  }
  body.hiroshima .area-lead .mod-img img {
    border-radius:2rem
  }
  body.hiroshima .area-lead>p {
    text-align:center
  }
  body.hiroshima .area-lead>p br {
    display:block
  }
}
body.hiroshima .sec-promise {
  margin-top:72px
}
body.hiroshima .sec-promise .mod-other {
  margin:44px auto
}
@media (min-width:768px) {
  body.hiroshima .sec-promise .mod-other {
    margin:120px auto 20px
  }
}
body.hiroshima .sec-promise .mod-other .list-other {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  max-width:1080px;
  margin:auto
}
@media (min-width:768px) {
  body.hiroshima .sec-promise .mod-other .list-other {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
  }
}
body.hiroshima .sec-promise .mod-other .list-other>.item {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  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;
  width:100%;
  border-bottom:solid #dedede 3px
}
@media (min-width:768px) {
  body.hiroshima .sec-promise .mod-other .list-other>.item {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-bottom:none;
    border-right:solid #dedede 3px
  }
}
body.hiroshima .sec-promise .mod-other .list-other>.item:first-child {
  border-top:solid #dedede 3px
}
@media (min-width:768px) {
  body.hiroshima .sec-promise .mod-other .list-other>.item:first-child {
    border-top:none;
    border-left:solid #dedede 3px
  }
}
body.hiroshima .sec-promise .mod-other .list-other>.item a {
  text-decoration:none;
  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;
  gap:24px;
  padding:30px 32px;
  width:100%
}
@media (min-width:768px) {
  body.hiroshima .sec-promise .mod-other .list-other>.item a {
    width:auto
  }
}
body.hiroshima .sec-promise .mod-other .list-other>.item a .icon {
  width:54px;
  -ms-flex-negative:0;
  flex-shrink:0
}
@media (min-width:768px) {
  body.hiroshima .sec-promise .mod-other .list-other>.item a .icon {
    width:80px
  }
}
body.hiroshima .sec-promise .mod-other .list-other>.item a .txt {
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  font-family:"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size:16px;
  letter-spacing:0;
  line-height:1;
  color:#000
}
@media (min-width:768px) {
  body.hiroshima .sec-promise .mod-other .list-other>.item a .txt {
    font-size:24px
  }
}
body.hiroshima .sec-promise .mod-other .list-other>.item a:after {
  -ms-flex-negative:0;
  flex-shrink:0;
  content:"";
  display:block;
  width:26px;
  height:19px;
  background-color:#011a42;
  -webkit-mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2226%22%20height%3D%2219%22%20viewBox%3D%220%200%2026%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.293%200.292893C15.6835%20-0.0976311%2016.3165%20-0.0976311%2016.707%200.292893L25.207%208.79289C25.3983%208.98414%2025.5041%209.24511%2025.5%209.51555C25.4958%209.78581%2025.3824%2010.0432%2025.1855%2010.2284L16.6855%2018.2284C16.2834%2018.6069%2015.65%2018.5876%2015.2715%2018.1855C14.893%2017.7833%2014.9123%2017.1499%2015.3145%2016.7714L21.9775%2010.4999H1C0.447715%2010.4999%200%2010.0522%200%209.49992C0%208.94764%200.447715%208.49992%201%208.49992H22.0859L15.293%201.70696C14.9024%201.31643%2014.9024%200.683418%2015.293%200.292893Z%22%20fill%3D%22%23DA1E7C%22%2F%3E%3C%2Fsvg%3E");
  mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2226%22%20height%3D%2219%22%20viewBox%3D%220%200%2026%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.293%200.292893C15.6835%20-0.0976311%2016.3165%20-0.0976311%2016.707%200.292893L25.207%208.79289C25.3983%208.98414%2025.5041%209.24511%2025.5%209.51555C25.4958%209.78581%2025.3824%2010.0432%2025.1855%2010.2284L16.6855%2018.2284C16.2834%2018.6069%2015.65%2018.5876%2015.2715%2018.1855C14.893%2017.7833%2014.9123%2017.1499%2015.3145%2016.7714L21.9775%2010.4999H1C0.447715%2010.4999%200%2010.0522%200%209.49992C0%208.94764%200.447715%208.49992%201%208.49992H22.0859L15.293%201.70696C14.9024%201.31643%2014.9024%200.683418%2015.293%200.292893Z%22%20fill%3D%22%23DA1E7C%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-size:contain;
  mask-size:contain;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat
}
@media (hover) {
  body.hiroshima .sec-promise .mod-other .list-other>.item a .txt {
    -webkit-transition:color 0.3s;
    transition:color 0.3s
  }
  body.hiroshima .sec-promise .mod-other .list-other>.item a:after {
    -webkit-transition:translate 0.3s;
    transition:translate 0.3s
  }
  body.hiroshima .sec-promise .mod-other .list-other>.item a:hover .txt {
    color:#011a42
  }
  body.hiroshima .sec-promise .mod-other .list-other>.item a:hover:after {
    translate:5px 0
  }
}
body.hiroshima .sec-shops .list-nav {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  gap:32px;
  margin:32px 0 32px
}
@media (min-width:768px) {
  body.hiroshima .sec-shops .list-nav {
    margin:56px 0 32px
  }
}
body.hiroshima .sec-shops .list-nav>.item a {
  color:#000
}
@media (hover) {
  body.hiroshima .sec-shops .list-nav>.item a {
    -webkit-transition:color 0.3s;
    transition:color 0.3s
  }
  body.hiroshima .sec-shops .list-nav>.item a:hover {
    color:#011a42
  }
}
body.hiroshima .sec-shops .list-shops {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  gap:64px;
  margin:0
}
@media (min-width:768px) {
  body.hiroshima .sec-shops .list-shops {
    gap:128px
  }
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}
@media (hover) {
  body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    gap:60px
  }
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline>* {
  min-width:0
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .img-clinic {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .img-clinic img {
  border-radius:20px
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .txt {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1
}
@media (hover) {
  body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .txt {
    max-width:398px
  }
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .txt .ttl-clinic {
  font-family:"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size:20px
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .txt .ttl-clinic .name {
  font-size:1.6em;
  font-weight:500;
  margin-left:20px
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .txt .txt-address {
  font-size:1.4rem
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .txt .tel {
  font-size:2.8rem;
  font-weight:700
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .txt .tel a {
  font-size:36px;
  font-weight:700;
  letter-spacing:0;
  color:#000;
  text-decoration:none;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .txt .tel a:before {
  -ms-flex-negative:0;
  flex-shrink:0;
  background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2241%22%20height%3D%2239%22%20viewBox%3D%220%200%2041%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M26.4977%2023.5399L25.6825%2024.3515C25.6825%2024.3515%2023.7421%2026.2793%2018.4477%2021.0154C13.1534%2015.7515%2015.0937%2013.8237%2015.0937%2013.8237L15.6062%2013.3113C16.8729%2012.0535%2016.9929%2010.0325%2015.8874%208.55617L13.6299%205.5408C12.2611%203.7133%209.61841%203.47142%208.0507%205.03017L5.23778%207.82517C4.46199%208.59917%203.94241%209.59892%204.00512%2010.7098C4.16637%2013.5531%205.45278%2019.6681%2012.6266%2026.8025C20.2358%2034.3669%2027.3756%2034.6679%2030.2942%2034.3956C31.2187%2034.3096%2032.0214%2033.8402%2032.6682%2033.1952L35.2124%2030.6653C36.9324%2028.9579%2036.4486%2026.0285%2034.2485%2024.8335L30.8264%2022.9719C29.3823%2022.189%2027.6264%2022.4183%2026.4977%2023.5399Z%22%20fill%3D%22%23E24D98%22%2F%3E%3C%2Fsvg%3E") no-repeat center/cover;
  content:"";
  display:block;
  margin-right:0.2em;
  width:40px;
  height:38px
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .txt .mod-timetable .txt-right {
  font-size:12px;
  letter-spacing:0.01em;
  margin-top:24px;
  text-align:right
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .mod-timetable {
  font-size:1.4rem
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .mod-timetable .table-timetable {
  width:100%
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .mod-timetable .table-timetable tr:not(:last-child) {
  border-bottom:1px solid #000
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .mod-timetable .table-timetable tr td, body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .mod-timetable .table-timetable tr th {
  padding:0.5em;
  text-align:center
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .mod-timetable .table-timetable tr td:not(:last-child), body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .mod-timetable .table-timetable tr th:not(:last-child) {
  border-right:1px solid #000
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .mod-timetable .table-timetable tr th {
  font-weight:700
}
body.hiroshima .sec-shops .list-shops .block-cmn .mod-outline .mod-timetable .table-timetable tr td.open {
  color:#011a42
}
body.hiroshima .sec-shops .list-shops .block-cmn .list-linkBtn {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  gap:13px;
  margin-top:32px
}
@media (min-width:768px) {
  body.hiroshima .sec-shops .list-shops .block-cmn .list-linkBtn {
    margin-top:64px;
    gap:30px 24px
  }
}
body.hiroshima .sec-shops .list-shops .block-cmn .list-linkBtn>.item .btn {
  color:#fff;
  text-decoration:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  gap:4px 13px;
  min-width:100px;
  min-height:82px;
  border-radius:15px;
  overflow:hidden
}
@media (min-width:768px) {
  body.hiroshima .sec-shops .list-shops .block-cmn .list-linkBtn>.item .btn {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    gap:10px;
    min-width:280px;
    min-height:64px
  }
}
body.hiroshima .sec-shops .list-shops .block-cmn .list-linkBtn>.item .btn .icon {
  font-size:0;
  -ms-flex-negative:0;
  flex-shrink:0;
  width:24px
}
body.hiroshima .sec-shops .list-shops .block-cmn .list-linkBtn>.item .btn .txt {
  font-size:16px;
  font-weight:500;
  line-height:1
}
@media (min-width:768px) {
  body.hiroshima .sec-shops .list-shops .block-cmn .list-linkBtn>.item .btn .txt {
    font-size:20px
  }
}
@media (min-width:768px) {
  body.hiroshima .sec-shops .list-shops .block-cmn .list-linkBtn>.item .btn .txt.txt_sp {
    display:none
  }
}
body.hiroshima .sec-shops .list-shops .block-cmn .list-linkBtn>.item .btn .txt.txt_pc {
  display:none
}
@media (min-width:768px) {
  body.hiroshima .sec-shops .list-shops .block-cmn .list-linkBtn>.item .btn .txt.txt_pc {
    display:block
  }
}
body.hiroshima .sec-shops .list-shops .block-cmn .list-linkBtn>.item .btn.btn-shop {
  background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#1f4e79),color-stop(50%,#1a4266));
  background:linear-gradient(to bottom,#1f4e79 50%,#1a4266 50%)
}
body.hiroshima .sec-shops .list-shops .block-cmn .list-linkBtn>.item .btn.btn-line {
  background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#07b53b),color-stop(50%,#06a335));
  background:linear-gradient(to bottom,#07b53b 50%,#06a335 50%)
}
body.hiroshima .sec-shops .list-shops .block-cmn .list-linkBtn>.item .btn.btn-web {
  background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#011a42),color-stop(50%,#c41b6f));
  background:linear-gradient(to bottom,#011a42 50%,#c41b6f 50%)
}
@media (hover) {
  body.hiroshima .sec-shops .list-shops .block-cmn .list-linkBtn>.item .btn:hover.btn-shop {
    background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#216eb4),color-stop(50%,#2e79bd));
    background:linear-gradient(to bottom,#216eb4 50%,#2e79bd 50%)
  }
  body.hiroshima .sec-shops .list-shops .block-cmn .list-linkBtn>.item .btn:hover.btn-line {
    background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#07ca41),color-stop(50%,#06d644));
    background:linear-gradient(to bottom,#07ca41 50%,#06d644 50%)
  }
  body.hiroshima .sec-shops .list-shops .block-cmn .list-linkBtn>.item .btn:hover.btn-web {
    background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#f21c87),color-stop(50%,#ff1d8e));
    background:linear-gradient(to bottom,#f21c87 50%,#ff1d8e 50%)
  }
}
body.hiroshima .sec-shops .box-miyauchi {
  background-color:#fff;
  border-radius:8px;
  overflow:hidden;
  margin-top:40px
}
body.hiroshima .sec-shops .box-miyauchi .mod-detail {
  padding:16px
}
body.hiroshima .sec-shops .box-miyauchi .mod-detail .txt-shopname {
  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
}
body.hiroshima .sec-shops .box-miyauchi .mod-detail .txt-shopname .txt-sub {
  font-size:1.2rem;
  margin-right:8px
}
body.hiroshima .sec-shops .box-miyauchi .mod-detail .txt-shopname .txt-main {
  font-size:2rem;
  font-weight:bold
}
body.hiroshima .sec-shops .box-miyauchi .mod-detail .txt-address {
  font-size:1.2rem;
  text-align:center
}
body.hiroshima .sec-shops .box-miyauchi .mod-detail .mod-buttons a {
  background-color:#fff;
  border:1px solid #011a42;
  border-radius:8px;
  color:#000000;
  display:block;
  font-size:1.4rem;
  letter-spacing:0;
  margin-top:10px;
  position:relative;
  text-align:center;
  text-decoration:none
}
body.hiroshima .sec-shops .box-miyauchi .mod-detail .mod-buttons a:before {
  content:"";
  display:block;
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%)
}
body.hiroshima .sec-shops .box-miyauchi .mod-detail .mod-buttons a.btn-tel:before {
  background:url(../img/ico-tel.png) no-repeat center/100%;
  left:8px;
  width:17px;
  height:18px
}
body.hiroshima .sec-shops .box-miyauchi .mod-detail .mod-buttons a.btn-map:before {
  background:url(../img/ico-map.png) no-repeat center/100%;
  left:10px;
  width:14px;
  height:20px
}
@media (min-width:768px) {
  body.hiroshima .sec-shops .box-miyauchi {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
  }
  body.hiroshima .sec-shops .box-miyauchi img {
    width:40%
  }
  body.hiroshima .sec-shops .box-miyauchi .mod-detail {
    width:60%
  }
  body.hiroshima .sec-shops .box-miyauchi .mod-detail .tel {
    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;
    font-size:2.4rem;
    font-weight:bold;
    letter-spacing:0
  }
  body.hiroshima .sec-shops .box-miyauchi .mod-detail .tel:before {
    background:url(../img/ico-tel.png) no-repeat center/100%;
    content:"";
    display:block;
    margin-right:7px;
    width:20px;
    height:21px
  }
}
@media (min-width:1024px) {
  body.hiroshima .sec-shops .box-miyauchi {
    margin:64px auto 0;
    width:892px
  }
  body.hiroshima .sec-shops .box-miyauchi img {
    width:36%
  }
  body.hiroshima .sec-shops .box-miyauchi .mod-detail {
    padding:16px 48px;
    width:64%
  }
  body.hiroshima .sec-shops .box-miyauchi .mod-detail .txt-shopname {
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
  }
  body.hiroshima .sec-shops .box-miyauchi .mod-detail .txt-shopname .txt-sub {
    font-size:1.6rem
  }
  body.hiroshima .sec-shops .box-miyauchi .mod-detail .txt-shopname .txt-main {
    font-size:3.2rem
  }
  body.hiroshima .sec-shops .box-miyauchi .mod-detail .txt-address {
    font-size:1.6rem;
    text-align:left
  }
  body.hiroshima .sec-shops .box-miyauchi .mod-detail .mod-actions {
    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;
    margin-top:12px
  }
  body.hiroshima .sec-shops .box-miyauchi .mod-detail .mod-buttons {
    margin-left:8px
  }
  body.hiroshima .sec-shops .box-miyauchi .mod-detail .mod-buttons a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:1.2rem;
    margin-top:0;
    padding:7px 8pX
  }
  body.hiroshima .sec-shops .box-miyauchi .mod-detail .mod-buttons a:before {
    margin-right:7px;
    position:static;
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  body.hiroshima .sec-shops .box-miyauchi .mod-detail .mod-buttons a.btn-map:hover {
    background-color:#011a42;
    color:#fff
  }
  body.hiroshima .sec-shops .box-miyauchi .mod-detail .mod-buttons a.btn-map:hover:before {
    background:url(../img/ico-map_on.png) no-repeat center/100%
  }
}
body.hiroshima .box-shop-main {
  background-color:#fff;
  border-radius:8px;
  overflow:hidden;
  margin-top:40px
}
body.hiroshima .box-shop-main .mod-detail {
  padding:16px
}
body.hiroshima .box-shop-main .mod-detail .txt-shopname {
  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
}
body.hiroshima .box-shop-main .mod-detail .txt-shopname .txt-sub {
  font-size:1.2rem;
  margin-right:8px
}
body.hiroshima .box-shop-main .mod-detail .txt-shopname .txt-main {
  font-size:2rem;
  font-weight:bold
}
body.hiroshima .box-shop-main .mod-detail .txt-address {
  font-size:1.2rem;
  text-align:center
}
body.hiroshima .box-shop-main .mod-detail .mod-buttons a {
  background-color:#fff;
  border:1px solid #011a42;
  border-radius:8px;
  color:#000000;
  display:block;
  font-size:1.4rem;
  letter-spacing:0;
  margin-top:10px;
  position:relative;
  text-align:center;
  text-decoration:none
}
body.hiroshima .box-shop-main .mod-detail .mod-buttons a:before {
  content:"";
  display:block;
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%)
}
body.hiroshima .box-shop-main .mod-detail .mod-buttons a.btn-tel:before {
  background:url(../img/ico-tel.png) no-repeat center/100%;
  left:8px;
  width:17px;
  height:18px
}
body.hiroshima .box-shop-main .mod-detail .mod-buttons a.btn-map:before {
  background:url(../img/ico-map.png) no-repeat center/100%;
  left:10px;
  width:14px;
  height:20px
}
@media (min-width:768px) {
  body.hiroshima .box-shop-main {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
  }
  body.hiroshima .box-shop-main img {
    width:40%
  }
  body.hiroshima .box-shop-main .mod-detail {
    width:60%
  }
  body.hiroshima .box-shop-main .mod-detail .tel {
    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;
    font-size:2.4rem;
    font-weight:bold;
    letter-spacing:0
  }
  body.hiroshima .box-shop-main .mod-detail .tel:before {
    background:url(../img/ico-tel.png) no-repeat center/100%;
    content:"";
    display:block;
    margin-right:7px;
    width:20px;
    height:21px
  }
}
@media (min-width:1024px) {
  body.hiroshima .box-shop-main {
    margin:64px auto 0;
    width:892px
  }
  body.hiroshima .box-shop-main img {
    width:36%
  }
  body.hiroshima .box-shop-main .mod-detail {
    padding:16px 48px;
    width:64%
  }
  body.hiroshima .box-shop-main .mod-detail .txt-shopname {
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
  }
  body.hiroshima .box-shop-main .mod-detail .txt-shopname .txt-sub {
    font-size:1.6rem
  }
  body.hiroshima .box-shop-main .mod-detail .txt-shopname .txt-main {
    font-size:3.2rem
  }
  body.hiroshima .box-shop-main .mod-detail .txt-address {
    font-size:1.6rem;
    text-align:left
  }
  body.hiroshima .box-shop-main .mod-detail .mod-actions {
    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;
    margin-top:12px
  }
  body.hiroshima .box-shop-main .mod-detail .mod-buttons {
    margin-left:8px
  }
  body.hiroshima .box-shop-main .mod-detail .mod-buttons a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:1.2rem;
    margin-top:0;
    padding:7px 8pX
  }
  body.hiroshima .box-shop-main .mod-detail .mod-buttons a:before {
    margin-right:7px;
    position:static;
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  body.hiroshima .box-shop-main .mod-detail .mod-buttons a.btn-map:hover {
    background-color:#011a42;
    color:#fff
  }
  body.hiroshima .box-shop-main .mod-detail .mod-buttons a.btn-map:hover:before {
    background:url(../img/ico-map_on.png) no-repeat center/100%
  }
}
body.hiroshima .sec-price .sec-price-details .ttl-02 {
  font-size:1.8rem;
  line-height:1.5;
  margin-bottom:2rem
}
body.hiroshima .sec-price .sec-price-details .sec-cmn {
  margin-top:4rem
}
body.hiroshima .sec-price .sec-price-details .box-ol-p {
  border:2px solid #E24D98;
  border-radius:2.4rem;
  padding:2.4rem
}
body.hiroshima .sec-price .sec-price-details .box-ol-p .txt-price {
  font-size:2.4rem;
  text-align:center;
  margin-top:0
}
body.hiroshima .sec-price .sec-price-details .box-ol-p .txt-price>span {
  font-size:1.6rem;
  margin-left:0.4em
}
body.hiroshima .sec-price .sec-price-details .box-ol-p .txt-min {
  margin-top:0
}
body.hiroshima .sec-price .sec-price-details .box-ol-p .list-dot-p {
  border-top:1px solid #292929;
  padding-top:2.4rem;
  margin-top:2.4rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  gap:1rem 3.2rem
}
body.hiroshima .sec-price .sec-price-details .box-ol-p .list-dot-p>li {
  padding-left:1rem;
  text-indent:-1rem
}
body.hiroshima .sec-price .sec-price-details .box-ol-p .list-dot-p>li:before {
  content:"";
  width:4px;
  height:4px;
  display:inline-block;
  background-color:#E24D98;
  border-radius:50%;
  position:relative;
  top:-4px;
  margin-right:0.7rem
}
body.hiroshima .sec-price .sec-price-details .txt-caution {
  padding-left:1em;
  text-indent:-1em;
  line-height:1.5;
  margin-top:0.8rem
}
body.hiroshima .sec-price .sec-price-details .txt-caution:before {
  content:"※"
}
body.hiroshima .sec-price .sec-price-details .mod-scrolltable {
  overflow-x:auto
}
body.hiroshima .sec-price .sec-price-details .table-cmn td, body.hiroshima .sec-price .sec-price-details .table-cmn th {
  padding:1.5em 1em
}
body.hiroshima .sec-price .sec-price-details .table-cmn th {
  width:auto;
  white-space:nowrap
}
body.hiroshima .sec-price .sec-price-details .table-cmn td {
  text-align:center
}
@media (min-width:768px) {
  body.hiroshima .sec-price .sec-price-details .ttl-02 {
    font-size:2.2rem
  }
  body.hiroshima .sec-price .sec-price-details .box-ol-p {
    padding:4rem 6.4rem
  }
  body.hiroshima .sec-price .sec-price-details .box-ol-p .txt-price {
    font-size:2.6rem
  }
  body.hiroshima .sec-price .sec-price-details .box-ol-p .txt-min {
    text-align:center
  }
  body.hiroshima .sec-price .sec-price-details .box-ol-p .list-dot-p {
    padding-top:3.2rem;
    margin-top:3.2rem;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
  }
}

/* 独自スタイル */
.txt-copy_sub {
  font-weight: 500;
  font-size: 1.0vw;
  line-height: 1.8;
}

.txt-copy_sub_line_1 {
  display: inline;
  border-bottom: none;
  text-decoration: underline;
  text-decoration-color: #000;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  text-decoration-skip-ink: none;
}
.txt-copy_sub_line_2 {
  display: inline;
  border-bottom: none;
  text-decoration: underline;
  text-decoration-color: #000;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  text-decoration-skip-ink: none;
}

@media (max-width:767px) {
  .txt-copy_sub {
    font-weight: 500;
    font-size: 2.9vw;
    line-height: 3.8;
  }

  .txt-copy_sub_line_1 {
    display: inline;
    border-bottom: none;
    text-decoration: underline;
    text-decoration-color: #000;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
    text-decoration-skip-ink: none;
  }
  .txt-copy_sub_line_2 {
    display: inline;
    border-bottom: none;
    text-decoration: underline;
    text-decoration-color: #000;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
    text-decoration-skip-ink: none;
    font-size: 2.9vw;
  }
}

/* 追記 ここから HONDA 2026.3.10 */
@media all and (min-width: 769px){
.sp {
  display: none;
}

.mv {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.mv img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
}

@media all and (max-width: 768px){
.pc {
  display: none;
}

.mv {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.mv img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
}
/* 追記 ここまで */


/*===== #TOPページ NEWS =====*/
#top-news{
  margin: 20px auto 0;
  width: 1000px;
}
#top-news .top-news-txt{
  margin-bottom: 30px;
}
#top-news .top-news-txt h2{
  text-align: center;
  font-size: 30px;
  color: #364a6d;
  position: relative;
  padding-top: 55px;
}
#top-news .top-news-txt h2:before{
  content: '';
  display: block;
  width: 57px;
  height: 65px;
  background-image: url(https://tsunagari-gr.co.jp/wp-content/themes/site-tpl/img/common/top-news-icon.svg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#top-news ul.ul-top-news{
  overflow: hidden;
}
#top-news ul.ul-top-news li{
  overflow: hidden;
  position: relative;
  float: left;
  width: 26%;
  margin-bottom: 20px;
}
#top-news ul.ul-top-news li a{
  text-decoration: none;
  overflow: hidden;
  color: #364a6d;
}
#top-news ul.ul-top-news li p.img{
  overflow: hidden;
  border-radius: 10px;
  height: 147px;
}
#top-news ul.ul-top-news li:first-child p.img{
  height: 470px;
}
#top-news ul.ul-top-news li p.img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:1s all;
}
#top-news ul.ul-top-news li p.img img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}
#top-news ul.ul-top-news li p.cate{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #364a6d;
  color: #fff;
  padding: 7px 7px;
  font-weight: 700;
  border-radius: 8px 0 0 0;
  z-index: 10;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top-news ul.ul-top-news li:first-child{
  width: 68%;
  margin-right: 6%;
}
#top-news ul.ul-top-news li .text-box{
  padding: 7px 20px 0;
  position: relative;
}
#top-news ul.ul-top-news li:first-child .text-box{
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 30px;
  max-width: 300px;
}
#top-news ul.ul-top-news li .text-box p{
  line-height: 1.7;
}
#top-news ul.ul-top-news li .text-box p.date{
  color: #364a6d;
  font-size: 13px;
  text-align: left;
}
#top-news ul.ul-top-news li .text-box p.click{
  color: #364a6d;
  text-align: right;
  position: relative;
  padding-right: 25px;
}
#top-news ul.ul-top-news li p.click::after {
  position: absolute;
  bottom: 9px;
  right: 0px;
  width: 20px;
  height: 5px;
  background: url(https://tsunagari-gr.co.jp/wp-content/themes/site-tpl/img/common/ico_arrow_detail.svg) no-repeat;
  background-size: 20px auto;
  content: '';
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
#top-news ul.ul-top-news li a:hover p.click::after {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
.top-news-btn a{
  text-align: center;
  background-color: #364a6d;
  padding: 30px;
  font-size: 17px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
}
.top-news-btn a:hover{
  background-color: #f58438;
}
.top-news-btn a span{
  position: relative;
}
.top-news-btn a span::after {
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% + 104px);
    width: 19px;
    height: 11px;
    background: url(https://tsunagari-gr.co.jp/wp-content/themes/site-tpl/img/common/ico_arrow_more.svg) no-repeat;
    background-size: 19px auto;
    content: '';
}
@media screen and (max-width: 768px) {
  #top-news {
    margin: 20px auto 0;
    width: 90%;
  }
  #top-news .top-news-txt h2{
    font-size: 23px;
    padding-top: 43px;
  }
  #top-news .top-news-txt h2:before{
    width: 44px;
    height: 50px;
  }
  #top-news ul.ul-top-news li{
    width: 100%;
    float: none;
  }
  #top-news ul.ul-top-news li:first-child{
    width: 100%;
    margin: 0 0 20px;
  }
  #top-news ul.ul-top-news li p.cate {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #top-news ul.ul-top-news li p.img{
    height: 27vh;
  }
  #top-news ul.ul-top-news li:first-child p.img{
    height: 27vh;
  }
  #top-news ul.ul-top-news li:first-child .text-box{
    background-color: transparent;
    padding: 7px 20px 0;
    position: relative;
    bottom: auto;
    left: auto;
    max-width: 100%;
  }
  .top-news-btn a{
    padding: 23px;
  }
}