@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

nav,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --vw: 1vw;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  font-weight: 500;
}

    /* font-family: "Zen Maru Gothic", sans-serif; */
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

section {
  overflow: hidden;
}

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

.btn {
  position: relative;
  width: 440px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #e26f60; */
  background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
  color: #fff;
  border-radius: 50px;
  letter-spacing: 0.06em;
  border: 1px solid transparent;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn {
    width: 201px;
    height: 49px;
    font-size: 14px;
  }
}
.btn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../../assets/img/img08.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .btn::after {
    right: 7.5%;
  }
}
.btn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.btn:hover::after {
  background-image: url("../../assets/img/img07.png");
}
.btn--bgw {
  background: #fff;
  color: #000;
  transition: 0.3s;
}
.btn--bgw::after {
  position: absolute;
  background-image: url("../../assets/img/img07.png");
}
.btn--bgw:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid white;
}
.btn--bgw:hover::after {
  background-image: url("../../assets/img/img08.png");
}

.ttl-contents {
  text-align: center;
}
.ttl-contents--txt-l {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .ttl-contents--txt-l {
    text-align: center;
  }
}
.ttl-contents__en {
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #e26f60;
  font-family: 'Times New Roman', Times, serif;
}
@media only screen and (max-width: 767px) {
  .ttl-contents__en {
    font-size: 16px;
  }
}
.ttl-contents__ja {
  position: relative;
  margin-top: 26px;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.ttl-contents__ja small {
  font-size: 21px;
}


@media only screen and (max-width: 767px) {
  .ttl-contents__ja {
    font-size: 22px;
    margin-top: 14px;
  }
}
.ttl-contents__ja::before {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 83px;
  height: 2px;
  background-color: #bb6666;
}
@media only screen and (max-width: 767px) {
  .ttl-contents__ja::before {
    top: 62px;
    width: 56px;
  }
}
.ttl-contents__ja--b-left::before {
  left: 0;
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .ttl-contents__ja--b-left::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.scroll-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 49px;
  height: 49px;
  background-color: #222222;
  cursor: pointer;
  transition: 0.3s;
}
.scroll-btn:hover {
  opacity: 0.7;
}
.scroll-btn::before {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/img18.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.anchor-underline {
  border-bottom: solid 1px #000;
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sec1 {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 80px;
  z-index: 1000;
  /* box-shadow: 0 0 3px #ccc; */
}
@media only screen and (max-width: 767px) {
  .sec1 {
    height: 50px;
  }
}
.sec1__inner {
  height: 100%;
  padding: 0 29px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 1330px) {
  .sec1__inner {
    padding: 0 0 0 22px;
  }
}
.sec1__logo-img {
  display: block;
  max-width: 390px;
}
@media only screen and (max-width: 767px) {
  .sec1__logo-img {
    max-width: none;
    height: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .sec1__logo-img img {
    width: auto;
    height: 100%;
  }
}
.sec1__nav {
  height: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 960px) {
  .sec1__nav {
    display: none;
  }
}
.sec1__nav-list {
  height: 100%;
  align-items: center;
  gap: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1330px) {
  .sec1__nav-list {
    gap: 10px;
  }
}
.sec1__nav-link {
  display: block;
  font-size: 14px;
  transition: 0.3s;
}
.sec1__nav-link:hover {
  opacity: 0.7;
}
.sec1__contact-list {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .sec1__contact-list {
    margin-right: 50px;
  }
}
.sec1__contact-mail {
  width: 200px;
  height: 80%;
  margin-left: 34px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
  /* background-color: #e26f60; */
  border-radius: 20px;
}
@media only screen and (max-width: 1330px) {
  .sec1__contact-mail {
    width: 90px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sec1__contact-mail {
    width: 50px;
  }
}
.sec1__mail-link {
  color: #fff;
  display: block;
}
.sec1__mail-img {
  width: 21px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec1__mail-img {
    width: 20px;
  }
}
.sec1__mail-txt {
  font-size: 14px;
}
@media only screen and (max-width: 1330px) {
  .sec1__mail-txt {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .sec1__mail-txt {
    display: none;
  }
}
.sec1__contact-tel {
  margin-left: 27px;
  height: 100%;
}
@media only screen and (max-width: 1330px) {
  .sec1__contact-tel {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .sec1__contact-tel {
    display: none;
  }
}
.sec1__tel-link {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
  align-items: center;
  height: 100%;
}
.sec1__tel-txt {
  font-size: 12px;
}
.sec1__tel-number {
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 1330px) {
  .sec1__tel-number {
    font-size: 16px;
  }
}
.sec1__tel-number::before {
  content: "";
  display: inline-block;
  background-image: url("../img/img03.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 18px;
  margin-right: 1px;
}
.sec1__work-time {
  font-size: 8px;
}

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 1000;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
.hamburger__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 19px;
  height: 2px;
  background-color: #222222;
  transition: 0.3s;
}
.hamburger__line:nth-of-type(1) {
  top: 36%;
}
.hamburger__line:nth-of-type(2) {
  top: 50%;
}
.hamburger__line:nth-of-type(3) {
  top: 65%;
}
.hamburger__line:nth-of-type(1).is-open {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.hamburger__line:nth-of-type(2).is-open {
  display: none;
}
.hamburger__line:nth-of-type(3).is-open {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.drawer {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100vw;
  height: 100vh;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  background: #000;
  transition: 0.3s;
}
.drawer__list {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #222222;
}
.drawer__item {
  height: 47px;
  line-height: 47px;
  padding: 0 18px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}
.drawer__item:hover {
  opacity: 0.7;
}
.drawer__item:not(:first-of-type) {
  border-top: 1px solid #111111;
}
.drawer__item:nth-of-type(n+7):nth-of-type(-n+11) {
  background-color: #111111;
  border-top: 1px solid #222222;
}

/* .drawer__item:last-of-type {
  padding-top: 47px;
  text-align: center;
} */

.drawer__link {
  display: block;
  position: relative;
}
.drawer__link::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url("../../assets/img/img08.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.drawer__link--ar-n::after {
  display: none;
}
.drawer__tel-txt {
  font-size: 14px;
  line-height: 1;
}
.drawer__tel {
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  padding: 11px 0;
}

.drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.mask {
  position: fixed;
  top: 50px;
  width: 100vw;
  height: 100vh;
  background-color: #222222;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.mask.is-open {
  opacity: 1;
  visibility: visible;
}

.sec2 {
  margin-top: 80px;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec2 {
    margin-top: 50px;
    height: 482px;
  }
}
.sec2__text-conteiner {
  position: absolute;
  top: 50%;
  left: 10.7%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec2__text-conteiner {
    top: 69%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.sec2__ttl {
  font-size: 40px;
  font-weight: 600;
  color: #ff3200;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-shadow: 2px 2px 4px #fff;
  
}
@media only screen and (max-width: 767px) {
  .sec2__ttl {
    font-size: 22px;
    text-align: center;
    white-space: nowrap;
  }
}
.sec2__txt {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 600;
  color: #ff3200;
  line-height: 2;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-shadow: 2px 2px 4px #fff;
}
@media only screen and (max-width: 767px) {
  .sec2__txt {
    margin-top: 11px;
    font-size: 13px;
    text-align: center;
  }
}
.sec2__btn-conteiner {
  margin-top: 39px;
}
@media only screen and (max-width: 767px) {
  .sec2__btn-conteiner {
    margin-top: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.swiper-conteiner {
position: relative;
  /* width: 97%;  ←これを削除 */
  /* margin: 0px 24px 24px 24px; ←これを削除 */
  
  /* 左右に 12px ずつ余白を持たせ、幅を自動計算する設定 */
  width: calc(100% - 24px); 
  margin: 0 auto 24px; 
  
  height: 550px;
  overflow: hidden;
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .swiper-conteiner {
/* スマホ時はさらに余白を調整する場合（左右10pxずつなど） */
    width: calc(100% - 20px);
    height: 482px;
  }
  }
}
.swiper-conteiner .swiper {
width: 100%; /* これを追加 */
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .swiper-conteiner .swiper {
width: 100%; /* これを追加 */
    height: 482px;
  }
}
.swiper-conteiner .swiper img {
  height: 100%;
  object-fit: cover;
  object-position: center top; /* 常に上部を基準に切り抜く */
}

/* SP版の object-position: top は既に設定されていますが、
   PC版も含めて一貫して top を指定することで上部を死守します */
.swiper-conteiner .swiper img.pc {
  object-position: center top;
}
.swiper-conteiner .swiper img.pc {
  object-position: center;
}
@media only screen and (max-width: 767px) {
  .swiper-conteiner .swiper img.pc {
    display: none;
  }
}
.swiper-conteiner .swiper img.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .swiper-conteiner .swiper img.sp {
    display: block;
    object-position: top;
  }
}

.sec3 {
  position: relative;
  width: 97%;
  margin: 24px 24px 0 24px; 
  border-radius: 24px;
  padding: 80px 0 80px;

  padding: 0 20px;
    background-color: #fcf5e9;

}
@media only screen and (max-width: 767px) {
  .sec3 {
    width: 90%;
    padding: 60px 0 68px;
    background-color: #F2F2F2;
  }
}
.sec3::before {
  content: "";
  position: absolute;
  top: 0%;
  width: 100%;
  /* height: 100%;*/
  display: block;
  /* background-color: #f8f1f1; */
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec3::before {
    top: 19.5%;
  }
}
.sec3__inner {
  width: 100%;
  margin: 0 auto;
  padding: 48px;
  max-width: 1080px;
}
@media only screen and (max-width: 767px) {
  .sec3__inner {
    margin-top: 24px;
    padding: 16px;
  }
}

.sec3__head {
  width: 100%;
}
.sec3__body {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .sec3__body {
    margin-top: 56px;
  }
}

.sec3__body .sec3_intro {
  width: 100%;
  display:flex;
  gap: 48px;
  /* border: 1px solid red; */
}
@media only screen and (max-width: 767px) {
  .sec3__body .sec3_intro {
    display: block;
    width: 100%;
  }
}
.sec3_intro img {
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .sec3_intro img {
    width: 100%;
  }
}



.sec3__body  h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 32px;
}
.sec3__body  p {
  margin-bottom: 32px;
  line-height: 1.6;
}


.sec3__body .sec3__img {
  width: 100%;
  max-height: 240px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 32px;
}

.sec3_timetable h3 {
  text-align: left;
  font-size: 24px;
  color: #e26f60;
  margin-bottom: 32px;
}

.sec3_timetable p {
  padding:0 0 16px  16px;
  border-bottom: 1px solid #CCC;
  
}
.sec3_timetable  strong {
  font-weight: 800;
}


.sec3__card-list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .sec3__card-list {
    flex-direction: column;
    align-items: center;
    gap: 37px;
  }
}
.sec3__card-item {
  max-width: 32%;
}
@media only screen and (max-width: 767px) {
  .sec3__card-item {
    max-width: 100%;
  }
}
.sec3__img {
  width: 100%;
}
.sec3__txt-conteiner {
  padding: 45px 0 45px 37px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec3__txt-conteiner {
    padding: 32px 0 32px 30px;
  }
}
.sec3__card-txt {
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec3__card-txt {
    font-size: 14px;
    line-height: 1.7;
  }
}
.sec3__btn-conteiner {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  padding: 24px;
  border-radius: 24px;
  gap: 32px;
}

.sec3__btn-conteiner .bg {
  background-color: #f8f1f1;
}

.sec3__btn-conteiner .sec3__nav-item-list {
  display: flex;
  gap: 48px;
  height: 56px;
  margin-bottom: 48px;
}

.sec3__btn-conteiner .sec3__nav-item {
    /* width: 200px;
  height: 80%;
  margin-left: 34px;
  display: flex;
   */
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #e26f60;
  border-radius: 32px;
  padding: 16px 48px;
  
}


@media only screen and (max-width: 767px) {
  .sec3__btn-conteiner {
    display: none;
  }
}

/* top ボタン */

.circle-btn {
  width: 320px;              /* ボタンの大きさ */
  height: 160px;
  border-radius: 32px;       /* 丸くする */
  background-size: cover;   /* 画像をボタンいっぱいに表示 */
  background-position: center;
  background-repeat: no-repeat;

  border: none;
  cursor: pointer;

  /* 見た目用：影とか */
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.2s ease, opacity 0.2s ease;
  color: #FFFFFF;
}


.img-a {
  background-image: url("../img/top_img_01.png"); /* 背景に写真 */
}

.img-b {
  background-image: url("../img/top_img_02.png"); /* 背景に写真 */
}
.img-c {
  background-image: url("../img/top_img_03.png"); /* 背景に写真 */
}
.circle-btn a { 
  font-size: 1.1em;
  text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.9);}

.circle-btn:hover {
  transform: scale(1.05);
}

.circle-btn:active {
  transform: scale(0.95);
  opacity: 0.8;
}



.sec4 {
  margin-top: 80px;
  padding: 108px 0;
}

.ombox {
  /* padding: 0!important; */
  margin-top: -100px!important;

}

.sec4__head {
  width: 100%;
}
.sec4__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
}
.sec4__body {
  width: 100%;
  margin-top: 113px;
  border-collapse: collapse;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.sec4__body th {
  padding: 15px 25px;
  border: 1px solid #ddd;
  background-color: #f3f4f6;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  word-break: keep-all;
}
.sec4__body td {
  padding: 15px 25px;
  border: 1px solid #ddd;
}
.sec4__inner p {
  padding: 32px 0;
}
@media only screen and (max-width: 767px) {
  .sec4__inner p {
    padding: 16px 0;
  }
}

.sec4__inner .companyLink {
  padding: 8px 32px;
  border-radius: 50px;
  letter-spacing: 0.06em;
  border: 1px solid #f09819;
}
@media only screen and (max-width: 767px) {
  .sec4__inner .companyLink  {
    padding: 4px;
    font-size: 0.8em;
    letter-spacing: 0;
  }
}

.sec4__access {
  margin-top: 113px;
}
.sec4__access figure {
  margin-top: 30px;
}
.sec4__access figure iframe {
  display: block;
  width: 100%;
  border: none;
  aspect-ratio: 16/7;
}
@media only screen and (min-width: 768px) {
  .sec4__business-list {
    margin-top: 113px;
  }
}
@media only screen and (max-width: 767px) {
  .sec4__business-list {
    margin-top: 71px;
  }
}
.sec4__business-item {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .sec4__business-item {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 767px) {
  .sec4__business-item {
    flex-direction: column;
    row-gap: calc(2.6666666667 * var(--vw));
  }
}
.sec4__business-item + div {
  margin-top: calc(6.6666666667 * var(--vw));
}
@media only screen and (max-width: 767px) {
  .sec4__business-item + div {
    margin-top: calc(10.6666666667 * var(--vw));
  }
}
@media only screen and (min-width: 768px) {
  .sec4__business-txt {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .sec4__business-txt {
    width: 100%;
    order: 1;
  }
}
.sec4__business-img-order {
  width: 30%;
  margin: 32px 32px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .sec4__business-img-order {
    width: 100%;
    order: 1;
    margin: 16px;
  }
}
.sec4__business-txt-order {
  width: 63%;
  margin: 32px 0;
}
@media only screen and (max-width: 767px) {
  .sec4__business-txt-order, .sec4__business-img-order {
    width: 100%;
    order: 1;
  }
}


.sec4__business-txt-order h3 {
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 700;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .sec4__business-txt-order h3 {
    margin-bottom: calc(2.6666666667 * var(--vw));
    font-size: 18px;
  }
}

.sec4__business-txt h3 {
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 700;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .sec4__business-txt h3 {
    margin-bottom: calc(2.6666666667 * var(--vw));
    font-size: 18px;
  }
}
.sec4__business-txt strong {
  font-weight: bold;
  color: #bb6666;
}
.sec4__business-txt p {
  line-height: 2rem;
}

@media only screen and (min-width: 768px) {
  .sec4__business-img {
    width: 31%;
  }
}
@media only screen and (max-width: 767px) {
  .sec4__business-img {
    width: 100%;
  }
}

/* 声 */

.sec4__voice {
  display: flex;
  border-bottom: 1px solid rgb(212, 212, 212);
}
@media only screen and (min-width: 768px) {
  .sec4__voice {
    width: 80%;
    margin: 0px auto;
    justify-content: space-between;
    gap: 80px;
    padding: 0 0 32px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec4__voice {
    /* flex-direction: column; */
    gap: 20px;
    padding: 0 0 16px 0;
    row-gap: calc(2.6666666667 * var(--vw));
  }
}
.sec4__voice + div {
  margin-top: calc(6.6666666667 * var(--vw));
}
@media only screen and (max-width: 767px) {
  .sec4__voice + div {
    margin-top: calc(10.6666666667 * var(--vw));
  }
}

/* 
.sec4__voice {
   display: flex;
}
@media only screen and (min-width: 768px) {
  .sec4__voice {
    margin-top: 113px;
  }
}
@media only screen and (max-width: 767px) {
  .sec4__voice {
    margin-top: 71px;
  }
} */

.sec4__voice-img {
    width: 20%;
}

@media only screen and (max-width: 767px) {
  .sec4__voice-img {
    width: 30%;
    text-align: center;
    margin-left: 0px;
  }
}

.sec4__voice-txt {
    width: 80%;
}

.sec4__voice-txt p {
  line-height: 2rem;
}

@media only screen and (max-width: 767px) {
  .sec4__voice-txt {
    width: 100%;
  }
}


.sec4__intern {
  margin-top: 113px;
}
.sec4__intern ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sec4__intern ul li {
  width: calc(50% - 10px);
}
.sec4__intern ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  box-sizing: border-box;
  border: 3px solid #0f3a7c;
  background-color: #fff;
  text-align: center;
  color: #0f3a7c;
  transition: background-color 0.3s;
}
.sec4__intern ul li a:hover, .sec4__intern ul li a:active {
  background-color: #0f3a7c;
  color: #fff;
}
.sec4__intern p {
  margin: 30px 0;
}
.sec4__inquiry {
  margin-top: 113px;
}
.sec4__inquiry dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.sec4__inquiry dt {
  display: flex;
  align-items: center;
  gap: 0 5px;
  width: 220px;
  padding: 15px 25px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f3f4f6;
}
.sec4__inquiry dt span {
  color: #f00;
}
.sec4__inquiry dd {
  display: flex;
  align-items: center;
  width: calc(100% - 220px);
  padding: 15px 25px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.sec4__inquiry dd input,
.sec4__inquiry dd textarea {
  outline: none;
  width: 100%;
  border: 1px solid #d4d4d7;
  padding: 3px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
}
.sec4__inquiry dd textarea {
  resize: vertical;
  min-height: 180px;
}
.sec4__inquiry nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
.sec4__inquiry nav input {
  width: 100px;
  padding: 5px;
  border: 3px solid #0f3a7c;
  border-radius: 5px;
  background-color: #0f3a7c;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  transition: background-color 0.3s;
}
.sec4__inquiry nav input[type=button] {
  background-color: #fff;
  color: #0f3a7c;
}
.sec4__inquiry nav input[type=button]:hover, .sec4__inquiry nav input[type=button]:active {
  background-color: #0f3a7c;
  color: #fff;
}
.sec4__inquiry nav input:hover, .sec4__inquiry nav input:active {
  background-color: #fff;
  color: #0f3a7c;
  cursor: pointer;
}
.sec4__inquiry p span {
  color: #f00;
}
@media only screen and (max-width: 767px) {
  .sec4 {
    margin-top: 50px;
    padding: 54px 0;
    font-size: 14px;
  }
  .sec4__body {
    margin-top: 71px;
  }
  .sec4__body th, .sec4__body td {
    padding: 7px 12px;
  }
  .sec4__access {
    margin-top: 71px;
  }
  .sec4__access figure {
    margin-top: 20px;
  }
  .sec4__access figure iframe {
    aspect-ratio: 16/9;
  }
  .sec4__intern {
    margin-top: 71px;
  }
  .sec4__intern ul {
    gap: 10px 0;
  }
  .sec4__intern ul li {
    width: 100%;
  }
  .sec4__intern p {
    margin: 20px 0;
  }
  .sec4__inquiry {
    margin-top: 71px;
  }
  .sec4__inquiry dl {
    display: block;
    border: none;
  }
  .sec4__inquiry dt, .sec4__inquiry dd {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px 12px;
  }
  .sec4__inquiry dd {
    margin: -1px 0 20px;
  }
}

.sec6 {
  width: 100%;
  padding: 135px 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .sec6 {
    padding: 60px 20px 97px;
  }
}
.sec6__inner {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .sec6__inner {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
}
.sec6__head {
  margin-top: 20px;
  min-width: 154px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sec6__head {
    margin-top: 0;
    text-align: center;
  }
}
.sec6__body {
  width: 74.1%;
  padding: 76px 89px 74px;
  margin-left: 13.8%;
  background-color: #F2F2F2;
}
@media only screen and (max-width: 767px) {
  .sec6__body {
    width: 100%;
    padding: 51px 0px 0px;
    margin-left: 0;
    background-color: transparent;
  }
}
.sec6__news-list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
}
.sec6__news-item {
  width: 100%;
  padding: 33px 0 26px;
}
@media only screen and (max-width: 767px) {
  .sec6__news-item {
    padding: 23px 0;
  }
}
.sec6__news-item:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.sec6__news-link {
  display: block;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.sec6__news-date {
  letter-spacing: 0.06em;
  font-size: 16px;
}
.sec6__news-ttl {
  letter-spacing: 0.06em;
}

.sec7 {
  width: 100%;
  padding: 55px 20px 47px;
  background-color: #963939;
}
@media only screen and (max-width: 767px) {
  .sec7 {
    padding: 51px 20px;
  }
}
.sec7__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec7__inner {
    justify-content: center;
  }
}
.sec7__logo {
  display: block;
  max-width: 278px;
}
@media only screen and (max-width: 767px) {
  .sec7__logo {
    max-width: 240px;
  }
}
.sec7__address-list {
  margin-top: 5px;
}
.sec7__address__item {
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .sec7__address__item {
    font-size: 13px;
    text-align: center;
  }
}
.sec7__right-area {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .sec7__right-area {
    display: none;
  }
}
.sec7__first-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 28px;
}
.sec7__first-nav-link {
  font-size: 14px;
  display: block;
  text-align: right;
}
.sec7__second-nav {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 15px;
}
.sec7__second-nav-link {
  text-align: right;
  font-size: 12px;
  color: #888888;
  display: block;
}
.sec7__bottom-area {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec7__bottom-area {
    margin-top: 65px;
  }
}
.sec7__copy-write {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .sec7__copy-write {
    text-align: center;
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */




.title_after {
margin-bottom:20px;
}
.title_after strong {
font-weight:bold;
}
.priceList {
font-size:120%;
font-weight:bold;
margin-top:30px;
}






/* 全体背景の設定：華やかなグラデーション */
.style-ranking-v2 {
  max-width: 1000px;
  margin: 50px auto;
  padding: 60px 20px;
  background: linear-gradient(135deg, #fff5f7 0%, #fff0e6 100%); /* 淡いピンク〜オレンジの背景 */
  border-radius: 30px;
  font-family: sans-serif;
}

/* タイトル：目立つ装飾 */
.ranking-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #d48e8e;
  margin-bottom: 60px;
  line-height: 1.4;
}

.ranking-title span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #e2a0a0;
  margin-bottom: 10px;
}

/* ランキングカード共通 */
.ranking-card {
  position: relative;
  margin-bottom: 80px;
  padding: 10px;
  border-radius: 20px;
  transition: transform 0.3s;
}

.ranking-card:hover {
  transform: translateY(-5px);
}

/* 1位〜3位の個別色（カード背景を光らせる） */
.rank-gold { background: linear-gradient(45deg, #d4af37, #fdf5e6); box-shadow: 0 15px 35px rgba(212,175,55,0.3); }
.rank-silver { background: linear-gradient(45deg, #a0a0a0, #f0f0f0); box-shadow: 0 15px 35px rgba(160,160,160,0.2); }
.rank-bronze { background: linear-gradient(45deg, #b87333, #fdf5e6); box-shadow: 0 15px 35px rgba(184,115,51,0.2); }

/* カードの内側：白背景で読みやすく */
.card-inner {
  background: #fff;
  border-radius: 15px;
  display: flex;
  overflow: hidden;
  gap: 20px;
  padding: 20px;
}

/* クラウン（順位表示） */
.rank-crown {
  position: absolute;
  top: -25px;
  left: -10px;
  background: #333;
  color: #fff;
  padding: 8px 20px;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 5px;
  box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
  z-index: 10;
}

/* 画像エリア */
.image-box {
  flex: 1;
  min-width: 280px;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* テキストエリア */
.text-box {
  flex: 1.2;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ribbon {
  display: inline-block;
  color: #d4af37;
  font-weight: bold;
  margin-bottom: 10px;
}

.text-box h3 {
  font-size: 1.6rem;
  color: #444;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.text-box p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* タグ装飾 */
.tag-group {
  margin-top: 15px;
}

.tag-group span {
  display: inline-block;
  background: #fff5f7;
  color: #d48e8e;
  border: 1px solid #d48e8e;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  margin-right: 5px;
}

/* スマホ表示 */
@media (max-width: 768px) {
  .card-inner {
    flex-direction: column;
  }
  .rank-crown {
    left: 10px;
  }
}

.txtC {
text-align:center;
margin-bottom:10px;
}



/* コンパクト版ランキングコンテナ */
.style-ranking-compact {
  max-width: 1100px;
  margin: 30px auto;
  padding: 40px 20px;
  background: #fff; /* 背景はシンプルに */
  border: 1px solid #eee;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .style-ranking-compact {
    padding: 8px;
  }
}


.ranking-title-sm {
  text-align: center;
  font-size: 2.5rem;
  color: #d48e8e;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .ranking-title-sm {
    font-size: 1.5rem;
  }
}


.ranking-title-sm span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #e2a0a0;
}

/* リスト構造 */
.ranking-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .ranking-list {
    gap: 8px;
  }
}

.ranking-item-sm {
  display: flex;
  align-items: center;
  position: relative;
  background: #fdfaf5;
  border-radius: 10px;
  overflow: hidden;
  border-left: 5px solid #ccc;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .ranking-item-sm {
    padding-right: 3px !important;
     /* border: 1px solid red; */
  }
}


/* 順位ごとのアクセントカラー */
.rank-1 { border-left-color: #d4af37; }
.rank-2 { border-left-color: #a0a0a0; }
.rank-3 { border-left-color: #b87333; }

.rank-label {
  width: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  color: #444;
}
@media only screen and (max-width: 767px) {
  .rank-label {
    width: 10px;
    font-size: 0.8rem;
  }
}


.item-img {
  width: 100px; /* 画像を小さく */
  height: 80px;
}


.item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-body {
  flex: 1;
  padding: 10px 15px;
}

.item-body h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

.item-body p {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 5px;
  display: -webkit-box; /* 文章が長い場合に省略 */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item-tags span {
  font-size: 0.7rem;
  background: #fff;
  border: 1px solid #d48e8e;
  color: #d48e8e;
  padding: 2px 8px;
  border-radius: 10px;
  margin-right: 5px;
}

/* スマホ表示：さらにコンパクトに */
@media (max-width: 767px) {
  .rank-label { width: 40px; font-size: 0.9rem; }
  .item-img { width: 50px; height: 50px; }
  .item-body h3 { font-size: 0.9rem; }
  .item-body p { display: none; } /* スマホでは説明文を隠して極限までコンパクトに */
}



/* --- ご挨拶セクション全体 --- */
.owner-greeting-v3 {
  max-width: 1000px;
  margin: 50px auto;
  padding: 40px;
  background-color: #fdfaf5;
  border-radius: 15px;
  border: 1px solid #f0e0d0;
  box-sizing: border-box;
  overflow: hidden;
}

/* 横並びを強制するコンテナ */
.greeting-flex-container {
  display: flex !important; /* 強制的にflex適用 */
  flex-direction: row;      /* PCでは横並び */
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

/* 左側：テキストエリア */
.greeting-text-area {
  flex: 1; 
  min-width: 0;
}

/* 右側：写真エリア */
.greeting-photo-area {
  flex: 0 0 250px; /* 250pxで固定 */
  width: 250px;
}

.greeting-photo-area img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

/* テキストの詳細 */
.greeting-name {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #444;
}

.greeting-body p {
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #666;
}

/* ↓ ここが重要：メディアクエリを正しく閉じています ↓ */
@media only screen and (max-width: 767px) {
  /* コンテナを縦並びにする */
  .greeting-flex-container {
    display: flex !important;
    flex-direction: column !important; /* 縦並び */
    align-items: center !important;
  }

  /* 写真エリアを名前の下（文章の前）に持ってくる */
  .greeting-photo-area {
    order: 2; /* 順番を制御 */
    width: 200px !important;
    margin: 15px auto 25px !important; /* 上下に適切な余白 */
    display: block !important;
  }

  /* 名前（見出し）の順番 */
  .greeting-name {
    order: 1; /* 一番上 */
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  /* 本文の順番 */
  .greeting-body {
    order: 3; /* 写真の下 */
    text-align: left; /* 本文は読みやすく左揃え */
  }

  .greeting-sub {
    order: 0;
    text-align: center;
  }
}


/* ご挨拶セクション内のテキストから下線を削除 */
.greeting-body p {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

/* 特定のコンテナ内のpタグに対する下線設定をリセット */
.owner-greeting-v3 .greeting-body p {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 15px; /* 行間の余白のみ維持 */
}



/* 電話案内ボックスのスタイル */
.contact-phone-box {
  max-width: 500px;
  margin: 30px auto 20px; /* 下のお問合せボタンとの間隔 */
  padding: 25px;
  background-color: #fff;
  border: 2px solid #e2a0a0; /* アンソレイユのアクセントカラー */
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(226, 160, 160, 0.15);
}

.phone-guide {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
  font-weight: bold;
}

.phone-number {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 15px;
}

.phone-label {
  font-size: 1.4rem;
  font-weight: bold;
  color: #e2a0a0;
}

.phone-number a {
  font-size: 2.4rem; /* 電話番号を大きく */
  font-weight: bold;
  color: #e2a0a0;
  text-decoration: none;
  line-height: 1;
}

.phone-note {
  font-size: 0.95rem;
  color: #666;
  background-color: #fff5f5; /* 補足文に薄い背景色 */
  padding: 10px;
  border-radius: 6px;
  display: inline-block;
}

.phone-note .highlight {
  color: #d48e8e;
  font-weight: bold;
  text-decoration: underline;
}

/* スマホ表示での調整 */
@media (max-width: 767px) {
  .contact-phone-box {
    margin: 25px 15px;
    padding: 20px 15px;
  }
  
  .phone-number a {
    font-size: 1.8rem;
  }
  
  .phone-note {
    font-size: 0.85rem;
    width: 100%;
    box-sizing: border-box;
  }
}


/* スマートフォン表示でお問い合わせボタンを表示させる修正 */
@media only screen and (max-width: 767px) {
  /* 消えていたボタンの親要素を表示させる */
  .sec3__btn-conteiner.bg {
    display: flex !important;
    justify-content: center;
    margin-top: 30px;
    padding: 0 15px;
  }

  /* ボタン自体のデザインをスマホ向けに最適化 */
  .sec3__btn-conteiner.bg .btn {
    width: 100% !important; /* 画面幅いっぱいに広げる */
    max-width: 440px;
    height: 60px !important; /* 高さを少し低くして押しやすく */
    font-size: 16px !important;
    background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%) !important;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  }

  /* ボタン内の矢印アイコンの位置を調整 */
  .sec3__btn-conteiner.bg .btn::after {
    right: 5%;
  }
}


/* Googleマップ強制表示設定 */
.sec4__access figure {
  margin-top: 30px !important;
  width: 100% !important;
  height: 450px !important; /* 具体的な高さを指定 */
  display: block !important;
}

.sec4__access figure iframe {
  width: 100% !important;
  height: 100% !important; /* 親のfigure（450px）に合わせる */
  border: none !important;
  display: block !important;
}

/* 親要素がマップを隠さないようにする */
.sec4, .sec3, .sec3__inner {
  overflow: visible !important;
}