@charset "utf-8";
/* CSS Document */

html {
  font-size: 10px;
}
body {
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  color: #333333;
  margin: 0 auto;
  max-width: 100vw;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.fwb {
  font-weight: 600;
}
.fwn {
  font-weight: normal;
}
.ffhg {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
    "sans-serif";
}
.ffym {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.fc-navy {
  color: rgba(55, 158, 232, 1);
}
.fc-blue {
  color: #408ddf;
}
.mt3{
	margin-top: 3rem;
}
.flex {
  display: flex;
}
.row {
  flex-direction: row-reverse;
}
.wrap {
  flex-wrap: wrap;
}
.tab-sp-only {
  display: none;
}
.sp-only {
  display: none;
}

.top-section-ttl {
  width: 100%;
  height: 30rem;
  background: linear-gradient(rgba(153, 204, 255, 0.9), rgba(45, 107, 178, 0.9))
      left 0% top 0% / 100% auto no-repeat,
    url("img/top-secttl-bg.png") left 0% top 0% / 100% auto no-repeat;
  position: relative;
}
.top-section-ttl .inner {
  width: calc(100% - 50rem);
  height: 30rem;
  margin: auto;
  border-left: 5px solid #c0c0c0;
  position: relative;
}
.top-section-ttl .inner h4 {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 7rem;
  position: absolute;
  left: 8rem;
  bottom: 1rem;
}
.top-section-ttl .inner p {
  position: absolute;
  top: 5rem;
  left: 0;
  transform: rotate(90deg);
  font-size: 3.6rem;
  color: #c0c0c0;
}

/*---------- ヘッダー・メインビジュアル ----------*/
#header {
  width: 100%;
}
#mainvisual {
  width: 100%;
  position: relative;
}
#mainvisual::after {
  content: "";
  width: 100%;
  height: 500px;
  background: #99ccff;
  position: absolute;
  bottom: -5rem;
  left: 0;
  z-index: -1;
}
.mainvisual-inner {
  height: 80vh;
  width: calc(100% - 12rem);
  margin-right: auto;
  position: relative;
  z-index: 3;
  background-position: center center;
  background-size: cover;
}
.line_icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.catch-copy {
  position: absolute;
  top: 5rem;
  right: 5rem;
}
.catch-copy h2 {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 7rem;
  text-shadow: 2px 2px 3px #c0c0c0;
}
.catch-copy h2 span {
  font-size: 3rem;
  margin: 14rem 6rem 0 0;
}
#header .inner {
  width: 90%;
  margin: 3rem auto;
  justify-content: space-between;
  align-items: center;
}
#header .inner h1 {
  width: 20%;
}
#header .inner h1 a img {
  width: 100%;
  margin-top: 2rem;
}
#header .inner nav {
  width: 60%;
}
#header .inner nav ul {
  justify-content: space-between;
}
.main-nav {
  width: 20%;
}
.main-nav a {
  display: block;
  font-size: 2rem;
  color: #333;
  text-align: center;
  line-height: 1.5;
}
#header .inner nav ul li a span {
  font-weight: normal;
  font-size: 1.6rem;
}
#header .inner nav ul li a:hover {
  color: #ccc;
}

.side-bnr {
  width: 60px;
  background-color: #00bfff;
  position: fixed;
  top: 24%;
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
  padding: 2rem 0;
  border-radius: 5px 0 0 5px;
}
.side-bnr a {
  display: block;
  color: #fff;
  font-size: 22px;
  text-orientation: upright;
  writing-mode: vertical-rl;
  text-align: center;
  line-height: 60px;
}
.side-bnr a i {
  margin-bottom: 1rem;
}
.side-bnr2 {
  width: 60px;
  background-color: #06c755;
  position: fixed;
  top: 64%;
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
  padding: 2rem 0;
  border-radius: 5px 0 0 5px;
}
.side-bnr2 a {
  display: block;
  color: #fff;
  font-size: 22px;
  text-orientation: upright;
  writing-mode: vertical-rl;
  text-align: center;
  line-height: 60px;
}
.side-bnr2 a i {
  margin-bottom: 1rem;
}
.side-bnr2 span {
  font-size: 14px;
}
/*========= ナビゲーションドロップダウンのためのCSS ===============*/

/*==ナビゲーション全体の設定*/
nav {
  margin: auto;
}
/*ナビゲーションを横並びに*/
nav ul {
  justify-content: space-between;
}
/*2階層目以降は横並びにしない*/
nav ul ul {
  display: block;
}
/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li {
  position: relative;
}
/*ナビゲーションのリンク設定*/
nav ul li a {
  display: block;
  color: #333;
  transition: all 0.3s;
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
}
nav ul li {
  color: #333;
  transition: all 0.3s;
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
}
nav ul li span {
  font-size: 1.4rem;
}
nav ul li a span {
  font-size: 1.4rem;
}
nav ul li a:hover {
  color: #ccc;
}

/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 50%;
  top: 7rem;
  transform: translate(-50%);
  z-index: 4;
  /*形状を指定*/
  background: rgba(255, 255, 255, 0.8);
  width: 150%;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
}
nav li.has-child ul li {
  width: 100%;
}
.has-child li a {
  padding: 1rem;
  font-size: 1.4rem;
}
/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
  color: #333;
  border-bottom: solid 1px rgba(22, 74, 132, 1);
}

nav li.has-child ul li:last-child a {
  border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
  color: #ccc;
  font-weight: 600;
}

/*---------- お知らせ ----------*/

#news {
  margin: 3rem auto 10rem;
}
#news .container {
  width: 80%;
  margin: auto;
}
#news .inner {
  justify-content: space-between;
  align-items: center;
}
#news .section-title {
  width: 20%;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1;
}
#news .section-title span {
  font-size: 2rem;
  font-weight: normal;
}
.news-box {
  width: 75%;
  padding: 3rem 0;
  box-shadow: 2px 2px 3px #c0c0c0;
  height: 250px;
  overflow-y: scroll;
}
.news-box dl {
  width: 90%;
  margin: auto;
  font-size: 1.6rem;
}
.news-box dl dt {
  width: 20%;
  padding: 1rem 0;
  border-bottom: 1px solid #c0c0c0;
}
.news-box dl dd {
  width: 80%;
  padding: 1rem 0;
  border-bottom: 1px solid #c0c0c0;
}
.news-box dl dd .info-ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
}

