@charset "UTF-8";
/*reset*/
/*reset*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");

/* フォント読み込みの最適化 */
@font-face {
  font-family: 'Noto Sans JP';
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif JP';
  font-display: swap;
}
@keyframes fadeInUpMini {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpMini {
  animation-name: fadeInUpMini;
}
@keyframes fadeInLeftMini {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftMini {
  animation-name: fadeInLeftMini;
}

@keyframes fadeInRightMini {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightMini {
  animation-name: fadeInRightMini;
}

.h_style {
  font-family: "filmotype-lacrosse", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}
.h_style strong {
  font-size: clamp(82px, 10vw, 126px);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.2;
}
.h_style small {
  font-size: 16px;
  display: block;
  width: 100%;
  padding-top: 10px;
  margin: auto;
  line-height: 1.2;
  margin-top: -1em;
  font-family: var(--font_serif);
  text-align: center;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 L";
}
.h_style small:after {
  display: block;
  content: "";
  width: 7em;
  height: 1.3em;
  background-image: url(../images/h_style.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: auto;
}

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;
  font-family: var(--font_serif);
  font-size: clamp(16px, 1.5vw, 18px);
  box-sizing: border-box;
  font-family: "秀英明朝 M";
}

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;
}

img {
  display: block;
}

img {
  width: 100%;
}

.pt_200 {
  padding-top: clamp(100px, 16vw, 200px);
}

.pt_150 {
  padding-top: clamp(80px, 12vw, 150px);
}

.pt_100 {
  padding-top: clamp(50px, 8vw, 100px) !important;
}

.pt_50 {
  padding-top: clamp(30px, 4vw, 50px);
}

.pt_70 {
  padding-top: clamp(35px, 6vw, 70px);
}

.pt_80 {
  padding-top: clamp(45px, 6.3vw, 80px);
}

.mt_100 {
  margin-top: clamp(50px, 8vw, 100px);
}

.mt_50 {
  margin-top: clamp(30px, 4vw, 50px);
}

.pb_30 {
  padding-bottom: clamp(20px, 3vw, 30px);
}

.pb_50 {
  padding-bottom: clamp(25px, 4vw, 50px);
}

.pb_70 {
  padding-bottom: clamp(35px, 6vw, 70px);
}

.pb_80 {
  padding-bottom: clamp(45px, 6.3vw, 80px);
}

.pb_100 {
  padding-bottom: clamp(50px, 8vw, 100px);
}

.pb_150 {
  padding-bottom: clamp(80px, 12vw, 150px);
}

.pb_200 {
  padding-bottom: clamp(100px, 16vw, 200px);
}

.mb_100 {
  margin-bottom: clamp(50px, 8vw, 100px);
}

.mb_150 {
  margin-bottom: clamp(80px, 12vw, 150px) !important;
}

.mb_200 {
  margin-bottom: clamp(100px, 16vw, 200px);
}

.pb_10 {
  padding-bottom: 10px !important;
}

.mb_1em {
  margin-bottom: 1em;
}

.mb_05em {
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 1023px) {
  .tab_none {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
@media only screen and (min-width: 1023px) {
  .pc_none2 {
    display: none !important;
  }
}
.no_border {
  border: none !important;
}

@keyframes bounceIn_mini {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.85, 0.85, 0.85);
  }
  20% {
    transform: scale3d(1.02, 1.02, 1.02);
  }
  40% {
    transform: scale3d(0.98, 0.98, 0.98);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceInMini {
  animation-duration: 0.75s;
  animation-name: bounceIn_mini;
}

:root {
  --font_serif: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  --font_sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  --font-tit: "FOT-筑紫Aオールド明朝 Pr6 L", "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  --font-opt: "OptimaNovaLTPro-Light", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  --bg_color: #f7f4e4;
  --sub_color:#9b7d42;
}

body {
  line-height: 2;
  font-size: clamp(15px, 1.45vw, 18px);
  counter-reset: number 0;
  font-family: var(--font_serif);
  color: #3a3a3a;
  background: #f8f8f8 !important;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

section, footer {
  width: 100%;
  overflow: hidden;
}

.p-director {
  overflow: visible !important;
}

a {
  text-decoration: none;
  color: #333;
}

#wrapper {
  width: 100%;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  #wrapper {
    width: calc(100vw - (100vw - 100%));
    overflow: hidden;
  }
}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
.el_h1 {
  position: absolute;
  right: 5px;
  top: 3px;
  font-size: 12px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .el_h1 {
    opacity: 0;
  }
}

.header {
  position: fixed;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  line-height: 1;
  z-index: 100;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;

  }
}
.header.on {
  background-color: rgba(255, 255, 255, 0.6);
}
.header .logo {
  width: 350px;
}
@media screen and (max-width: 1200px) {
  .header .logo {
    width: 250px;
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .header .logo {
    width: 250px;
  }
}
.header nav {
  color: #3a3a3a;
  position: absolute;
  right: 10px;
  top: 2em;
  flex: 1;
}
.header nav .h_info {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.header nav .h_info h1 {
  font-size: 11px;
  letter-spacing: -0.1px;
}
.header nav .h_info .h_tel {
  font-size: clamp(20px, 1.5vw, 36px);
  display: flex;
  margin: auto 1em;
  font-weight: bold;
  letter-spacing: 1px;
}
.header nav .h_info .h_tel a {
  color: #3a3a3a;
}
.header nav .h_info .h_tel:before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.8em;
  margin-right: 0.2em;
  background-image: url(../images/ic_tel.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.header nav .h_info .h_insta {
  width: 30px;
}
@media screen and (max-width: 1200px) {
  .header nav .h_info .h_insta {
    width: 25px;
  }
}
.header nav .nav-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}
.header nav .nav-container .hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 15px;
  position: relative;
  z-index: 1001;
}
.header nav .nav-container .hamburger span {
  position: absolute;
  height: 3px;
  width: 24px;
  background: #707070;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header nav .nav-container .hamburger span:nth-child(1) {
  top: 6px;
}
.header nav .nav-container .hamburger span:nth-child(2) {
  top: 13.5px;
}
.header nav .nav-container .hamburger span:nth-child(3) {
  top: 21px;
}
.header nav .nav-container .hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 13.5px;
}
.header nav .nav-container .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header nav .nav-container .hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13.5px;
}
.header nav .nav-container .nav {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  align-items: center;
}
.header nav .nav-container .nav > li {
  position: relative;
  border-top: none;
}
.header nav .nav-container .nav > li > a {
  display: block;
  padding: 0.5em 0.7em;
  color: #3a3a3a;
  text-decoration: none;
  font-size: min(1vw, 25px);
}
.header nav .nav-container .nav > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  min-width: 180px;
}
.header nav .nav-container .nav > li ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
}
.header nav .nav-container .nav > li:hover > ul {
  display: block;
  animation: fadeIn 0.3s ease;
}
.header nav .nav-container .nav > li.open ul {
  display: block;
}
.header nav .nav-container .nav .h_acc a {
  background-color: #d8d8d8;
  display: flex;
  align-items: center;
  padding: 0.5em 0.8em;
  border-radius: 10px;
  opacity: 1;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.header nav .nav-container .nav .h_acc a img {
  width: 1em;
  display: inline-block;
  margin-right: 0.5em;
}
.header nav .nav-container .nav .h_acc a:hover {
  transform: translateY(5px);
}
.header nav .nav-container .nav .h_tel a {
  display: flex;
  align-items: center;
  padding: 0.5em 0.8em;
  border-radius: 10px;
  font-size: 1.3em;
  font-family: var(--font-opt);
}
@media screen and (max-width: 1024px) {
  .header nav .nav-container .nav .h_tel a {
    font-size: 28px !important;
    margin: 0.5em auto;
  }
}
.header nav .nav-container .nav .h_tel a img {
  width: 1em;
  display: inline-block;
  margin-right: 0.5em;
}
.header nav .nav-container .nav .h_insta a img {
  width: 35px;
}
.header nav .nav-container .nav.active {
  display: flex;
  animation: slideDown 0.3s ease;
  line-height: 1;
  padding: 0.5em 1em;
}
@media screen and (max-width: 1023px) {
  .header nav {
    right: 0;
    top: 0;
    color: #fff;
  }
  .header nav .nav-container {
    width: calc(100vw - (100vw - 100%));
    width: 100dvw;
    padding: 0px;
    margin: 0;
    height: 50px;
  }
  .header nav .nav-container .hamburger {
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
  }
  .header nav .nav-container .nav {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background: #fff;
    width: 100%;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
    height: 100vh;
  }
  .header nav .nav-container .nav > li:hover ul {
    display: none;
  }
  .header nav .nav-container .nav > li ul {
    position: static;
    background: #444;
    overflow: hidden;
  }
  .header nav .nav-container .nav > li.open ul {
    display: block;
  }
  .header nav .nav-container .nav > li a {
    display: block;
    padding: 1em;
    text-align: center;
    font-size: 16px;
  }
  .header nav .nav-container .nav li:first-child {
    padding-top: 100px;
  }
  .header nav .nav-container .nav.active {
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px){
  .header nav .nav-container{
    width: 100%;
    box-sizing: border-box;
  }
}
.header .h_add {
  color: #3a3a3a;
  font-size: min(4.5vw, 18px);
  line-height: 1.7;
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid #3a3a3a !important;
}

.bl_btn1, .bl_btn2 {
  background-color: #4e4e4e;
  color: #fff !important;
  width: 100% !important;
  container-type: inline-size !important;
  padding: 1em !important;
  box-sizing: border-box !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  align-content: center !important;
  border-radius: 10px;
  transition: all 0.3s linear;
  font-family: var(--font-tit);
}
.bl_btn1:after, .bl_btn2:after {
  content: "";
  width: 0.55em;
  height: 0.9em;
  background-image: url(../images/ic_arr.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 0 0 auto;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.bl_btn1 .ic, .bl_btn2 .ic {
  width: 1.5em;
  margin-right: 0.5em;
}
.bl_btn1 span, .bl_btn2 span {
  font-size: min(12cqw, 22px);
  display: block;
  line-height: 1 !important;
}
.bl_btn1:hover, .bl_btn2:hover {
  opacity: 0.7;
}
.bl_btn1:hover:after, .bl_btn2:hover:after {
  transform: translateX(5px);
}

.bl_btn2 {
  background-color: #757575;
}

.inner_1200 {
  width: min(90%, 1200px);
  margin: auto;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .inner_1200 {
    width: 85%;
  }
}

.mv {
  position: relative;
  z-index: 0;
}
.mv .catch {
  position: absolute;
  width: 27%;
  right: 18%;
  z-index: 1;
  top: 8%;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .mv .catch {
    width: 60%;
    left: 20%;
    top: auto;
    bottom: 5%;
  }
}
.mv .catch .catch {
  position: absolute;
  font-size: 18cqw;
  top: 0;
  line-height: 1.3;
  position: absolute;
  top: 20cqw;
  left: -10%;
  right: 0;
  margin: auto;
  width: 120%;
  text-align: center;
  font-style: italic;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.mv .catch .catch small {
  font-size: 0.8em;
}
.mv .catch .catch p:last-child {
  margin-left: 1em;
}
.mv .catch .catch p {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.mv .catch .catch p span {
  opacity: 0;
}
.mv .catch .catch p .color {
  background-color: #D7C6A3;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.mv .catch .catch p .color2 {
  background-color: #D7C6A3;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@keyframes mask-bg {
  0% {
    transform: translate(0, 101%);
    opacity: 1;
  }
  40%, 60% {
    transform: translate(0, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0, -103%);
    opacity: 1;
  }
}
.mv .catch .catch .mask-bg {
  animation: mask-bg 1s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}
@keyframes mask-bg2 {
  0% {
    transform: translate(0, 101%);
    opacity: 1;
  }
  40%, 60% {
    transform: translate(0, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0, -103%);
    opacity: 1;
  }
}
.mv .catch .catch .mask-bg2 {
  animation: mask-bg2 1s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}
@keyframes fadeIn2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv .catch .catch .fadeIn2 {
  animation: fadeIn2 1s forwards;
}
.mv .catch ul {
  display: flex;
  justify-content: space-between;
  margin-top: 10cqw;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .mv .catch ul {
    width: 140%;
    margin-left: -20%;
  }
}
.mv .catch ul li {
  width: 30%;
}

.h_sns {
  width: 100%;
  width: min(100%, 350px);
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_sns .bl_btn1, .h_sns .bl_btn2 {
  width: 48% !important;
}

.side_fix {
  position: fixed;
  top: 20%;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #4e4e4e;
  color: #fff;
  font-size: 14px;
  z-index: 3;
  border-radius: 10px 0px 0px 10px;
  padding: 20px 0px;
  box-sizing: border-box;
  text-align: center;
  opacity: 1;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .side_fix {
    width: 70px;
    height: 70px;
    padding: 15px 0px;
    font-size: 14px;
  }
}
.side_fix img {
  width: 23%;
  display: block;
  margin: auto;
}
.side_fix:hover {
  opacity: 0.8;
}

.p-mv-section {
  position: relative;
}
.p-mv-section .mv_btm {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
}
.rise-consept{
  background-color: #254a65;
  padding-block: 100px;
}
.rise-consept h2{
  color: #fff;
}
.rise-consept .p-greeting__button{
  margin: 50px auto 0;
}
@media screen and (max-width: 768px){
  .rise-consept{
    padding-block: 50px 100px;
  }
}
.top_info{
  margin-block: 100px;
}
.top_info .inner_1200 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_info{
    margin-block: 50px;
  }
  .top_info .inner_1200 {
    display: block;
  }
}
.top_info .inner_1200 .logo_wrap {
  width: 46%;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .logo_wrap {
    width: min(100%, 450px);
    margin: auto;
  }
  .top_info .inner_1200 .logo_wrap img {
    display: block;
  }
}
.top_info .inner_1200 .logo_wrap .logo {
  width: 80%;
}
.top_info .inner_1200 .logo_wrap .tel_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .logo_wrap .tel_wrap {
    display: block;
    text-align: center;
  }
}
.top_info .inner_1200 .logo_wrap .tel_wrap .tel {
  font-size: 7.3cqw;
  display: flex;
  margin: 0px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: var(--font-opt);
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .logo_wrap .tel_wrap .tel {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    font-size: 12cqw;
  }
}
.top_info .inner_1200 .logo_wrap .tel_wrap .tel a {
  color: #3a3a3a;
}
.top_info .inner_1200 .logo_wrap .tel_wrap .tel:before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.7em;
  margin-right: 0.2em;
  background-image: url(../images/ic_tel.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.top_info .inner_1200 .logo_wrap .tel_wrap .acc {
  font-size: 4.3333333333cqw;
  line-height: 1;
  padding: 0.3em 1.3em;
  border: 1px solid;
  border-radius: 10px;
  position: relative;
  opacity: 1;
  transition: all 0.3s linear;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .logo_wrap .tel_wrap .acc {
    padding: 0.3em 1.5em 0.5em;
    margin: auto auto 20px;
    font-size: 6.4864864865cqw;
  }
}
.top_info .inner_1200 .logo_wrap .tel_wrap .acc:after {
  content: "";
  width: 0.4em;
  aspect-ratio: 1/1;
  background-image: url(../images/ic_arr2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin: 0 0 0 auto;
  display: block;
  position: absolute;
  right: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_info .inner_1200 .logo_wrap .tel_wrap .acc:hover {
  opacity: 0.6;
}
.top_info .inner_1200 .logo_wrap .btn_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .logo_wrap .btn_wrap {
    flex-wrap: wrap;
    width: 90%;
    margin: auto auto 20px;
    gap: 10px;
  }
}
.top_info .inner_1200 .logo_wrap .btn_wrap li {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .logo_wrap .btn_wrap li {
    width: 100%;
  }
}
.top_info .inner_1200 .logo_wrap .btn_wrap li a span {
  font-size: 10cqw;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .logo_wrap .btn_wrap li a span {
    font-size: min(8cqw, 22px);
    margin: auto;
  }
}
.top_info .inner_1200 .logo_wrap .btn_wrap li img {
  width: 1.8em;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .logo_wrap .btn_wrap li img {
    width: 2.2em;
    margin-right: 1em;
    margin-left: 0;
  }
}
.sns_wrap{
  display: flex;
  justify-content: space-between;
}
.sns_wrap li{
  width: calc(100% /  3 - 20px)!important;
  height: auto;
  padding: 10px;
}
@media screen and (max-width: 768px){
  .sns_wrap li{
    padding: 5vw!important;
  }
}
.sns_wrap li img{
  width: 100%!important;
  height: 100%;
}
.top_info .inner_1200 .logo_wrap .add {
  font-size: 2.5cqw;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .logo_wrap .add {
    font-size: 4cqw;
    text-align: left;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.3;
    margin: 0em auto 1em;
  }
}
.top_info .inner_1200 .time_wrap {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .time_wrap {
    width: min(100%, 450px);
    margin: auto;
  }
}

.timeT {
  width: 100%;
  container-type: inline-size;
}
.timeT table {
  width: 100%;
}
.timeT table th, .timeT table td {
  font-size: 3cqw;
  padding: 0.8em 0.7em;
  text-align: center;
  border-bottom: 1px solid #9c9c9c;
}
@media screen and (max-width: 768px) {
  .timeT table th, .timeT table td {
    font-size: 3.5135135135cqw;
  }
}
.timeT table tr th:first-child {
  text-align: left;
}
.timeT .note {
  font-size: 3cqw;
  line-height: 1.4;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .timeT .note {
    font-size: 3.5135135135cqw;
  }
}

.top_news_inner {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 55px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top_news_inner {
    display: block;
    padding: 10% 7% 15%;
  }
}
.top_news_inner .tit {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .top_news_inner .tit {
    width: 100%;
  }
}
.top_news_inner .body {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .top_news_inner .body {
    width: 100%;
  }
}
.top_news_inner .body dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 230px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .top_news_inner .body dl {
    display: block;
    height: 280px;
  }
}
.top_news_inner .body dl dt {
  width: 22%;
  padding: 1em 0;
  border-bottom: 1px solid #c4c4c4;
}
@media screen and (max-width: 768px) {
  .top_news_inner .body dl dt {
    width: 100%;
    padding: 1em 0px 0px;
    border: none;
  }
}
.top_news_inner .body dl dd {
  width: 78%;
  padding: 1em 0;
  border-bottom: 1px solid #c4c4c4;
  background-image: url(../images/ic_arr3.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 5px auto;
}
@media screen and (max-width: 768px) {
  .top_news_inner .body dl dd {
    width: 100%;
    padding: 0 0 1em;
  }
}
.top_news_inner .news_btn {
  border-radius: 50px;
  display: block;
  width: 80%;
  padding: 0.5em 2em;
  box-sizing: border-box;
  line-height: 1;
  border: 1px solid #9c9c9c;
  border-radius: 100px;
  margin: 20px auto 0px;
  background-image: url(../images/ic_arr3.png);
  background-position: 92% center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  font-size: 16px;
  font-family: var(--font-tit);
}
@media screen and (max-width: 768px) {
  .top_news_inner .news_btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto auto;
    padding: 0.5em 3em 0.5em 2em;
  }
}
.top_news_inner.no_flex {
  display: block;
}
.top_news_inner.no_flex h2 {
  width: 100%;
  text-align: center;
  font-size: clamp(18px, 2vw, 25px);
}
.top_news_inner.no_flex a {
  margin: 30px auto auto;
}

.top_app {
  background-image: url(../images/app_bg.jpg);
  background-size: cover;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_app {
    padding-bottom: 80px !important;
  }
}
.top_app .h_style small {
  margin-top: 0 !important;
}
.top_app_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_app_inner {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.top_app_inner .tel_box, .top_app_inner .web_box {
  width: 47%;
  background-color: #fff;
  border-radius: 40px;
  padding: 3% 5%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .top_app_inner .tel_box, .top_app_inner .web_box {
    width: min(100%, 450px);
    margin: auto;
    padding: 5% 8%;
  }
}
.top_app_inner .tel_box h3, .top_app_inner .web_box h3 {
  font-size: min(８cqw, 60px);
  border-bottom: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 0.7em;
  font-family: var(--font-tit);
}
@media screen and (max-width: 768px) {
  .top_app_inner .tel_box h3, .top_app_inner .web_box h3 {
    font-size: 7cqw;
  }
}
.top_app_inner .tel_box .tel, .top_app_inner .web_box .tel {
  font-size: 12cqw;
  display: flex;
  margin: 0px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  font-family: var(--font-opt);
}
@media screen and (max-width: 768px) {
  .top_app_inner .tel_box .tel, .top_app_inner .web_box .tel {
    font-size: 12cqw;
  }
}
.top_app_inner .tel_box .tel a, .top_app_inner .web_box .tel a {
  color: #3a3a3a;
}
.top_app_inner .tel_box .tel:before, .top_app_inner .web_box .tel:before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.7em;
  margin-right: 0.2em;
  background-image: url(../images/ic_tel.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.top_app_inner .tel_box .time_note, .top_app_inner .web_box .time_note {
  font-size: 3.8cqw;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .top_app_inner .tel_box .time_note, .top_app_inner .web_box .time_note {
    font-size: min(4.2cqw, 25px);
  }
}
.top_app_inner .tel_box .web_box_inner, .top_app_inner .web_box .web_box_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.top_app_inner .tel_box .web_box_inner .btn, .top_app_inner .web_box .web_box_inner .btn {
  width: 60%;
}
.top_app_inner .tel_box .web_box_inner .btn p, .top_app_inner .web_box .web_box_inner .btn p {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: min(6cqw, 48px);
  font-family: var(--font-tit);
}
@media screen and (max-width: 768px) {
  .top_app_inner .tel_box .web_box_inner .btn p, .top_app_inner .web_box .web_box_inner .btn p {
    font-size: 5.5cqw;
  }
}
.top_app_inner .tel_box .web_box_inner .btn p:before, .top_app_inner .web_box .web_box_inner .btn p:before {
  content: "";
  display: inline-block;
  border-left: 1px solid;
  width: 1px;
  height: 1em;
  position: relative;
  top: 0.1em;
  margin-right: 0.5em;
  transform: rotate(-25deg); /* ←左に10度傾ける */
}
.top_app_inner .tel_box .web_box_inner .btn p:after, .top_app_inner .web_box .web_box_inner .btn p:after {
  content: "";
  display: inline-block;
  border-left: 1px solid;
  width: 1px;
  height: 1em;
  position: relative;
  top: 0.1em;
  margin-left: 0.5em;
  transform: rotate(25deg); /* ←左に10度傾ける */
}
.top_app_inner .tel_box .web_box_inner .qr, .top_app_inner .web_box .web_box_inner .qr {
  width: 35%;
}
.top_app_inner .tel_box .web_box_inner .qr img, .top_app_inner .web_box .web_box_inner .qr img {
  width: 100%;
}

.top_concept {
  position: relative;
  z-index: 0;
}
.top_concept:after {
  position: absolute;
  width: 60%;
  aspect-ratio: 1/1;
  content: "";
  display: block;
  border-radius: 1000px;
  left: -25%;
  top: -30%;
  background-color: #efefef;
  z-index: -1;
}
.top_concept .p-greeting__button{
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .top_concept:after {
    width: 100%;
    left: -15%;
    top: -10%;
  }
}
.top_concept .h_style {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .top_concept .h_style {
    margin: auto;
  }
}
.top_concept .inner_1200 {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top_concept .inner_1200 {
    display: block;
  }
}
.top_concept .inner_1200 .ph3 {
  position: absolute;
  width: 23%;
  height: auto;
  top: 70%;
  right: 98%;
}
.top_concept .inner_1200 .ph {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_concept .inner_1200 .ph {
    width: 120%;
    margin: 30px -10% auto;
    display: flex;
    align-items: flex-start;
  }
  .top_concept .inner_1200 .ph .ph1 {
    width: 48% !important;
    position: static !important;
  }
  .top_concept .inner_1200 .ph .ph2 {
    width: 60% !important;
    position: static !important;
    margin-top: 10%;
  }
}
.top_concept .inner_1200 .ph .ph1 {
  width: 100%;
}
.top_concept .inner_1200 .ph .ph2 {
  position: absolute;
  width: 27%;
  top: 80%;
  left: 5%;
}
.top_concept .inner_1200 .body {
  width: 48%;
  padding-left: 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_concept .inner_1200 .body {
    width: 100%;
    margin: auto;
    padding-left: 0;
  }
  .top_concept .inner_1200 .body img {
    width: 110%;
    max-width: none;
    position: relative;
    right: 0px;
  }
}
.top_concept .inner_1200 .body h3 {
  margin: 1em 0px;
  font-size: clamp(28px, 2vw, 48px);
  line-height: 1.5;
  font-family: var(--font-tit);
}
@media screen and (max-width: 768px) {
  .top_concept .inner_1200 .body h3 {
    font-size: min(6.5vw, 38px);
  }
}
.top_concept .inner_1200 .body h4{
  color: #254a65;
  font-size: 1.2em;
  margin-bottom: 15px;
  font-weight: bold;
}
.top_feature {
  background-size: 100% auto;
  border-radius: 50px;
  width: calc(100vw - (100vw - 100%));
  overflow: hidden;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.top_feature:after {
  position: absolute;
  width: 100%;
  height: 93%;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-image: url(../images/fea_bg.jpg);
  border-radius: 50px;
  z-index: -1;
  background-size: 100% 100%;
}
.top_feature .h_style {
  width: 50%;
  text-align: center;
  margin: 0 0 -50px auto;
}
@media screen and (max-width: 768px) {
  .top_feature .h_style {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top_feature_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .top_feature_inner {
    display: block;
  }
}
.top_feature_inner .body {
  width: 40%;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .top_feature_inner .body {
    width: 100%;
    margin-top: 80px;
  }
}
.top_feature_inner .body .h3_wrap {
  position: relative;
}
.top_feature_inner .body .h3_wrap h3 {
  margin-bottom: 1em;
  font-family: var(--font-tit);
}
.top_feature_inner .body .h3_wrap h3 small {
  font-size: 5.5cqw;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top_feature_inner .body .h3_wrap h3 small {
    font-size: 6cqw;
  }
}
.top_feature_inner .body .h3_wrap h3 strong {
  font-size: 9.5cqw;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top_feature_inner .body .h3_wrap h3 strong {
    line-height: 1.2;
    font-size: min(14cqw, 45px);
  }
}
.top_feature_inner .body .h3_wrap .num {
  container-type: inline-size;
  width: 55%;
  background-color: rgba(58, 58, 58, 0.1);
  border-radius: 200px;
  text-align: center;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: absolute;
  left: -45%;
  top: -110%;
}
@media screen and (max-width: 768px) {
  .top_feature_inner .body .h3_wrap .num {
    width: 130px;
    left: -5%;
    top: -150px;
  }
}
.top_feature_inner .body .h3_wrap .num small {
  font-family: var(--font-opt);
  font-size: 12cqw;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 1em;
}
.top_feature_inner .body .h3_wrap .num strong {
  width: 100%;
  text-align: center;
  font-size: 45cqw;
  line-height: 1;
  font-family: "filmotype-lacrosse", sans-serif;
  position: relative;
  left: -0.1em;
}
.top_feature_inner .body p {
  line-height: 2.2;
}
.top_feature_inner .ph {
  width: 65%;
  position: relative;
  z-index: 0;
  margin-left: -15% !important;
}
@media screen and (max-width: 768px) {
  .top_feature_inner .ph {
    width: 90% !important;
    margin: auto !important;
  }
}
.top_feature_inner .ph:after {
  content: "";
  width: 130%;
  aspect-ratio: 1/1;
  background-image: url(../images/fea1_bg.png);
  background-size: contain;
  position: absolute;
  right: 60%;
  top: auto;
  bottom: -3%;
  z-index: -1;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .top_feature_inner .ph:after {
    width: 100%;
    top: -10%;
  }
}
.top_feature .top_feature_inner.re {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .top_feature .top_feature_inner.re {
    display: block;
  }
}
.top_feature .top_feature_inner.re .body .h3_wrap .num {
  right: -40%;
  left: auto;
}
@media screen and (max-width: 768px) {
  .top_feature .top_feature_inner.re .body .h3_wrap .num {
    width: 130px;
    left: -5%;
    right: auto;
    top: -150px;
  }
}
.top_feature .top_feature_inner.re .ph {
  margin-right: -15% !important;
  margin-left: auto !important;
}
@media screen and (max-width: 768px) {
  .top_feature .top_feature_inner.re .ph {
    margin: auto !important;
  }
}
.top_feature .top_feature_inner.re .ph:after {
  background-image: url(../images/fea2_bg.png);
  right: auto;
  left: 40%;
  top: auto;
}
@media screen and (max-width: 768px) {
  .top_feature .top_feature_inner.re .ph:after {
    top: -20%;
    left: 70%;
  }
}
.top_feature .fea3 .ph:after {
  background-image: url(../images/fea3_bg.png) !important;
}
.top_feature .fea4 .ph:after {
  background-image: url(../images/fea4_bg.png) !important;
}
.top_feature .pick {
  background-image: url(../images/pick_bg.png);
  background-size: 100% auto;
  width: min(95%, 1290px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0% 11% 6%;
  aspect-ratio: 10/5.22;
  background-repeat: no-repeat;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .top_feature .pick {
    background-image: url(../images/pick_bg_sp.png);
    padding: 0% 11% 20%;
    margin-top: 80px !important;
    width: 100%;
  }
}
.top_feature .pick .body {
  width: 55%;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .top_feature .pick .body {
    width: 100%;
  }
}
.top_feature .pick .body h3 {
  font-family: var(--font-opt);
  font-size: clamp(82px, 10vw, 126px);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.2;
  margin-top: -0.5em;
  font-family: "filmotype-lacrosse", sans-serif;
}
.top_feature .pick .body h4 {
  color: #fff;
  text-shadow: 0 0 5px rgb(97, 116, 127), 0 0 15px rgba(97, 116, 127, 0.8), 0 0 25px rgba(97, 116, 127, 0.6), 0 0 35px rgba(97, 116, 127, 0.4);
  font-size: 5.5cqw;
  padding-bottom: 0.2em;
  border-bottom: 1px solid;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .top_feature .pick .body h4 {
    font-size: 7.8cqw;
    line-height: 1.4;
    padding-bottom: 7cqw !important;
    margin-top: 1em;
  }
}
.top_feature .pick .body p {
  font-size: 3.5cqw;
  text-shadow: 0 0 5px rgb(97, 116, 127), 0 0 15px rgba(97, 116, 127, 0.8), 0 0 25px rgba(97, 116, 127, 0.6), 0 0 35px rgba(97, 116, 127, 0.4);
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .top_feature .pick .body p {
    font-size: 5.5cqw;
  }
}
.top_feature .pick .body ul {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  padding: 1em 3.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_feature .pick .body ul {
    margin-top: 100cqw;
    padding: 1.5em 1em;
    border-radius: 20px;
  }
}
.top_feature .pick .body ul li {
  font-size: 3.2cqw;
}
@media screen and (max-width: 768px) {
  .top_feature .pick .body ul li {
    font-size: 4.3cqw;
  }
}
.top_feature .pick .body ul li img {
  width: 1em;
  display: inline-block;
  margin-right: 0.1em;
}

.top_service {
  background-image: url(../images/ser_bg.jpg);
  background-size: cover;
  margin-top: -450px;
  padding-top: 450px;
  padding-bottom: 150px;
  position: relative;
  z-index: 0;
}
.top_service ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top_service ul {
    justify-content: space-around;
  }
}
.top_service ul li {
  color: #fff;
  width: 18%;
  margin: 1%;
  font-family: var(--font-tit);
  font-size: 2cqw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_service ul li {
    width: 43%;
    font-size: 4cqw;
    margin: 0.5%;
  }
}
.top_service ul li a {
  display: block;
  color: #fff;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.top_service ul li a:hover {
  transform: translateY(-20px);
}
.top_service ul li img {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  .top_service ul li:nth-child(2),
  .top_service ul li:nth-child(4),
  .top_service ul li:nth-child(7),
  .top_service ul li:nth-child(9) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top_service ul li:nth-child(2),
  .top_service ul li:nth-child(4),
  .top_service ul li:nth-child(6),
  .top_service ul li:nth-child(8) {
    margin-top: 50px;
  }
}
.top_service .h_style {
  color: #fff;
}
.top_service .h_style small:after {
  background-image: url(../images/h_style_w.png);
}
.top_service .c-button02 {
  margin: 70px auto auto;
}

.top_greeting {
  background-image: url(../images/greeting_bg.jpg);
  background-size: 180% auto;
  background-position: center center;
  border-radius: 50px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_greeting {
    background-image: url(../images/greeting_bg_sp.jpg);
  }
}
.top_greeting .inner_1200 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_greeting .inner_1200 {
    display: block;
  }
}
.top_greeting .inner_1200 .ph {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .top_greeting .inner_1200 .ph {
    width: 110%;
    margin: auto auto 30px -40px;
  }
}
.top_greeting .inner_1200 .body {
  width: 48%;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .top_greeting .inner_1200 .body {
    width: 95%;
    margin: auto;
  }
}
.top_greeting .inner_1200 .body h3 {
  font-size: 7cqw;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
  font-family: var(--font-tit);
}
@media screen and (max-width: 768px) {
  .top_greeting .inner_1200 .body h3 {
    text-align: left;
    font-size: 10cqw;
  }
}
.top_greeting .inner_1200 .body .name {
  font-size: min(6.6cqw, 40px);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 1.5em;
  font-family: var(--font-tit);
}
@media screen and (max-width: 768px) {
  .top_greeting .inner_1200 .body .name {
    font-size: 8cqw;
  }
}
.top_greeting .inner_1200 .body .name small {
  font-size: 0.6em;
}
.top_greeting .inner_1200 .body p {
  line-height: 2.2;
}
.top_greeting .c-button02 {
  margin: auto;
}

.top_faci {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.top_faci .deco1 {
  position: absolute;
  width: 25%;
  z-index: -1;
  left: -10%;
  top: 10%;
}
@media screen and (max-width: 768px) {
  .top_faci .deco1 {
    width: 60%;
    top: -10%;
  }
}
.top_faci .deco2 {
  position: absolute;
  width: 40%;
  z-index: -1;
  right: -20%;
  top: -30%;
}
@media screen and (max-width: 768px) {
  .top_faci .deco2 {
    width: 75%;
    top: auto;
    bottom: 5%;
  }
}
.top_faci .slick-slider .slick-slide {
  margin-right: 16px;
}
.top_faci .slick-slider .slick-slide img {
  border-radius: 15px !important;
}
.top_faci .lead {
  font-size: clamp(24px, 2.4vw, 30px);
  text-align: center;
  margin-bottom: 2em;
  font-family: var(--font-tit);
}
@media screen and (max-width: 768px) {
  .top_faci .lead {
    font-size: 5.5cqw;
  }
}
.top_faci .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .top_faci .btn_wrap {
    display: block;
  }
  .top_faci .btn_wrap .c-button02 {
    margin: auto auto 10px;
  }
}

.top_insta {
  background-image: url(../images/insta_bg.jpg);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .top_insta {
    border-radius: 40px;
    display: block;
  }
}
.top_insta a {
  margin: 0;
  width: min(45%, 490px);
}
.top_insta img {
  width: 100%;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .top_insta img {
    width: min(80%, 490px);
    margin: auto auto 20px;
  }
}

.top_outline .nap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: min(90%, 1000px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top_outline .nap {
    display: block;
    width: 100%;
  }
}
.top_outline .nap dt {
  width: 23%;
  padding: 0.8em 1em;
  box-sizing: border-box;
  border-bottom: 1px solid #c4c4c4;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  color: #333;
}
@media screen and (max-width: 768px) {
  .top_outline .nap dt {
    width: 100%;
    padding: 1em 1em 0;
    border: none;
  }
}
.top_outline .nap dd {
  width: 77%;
  padding: 0.8em 1em;
  box-sizing: border-box;
  border-bottom: 1px solid #c4c4c4;
  color: #000;
}
@media screen and (max-width: 768px) {
  .top_outline .nap dd {
    width: 100%;
  }
}
.top_outline .card {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_outline .card {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.top_outline .card li {
  width: 45%;
  background-image: url(../images/outline_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .top_outline .card li {
    width: 100%;
  }
}
.top_outline .card li dt {
  font-size: 6.5cqw;
  color: #fff;
  border-bottom: 1px solid;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-family: var(--font-tit);
}
@media screen and (max-width: 768px) {
  .top_outline .card li dt {
    font-size: 20px;
  }
}
.top_outline .card li dd a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top_outline .card li dd {
    font-size: 14px;
  }
}

.footer_wrap {
  width: 100%;
  overflow: hidden;
}

footer {
  width: 250vw;
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
  margin: auto -75vw;
}

.footer_inner {
  width: min(90vw, 1200px);
  margin: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .footer_inner {
    width: min(95vw, 450px);
    padding-bottom: 0px;
    margin-bottom: -10px;
  }
}
.footer_inner .footer_in_inner {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_inner .footer_in_inner {
    display: block;
    width: 90%;
    margin: auto;
  }
}
.footer_inner .footer_in_inner .f_left {
  width: 48%;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .footer_inner .footer_in_inner .f_left {
    width: 100%;
  }
}
.footer_inner .footer_in_inner .f_left .logo {
  width: 80%;
  margin-bottom: 6cqw;
}
@media screen and (max-width: 768px) {
  .footer_inner .footer_in_inner .f_left .logo {
    margin: auto;
    margin-bottom: 30px;
  }
}
.footer_inner .footer_in_inner .f_left .f_tel {
  font-size: 9cqw;
  display: flex;
  margin: 0px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  font-family: var(--font-opt);
  color: #fff;
  line-height: 1;
  margin-bottom: 3cqw;
}
@media screen and (max-width: 768px) {
  .footer_inner .footer_in_inner .f_left .f_tel {
    font-size: 11cqw;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.footer_inner .footer_in_inner .f_left .f_tel a {
  color: #fff;
}
.footer_inner .footer_in_inner .f_left .f_tel:before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.7em;
  margin-right: 0.2em;
  background-image: url(../images/ic_tel_footer.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.footer_inner .footer_in_inner .f_left .f_add {
  font-size: 2.5cqw;
  margin-bottom: 3cqw;
}
@media screen and (max-width: 768px) {
  .footer_inner .footer_in_inner .f_left .f_add {
    font-size: 3cqw;
    margin-bottom: 30px;
  }
}
.footer_inner .footer_in_inner .f_left .btn_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3cqw;
}
@media screen and (max-width: 768px) {
  .footer_inner .footer_in_inner .f_left .btn_wrap {
    flex-wrap: wrap;
    width: min(100%, 300px);
    margin: auto;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.footer_inner .footer_in_inner .f_left .btn_wrap li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .footer_inner .footer_in_inner .f_left .btn_wrap li {
    width: 100%;
  }
}
.footer_inner .footer_in_inner .f_left .btn_wrap .bl_btn1, .footer_inner .footer_in_inner .f_left .btn_wrap .bl_btn2 {
  background-color: #fff;
  color: #3a3a3a !important;
}
.footer_inner .footer_in_inner .f_left .btn_wrap .bl_btn1:after, .footer_inner .footer_in_inner .f_left .btn_wrap .bl_btn2:after {
  background-image: url(../images/ic_arr3.png);
  background-size: 100% 100%;
}
.footer_inner .footer_in_inner .f_right {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .footer_inner .footer_in_inner .f_right {
    width: 120%;
    margin: auto -10%;
    margin-top: 30px;
  }
}
.footer_inner .footer_in_inner .f_right iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .footer_inner .footer_in_inner .f_right iframe {
    height: 300px;
  }
}

.copy {
  background-color: #3a3a3a;
  color: #fff;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 1em;
}
.copy a{
  color: #fff;
}
@media screen and (max-width: 768px){
  .copy{
    margin-bottom: 12vw;
  }
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}

#page-top a {
  display: block;
  width: 80px;
}
@media screen and (max-width: 768px) {
  #page-top a {
    width: 60px;
  }
}

/*下層*/
.c-heading01__main {
  font-family: "filmotype-lacrosse", sans-serif;
}

.c-heading01__caption {
  font-family: var(--font-tit);
}

.p-subject-section__menu .p-menu__link img {
  width: 4em;
}

@media (max-width: 768px) {
  .p-subject-section__menu .p-menu__link img {
    width: 2.75em;
  }
}

.p-subject__icon {
  display: flex;
  flex-direction: column; /* ←ここがポイント！ */
  row-gap: 2rem; /* column-gapの代わりにrow-gap */
  align-items: center; /* flex-endだと下寄せになるのでcenterが自然 */
  width: 100%;
  margin-bottom: 0.1em;
  font-size: clamp(30px, 4vw, 50px);
  text-align: center;
}
.p-subject__icon h3 {
  width: 100%;
  display: block;
  max-width: none !important;
  font-family: var(--font-tit) !important;
}
.p-subject__icon > img {
  width: 100px;
  display: none;
}

/* #ser1,
#ser2,
#ser3,
#ser4,
#ser5,
#ser6,
#ser7,
#ser8 {
  padding-top: 100px;
  margin-top: -100px;
} */

.ser_ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.c-bg-theme::before {
  display: none;
}

.f_bold {
  font-weight: bold;
}

.sp_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 3;
}
.sp_fix li {
  width: 50%;
}
.sp_fix li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 10px;
  color: #fff;
  font-size: 17px;
}
.sp_fix li a img {
  width: 20px !important;
  height: auto !important;
  margin-right: 10px;
}
.sp_fix li .sp_tel {
  background-color: #4e4e4e;
}
.sp_fix li .sp_web {
  background-color: #757575;
}

.c-heading01__main, .c-heading01__caption {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff;
}

/*230627 予約のご案内ページ*/
.reserve__wrap {
  background: #FFF8F2;
  margin-top: -40px;
  padding-top: 40px;
}

.reserve-intro {
  position: relative;
  z-index: 1;
  padding: 60px 0 80px;
}

.reserve-intro::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 107px;
  z-index: -1;
  pointer-events: none;
}

.reserve-emergency {
  position: relative;
  padding: 140px 0 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://www.omiya-rise-dc.com/assets/images/_seagreen/access-bg-seagreen.png);
}

.reserve-emergency2 {
  position: relative;
  padding: 0 0 100px;
}

.reserve-emergency:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 107px;
  background-image: url(https://www.omiya-rise-dc.com/assets/images/access-bottom-mask.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  transform: rotate(180deg);
}

@media (max-width: 1399px) {
  .reserve-intro {
    padding: 60px 0 40px;
  }
}
@media (max-width: 991px) {
  .reserve-emergency:before {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .reserve-intro {
    padding: 60px 0px;
  }
  .reserve-emergency {
    padding: 140px 0 80px;
  }
  .reserve-emergency:before {
    top: -70px;
  }
}
.reserve-guide2 {
  margin-bottom: 100px;
}

.reserve-guide2 ol {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.reserve-guide2 ol li {
  border: 3px solid #f0eeee;
  padding: 20px;
  width: 31.25%;
  float: left;
  /* min-height: 550px; */
  margin-top: 29px;
  list-style: none;
  background: #fff;
}

.reserve-guide2 ol li dd {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .reserve-guide2 ol li {
    width: 95%;
    margin: auto;
    /* margin:auto; */
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .reserve-guide2 ol li:nth-child(6), .reserve-guide2 ol li:nth-child(12) {
    display: none;
  }
  .reserve-guide2 ol li:nth-child(11) {
    /* width: auto; */
    min-height: 0;
  }
}
.reserve-guide2 ol li:nth-child(11) img {
  margin: 0 20px 0 0;
  float: left;
}

.reserve-guide2 ol li:nth-child(11) ul {
  margin-top: 2em;
}

.reserve-guide2 ol li:nth-child(11) ul li {
  border: none;
  padding: 0;
  width: auto;
  float: none;
  min-height: 0;
  margin-top: 0;
}

.reserve-guide2 ol li:nth-child(11) ul li span {
  color: #20C4BF;
  display: block;
  float: left;
  margin-right: 1em;
}

.reserve-guide2 ol li:nth-child(11) ul li em {
  font-style: normal;
  display: block;
  overflow: hidden;
}

.reserve-guide2 ol li img {
  display: block;
  margin: 0 auto;
}

.reserve-guide2 ol li:first-child img {
  margin-top: 30px;
  max-width: 130px;
}

.reserve-guide2 ol li:nth-child(5) img {
  width: 100%;
  height: auto;
}

.reserve-guide2 ol li:nth-child(7) img {
  width: 100%;
  height: auto;
}

.reserve-guide2 ol li:nth-child(9) img {
  width: 100%;
  height: auto;
}

.reserve-guide2 ol li.arrow {
  border: none;
  padding: 0;
  width: 2.8%;
  text-align: center;
  background: initial;
}

@media screen and (max-width: 768px) {
  .reserve-guide2 ol li.arrow {
    border: none;
    text-align: center;
    padding: 0;
    background: url(../images/reserve/icon04.png) no-repeat center center;
    height: 30px;
    min-height: auto !important;
    width: 100%;
  }
  .reserve-guide2 ol li.arrow img {
    display: none;
  }
}
.reserve-guide2 ol li.arrow img {
  margin-top: 287px;
}

.reserve-guide2 ol li:nth-child(14).arrow img {
  margin-top: 347px;
}

.reserve-guide2 ol li dt {
  font-size: 25px;
  color: #000;
  margin-bottom: 20px;
}

.reserve-guide3 {
  margin-bottom: 100px;
  background: url(https://www.omiya-rise-dc.com/assets/images/reserve/content-shadow-top.jpg) top center no-repeat;
  /* padding: 100px 0 0; */
}

.reserve-guide3 ol {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.reserve-guide3 ol li {
  border: 3px solid #f0eeee;
  padding: 20px;
  width: 31.25%;
  /* float: left; */
  /* min-height: 550px; */
  margin-top: 29px;
  list-style: none;
  background-color: #fff;
}

.reserve-guide3 ol li:nth-child(6), .reserve-guide3 ol li:nth-child(12) {
  display: none;
}

@media screen and (max-width: 768px) {
  .reserve-guide3 ol li {
    width: 90%;
    margin: auto;
    display: block;
  }
  .reserve-guide3 ol li:nth-child(6), .reserve-guide3 ol li:nth-child(12) {
    display: inline;
  }
}
.reserve-guide3 ol li.arrow {
  border: none;
  padding: 0;
  width: 2.8%;
  text-align: center;
  background-color: transparent;
}

.reserve-guide3 ol li img {
  display: block;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .reserve-guide3 ol li.arrow {
    border: none;
    text-align: center;
    padding: 0;
    background: url(../images/reserve/icon04.png) no-repeat center center;
    height: 30px;
    width: 100%;
    min-height: auto !important;
  }
  .reserve-guide3 ol li.arrow img {
    display: none;
  }
}
.reserve-guide3 ol li:first-child img {
  width: 100%;
  height: auto;
}

.reserve-guide3 ol li:nth-child(3) img {
  width: 100%;
  height: auto;
  margin-bottom: 36px;
}

.reserve-guide3 ol li:nth-child(5) img {
  width: 100%;
  height: auto;
}

.reserve-guide3 ol li:nth-child(9) img {
  margin-bottom: 50px;
}

.reserve-guide3 ol li:nth-child(11) img {
  margin-bottom: 50px;
}

.reserve-guide3 ol li dt {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}

.reserve-guide3 ol li.arrow img {
  margin-top: 287px;
}

.reserve-guide3 ol li:nth-child(14) img {
  margin-top: 315px;
}

@media screen and (max-width: 768px) {
  .reserve-guide3 ol li img,
  .reserve-guide2 ol li img {
    width: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .reserve-guide3 ol li {
    width: 95%;
    margin: auto;
    display: block;
  }
  .reserve-guide3 ol li dd {
    margin: 0 0 0 -10px;
  }
}
.reserve-notice dl {
  background: #fff;
  padding: 30px;
  overflow: hidden;
  margin-bottom: 70px;
}

.reserve-notice dt {
  font-size: 26px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.reserve-notice dd ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reserve-notice dd ul li {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .reserve-notice dd ul li {
    width: 100%;
    margin: 10px 0px;
  }
}
.reserve-notice dd ul li strong {
  font-weight: normal;
  color: #000;
  font-size: 20px;
}

.reserve-notice dd ul li span {
  color: #633B3B;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .reserve-notice dd ul li {
    font-size: 16px;
  }
  .reserve-notice dd ul li strong {
    font-weight: normal;
    color: #000;
    font-size: 16px;
  }
  .reserve-notice dd ul li span {
    color: #633B3B;
    font-size: 16px;
  }
}
.reserve-intro .text01 {
  margin-top: 50px;
}

.reserve-intro ul {
  /* font-size: 0; */
  margin: 40px 0 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .reserve-notice dl {
    width: 94%;
    margin: 0 auto 70px;
  }
  .reserve-notice dd {
    width: 100%;
    margin: 0;
  }
  .reserve-intro .text01 {
    text-align: left;
  }
  .reserve-intro ul {
    margin: 20px auto 20px;
    max-width: 500px;
    padding: 10px;
  }
}
.reserve-intro ul li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .reserve-intro ul li {
    display: block;
    width: 100%;
  }
}
.reserve-intro ul li:first-child {
  /* margin-right: 28px; */
}

@media screen and (max-width: 768px) {
  .reserve-intro ul li:first-child {
    margin-bottom: 10px;
  }
}
.reserve-intro ul li a {
  display: block;
  font-size: 26px;
  color: #000;
  border: 1px solid #BCBCBC;
  box-shadow: 2px 2px 4px 0px #dddddd;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f5f5f5",GradientType=0 );
  position: relative;
  min-height: 138px;
}

@media screen and (max-width: 768px) {
  .reserve-intro ul li a {
    display: block;
    width: auto !important;
    font-size: 18px;
    /* color: #A40000; */
    border: 1px solid #BCBCBC;
    box-shadow: 2px 2px 4px 0px #dddddd;
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f5f5f5",GradientType=0 );
    position: relative;
    /* min-height: 100px; */
  }
}
.reserve-intro ul li a img {
  position: absolute;
  top: 29px;
  right: 29px;
  width: 80px;
}

.reserve-intro ul li a span {
  background: url(../images/reserve/icon02.png) no-repeat left center;
  padding: 20px 0 20px 90px;
}

.reserve-intro ul li:first-child a {
  line-height: 1.2;
  text-align: left;
}

.reserve-intro ul li:last-child a {
  height: 138px;
  line-height: 138px;
}

.reserve-intro ul li:first-child a span {
  background: url(../images/reserve/icon01.png) no-repeat 30px center;
  display: block;
  padding: 20px 0 20px 110px;
}

@media screen and (max-width: 768px) {
  .reserve-intro ul li a span {
    padding: 20px 0 20px 70px;
  }
  .reserve-intro ul li:first-child a span {
    padding: 40px 0 20px 100px;
  }
}
@media screen and (max-width: 768px) {
  .arrow_sp {
    background-image: none !important;
  }
}
.btn-secondary2:before {
  background: linear-gradient(45deg, var(--btn-color01), var(--btn-color02));
}

.btn-secondary2:hover:before {
  background: linear-gradient(45deg, var(--btn-color02), var(--btn-color01));
}

@media only screen and (min-width: 992px) {
  .el-box .btn-secondary {
    width: 276px;
    text-align: center;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 640px) {
  .el-box .btn-secondary {
    width: 276px;
    text-align: center;
    box-sizing: border-box;
  }
  body#p-staff .sp-mt-0 {
    margin-top: 0 !important;
  }
  body#p-staff .sp-mt-0 .mt-5 {
    margin-top: 48px !important;
  }
  .sp-br-none br {
    display: none;
  }
}
.c-heading02 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
.strong1 {
  font-weight: bold !important;
}

.top_card {
  width: min(90%, 700px);
  margin: 80px auto auto;
  text-align: center;
}
.top_card h3 {
  font-weight: bold;
  font-size: 1.2em;
}
.top_card img {
  margin-top: 20px;
}

.cal_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cal_wrap {
    flex-wrap: wrap;
  }
}
.cal_wrap > div {
  width: 48%;
}
.cal_wrap > div iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cal_wrap > div {
    width: 100%;
  }
}/*# sourceMappingURL=custom.css.map */