/*感染症対策リンク*/
.covid19-link {
  width: 50%;
  margin: 5rem auto;
  background: rgba(46, 137, 203, 1);
  padding: 3rem 0;
}
.covid19-link a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
}

/*WEB予約について*/
.reserve-bnr {
  width: 40%;
  margin: 0 auto 5rem auto;
  background: #6495ed;
  padding: 3rem 0;
}
.reserve-bnr a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}
.reserve-bnr a span {
  font-size: 1.8rem;
}

@media screen and (max-width: 1280px) {
  .reserve-bnr {
    width: 50%;
  }
}
/*---------- ご挨拶 ----------*/
#top-greeting {
  margin: 15rem auto 10rem auto;
}
#top-greeting .conainer {
  background: linear-gradient(rgba(153, 204, 255, 0.9), rgba(45, 107, 178, 0.9))
      left 0% top 0% / 100% auto no-repeat,
    url("img/top-g-bg.png") left 0% top 0% / 70% auto no-repeat;
  position: relative;
}
.top-g {
  width: 35%;
  margin-right: auto;
  padding: 3rem;
  flex-direction: row-reverse;
}
.top-g h3 {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 5rem;
  line-height: 2;
}
.top-g-img {
  position: absolute;
  top: -5rem;
  right: 0;
  width: 50%;
}
#top-greeting .doctor-greeting {
  width: 90%;
  margin: auto;
  justify-content: space-between;
  padding-bottom: 5rem;
  align-items: center;
}
.doc-pic {
  width: 40%;
}
.smallpic {
  width: 60%;
  margin-left: 5rem;
  margin-top: 3rem;
}
.doc-message {
  width: 58%;
  padding-top: 3.5vw;
}
.doc-message p {
  font-size: 2rem;
  color: #e1dede;
  line-height: 2.5;
}

/*--------- 理念 ---------*/
#policy {
  margin: 10rem auto;
}

#policy .container {
  width: 100%;
  background: url("img/bg00.png") left 0% top 0% / 100% auto repeat;
  padding: 10rem 0;
}
#policy .container .inner {
  width: 80%;
  margin: auto;
}
.policy-item {
  width: 100%;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin: 10rem auto;
}
.policy-img {
  width: 50%;
}
.policy-content {
  width: 50%;
  z-index: 10;
  margin-left: -5rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(33, 142, 231, 1);
  padding: 7rem 0 2rem 2rem;
}
.policy-ttl {
  font-size: 3.6rem;
  color: rgba(62, 208, 239, 1);
  position: relative;
}
.policy-ttl01::after {
  content: "01";
  position: absolute;
  top: -5rem;
  left: 0;
  font-size: 5rem;
  color: #b4adad;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.policy-ttl02::after {
  content: "02";
  position: absolute;
  top: -5rem;
  left: 0;
  font-size: 5rem;
  color: #b4adad;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.policy-ttl03::after {
  content: "03";
  position: absolute;
  top: -5rem;
  left: 0;
  font-size: 5rem;
  color: #b4adad;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.policy-txt {
  width: 90%;
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.5;
}

.reverse {
  flex-direction: row-reverse;
}
.reverse .policy-content {
  margin-right: -5rem;
}

/*---------- 特徴 ---------*/

#features .container {
  padding: 10rem 0 10rem 0;
  background: url("img/bg00.png") left 0% top 0% / 100% auto repeat;
}
#features .container .box1 {
  width: 60%;
  margin: 5rem auto;
}
.box1 {
  margin: 10rem auto;
}
.box1 .feature-item {
  width: 100%;
  position: relative;
}
.feature-img {
  width: calc(100% - 25%);
  position: relative;
  padding-top: 5rem;
}
.feature-ttl {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 20%;
  background: rgba(255, 255, 255, 0.5);
  padding: 2rem 1rem;
}
.feature-ttl h5 {
  writing-mode: vertical-rl;
  color: #333;
  font-size: 3.6rem;
  line-height: 1.5;
}
.feature-ttl h5 .horizontal {
  writing-mode: horizontal-tb;
}
.feature-ttl h5 .line {
  font-size: 2.6rem;
  margin-top: 15rem;
  position: relative;
}
.feature-ttl h5 .line::before {
  content: "";
  height: 8rem;
  width: 1px;
  background: #164a84;
  position: absolute;
  top: -10rem;
  left: 50%;
  transform: translate(-50%);
}
.feature-txt {
  width: auto;
  background: #fff;
  padding: 6rem 8rem;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px #c0c0c0;
  position: absolute;
  bottom: -20rem;
  right: -10rem;
}
.box1 .feature-txt {
  max-width: 700px;
}
.feature-txt p {
  font-size: 1.8rem;
  line-height: 2;
}
.box2 {
  width: 90%;
  margin: 24rem auto 10rem auto;
  gap: 8%;
}
.box2 .feature-item {
  width: 45%;
  position: relative;
}
.box2 .feature-item:last-child {
  margin-top: 10rem;
}
.box2 .feature-img {
  width: 80%;
  position: relative;
  padding-top: 5rem;
}
.box2 .feature-ttl {
  position: absolute;
  top: 0rem;
  right: 2rem;
  width: 15%;
  background: rgba(255, 255, 255, 0.5);
  padding: 2rem 1rem;
}
.box2 .feature-txt {
  width: 90%;
  position: absolute;
  bottom: -20rem;
  left: 0rem;
}

/*スライドショー*/
.slidshow {
  margin-top: 30rem;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: 300px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin: 0 10px; /*スライド左右の余白調整*/
}

/*-------- 診療案内 ----------*/
#medical-info .top-section-ttl h4 {
  font-size: 5.6rem;
}
#medical-info .container {
  width: 100%;
  background: url("img/bg002.png") left 0% top 0% / 100% auto repeat;
  padding: 10rem 0;
}
.medical-wrapper {
  width: 70%;
  margin: auto;
  justify-content: space-between;
}
.medical-item {
  width: 30%;
}
.medical-icon {
  width: 80%;
  margin: auto;
}
.medical-icon a {
  display: block;
}
.medical-item p {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
}
.medical-item p span {
  font-size: 1.8rem;
}
.medical-wrapper .medical-item:nth-child(2) {
  margin-top: 10rem;
}

/*-------- フッター ---------*/
#footer {
  margin-top: 10rem;
}
.foot-flex {
  width: 75%;
  margin: auto;
  padding: 5rem 0;
  align-items: center;
}
.foot-map {
  width: 50%;
}
.foot-map iframe {
  width: 95%;
  margin: auto;
}
.foot-right {
  width: 50%;
}
.foot-logo {
  width: 60%;
  margin: auto;
}
.foot-logo img {
  width: 100%;
}
.foot-right a {
  display: block;
  text-align: center;
  font-size: 4rem;
}
.foot-right a i {
  font-size: 3rem;
  margin-right: 1rem;
}
.foot-adress {
  text-align: center;
  font-size: 2rem;
}
.foot-station {
  width: 80%;
  margin: 3rem auto;
  background: rgba(106, 159, 183, 0.5);
  padding: 2rem 0;
}
.foot-station p {
  text-align: center;
  font-size: 2.4rem;
}
.time-table {
  width: 80%;
  margin: auto;
}
.time-table p {
  font-size: 2rem;
}

.foot-bottom {
  background: #99ccff;
  padding-top: 5rem;
}
.foot-bottom-logo {
  width: 15%;
  margin: auto;
}
.foot-bottom ul {
  width: 50%;
  margin: 5rem auto;
  justify-content: space-between;
}
.foot-bottom ul li a {
  display: block;
  color: #333;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
}
.foot-bottom ul li a span {
  font-size: 1rem;
}
.copy p {
  text-align: center;
  color: #333;
}

/*----- 下層 -----*/
#s-mainvisual {
  width: 100%;
  position: relative;
}
#s-mainvisual::after {
  content: "";
  width: 100%;
  height: 500px;
  background: #99ccff;
  position: absolute;
  bottom: -5rem;
  left: 0;
  z-index: -1;
}
#s-mainvisual .inner {
  height: 60vh;
  width: 100%;
  background-image: url("img/s-mv.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
}
.page-ttl {
  width: 70rem;
  padding: 5rem 0;
  background: rgba(255, 255, 255, 0.8);
  outline: 1px solid #164a84;
  outline-offset: -2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-ttl h2 {
  text-align: center;
  font-size: 6rem;
}
.s-ttl {
  margin: 5rem auto;
}
.s-ttl .ttl-icom {
  width: 6rem;
  margin: auto;
}
.s-ttl h3 {
  text-align: center;
  font-size: 5rem;
  letter-spacing: 3;
}
.content-box {
  width: 80%;
  margin: auto;
  background: #fff;
  box-shadow: 5px 5px 6px rgba(22, 74, 132, 0.5);
  padding: 3rem 0;
}
.content-box .inner {
  width: 90%;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
.c-box-left,
.c-box-right {
  width: 50%;
  padding: 2rem;
  box-sizing: border-box;
}
.c-box-left p {
  font-size: 1.8rem;
  line-height: 2.5;
}
/*院長紹介*/
#greeting {
  margin: 5rem auto;
}
#greeting .inner {
  padding: 5rem 0 0;
}
#greeting .in-c-inner{
  width: 80%;
  padding: 3rem;
  font-size: 1.8rem;
}
#greeting .inc-in-ttl{
  margin-bottom: 20px;
}
.c-box-left .doc-name {
  font-size: 2.4rem;
  margin-top: 3rem;
}

#interview {
  margin: 5rem auto;
}
#interview .inner {
  padding: 5rem 0;
}
.interview-item {
  width: 90%;
  margin: auto;
  padding: 3rem;
  box-sizing: border-box;
  background: rgba(235, 246, 251, 0.8);
  margin-bottom: 3rem;
}
.q-item {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #4db1e8 solid;
}
.q-icon {
  width: 5%;
}
.q-txt {
  width: 93%;
}
.q-txt p {
  font-size: 2rem;
}
.a-item {
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
.a-icon {
  width: 5%;
}
.a-txt {
  width: 93%;
}
.a-txt p {
  font-size: 1.8rem;
}

/*診療案内*/
#medical {
  padding: 10rem auto;
}
#medical .inner {
  padding: 0;
}
#medical .s-ttl {
  margin: 0 auto;
}
.medical-content {
  margin: 10rem auto;
}
.mc-bg {
  width: 100%;
  margin: 5rem auto;
  position: relative;
}
.bg-bar {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%);
  width: 200%;
  height: 20rem;
  background: url("img/bg003.png");
  background-repeat: repeat;
  z-index: -1;
}
#medical .c-box-left p {
  font-size: 1.6rem;
}
.inner02 {
  width: 70%;
  margin: 3rem auto;
}
.inner02 p {
  font-size: 1.6rem;
  margin-top: 3rem;
  line-height: 1.5;
}
.inner02 p span {
  font-size: 1.8rem;
}

.inner03 {
  width: 90%;
  margin: 3rem auto;
}
.inner03 p {
  font-size: 1.6rem;
  margin-top: 3rem;
  line-height: 1.5;
}
.inner03 p span {
  font-size: 1.8rem;
}

.mb30{
  margin-bottom: 30px;
}

.in-content {
  width: 80%;
  margin: 5rem auto;
}
.in-c-ttl {
  text-align: center;
  font-size: 2.8rem;
  border-bottom: 1px solid #99ccff;
}
.in-c-inner {
  width: 70%;
  margin: 5rem auto;
  background: rgba(177, 227, 237, 0.7);
  padding: 3rem 0;
}
.inc-in-ttl {
  font-size: 20px;
  text-align: center;
}
.in-c-inner ul {
  width: 80%;
  margin: 3rem auto;
}
.in-c-inner ul li {
  list-style: disc;
  list-style-position: inside;
  font-size: 16px;
}
.in-message {
  width: 95%;
  margin: auto;
  background: #fff;
  padding: 1rem 0;
  border-radius: 5rem;
}
.in-message p {
  font-size: 16px;
  text-align: center;
}
.in-c-flow {
  width: 80%;
  margin: 3rem auto;
}
.inc-flow-ttl {
  font-size: 20px;
  text-align: center;
}
.in-c-flow-inner {
  margin-top: 3rem;
  align-items: center;
  justify-content: space-between;
}
.in-c-flow-inner .item {
  width: 30%;
}
.in-c-flow-inner .item p {
  font-size: 18px;
  text-align: center;
  margin-top: 2rem;
}
.in-c-flow-inner .item p span {
  font-size: 20px;
  color: rgba(80, 159, 233, 1);
}
.in-c-flex {
  width: 90%;
  margin: 3rem auto;
  justify-content: space-between;
  align-items: center;
}
.in-c-flex .txt,
.in-c-flex .img {
  width: 48%;
}
.in-c-flex .txt .incf-ttl {
  font-size: 2.5rem;
  color: rgba(91, 166, 244, 1);
}
.in-c-flex .txt .incf-txt {
  margin-top: 3rem;
  font-size: 18px;
}
.incf-link {
  width: 300px;
  margin-top: 3rem;
  padding: 2rem 0;
  background: #99ccff;
}
.incf-link a {
  display: block;
  color: #333;
  text-align: center;
  font-size: 20px;
}
.in-content-flex {
  width: 80%;
  margin: 5rem auto;
  justify-content: space-between;
  align-items: center;
}
.in-content-flex .item {
  width: 48%;
  background: rgba(177, 227, 237, 0.7);
  padding: 3rem 0;
  box-sizing: border-box;
}
.in-content-flex .item .incf-ttl {
  font-size: 2.5rem;
  text-align: center;
}
.in-content-flex .item ul {
  width: 85%;
  margin: 3rem auto 0 auto;
}
.in-content-flex .item ul li {
  list-style: disc;
  list-style-position: inside;
  font-size: 16px;
}

.medical_link{
  margin: 10rem auto;
  width: 80%;
}
.medical_link ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4カラム */
  gap: 1.5rem; /* ボタン間の余白 */
}
.medical_link_btn{
  background-color: #6495ed;
  padding: 1.5rem;
  text-align: center;
  border-radius: 0.5rem;
}
.medical_link_btn a{
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
}
.medical_link_btn:hover {
  opacity: 0.8;
  transition:  0.3s;
}

@media screen and (max-width: 1280px) {
  .in-content {
    width: 90%;
  }
  .in-c-inner {
    width: 100%;
  }
  .in-c-flow {
    width: 90%;
    margin: 3rem auto;
  }
  .in-content-flex {
    width: 90%;
  }
  .in-content-flex .item ul {
    width: 98%;
  }
}

/*periodental*/
.per-ttl p {
  text-align: left;
  font-size: 20px;
  color: #fff;
  padding: 0 15px;
}

/*whitening*/
.whitening-inner {
  width: 100%;
  margin: 3rem auto;
}
.w-in-ttl p {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
.w-in-ttl p span {
  color: #fff;
  padding: 1rem 2rem;
}
.w-in-ttl p .w-in-na {
  background: #2f4272;
  margin-right: 1rem;
}
.w-in-ttl p .w-in-bl {
  background: #468ec1;
  margin-left: 1rem;
}
.whitening-feature {
  width: 100%;
  margin: 3rem auto;
}
.wf-ttl {
  width: 50%;
  margin: 0 auto 2rem auto;
  background: #698694;
  border-radius: 2rem;
  padding: 1.5rem 0;
}
.wf-ttl02 {
  width: 50%;
  margin: 5rem auto 2rem auto;
  background: rgba(99, 176, 248, 1);
  border-radius: 2rem;
  padding: 1.5rem 0;
}
.wf-ttl p {
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.wf-ttl02 p {
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.wf-btxt {
  width: 60%;
  margin: auto;
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid rgba(252, 123, 151, 0.5);
  font-weight: 600;
}
.wf-btxt {
  width: 70%;
  margin: auto;
  text-align: center;
  font-size: 24px;
}
.wf-stxt {
  width: 70%;
  margin: auto;
  text-align: center;
  font-size: 18px;
}

.wf-top {
  width: 70%;
  margin: 2rem auto;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}
.wft-01 {
  background-color: rgba(183, 180, 180, 1);
  padding: 1rem;
  border-radius: 2rem;
  font-size: 20px;
  text-align: center;
}
.wft-01 span {
  font-size: 12px;
}
.wft-02 {
  font-size: 30px;
  text-align: center;
}
.wft-03 {
  align-items: center;
  gap: 1rem;
}
.wft-03 img {
  width: 70px;
}
.wft-03 span {
  font-size: 16px;
}
.wf-wrapper {
  width: 70%;
  margin: 5rem auto;
  flex-direction: column;
  gap: 5rem;
}
.wfi-ttl p {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.wf01-ttl {
  background: rgba(42, 69, 132, 1);
  padding: 1rem 0;
}
.wf02-ttl {
  background: rgba(118, 138, 159, 1);
  padding: 1rem 0;
}
.wft-img {
  width: 90%;
  margin: 1rem auto;
}
.wft-img02 {
  width: 70%;
  margin: 1rem auto;
}
.wfi-mini-ttl {
  width: 90%;
  margin: auto;
  background: rgba(42, 69, 132, 1);
  padding: 0.5rem 0;
}
.wfi-mini-ttl p {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.wfi-mini-txt {
  width: 90%;
  margin: 1.5rem auto;
  font-size: 16px;
}
.wf02-wrapper {
  width: 70%;
  margin: 5rem auto;
  justify-content: space-between;
  align-items: flex-start;
}
.wf02-wrapper li {
  width: 48%;
  margin-bottom: 3rem;
}
.wfi02-ttl {
  width: 80%;
  margin: 0 auto 2rem auto;
  border-bottom: 1px solid rgba(252, 123, 151, 0.5);
}
.wfi02-ttl p {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.wf02-txt {
  width: 95%;
  margin: auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.wfi02-img {
  width: 95%;
  margin: 2rem auto 0 auto;
}
.wf02 {
  margin-top: 10rem;
}
.w-br {
  display: none;
}
.home-step-container {
  margin-top: 5rem;
  padding-bottom: 5rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.hsc-ttl {
  width: 50%;
  background: rgba(195, 238, 241, 1);
  padding: 1.5rem 0;
  margin: 3rem auto;
}
.hsc-ttl p {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}
.home-step {
  align-items: flex-start;
  justify-content: space-between;
}
.home-step li {
  width: 24%;
  margin-bottom: 3rem;
}
.step-img {
  width: 100%;
  position: relative;
}
.step-img img {
  width: 100%;
}
.step-no {
  font-size: 16px;
  padding: 1rem;
  background: rgba(28, 120, 229, 1);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.step-txt {
  margin-top: 1.5rem;
}
.step-btxt {
  font-size: 18px;
  font-weight: 600;
  color: rgba(55, 157, 213, 1);
  line-height: 2;
}
.step-stxt {
  font-size: 15px;
}
.step-stxt .hss {
  font-size: 12px;
}
.whitening-price {
  width: 60%;
  margin-top: 3rem;
}
.whitening-price img {
  width: 100%;
}
.home-step-video {
  margin-top: 5rem;
  padding-bottom: 5rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.hsv-ttl {
  width: 50%;
  background: rgba(195, 238, 241, 1);
  padding: 1.5rem 0;
  margin: 3rem auto;
}
.hsv-ttl p {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}
.step-video-list {
  align-items: flex-start;
  justify-content: space-between;
}
.step-video-list li {
  width: 48%;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.video-txt {
  margin-top: 1.5rem;
}
.video-ttl {
  font-size: 20px;
  font-weight: 600;
  color: rgba(55, 157, 213, 1);
  line-height: 2;
  text-align: center;
}
.step-video {
  width: 100%;
}
.step-video video {
  width: 100%;
}

.recommendation {
  margin-top: 5rem;
  padding-bottom: 5rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.reco-top {
  width: 80%;
  margin: 3rem auto;
  justify-content: space-between;
  align-items: center;
}
.reco-top .txt,
.reco-top .img {
  width: 49%;
}
.reco-t-txt {
  font-size: 18px;
  line-height: 2;
}
.reco-mid {
  width: 80%;
  margin: 5rem auto;
}
.reco-mid-ttl {
  width: 50%;
  margin: auto;
  background: rgba(248, 200, 109, 1);
  border-radius: 2rem;
  padding: 1.5rem 0;
}
.reco-mid-ttl p {
  text-align: center;
  font-size: 20px;
}
.reco-m-list {
  width: 70%;
  margin: 3rem auto;
}
.reco-m-list li {
  padding: 0.5rem 0;
  list-style: circle;
  list-style-position: inside;
  font-size: 18px;
}
.reco-m-dl {
  width: 70%;
  margin: 3rem auto;
  justify-content: space-between;
  align-items: center;
}
.reco-m-dl.down {
  padding-bottom: 3rem;
  position: relative;
}
.reco-m-dl.down::before {
  content: "×";
  font-size: 4rem;
  text-align: center;
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateY(-50%);
}
.reco-m-dl dt {
  width: 20%;
}
.reco-m-dl dd {
  width: 80%;
  padding-left: 2rem;
  box-sizing: border-box;
  font-size: 18px;
}
.reco-m-dl dd span {
  font-size: 20px;
  color: rgba(233, 139, 74, 1);
}
.reco-m-images {
  width: 80%;
  margin: 3rem auto;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.reco-m-images::before {
  content: "※写真は製品の効果を保証するものではありません";
  font-size: 13px;
  text-align: right;
  position: absolute;
  bottom: -3rem;
  right: 0;
}
.reco-m-images .item {
  width: 48%;
}
.reco-orice {
  font-size: 24px;
  text-align: right;
  margin-top: 3rem;
}

.w-intro {
  width: 80%;
  margin: 5rem auto;
}
.w-intro-ttl {
  font-size: 28px;
  text-align: center;
}
.w-intro-tab {
  width: 90%;
  margin: 3rem auto 5rem auto;
}

.w-pdf-link {
  width: 450px;
  margin: 5rem auto;
}

@media screen and (max-width: 800px) {
  .whitening-price {
    width: 100%;
    margin-top: 3rem;
  }
  .w-br {
    display: block;
  }
  /*whitening*/
  .whitening-inner {
    width: 100%;
    margin: 3rem auto;
  }
  .w-in-ttl p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }
  .w-in-ttl p span {
    color: #fff;
    padding: 1rem 2rem;
    font-size: 32px;
  }
  .whitening-feature {
    width: 100%;
    margin: 3rem auto;
  }
  .wf-ttl {
    width: 80%;
  }
  .wf-ttl02 {
    width: 80%;
  }
  .wf-ttl p {
    text-align: center;
    font-size: 20px;
    color: #fff;
  }
  .wf-ttl02 p {
    text-align: center;
    font-size: 20px;
    color: #fff;
  }
  .wf-btxt {
    width: 80%;
    font-size: 20px;
  }
  .wf-btxt {
    width: 90%;
    font-size: 22px;
  }
  .wf-stxt {
    width: 90%;
    font-size: 16px;
  }

  .wf-top {
    width: 90%;
    flex-direction: column;
  }
  .wft-01 {
    width: 80%;
  }
  .wft-01 span {
    font-size: 12px;
  }
  .wft-02 {
    font-size: 30px;
    text-align: center;
  }
  .wft-03 {
    align-items: center;
    gap: 1rem;
  }
  .wft-03 img {
    width: 70px;
  }
  .wft-03 span {
    font-size: 16px;
  }
  .wf-wrapper {
    width: 95%;
    margin: 5rem auto;
    flex-direction: column;
    gap: 5rem;
  }
  .wfi-ttl p {
    text-align: center;
    font-size: 20px;
    color: #fff;
  }
  .wf01-ttl {
    background: rgba(42, 69, 132, 1);
    padding: 1rem 0;
  }
  .wf02-ttl {
    background: rgba(118, 138, 159, 1);
    padding: 1rem 0;
  }
  .wft-img {
    width: 90%;
    margin: 1rem auto;
  }
  .wft-img02 {
    width: 90%;
    margin: 1rem auto;
  }
  .wfi-mini-ttl {
    width: 90%;
    margin: auto;
    background: rgba(42, 69, 132, 1);
    padding: 0.5rem 0;
  }
  .wfi-mini-ttl p {
    text-align: center;
    font-size: 16px;
    color: #fff;
  }
  .wfi-mini-txt {
    width: 90%;
    margin: 1.5rem auto;
    font-size: 16px;
  }
  .wf02-wrapper {
    width: 95%;
    margin: 5rem auto;
    flex-direction: column;
    gap: 5rem;
  }
  .wf02-wrapper li {
    width: 100%;
    margin-bottom: 3rem;
  }
  .wfi02-ttl {
    width: 80%;
    margin: 0 auto 2rem auto;
    border-bottom: 1px solid rgba(252, 123, 151, 0.5);
  }
  .wfi02-ttl p {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
  }
  .wf02-txt {
    width: 95%;
    margin: auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }
  .wfi02-img {
    width: 95%;
    margin: 2rem auto 0 auto;
  }
  .wf02 {
    margin-top: 10rem;
  }

  .home-step-container {
    width: 90%;
  }
  .hsc-ttl {
    width: 90%;
  }
  .hsc-ttl p {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
  }
  .home-step {
    align-items: flex-start;
    justify-content: space-between;
  }
  .home-step li {
    width: 100%;
    margin-bottom: 3rem;
  }

  .home-step-video {
    width: 90%;
  }
  .hsv-ttl {
    width: 90%;
  }
  .hsv-ttl p {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
  }
  .step-video-list {
    align-items: flex-start;
    justify-content: space-between;
  }
  .step-video-list li {
    width: 100%;
    margin-bottom: 3rem;
  }
  .video-txt {
    margin-top: 1.5rem;
  }

  .recommendation {
    margin-top: 5rem;
    padding-bottom: 5rem;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .reco-top {
    width: 95%;
    flex-direction: column;
    gap: 3rem;
  }
  .reco-top .txt,
  .reco-top .img {
    width: 100%;
  }
  .reco-t-txt {
    font-size: 18px;
    line-height: 2;
  }
  .reco-mid {
    width: 95%;
    margin: 5rem auto;
  }
  .reco-mid-ttl {
    width: 90%;
    margin: auto;
    background: rgba(248, 200, 109, 1);
    border-radius: 2rem;
    padding: 1.5rem 0;
  }
  .reco-mid-ttl p {
    text-align: center;
    font-size: 20px;
  }
  .reco-m-list {
    width: 90%;
    margin: 3rem auto;
  }
  .reco-m-list li {
    padding: 0.5rem 0;
    list-style: circle;
    list-style-position: inside;
    font-size: 18px;
  }
  .reco-m-dl {
    width: 95%;
    margin: 3rem auto;
    flex-direction: column;
  }
  .reco-m-dl.down {
    padding-bottom: 3rem;
    position: relative;
  }
  .reco-m-dl.down::before {
    content: "×";
    font-size: 4rem;
    text-align: center;
    position: absolute;
    bottom: -6rem;
    left: 50%;
    transform: translateY(-50%);
  }
  .reco-m-dl dt {
    width: 40%;
    margin: auto;
  }
  .reco-m-dl dd {
    width: 100%;
    padding-left: 2rem;
    box-sizing: border-box;
    font-size: 18px;
  }
  .reco-m-dl dd span {
    font-size: 20px;
    color: rgba(233, 139, 74, 1);
  }
  .reco-m-images {
    width: 95%;
    margin: 3rem auto;
    flex-direction: column;
    position: relative;
  }
  .reco-m-images::before {
    content: "※写真は製品の効果を保証するものではありません";
    font-size: 13px;
    text-align: right;
    position: absolute;
    bottom: -3rem;
    right: 0;
  }
  .reco-m-images .item {
    width: 100%;
  }

  .w-intro {
    width: 95%;
    margin: 5rem auto;
  }
  .w-intro-ttl {
    font-size: 28px;
    text-align: center;
    line-height: 1;
  }
  .w-intro-tab {
    width: 100%;
    margin: 3rem auto 5rem auto;
  }

  .w-pdf-link {
    width: 350px;
    margin: 5rem auto;
  }
}

/*医院案内*/
#welcome {
  width: 100%;
}
#welcome .inner {
  padding: 5rem 0;
  width: calc(100% - 10rem);
  margin: auto;
  background: url("img/deco00.png") right 0% top 0% / 30% auto no-repeat,
    url("img/deco00.png") left 0% bottom 0% / 30% auto no-repeat;
}
#welcome .ttl {
  margin-top: 10rem;
  text-align: center;
  font-size: 5rem;
}
#welcome .ttl span {
  display: flex;
  align-items: center;
  font-size: 3rem;
  width: 50%;
  margin: 5rem auto;
}
#welcome .ttl span:before,
#welcome .ttl span:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
#welcome .ttl span:before {
  margin-right: 5rem;
}

#welcome .ttl span:after {
  margin-left: 5rem;
}
#welcome .content {
  width: calc(100% - 30rem);
  margin: auto;
  padding: 5rem 0;
}
#welcome .box01 {
  justify-content: space-between;
  align-items: center;
}
.box01-left {
  width: 45%;
}
.box01-left .ttl02 {
  width: 90%;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 1rem;
}
.box01-left .ttl02 p {
  font-size: 3.6rem;
}
.box01-txt {
  width: 90%;
  margin-top: 5rem;
  line-height: 2;
  font-size: 2rem;
}
.box01-right {
  width: 55%;
}
#welcome .box02 {
  margin-top: 10rem;
  align-items: center;
  justify-content: space-between;
}
.box02-left {
  width: 60%;
}
.box02-right {
  width: 35%;
}
.box02-txt {
  width: 90%;
  margin-top: 5rem;
  line-height: 2;
  font-size: 2rem;
}

#room {
  width: 100%;
  background: rgba(234, 238, 239, 0.5);
}
#room .inner {
  width: calc(100% - 30rem);
  margin: auto;
  background: linear-gradient(rgba(210, 216, 223, 0.5), rgba(22, 74, 132, 0.5));
  padding: 10rem 0;
}
#room .ttl {
  text-align: center;
  font-size: 5rem;
}
#room .ttl span {
  display: flex;
  align-items: center;
  font-size: 3rem;
  width: 40%;
  margin: 5rem auto;
}
#room .ttl span:before,
#room .ttl span:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
#room .ttl span:before {
  margin-right: 5rem;
}

#room .ttl span:after {
  margin-left: 5rem;
}
.main-pic {
  width: calc(100% - 20rem);
  margin: 5rem auto;
}
.box03 {
  width: calc(100% - 16rem);
  margin: 5rem auto;
  justify-content: space-between;
}
.box03-left {
  width: 35%;
}
.box03-right {
  width: 65%;
  padding: 4rem;
  box-sizing: border-box;
}
.box03-right p {
  font-size: 2rem;
  line-height: 2;
}
.box04 {
  width: 100%;
  margin: auto;
  justify-content: center;
  gap: 10rem;
}
.box04 img {
  width: 40rem;
  height: 30rem;
}
.box04 img:last-child {
  margin-top: -5rem;
}

#covid19 {
  background: rgba(234, 238, 239, 0.5);
  width: 100%;
}
#covid19 .inner {
  width: calc(100% - 30rem);
  background-color: #bff7f0;
  margin: auto;
  padding: 10rem 0;
}
#covid19 .ttl {
  text-align: center;
  font-size: 5rem;
  width: 70%;
  margin: auto;
}
#covid19 .ttl span {
  display: flex;
  align-items: center;
  font-size: 3rem;
  width: 40%;
  margin: 5rem auto;
}
#covid19 .ttl span:before,
#covid19 .ttl span:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
#covid19 .ttl span:before {
  margin-right: 5rem;
}

#covid19 .ttl span:after {
  margin-left: 5rem;
}

.covid-flex01 {
  width: 80%;
  margin: 3rem auto;
  justify-content: space-between;
  align-items: center;
}
.covid-flex02 {
  width: 80%;
  margin: 3rem auto;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.covid-flex03 {
  width: 80%;
  margin: 3rem auto;
  justify-content: space-between;
  align-items: center;
}
.covidimg {
  width: 40%;
}
.covid-txt {
  width: 55%;
}
.covid-txt .item-ttl {
  font-size: 3rem;
  border-bottom: 1px solid #ccc;
}
.covid-txt .item-txt {
  font-size: 2rem;
  margin-top: 1rem;
}
.aero-effect {
  font-size: 2rem;
  gap: 1rem;
}
.ul-memo {
  font-size: 2rem;
}

@media screen and (max-width: 1280px) {
  #covid19 .ttl {
    width: 100%;
    margin: auto;
  }
  .covid-flex01 {
    width: 90%;
  }
  .covid-flex02 {
    width: 90%;
  }
  .covid-flex03 {
    width: 90%;
  }
  .covidimg {
    width: 40%;
  }
  .covid-txt {
    width: 58%;
  }
}

#other {
  width: 100%;
  background: url("img/bg004.png") left 0% bottom 0% / 50% auto no-repeat;
}
#other .inner {
  width: calc(100% - 30rem);
  margin: auto;
  padding: 10rem 0;
}
#other .ttl {
  text-align: center;
  font-size: 5rem;
  width: 70%;
  margin: auto;
}
#other .ttl span {
  display: flex;
  align-items: center;
  font-size: 3rem;
  width: 40%;
  margin: 5rem auto;
}
#other .ttl span:before,
#other .ttl span:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
#other .ttl span:before {
  margin-right: 5rem;
}

#other .ttl span:after {
  margin-left: 5rem;
}

.other-main {
  width: 50%;
  margin: 3rem auto;
}

.box05 {
  width: 80%;
  padding-top: 8rem;
  margin: auto;
  justify-content: space-between;
}
.box05-item {
  width: 45%;
}
.box05-item p {
  font-size: 1.8rem;
  margin-top: 1rem;
}

#selling {
  padding: 8rem 0;
  width: 100%;
  background: rgba(222, 238, 245, 1);
}
#selling .inner {
  width: calc(100% - 30rem);
  margin: auto;
  padding: 10rem 0;
  background: #fff;
}
#selling .ttl {
  text-align: center;
  font-size: 5rem;
  width: 70%;
  margin: auto;
}
#selling .ttl span {
  display: flex;
  align-items: center;
  font-size: 3rem;
  width: 40%;
  margin: 5rem auto;
}
#selling .ttl span:before,
#selling .ttl span:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
#selling .ttl span:before {
  margin-right: 5rem;
}

#selling .ttl span:after {
  margin-left: 5rem;
}
.selling-wait {
  width: 60%;
  margin: auto;
  background: #ccc;
  padding: 3rem 0;
}
.selling-wait p {
  font-size: 20px;
  text-align: center;
}
.selling-img {
  width: 700px;
  margin: 5rem auto;
  flex-direction: column;
  gap: 2rem;
}

.selling-list {
  width: 90%;
  margin: 5rem auto;
  justify-content: space-between;
}
.selling-list li {
  width: 90%;
  text-align: center;
  margin: 10px auto 50px;
  padding-bottom: 50px;
  border-bottom: 1px dashed;
  font-size: 16px;
}

.selling-list li .sl-name {
  font-size: 24px;
  font-weight: 600;
  color: rgba(100, 156, 223, 1);
  margin-top: 2rem;
}
.selling-list li .sl-price {
  font-size: 22px;
  font-weight: 600;
  text-align: right;
}
.selling-list li img {
  max-width: 500px;
}

@media screen and (max-width: 900px) {
  .selling-list {
    width: 90%;
    margin: 5rem auto;
    justify-content: space-between;
  }
  .selling-list li {
    width: 100%;
  }
}

/*スライドショー*/
#selling .slidshow {
  margin-top: 10rem;
}

/*求人案内*/
#recruit {
  background: rgba(235, 246, 251, 0.6);
  padding: 10rem 0;
}
#recruit .inner {
  width: 80%;
  margin: auto;
}
#recruit .top-txt {
  width: 100%;
  margin: auto;
}
.top-txt h6 {
  text-align: center;
  font-size: 3.6rem;
}
.top-txt p {
  text-align: center;
  margin: 5rem auto;
  font-size: 2rem;
}
.top-txt img {
  margin: 5rem auto;
}
.re-flex {
  width: calc(100% - 20%);
  margin: 5rem auto;
  justify-content: space-between;
  align-items: center;
}
.re-flex-item {
  width: 48%;
}
.re-flex-item p {
  width: 95%;
  font-size: 1.8rem;
  line-height: 2;
}
/*スライドショー*/
#recruit .slidshow {
  margin-top: 10rem;
}

/*求人案内*/
#recruit {
  background: rgba(235, 246, 251, 0.6);
  padding: 10rem 0;
}
#recruit .inner {
  width: 80%;
  margin: auto;
}
#recruit .top-txt {
  width: 100%;
  margin: auto;
}
.top-txt h6 {
  text-align: center;
  font-size: 3.6rem;
}
.top-txt p {
  text-align: center;
  margin: 5rem auto;
  font-size: 2rem;
}
.top-txt img {
  margin: 5rem auto;
}
.re-flex {
  width: calc(100% - 20%);
  margin: 5rem auto;
  justify-content: space-between;
  align-items: center;
}
.re-flex-item {
  width: 48%;
}
.re-flex-item p {
  width: 95%;
  font-size: 1.8rem;
  line-height: 2;
}
/*スライドショー*/
#recruit .slidshow {
  margin-top: 10rem;
}
.AR {
  margin-top: 15rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 26rem);
}
.AR-box {
  width: 100%;
  margin: auto;
  border: 3px solid #164a84;
  border-radius: 3rem;
  background: #fff;
  padding: 8rem 0 5rem 0;
  position: relative;
}
.AR-ttl {
  width: 30rem;
  padding: 1rem 0;
  background: #fff;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translate(-50%);
}
.AR-ttl p {
  font-size: 3rem;
  text-align: center;
}
.AR-ttl:before,
.AR-ttl:after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
}
.AR-ttl:before {
  border-left: solid 3px #164a84;
  border-top: solid 3px #164a84;
  border-bottom: solid 3px #164a84;
  left: 0;
}
.AR-ttl:after {
  content: "";
  border-top: solid 3px #164a84;
  border-right: solid 3px #164a84;
  border-bottom: solid 3px #164a84;
  right: 0;
}

.AR-box dl {
  width: 90%;
  margin: auto;
}
.AR-box dl dt {
  width: 20%;
  padding: 1rem 0;
  border-bottom: 1px solid #c0c0c0;
  font-size: 2rem;
}
.AR-box dl dd {
  width: 80%;
  padding: 1rem 0;
  border-bottom: 1px solid #c0c0c0;
  font-size: 1.8rem;
}
.AR-box dl dd span {
  font-size: 1.4rem;
}
.grayout {
  position: relative;
}
.grayout::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(192, 192, 192, 0.7);
}
.grayout::after {
  position: absolute;
  content: "現在は募集しておりません";
  font-size: 4rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*料金表*/
#price-wrapper .content-box {
  margin-top: 5rem;
}
.price-ttl h5 {
  font-size: 3rem;
  text-align: center;
}
.price-table {
  width: 90%;
  margin: 3rem auto;
  font-size: 2rem;
}
.price-table th {
  background-color: rgba(102, 172, 211, 0.8);
  text-align: center;
}
.price-table td {
  border: 1px solid rgba(102, 172, 211, 0.8);
  padding: 1rem 0 1rem 1rem;
  box-sizing: border-box;
  font-size: 1.8rem;
}
.price-table .w30 {
  width: 40%;
}
.price-table .w70 {
  width: 60%;
}

@media screen and (max-width: 1280px) {
  .price-table {
    width: 100%;
  }
}

/*---------------------------------------------*/

/*トップリンク*/
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 1px 1px 2px #164a84;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #164a84;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.4rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 上から */

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 左から */

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右から */

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}
.sub_ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2rem;
  border-bottom: 1px solid #333;
}
.btn {
  padding: 3rem 0;
}
.btn a {
  padding: 1.5rem 2rem;
  background: #379ee8;
  color: #fff;
}
.foot-right .flex {
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.f_line img {
  display: flex;
}
.price_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 700px;
}
.price_name p {
  width: 48%;
}
.tc {
  text-align: center;
}
.anniversary-bnr {
  max-width: calc(800px + 10%);
  padding: 3rem 5%;
  margin: 0 auto;
}
.slick-slide img {
  object-fit: contain;
}
/*=====================================================

お知らせ

=====================================================*/
/* 横並びにするためのflex設定 */
#newspage {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* ① タイトル＋本文 */
#newspage .s-ttl.fadeUpTrigger.fadeUp {
  box-sizing: border-box;
}

#newspage .fc-navy {
  line-height: 1;
  vertical-align: top;
}

/* ② サイドバー */
#newspage .sidebar {
  flex: 0 1 15%;
  box-sizing: border-box;
  margin-top: 40px;
  font-size: 18px;
  min-width: 200px;
}

.main-content p {
  font-size: 18px;
  padding: 2rem 0;
  margin-left: 5px;
}

.sidebar ul {
  list-style-type: none;
  padding: 0;
}

.sidebar li {
  margin-bottom: 5px;
}

/* archive */
.u_container {
  padding: 0 16px;
  max-width: 960px;
  margin: 0 auto;
}

.post-block {
  margin-bottom: 40px;
  padding: 24px;
  border: 1px solid #ddd;
  background-color: #fdfdfd;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
}

.post-block:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.post-meta {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 8px;
}

.post-block h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.post-excerpt {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1em;
  color: #333;
}

.read-more {
  display: inline-block;
  margin-top: 8px;
  color: #007acc;
  text-decoration: underline;
  font-weight: bold;
  font-size: 18px;
}

.read-more:hover {
  text-decoration: none;
}
