/* font */

.fo1 {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fo2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.l_pink {
  color: #EC96A4;
}

/* base.css */
@charset "UTF-8";

/* =================================== */
/*	Basic style
/* =================================== */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  position: relative;
  font-size: 100%;
  color: #333;
  font-weight: 400;
  line-height: 2;
  height: 100%;
  position: relative;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: blue;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  font-family: inherit;
}

textarea {
  font-family: inherit;
}

/* .inner {
  max-width: 1180px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
} */

main {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }

  /* .inner, .inner-m, .inner-l {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  } */
  main {
    margin-top: 0px !important;
  }
}

/* =================================== */
/*	下層ページヘッダー 
/* =================================== */

.low {
  background: url(../images/bg_low.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.low #mv {
  position: relative;
  width: 100%;
  /* height: 280px; */
  height: 320px;
  /* margin-top: 150px; */
}

.low #mv h2 {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
  font-size: 2.25rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2;
  color: #fff;
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-shadow: 0 0 6px #4d2c40, 0 0 6px #4d2c40;
}

.low #mv h2 small {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-top: 10px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
}

.low .contents-wrap {
  padding: 10px 20px 80px;
  background-color: #E0F8FE;
  position: relative;
}

.low .contents {
  max-width: 1180px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-radius: 45px;
  position: relative;
}

/* .low .contents .inner {
	padding: 100px 90px;
	background: #fff;
	border-radius: 45px;
} */

@media screen and (max-width: 1265px) {
  .low #mv {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .low #mv {
    height: 260px;
  }

  .low #mv h2 {
    top: 50%;
    font-size: 1.5rem;
  }

  .low #mv h2 small {
    margin-top: 15px;
  }

  .low .contents-wrap {
    padding: 10px 20px 50px;
  }

  .low .contents {
    padding: 40px 0px;
    border-radius: 10px;
  }
}

/* =================================== */
/*	下層ページメインビジュアル
/* =================================== */

#medical #mv {
  background: linear-gradient(rgb(112 89 98 / 60%)), url(../images/medical/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#staff #mv {
  background: linear-gradient(rgb(112 89 98 / 60%)), url(../images/staff/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#news-list #mv {
  background: linear-gradient(rgb(112 89 98 / 60%)), url(../images/news/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#clinic #mv {
  background: linear-gradient(rgb(112 89 98 / 60%)), url(../images/clinic/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#faq #mv {
  background: linear-gradient(rgb(112 89 98 / 60%)), url(../images/faq/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#access #mv {
  background: linear-gradient(rgb(112 89 98 / 60%)), url(../images/access/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

/* #about #mv {
	background: url(../images/about/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#shinryo #mv {
	background: url(../images/shinryo/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#access #mv {
	background: url(../images/access/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#iza #mv {
	background: url(../images/iza/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#hoiku #mv {
	background: url(../images/hoiku/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#shinryo #mv {
	background: url(../images/shinryo/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#access #mv {
	background: url(../images/access/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#area #mv {
	background: url(../images/area/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#sitemap #mv {
	background: url(../images/sitemap/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#access #mv {
	background: url(../images/access/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#access #mv {
	background: url(../images/access/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#philosophy #mv {
	background: url(../images/philosophy/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#link #mv {
	background: url(../images/link/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#pediatrics #mv {
	background: url(../images/pediatrics/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#allergy #mv {
	background: url(../images/allergy/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#internal_medicine #mv {
	background: url(../images/internal_medicine/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#infant_checkup #mv {
	background: url(../images/infant_checkup/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#infant_checkup #hoiku_01 {
	background: url(../images/hoiku_01/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#infant_checkup #hoiku_02 {
	background: url(../images/hoiku_02/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#infant_checkup #hoiku_03 {
	background: url(../images/hoiku_03/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#infant_checkup #hoiku_04 {
	background: url(../images/hoiku_04/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#infant_checkup #hoiku_05 {
	background: url(../images/hoiku_05/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#infant_checkup #hoiku_06 {
	background: url(../images/hoiku_06/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#infant_checkup #hoiku_07 {
	background: url(../images/hoiku_07/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#news #mv {
	background: url(../images/news/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.hoiku #mv {
	background: url(../images/hoiku/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
} */

/* =================================== */
/*	パンくずリスト
/* =================================== */

.low #breadcrumbs {
  padding: 15px 0 50px;
}

.low #breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.low #breadcrumbs ul li {
  position: relative;
  padding-left: 1.5em;
  margin-right: 0.5em;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.low #breadcrumbs ul li:before {
  content: '＞';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.low #breadcrumbs ul li:first-child {
  padding-left: 0px;
}

.low #breadcrumbs ul li:first-child::before {
  display: none;
}

.low #breadcrumbs ul li a {
  color: blue;
}

.low #breadcrumbs ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .low #breadcrumbs {
    padding: 10px 0 24px;
  }

  .low #breadcrumbs ul li {
    font-size: 10px;
  }
}

/* component.css */
@charset "UTF-8";

/* wrapper component */
.wrapper-md {
  max-width: 1040px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}


/* button component */
.btn01 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 280px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  padding: 14px 30px 14px 20px;
  color: #008CD7;
  background-color: #F2FDFF;
  border: 2px solid #008CD7;
  border-radius: 12px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width:768px) {
  .btn01 {
    font-size: 1rem;
  }
}

.btn01::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #C4E1E6;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn01:hover::before,
.btn01:focus::before {
  right: 10px;
}

/* title component */
.ttl01 {
  display: block;
  letter-spacing: 1px;
  font-size: 2rem;
  font-weight: 500;
  color: #444;
  font-family: 'Zen Maru Gothic';
  text-align: center;
  padding-bottom: 14px;
  margin: 0 auto 50px;
  position: relative;
}

@media screen and (max-width:768px) {
  .ttl01 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.ttl01::after {
  content: "";
  display: inline-block;
  /* width: 100px;
    height: 3px;
    background-color: #dd8190;    
    bottom: 0; */
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/common/ttl01_bar.png);
  width: 120px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 5px;
  background-position: 50% 50%;
}

.ttl02 {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
  font-size: 1.5rem;
  color: #dd8190;
  line-height: 1.4;
  text-align: left;
  font-weight: 500;
  /* background-color: #008CD7; */
  border-bottom: 2px dotted #e2e2e2;
  /* border-radius: 10px; */
  padding: 10px 20px 5px;
  margin-bottom: 35px;
  position: relative;
}

.ttl02:before {
  content: "";
  width: 4px;
  height: calc(100% - 20px);
  background-color: #dd8190;
  position: absolute;
  top: 14px;
  left: 3px;
}

@media screen and (max-width:768px) {
  .ttl02 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

.ttl03 {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
  font-size: 1.625rem;
  color: #008CD7;
  line-height: 1.4;
  text-align: left;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px dashed #008CD7;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width:768px) {
  .ttl03 {
    font-size: 1.25rem;
  }
}

.ttl04 {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
  font-size: 1.5rem;
  color: #008CD7;
  line-height: 1.4;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px dotted #DCDCDC;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width:768px) {
  .ttl04 {
    font-size: 1.25rem;
  }
}

.ttl04::before {
  content: "";
  width: 3px;
  height: calc(100% - 10px);
  background-color: #008CD7;
  position: absolute;
  top: 0;
  left: 0;
}

.ttl05 {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
  font-size: 1.25rem;
  color: #FF9700;
  line-height: 1.4;
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  .ttl05 {
    font-size: 1.125rem;
  }
}

.ttl05::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/icon_fish.png) no-repeat center center/contain;
  margin-right: 10px;
}

/* list component */
.c-list {
  list-style: none;
}

.c-list li {
  line-height: 2;
  margin-bottom: 0.25em;
}

.c-list li:last-child {
  margin-bottom: 0;
}

.c-list li::before {
  content: "●";
  color: #FF9700;
  font-size: 0.6em;
  margin-right: 10px;
  vertical-align: middle;
}

/* table component */
.c-table {
  width: 100%;
  border: 1px solid #ccc;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.4;
  font-size: 1rem;
}

.c-table thead tr th {
  font-weight: normal;
  background-color: #E8F5D7;
  border: 1px solid #97C77B;
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
}

.c-table tbody th,
.c-table tbody td {
  border: 1px solid #97C77B;
  vertical-align: middle;
}

.c-table tbody th {
  font-weight: normal;
  background-color: #E8F5D7;
  padding: 15px 20px;
  text-align: center;
}

.c-table tbody td {
  text-align: left;
  padding: 15px 25px;
}

@media screen and (max-width: 768px) {
  .c-table {
    font-size: 0.875rem;
  }

  .c-table thead tr th {
    padding: 10px;
  }

  .c-table tbody th {
    padding: 8px 10px;
  }

  .c-table tbody td {
    padding: 8px 15px;
  }
}

/* br */
.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }

  .sp_br {
    display: block;
  }
}

/* none */
.sp {
  display: none;
}

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

  .sp {
    display: block;
  }
}

/* color */
.c-orange {
  color: #FF9700;
}

.c-green {
  color: #6BC65E;
}

.c-red {
  color: #FF643E;
}

.c-blue {
  color: #464DBC;
}

.icon-link::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/icon_link.png) no-repeat center center/contain;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
}

.c-img-r {
  border-radius: 63px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-img-r {
    border-radius: 30px;
  }
}

/* utility.css */
/* padding utility */
.u-py-xs {
  padding-top: 30px;
  padding-bottom: 30px;
}

.u-py-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.u-py-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

.u-py-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.u-py-xl {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width:768px) {
  .u-py-xs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width:768px) {
  .u-py-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width:768px) {
  .u-py-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width:768px) {
  .u-py-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width:768px) {
  .u-py-xl {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.u-pt-xs {
  padding-top: 30px;
}

.u-pt-sm {
  padding-top: 40px;
}

.u-pt-md {
  padding-top: 60px;
}

.u-pt-lg {
  padding-top: 80px;
}

.u-pt-xl {
  padding-top: 100px;
}

@media screen and (max-width:768px) {
  .u-pt-xs {
    padding-top: 30px;
  }
}

@media screen and (max-width:768px) {
  .u-pt-sm {
    padding-top: 40px;
  }
}

@media screen and (max-width:768px) {
  .u-pt-md {
    padding-top: 40px;
  }
}

@media screen and (max-width:768px) {
  .u-pt-lg {
    padding-top: 60px;
  }
}

@media screen and (max-width:768px) {
  .u-pt-xl {
    padding-top: 80px;
  }
}

.u-pb-xs {
  padding-bottom: 30px;
}

.u-pb-sm {
  padding-bottom: 40px;
}

.u-pb-md {
  padding-bottom: 60px;
}

.u-pb-lg {
  padding-bottom: 80px;
}

.u-pb-xl {
  padding-bottom: 100px;
}

@media screen and (max-width:768px) {
  .u-pb-xs {
    padding-bottom: 30px;
  }
}

@media screen and (max-width:768px) {
  .u-pb-sm {
    padding-bottom: 40px;
  }
}

@media screen and (max-width:768px) {
  .u-pb-md {
    padding-bottom: 40px;
  }
}

@media screen and (max-width:768px) {
  .u-pb-lg {
    padding-bottom: 60px;
  }
}

@media screen and (max-width:768px) {
  .u-pb-xl {
    padding-bottom: 80px;
  }
}

/* margin utility */
.u-my-xs {
  margin-top: 30px;
  margin-bottom: 30px;
}

.u-my-sm {
  margin-top: 40px;
  margin-bottom: 40px;
}

.u-my-md {
  margin-top: 60px;
  margin-bottom: 60px;
}

.u-my-lg {
  margin-top: 80px;
  margin-bottom: 80px;
}

.u-my-xl {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width:768px) {
  .u-my-xs {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width:768px) {
  .u-my-sm {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width:768px) {
  .u-my-md {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width:768px) {
  .u-my-lg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width:768px) {
  .u-my-xl {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.u-mt-xs {
  margin-top: 30px;
}

.u-mt-sm {
  margin-top: 40px;
}

.u-mt-md {
  margin-top: 60px;
}

.u-mt-lg {
  margin-top: 80px;
}

.u-mt-xl {
  margin-top: 100px;
}

@media screen and (max-width:768px) {
  .u-mt-xs {
    margin-top: 30px;
  }
}

@media screen and (max-width:768px) {
  .u-mt-sm {
    margin-top: 40px;
  }
}

@media screen and (max-width:768px) {
  .u-mt-md {
    margin-top: 40px;
  }
}

@media screen and (max-width:768px) {
  .u-mt-lg {
    margin-top: 60px;
  }
}

@media screen and (max-width:768px) {
  .u-mt-xl {
    margin-top: 80px;
  }
}

.u-mb-xs {
  margin-bottom: 30px;
}

.u-mb-sm {
  margin-bottom: 40px;
}

.u-mb-md {
  margin-bottom: 60px;
}

.u-mb-lg {
  margin-bottom: 80px;
}

.u-mb-xl {
  margin-bottom: 100px;
}

@media screen and (max-width:768px) {
  .u-mb-xs {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:768px) {
  .u-mb-sm {
    margin-bottom: 40px;
  }
}

@media screen and (max-width:768px) {
  .u-mb-md {
    margin-bottom: 40px;
  }
}

@media screen and (max-width:768px) {
  .u-mb-lg {
    margin-bottom: 40px;
  }
}

@media screen and (max-width:768px) {
  .u-mb-xl {
    margin-bottom: 40px;
  }
}

/* clearfix utility */
.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* align utility */
.u-center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.u-left {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

.u-right {
  text-align: right;
  margin-right: auto;
  margin-left: auto;
}

.u-justify {
  text-align: justify;
  margin-right: auto;
  margin-left: auto;
}

/* br */
.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }

  .sp_br {
    display: block;
  }
}

/* color */
.c-orange {
  color: #FF9700;
}

.c-green {
  color: #6BC65E;
}

.c-red {
  color: #FF643E;
}

.c-blue {
  color: #464DBC;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
}

/* header.css */
/* header */
.header {
  position: relative;
}

/* top header */
.header-top {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
}

.header-wrapper {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
}

.header-wrapper span.head_txt {
  position: absolute;
  z-index: 9;
  font-size: 0.9em;
  left: 35px;
}

.header-logo {
  margin-top: 0;
  line-height: 1.2;
  /* width: 218px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 40px 30px 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.header-fixed-menu .header-logo {
  margin-top: 0;
  line-height: 1.2;
  background-color: #fff5f5;
  max-width: 280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  position: static;
  /* top: 0; */
  /* left: 0; */
}

.header-logo img {
  max-width: 110px;
  display: block;
  margin: 0 auto;
}

.header-fixed-menu .header-logo img {
  max-width: 250px;
  position: relative;
  top: 4px;
}

.header-logo>a {
  display: block;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-logo>a:hover,
.header-logo>a:focus {
  opacity: 0.7;
}

.header-top-nav {
  height: 80px;
  /* border-radius: 23px; */
  /* background-color: #fff; */
  /* -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1); */
  margin-top: 35px;
  margin-left: auto;
  /* background-color: #fff; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  top: -12px;
  padding-right: 35px;
}

.header-top-nav__sns>li {
  display: inline-block;
  margin-right: 15px;
}

.header-top-nav__sns>li:last-child {
  margin-right: 25px;
}

.header-top-nav__sns>li>a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-top-nav__sns>li>a:hover,
.header-top-nav__sns>li>a:focus {
  opacity: 0.7;
}

.header-top-nav__list {
  margin-left: 25px;
}

.header-top-nav__first-menu {
  display: inline-block;
  margin-right: 15px;
}

ul.header-top-nav__list li:last-of-type {
  margin-right: 0;
}

.header-top-nav__first-menu>a {
  display: table;
  /* font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600; */
  font-family: 'Zen maru gothic';
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4;
  /* color: #212529; */
  color: #504d4f;
  color: #666;
  padding: 4px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-top-nav__first-menu>a:hover,
.header-top-nav__first-menu>a:focus {
  opacity: 0.7;
}

.header-top-nav__has-child {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  cursor: default;
}

.header-top-nav__has-child>a {
  display: table;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #666;
  padding: 4px 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-top-nav__has-child>a:hover,
.header-top-nav__has-child>a:focus {
  opacity: 0.7;
}

.header-top-nav__second-menu {
  display: none;
  z-index: 1001;
  position: absolute;
  top: 35px;
  left: -5px;
}

.header-top-nav__second-menu>li:not(:first-child) {
  border-top: 1px solid #fff;
}

.header-top-nav__second-menu>li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  display: block;
  width: 200px;
  height: auto;
  line-height: 1.2;
  background-color: #ec96a4;
  color: #fff;
  text-align: left;
  padding: 10px 15px;
}

.header-top-nav__second-menu>li a::after {
  display: none;
}

.header-top-nav__second-menu>li a:hover,
.header-top-nav__second-menu>li a:focus {
  opacity: 1;
  background-color: #fabbc5;
}

.header-top-nav__sns {
  display: inline-block;
  margin-right: 10px;
}

.header-top-nav__sns:last-child {
  margin-right: 25px;
}

.header-top-nav__sns>a {
  display: table;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-top-nav__sns>a>img {
  vertical-align: middle;
}

.header-top-nav__sns>a:hover,
.header-top-nav__sns>a:focus {
  opacity: 0.7;
}

.header-top-nav .btn-area {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: relative;
  top: -6px;
}

a.rsv-btn.web-btn {
  background-color: #FF950A;
  padding: 10px;
  max-width: 200px;
  /* height: 0px; */
}

a.rsv-btn.web-btn span {
  position: relative;
  top: -2px;
}

.header-top-nav .rsv-btn.web-btn::before {
  background: url(../images/common/icon_calendar.png) no-repeat center center / contain;
}

nav.header-top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.header-top-nav .btn-area p a {
  color: #DD8190;
  font-size: 1.8em;
  line-height: 1.4;
}

.header-top-nav .btn-area p span,
.header-fixed .btn-area p span {
  font-size: 0.8em;
  padding-right: 5px;
}

.header-fixed .btn-area {
  padding-top: 5px;
}

.top-mv .bnr-r ul {
  position: absolute;
  bottom: -15px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-mv .bnr-r ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.top-mv .bnr-r ul li {
  width: 150px;
  height: 150px;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  border-radius: 75px;
  border-radius: 30px;
  /* background-color: rgba(34, 153, 198, 0.9); */
  background-color: #fff;
  opacity: 0.9;
  color: #707070;
  /* font-size: 25px; */
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: 500;
  padding-top: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin-left: 20px;
}

.top-mv .bnr-r ul li::after {
  content: "";
  border: 1px solid #E96B81;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 30px;
}

.top-mv .bnr-r ul li:first-child span {
  position: relative;
  top: 13%;
}

.top-mv .bnr-r ul li:nth-child(2) {
  background-color: #FFD9E0;
}

.top-mv .bnr-r ul li:nth-child(2)::after,
.top-mv .bnr-r ul li:nth-child(3)::after {
  border: 1px solid #fff;
}

.top-mv .bnr-r ul li:nth-child(3) {
  background-color: #F36A86;
  color: #fff;
}













.header-top-contact {
  display: inline-block;
  background-color: #008CD7;
  border-radius: 0 23px 23px 0;
  padding: 15px 30px;
}

.header-top-contact__ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}

.header-top-contact__tel {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-top-contact__tel:hover,
.header-top-contact__tel:focus {
  opacity: 0.7;
}

.header-top-contact__tel::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/icon_tel_w.png) no-repeat center center/contain;
}

/* fixed header menu */
.header-fixed {
  width: 100%;
  position: fixed;
  top: -300px;
  left: 0;
  z-index: 100;
}

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-fixed .header-nav {
  gap: 10px;
}

.header-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 25px;
}

.header-nav__list>li {
  margin-right: 5px;
}

.header-fixed-menu a.rsv-btn.web-btn {
  background-color: #FF950A;
  padding: 10px 0px;
  max-width: 400px;
  border-radius: 0;
  margin: 0;
  height: 40px;
}

.header-nav__list>li>a {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4;
  color: #666;
  padding: 4px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-nav__list>li>a:hover,
.header-nav__list>li>a:focus {
  opacity: 0.7;
}

.header-nav__has-child {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  padding: 4px 8px;
  margin-right: 30px;
  cursor: default;
}

.header-nav__second-menu {
  display: none;
  z-index: 1001;
  position: absolute;
  top: 35px;
  left: -5px;
}

.header-nav__second-menu>li:not(:first-child) {
  border-top: 1px solid #fff;
}

.header-nav__second-menu>li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  display: block;
  width: 200px;
  height: auto;
  line-height: 1.2;
  background-color: #008CD7;
  color: #fff;
  text-align: left;
  padding: 10px 15px;
}

.header-nav__second-menu>li a::after {
  display: none;
}

.header-nav__second-menu>li a:hover,
.header-nav__second-menu>li a:focus {
  opacity: 1;
  background-color: #009df1;
}

/* .header-fixed-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1100px;
  border-radius: 23px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  position: relative;
} */
.header-fixed-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  width: 100%;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff5f5;
  gap: 80px;
  justify-content: space-between;
  padding: 0 20px;
}

.header-fixed-menu .btn-area p a {
  color: #DD8190;
  font-size: 1.3em;
  line-height: 1.4;
}

.header-fixed-menu__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-fixed-menu__sns>li {
  margin-right: 10px;
}

.header-fixed-menu__sns>li:last-child {
  margin-right: 15px;
}

.header-fixed-menu__sns>li>a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-fixed-menu__sns>li>a:hover,
.header-fixed-menu__sns>li>a:focus {
  opacity: 0.7;
}

.header-fixed-menu__rsv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 23px 23px 0;
  overflow: hidden;
}

.header-fixed-menu__rsv-btn {
  display: block;
  width: 81px;
  padding: 10px 5px;
  text-align: center;
  background-color: #FF8D31;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-fixed-menu__rsv-btn:hover,
.header-fixed-menu__rsv-btn:focus {
  background-color: #fd7100;
}

.header-fixed-menu__rsv-btn--green {
  background-color: #6BC65E;
}

.header-fixed-menu__rsv-btn--green:hover,
.header-fixed-menu__rsv-btn--green:focus {
  background-color: #4db23f;
}

.header-fixed-contact {
  background-color: #008CD7;
  padding: 15px 30px;
}

.header-fixed-contact__ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}

.header-fixed-contact__tel {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-fixed-contact__tel:hover,
.header-fixed-contact__tel:focus {
  opacity: 0.7;
}

.header-fixed-contact__tel::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/icon_tel_w.png) no-repeat center center/contain;
}

/* sp header menu */
.sp_header-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.sp_header-bg {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
}

.sp_header {
  display: none;
  height: 0;
  margin: 0 auto;
}

.sp_header-inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}

.sp_header-inner__left {
  height: 100%;
  text-align: left;
  margin-right: auto;
}

.sp_header-inner__right {
  height: 100%;
  text-align: right;
}

.sp_header-logo {
  width: 100%;
  height: 100%;
}

.sp_header-logo>a {
  display: block;
  height: 100%;
  padding-top: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-logo>a:hover,
.sp_header-logo>a:focus {
  opacity: 0.7;
}

.sp_header-logo>a>img {
  vertical-align: middle;
  width: 160px;
  position: relative;
  top: 3px;
}

.sp_header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.sp_header-menu__sns {
  border-top: 1px solid white;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 50px;
}

.sp_header-menu__sns>li {
  display: inline-block;
  margin-right: 8px;
}

.sp_header-menu__sns>li:last-child {
  margin-right: 0px;
}

.sp_header-menu__sns>li>a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-menu__sns>li>a:hover,
.sp_header-menu__sns>li>a:focus {
  opacity: 0.7;
}

.sp_header-contact {
  position: relative;
}

.sp_header-contact__tel {
  display: block;
  background-color: #ec96a4;
  width: 58px;
  height: 58px;
  margin-right: 15px;
  position: relative;
}

.sp_header-contact__tel>img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sp_header-contact__tel:hover,
.sp_header-contact__tel:focus {
  opacity: 0.7;
}

.sp_menu-btn {
  padding: 10px 0px 10px 0;
  width: 28px;
  position: relative;
  z-index: 100;
  border: none;
  background: none;
}

.sp_menu-btn .hamburger {
  display: block;
  height: 3px;
  background-color: #ec96a4;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.sp_menu-btn .hamburger::before,
.sp_menu-btn .hamburger::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #ec96a4;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_menu-btn .hamburger::before {
  top: -9px;
}

.sp_menu-btn .hamburger::after {
  bottom: -9px;
}

.sp_header-nav {
  width: 70%;
  height: 100%;
  padding-top: 58px;
  background-color: #ec96a4;
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 99;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.sp_header-nav__inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sp_header-nav__list>li {
  border-top: 1px solid #FFF;
}

.sp_header-nav__list>li>a {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-nav__list>li>a:hover,
.sp_header-nav__list>li>a:focus {
  opacity: 0.7;
}

.sp_header-nav__toggle--open span.sp_header-nav__toggle-btn::after {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.sp_header-nav__toggle-btn {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-nav__toggle-btn:hover,
.sp_header-nav__toggle-btn:focus {
  opacity: 0.7;
}

.sp_header-nav__toggle-btn::before,
.sp_header-nav__toggle-btn::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp_header-nav__toggle-btn::before {
  width: 12px;
  height: 2px;
  right: 20px;
}

.sp_header-nav__toggle-btn::after {
  right: 25px;
  width: 2px;
  height: 12px;
}

li.sp_header-nav__toggle span a {
    color: #fff;
}

.sp_header-nav__second-menu {
  display: none;
}

.sp_header-nav__second-menu li {
  background-color: #df7688;
  border-top: 1px solid white;
}

.sp_header-nav__second-menu li a {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 20px 20px 20px 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-nav__second-menu li a:hover,
.sp_header-nav__second-menu li a:focus {
  opacity: 0.7;
}

.is_sp_header-inversion {
  background-color: #fff;
  -webkit-box-shadow: 2px 0px 4px rgba(33, 37, 41, 0.2);
  box-shadow: 2px 0px 4px rgba(33, 37, 41, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.is_active {
  top: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.is_open-menu .sp_header-nav {
  right: 0px;
}

.is_open-menu .sp_menu-btn .hamburger {
  background: transparent !important;
}

.is_open-menu .sp_menu-btn .hamburger::before {
  background-color: #fff;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is_open-menu .sp_menu-btn .hamburger::after {
  background-color: #fff;
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is_open-menu .sp_menu-btn .alph {
  display: none;
}

.scroll-prevent {
  position: fixed;
  z-index: 90;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1265px) {
  .header-logo img {
    width: 200px;
  }

  .header-top-nav {
    height: 71px;
  }

  .header-top-nav__first-menu {
    margin-right: 5px;
  }

  .header-top-nav__first-menu>a {
    font-size: 0.875rem;
    padding: 4px 4px;
  }

  .header-top-nav__has-child>a {
    font-size: 0.875rem;
  }

  .header-top-nav__second-menu>li a {
    font-size: 0.875rem;
  }

  .header-top-contact__ttl {
    font-size: 0.5rem;
  }

  .header-top-contact__tel {
    font-size: 1.25rem;
  }

  .header-nav__list>li>a {
    font-size: 0.875rem;
    padding: 4px 7px;
  }

  .header-nav__second-menu>li a {
    font-size: 0.875rem;
  }

  .header-fixed-menu__rsv-btn {
    width: 79px;
  }
}

@media screen and (max-width: 1077px) {
  .header-top {
    display: none;
    height: 0;
  }

  .header-fixed {
    display: none;
    height: 0;
  }

  .sp_header-bg,
  .sp_header {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 58px;
  }

  .sp_header-inner__left {
    margin-right: 5%;
  }
}

/* footer.css */
@charset "UTF-8";

/* footer */
.footer-wrapper {
  max-width: 1040px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

#footer .info-r {
  width: 100%;
  flex-direction: row-reverse;
  gap: 60px;
  padding-bottom: 70px;
  left: 0;
}

.footer-bg .top-schedule-table {
  background-color: #fff;
}

.footer-bg .top-schedule-table table {
  background-color: #FFF;
}









.bnr-area {
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .bnr-area {
    padding: 20px 20px;
    display: flex;
    justify-content: center;
  }
}

.bnr-area__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .bnr-area__list {
    display: block;
  }
}

.bnr-area__item {
  width: 250px;
  height: auto;
  text-align: center;
  /* margin: 0 auto; */
  border: 1px solid #f2f2f2;
}

.bnr-area__item img {
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .bnr-area__item {
    max-width: 300px;
    width: 100%;
    margin-bottom: 23px;
  }

  .bnr-area__item:last-child {
    margin-bottom: 0;
  }
}

.bnr-area__item a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bnr-area__item a:hover,
.bnr-area__item a:focus {
  opacity: 0.7;
}

/* .footer-bg {
  padding: 50px 0;
}
@media screen and (max-width: 1000px) {
  .footer-bg {
    padding: 40px 0;
  }
} */

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .footer-inner {
    display: block;
  }
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-logo>a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-logo>a:hover,
.footer-logo>a:focus {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .footer-logo>a>img {
    max-width: 100%;
    height: auto;
  }
}

.footer-info {
  /* margin-right: 50px; */
  background: #FEF2F3;
}

@media screen and (max-width: 768px) {
  .footer-info {
    margin: 0 auto;
    text-align: center;
  }
}

.footer-info__cont {
  max-width: 315px;
}

@media screen and (max-width: 768px) {
  .footer-info__cont {
    max-width: 100%;
    margin: 0 auto;
  }
}

.footer-info .btn-area a {
  margin: 20px auto 0;
}

.footer-info__cont>p {
  font-size: 0.875rem;
}

.footer-info__tel {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.25rem;
  color: #008CD7;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-info__tel:hover,
.footer-info__tel:focus {
  opacity: 0.7;
}

.footer-info__tel::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../images/icon_tel.png) no-repeat center center/contain;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer-info__tel {
    display: none;
    height: 0;
  }

  .footer-info__tel::before {
    display: none;
  }
}

.footer-nav {
  padding: 60px 0;
}

.footer-nav .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-nav .content .ttl {
  border-bottom: 1px solid #CCCCCC;
  font-size: 22px;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 3px;
  margin-bottom: 14px;
}

.footer-nav .content ul li a {
  position: relative;
  color: #5d535e;
  padding-left: 14px;
}

.footer-nav .content ul li a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 6px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left-color: #5d535e;
  top: 5px;
  left: 0;
}

.footer-nav .content .ttl {
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.3em;
  font-family: 'Zen Maru Gothic';
  letter-spacing: 3px;
  margin-bottom: 14px;
}

.footer-nav .content .right .flex,
.footer-nav .content .left .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-nav ul.list01,
ul.list02 {
  width: 48%;
}

.footer-nav .content .right,
.footer-nav .content .left {
  width: 45%;
}

.footer-nav {
  padding: 60px 0;
  font-family: 'Zen Maru Gothic';
  font-weight: 500;
  color: #5D535E;
}

.footer-bnr-bg {
  background: #f3f3f3;
}

.footer-nav .content .right .indent a span {
  padding-left: 0.8em;
}

.footer-nav .content .right .ttl a {
  color: #5d535e;
}

.top-footer-moya {
  position: relative;
  background: url(../images/top/moya1.png);
  background-repeat: no-repeat;
  background-position: 125% -90%;
  background-size: 37%;
}

@media screen and (max-width: 768px) {
  .footer-inner {
    padding-top: 30px;
  }

  .footer-info .btn-area a {
    margin: 10px auto 0;
  }

  #footer .info-r {
    gap: 30px;
    padding-bottom: 30px;
    flex-direction: column;
  }

  .footer-nav .content {
    flex-direction: column;
    gap: 20px;
  }

  .footer-nav .content .right,
  .footer-nav .content .left {
    width: 100%;
  }

  .footer-nav {
    padding: 30px 0;
  }
}



/* .footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-nav-list {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .footer-nav-list {
    margin-top: 40px;
  }
}
.footer-nav-list__01 {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .footer-nav-list__01 {
    margin-right: 5%;
  }
}
@media screen and (max-width: 374px) {
  .footer-nav-list__01 {
    width: 170px;
    margin-right: 0;
  }
}
.footer-nav-list__02 {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .footer-nav-list__02 {
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
  .footer-nav-list__02 {
    width: 170px;
  }
}
.footer-nav-list > li > a {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.4;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 400px) {
  .footer-nav-list > li > a {
    font-size: 13px;
  }
}
.footer-nav-list > li > a:hover, .footer-nav-list > li > a:focus {
  opacity: 0.7;
}
.footer-nav-list > li > a::before {
  content: "●";
  font-size: 0.85em;
  color: #008CD7;
  margin-right: 17px;
}
.footer-nav-list__second-menu {
  border-left: 1px solid #d1d1d1;
  margin-left: 5px;
}
.footer-nav-list__second-menu > li {
  margin-left: 23px;
}
.footer-nav-list__second-menu > li > a {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.4;
  margin-bottom: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 400px) {
  .footer-nav-list__second-menu > li > a {
    font-size: 13px;
  }
}
.footer-nav-list__second-menu > li > a:hover, .footer-nav-list__second-menu > li > a:focus {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .footer-side-bnr {
    margin-top: 40px;
  }
}
.footer-side-bnr__item {
  width: 220px;
  height: auto;
  text-align: center;
  margin: 0 auto 20px;
}
.footer-side-bnr__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer-side-bnr__item {
    max-width: 300px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.footer-side-bnr__item a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-side-bnr__item a:hover, .footer-side-bnr__item a:focus {
  opacity: 0.7;
} */

.copy {
  background-color: #EC96A5;
  padding: 25px 0;
  text-align: center;
  color: #fff;
}

.copy small {
  font-size: 0.875rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .copy {
    padding: 12px 0;
    margin-bottom: 60px;
  }

  .copy small {
    font-size: 0.625rem;
  }
}

/* footer sp nav */

.sp_bottom-menu {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sp_bottom-menu__btn {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.04em;
  vertical-align: bottom;
  width: 33.333%;
  height: 60px;
  line-height: 30px;
  background-color: #ff9700e3;
  text-align: center;
  padding: 15px 0;
}

.sp_bottom-menu__btn::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 30px;
  background: url(../images/icon-rsv.png) no-repeat center center/contain;
  margin-right: 5px;
}

.sp_bottom-menu__btn--line {
  background-color: #02d502d4 !important;
}

.sp_bottom-menu__btn--line::before {
  width: 19px;
  height: 29px;
  background-image: url(../images/icon-line.png) !important;
}

.sp_bottom-menu__btn--rsv {
  line-height: 20px;
  align-items: center;
  text-align: left;
  display: flex;
  justify-content: center;
}

.sp_bottom-menu__btn--byoji {
  background: #3eb7ffe3;
  line-height: 20px;
  align-items: center;
  text-align: left;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1077px) {
  .sp_bottom-menu {
    visibility: visible;
    height: auto;
    overflow: visible;
  }
}

/* top.css */
/* TOP page */
.top-wrapper {
  max-width: 1040px;
  width: 100%;
  /* padding-right: 20px;
  padding-left: 20px; */
  margin-right: auto;
  margin-left: auto;
}

.top-btn {
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 250px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  padding: 20px 20px;
  color: #EC96A4;
  /* background-color: #008CD7; */
  border: 1px solid #EC96A4;
  border-radius: 40px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 30px;
}

.top-btn.pink {
  border: none;
  background-color: #EC96A4;
  color: #fff;
}



@media screen and (max-width:768px) {
  .top-btn {
    font-size: 1rem;
  }
}

.top-btn:hover,
.top-btn:focus {
  background-color: #f7c6ce;
  color: #fff;
}

.top-btn:hover,
.top-btn.pink:focus {
  background-color: #EC96A4;
  opacity: 1;
}

.top-feature .top-btn.pink:hover,
.top-faq .top-btn.pink:hover {
  opacity: 0.7;
}
.cp_actab-content a {
    color: #ec96a4;
}

@media screen and (max-width: 768px) {
  .top-btn {
    font-size: 0.875rem;
    max-width: 280px;
    padding: 14px 20px;
  }
}

/* .top-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #C4E1E6;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-btn:hover::before, .top-btn:focus::before {
  right: 10px;
} */

.rsv-btn {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 298px;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  padding: 16px 20px;
  color: #fff;
  background-color: #FF8D31;
  border-radius: 40px;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width:768px) {
  .rsv-btn {
    font-size: 1rem;
  }
}

.rsv-btn:hover,
.rsv-btn:focus {
  background-color: #fd7100;
}

.rsv-btn::before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  background: url(../images/common/icon_calendar.png) no-repeat center center/contain;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  margin-right: 10px;
}

.header-fixed-menu .rsv-btn::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/common/icon_calendar.png) no-repeat center center / contain;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  margin-right: 10px;
  position: relative;
  top: -4px;
}

.header-fixed-menu a.rsv-btn.web-btn span {
  position: relative;
  top: -5px;
}

.rsv-btn--green {
  background-color: #6BC65E;
}

.rsv-btn--green:hover,
.rsv-btn--green:focus {
  background-color: #4db23f;
}

.top-ttl {
  text-align: center;
  position: relative;
}

.top-ttl .ja {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
  font-size: 1.2rem;
  color: #707070;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  margin-top: 5px;
}

@media screen and (max-width:768px) {
  .top-ttl .ja {
    font-size: 1.2rem;
  }
}

.top-ttl .alph {
  display: block;
  font-family: "Lora", serif;
  font-size: 0.875rem;
  font-size: 4rem;
  letter-spacing: 0.05em;
  /* text-transform: uppercase; */
  color: #EC96A4;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  padding-top: 8px;
}

@media screen and (max-width: 768px) {
  .top-ttl .alph {
    margin-top: 5px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .top-ttl .icon {
    width: 36px;
    height: auto;
  }
}

.top-mv {
  width: 100%;
  height: 100vh;
  position: relative;
}

.top-mv__catch {
  display: block;
  /* font-family: dnp-shuei-mgothic-std, sans-serif; */
  font-family: 'Zen Maru Gothic';
  letter-spacing: 0;
  font-size: 2.625rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  font-weight: 500 !important;
  text-shadow: 0 0px 20px rgba(255, 56, 96, 0.9);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  /* font-weight: 500; */
  font-weight: normal;
}

.top-mv__catch h2 {
  font-weight: 500;
}

@media screen and (max-width:768px) {
  .top-mv__catch {
    font-size: 1.625rem;
    top: 45%;
  }

  .top-mv {
    height: calc(100svh - 60px);
    padding-left: 0;
  }
}

@media screen and (max-width:576px) {
  .top-mv__catch {
    font-size: 6.625vw;
  }
}

.top-mv .wave,
.top-news .wave,
.top-feature .wave,
.top-medical .wave,
.top-faq .wave {
  /* position: absolute; */
  width: 100%;
  max-height: 118px;
  /* background: url(../images/top/news-bg1.png);
  background-size: cover;
  background-position: top center; */
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}


.top-mv-swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.top-mv-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.top-mv-slide__01 {
  background: linear-gradient(rgb(221 208 213 / 60%)), url(../images/top/top_mv_01.jpg) no-repeat 50% 50%;
  background-size: cover;
  /* background-image: url(../images/top/top_mv_01.jpg); */
}

@media screen and (max-width: 768px) {
  .top-mv-slide__01 {
    /* background-image: url(../images/top/top_mv_01_sp.jpg); */
    background: linear-gradient(rgb(221 208 213 / 60%)), url(../images/top/top_mv_01_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}

.top-mv-slide__02 {
  background: linear-gradient(rgb(221 208 213 / 60%)), url(../images/top/top_mv_02.jpg) no-repeat 50% 50%;
  background-size: cover;
  /* background-image: url(../images/top/top_mv_02.jpg); */
}

@media screen and (max-width: 768px) {
  .top-mv-slide__02 {
    background: linear-gradient(rgb(221 208 213 / 60%)), url(../images/top/top_mv_02_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
    /* background-image: url(../images/top/top_mv_02_sp.jpg); */
  }
}

.top-mv-slide__03 {
  background: linear-gradient(rgb(221 208 213 / 60%)), url(../images/top/top_mv_03.jpg) no-repeat 50% 50%;
  background-size: cover;
  /* background-image: url(../images/top/top_mv_03.jpg); */
}

@media screen and (max-width: 768px) {
  .top-mv-slide__03 {
    /* background-image: url(../images/top/top_mv_03_sp.jpg); */
    background: linear-gradient(rgb(221 208 213 / 60%)), url(../images/top/top_mv_03_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}

.top-mv-slide__04 {
  background: linear-gradient(rgb(221 208 213 / 60%)), url(../images/top/top_mv_04.jpg) no-repeat 50% 50%;
  background-size: cover;
  /* background-image: url(../images/top/top_mv_04.jpg); */
}

@media screen and (max-width: 768px) {
  .top-mv-slide__04 {
    /* background-image: url(../images/top/top_mv_04_sp.jpg); */
    background: linear-gradient(rgb(221 208 213 / 60%)), url(../images/top/top_mv_04_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}

.bnr-l {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 10;
}

@media screen and (max-width: 1077px) {
  .bnr-l {
    display: none;
  }
}

.bnr-r {
  position: absolute;
  bottom: 9%;
  right: 35px;
  z-index: 10;
}

.bnr-r a {
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .bnr-r {
    text-align: center;
    bottom: 4%;
    right: -2%;
  }

  .bnr-r a {
    max-width: 70%;
    margin: 0 auto;
  }

  .top-mv .bnr-r {
    display: none;
  }
}

.top-news {
  padding-top: 60px;
  /* padding-bottom: 60px; */
  padding-bottom: 150px;
  position: relative;
  background: url(../images/top/moya1.png), url(../images/top/moya2.png), url(../images/top/moya3.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: -15% 0, 110% 20%, 2% 90%;
  background-size: 30%, 25%, 20%;
  /* background-color: rgba(255, 255, 255, .4);
    background-blend-mode: lighten; */
}

@media screen and (max-width:768px) {
  .top-news {
    padding-top: 20px;
  }
}

@media screen and (max-width:768px) {
  .top-news {
    padding-bottom: 40px;
  }
}

.top-news__ttl {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
  font-size: 2rem;
  color: #5D4D35;
  line-height: 1.4;
  text-align: left;
  font-weight: 500;
  margin-left: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width:768px) {
  .top-news__ttl {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .top-news .icon {
    width: 36px;
    height: auto;
  }
}

.top-news__btn {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

.top-news-list {
  width: 80%;
  margin: 40px auto 0;
  /* max-height: 370px; */
  border-top: 1px solid #ededed;
  /* border-bottom: 1px solid #ededed; */
  /* border-left: 1px solid #ededed; */
  /* border-right: 1px solid #ededed; */
  /* overflow-y: scroll; */
}

@media screen and (max-width: 768px) {
  .top-news-list {
    width: 90%;
    height: 290px;
  }

  .top-news__btn {
    margin-top: 0px;
  }

  .top-news__btn .top-btn {
    margin-top: 0;
  }
}

.top-news-item {
  border-bottom: 1px solid #ededed;
  padding: 20px 0px 20px 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-news-item {
    padding: 10px;
  }
}

.top-news-item__date {
  display: inline-block;
  width: 20%;
  text-align: left;
  font-weight: normal;
  font-size: 1.1rem;
  color: #333;
  font-family: 'Zen Maru Gothic';
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .top-news-item__date {
    width: 90px;
  }
}

.top-news-item__label {
  display: inline-block;
}

.top-news-item__label #tag_navigation a {
  display: inline-block;
  width: 65px;
  background-color: #FF9700;
  border-radius: 5px;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  vertical-align: middle;
  padding: 0 5px;
  margin-right: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-news-item__label #tag_navigation a:hover,
.top-news-item__label #tag_navigation a:focus {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .top-news-item__label #tag_navigation a {
    margin-right: 0;
    font-size: 0.625rem;
  }
}

.top-news-item__title {
  display: inline-block;
}

.top-news-item__title>a {
  display: inline-block;
  line-height: 1.8;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-news-item__title>a:hover,
.top-news-item__title>a:focus {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .top-news-item__title {
    display: block;
    margin-top: 4px;
  }
}


.info {
  display: flex;
  margin-top: 80px;
  gap: 30px;
}

.info-img {
  position: relative;
  width: 40%;
}

.info-img img:first-child {
  position: absolute;
  max-width: 320px;
  border-radius: 30px;
  top: 0;
  left: -80px;
}

.info-img img:last-child {
  position: absolute;
  bottom: -70px;
  left: 40%;
  max-width: 300px;
  border-radius: 30px;
  z-index: -1;
}

.info-r {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 20px;
}

p.clinic-ad {
  margin-top: 10px;
  line-height: 1.5;
}

p.clinic-tel {
  font-family: 'Lora';
  font-size: 2rem;
  letter-spacing: 3;
}

p.clinic-tel a {
  color: #ec96a4;
}

p.clinic-tel span {
  font-size: 1.3rem;
  margin-right: 10px;
}

.clinic-info img {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .info {
    margin-top: 60px;
    gap: 30px;
    flex-direction: column;
  }

  .info-img {
    position: relative;
    width: 100%;
  }

  .info-img img:first-child {
    position: initial;
    max-width: 100%;
    width: 90%;
    display: block;
    margin: 0 auto;
    max-height: 230px;
    object-fit: cover;
    border-radius: 10px;
  }

  .info-img img:last-child {
    display: none;
  }

  .info-r {
    width: 90%;
  }

  .clinic-info img {
    width: 250px;
    display: block;
    margin: 0 auto;
  }

  p.clinic-tel {
    text-align: center;
  }

  /* .top-schedule-table {
    padding: 15px 15px;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
  } */
}






/* top-feature */
.top-feature-moya {
  background: url(../images/top/moya1.png), url(../images/top/moya2.png), url(../images/top/moya3.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: -1% 63%, 110% 20%, 110% 93%;
  background-size: 20%, 20%, 20%;
}

.top-feature-wrapper .contents {
  margin-top: 70px;
}

.top-feature .contents .beside-item .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.top-feature .contents .beside-item .item.rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.top-feature .contents .beside-item .item:not(:last-of-type) {
  margin-bottom: 80px;
}

.top-feature .contents .beside-item .item::before {
  position: absolute;
  background: url(../images/top/feature-1.png) top center no-repeat;
  background-size: cover;
  width: 130px;
  height: 130px;
  content: "";
  right: 0;
  top: -30px;
  z-index: 2;
}

.top-feature .contents .beside-item .item .img img {
  width: 480px;
  border-radius: 20px;
}

.top-feature .contents .beside-item .item .txt {
  background: #fff;
  opacity: 0.9;
  border-radius: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 55px;
  margin-left: -55px;
  /* margin-right: 80px; */
  padding: 45px 50px;
  /* -webkit-box-shadow: 0 5px 0px #49A658; */
  /* box-shadow: 0 5px 0px #49A658; */
  z-index: 1;
  position: relative;
}

.top-feature .contents .beside-item .item:nth-child(odd) .txt {
  box-shadow: 15px 15px 0px #ffd1d8;
  -webkit-box-shadow: 15px 15px 0px #ffd1d8;
}

.top-feature .contents .beside-item .item:nth-child(even) .txt {
  box-shadow: -15px 15px 0px #ffd1d8;
  -webkit-box-shadow: -15px 15px 0px #ffd1d8;
}

.top-feature .contents .beside-item .item .txt h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ec96a4;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  /* border-bottom: #AAD4B1 dotted 3px; */
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.top-feature .contents .beside-item .item.rvs::before {
  background: url(../images/top/feature-2.png) top center no-repeat;
  background-size: cover;
  content: "";
  left: 0;
  top: -30px;
}

.top-feature .contents .beside-item .item.rvs .txt {
  margin-right: -55px;
  margin-left: 80px;
}

.top-feature .contents .beside-item .item:last-child::before {
  position: absolute;
  background: url(../images/top/feature-3.png) top center no-repeat;
  background-size: cover;
  width: 130px;
  height: 130px;
  content: "";
  right: 0;
  top: -30px;
  z-index: 2;
}

.top-feature-wrapper .top-news__btn {
  margin-top: 0;
  text-align: right;
}

.top-feature-wrapper {
  max-width: 1200px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.top-feature {
  position: relative;
}

.top-feature-bg {
  padding-top: 60px;
  padding-bottom: 160px;
  background-color: #f8f8f8;
  position: relative;
}

@media screen and (max-width:768px) {
  .top-feature-bg {
    padding-top: 40px;
  }
}

@media screen and (max-width:768px) {
  .top-feature-bg {
    padding-bottom: 40px;
  }
}

.top-feature-bg__img-t-left {
  width: 202px;
  height: 565px;
  background-image: url(../images/top/bg_img_05.png);
  top: 65px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .top-feature-bg__img-t-left {
    width: 110px;
    height: 330px;
    top: 30%;
  }
}

.top-feature-bg__img-t-right {
  width: 319px;
  height: 220px;
  background-image: url(../images/top/bg_img_06.png);
  top: 65px;
  right: 0%;
}

@media screen and (max-width: 768px) {
  .top-feature-bg__img-t-right {
    width: 170px;
    height: 110px;
    top: 120px;
  }
}

.top-feature-bg__img-b-left {
  width: 265px;
  height: 265px;
  background-image: url(../images/top/bg_img_07.png);
  bottom: 0;
  left: 0;
}

.top-feature-bg__img-b-right {
  width: 202px;
  height: 565px;
  background-image: url(../images/top/bg_img_05.png);
  bottom: 65px;
  right: 0%;
}

@media screen and (max-width: 768px) {
  .top-feature-bg__img-b-right {
    width: 110px;
    height: 330px;
    bottom: 30%;
  }
}

.top-feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
}

@media screen and (max-width: 1000px) {
  .top-feature-list {
    display: block;
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.top-feature-item {
  width: 30%;
  text-align: center;
  margin: 0 15px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  .top-feature-item {
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0;
  }

  .top-feature-item:first-child {
    margin-top: 0;
  }
}

.top-feature-item__img {
  margin-bottom: 12px;
}

.top-feature-item__ttl {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  color: #FF9700;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .top-feature-item__ttl {
    font-size: 1.25rem;
  }
}

.top-feature-item__ttl--thin {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 4px;
}

@media screen and (max-width: 1000px) {
  .top-feature-item__ttl--thin {
    margin-bottom: 10px;
  }
}

.top-feature-item__txt {
  text-align: justify;
}


@media screen and (max-width: 768px) {
  .top-feature .contents .beside-item .item {
    flex-direction: column;
  }

  .top-mv .wave,
  .top-news .wave,
  .top-medical .wave,
  .top-faq .wave {
    bottom: -2px;
  }

  .top-feature .wave {
    display: none;
  }

  .top-feature .contents .beside-item .item::before {
    width: 90px;
    height: 90px;
    top: -80px;
    right: -10px;
  }

  .top-feature-wrapper .contents {
    margin-top: 50px;
  }

  .top-feature .contents .beside-item .item .txt {
    margin-top: 20px;
    margin-left: 0;
    border-radius: 10px;
    padding: 20px;
  }

  .top-feature .contents .beside-item .item .txt h3 {
    font-size: 1.2rem;
  }

  .top-feature .contents .beside-item .item:nth-child(odd) .txt {
    box-shadow: 10px 10px 0px #ffd1d8;
    -webkit-box-shadow: 10px 10px 0px #ffd1d8;
  }

  .top-feature .contents .beside-item .item .img img {
    width: 100%;
    border-radius: 10px;
  }

  .top-feature .contents .beside-item .item.rvs {
    flex-direction: column;
  }

  .top-feature .contents .beside-item .item.rvs .txt {
    margin-right: 0;
    margin-left: 0;
  }

  .top-feature .contents .beside-item .item:nth-child(even) .txt {
    box-shadow: -10px 10px 0px #ffd1d8;
    -webkit-box-shadow: -10px 10px 0px #ffd1d8;
  }

  .top-feature .contents .beside-item .item.rvs::before {
    top: -80px;
    left: -10px;
  }

  .top-feature .contents .beside-item .item:last-child::before {
    width: 90px;
    height: 90px;
    top: -80px;
    right: -10px;
  }

  .top-feature-wrapper .top-news__btn {
    text-align: center;
  }

  .top-feature .contents .beside-item .item:not(:last-of-type) {
    margin-bottom: 120px;
  }

  .top-feature-bg {
    padding-bottom: 90px;
  }
}






/* top-medical */

.top-medical {
  position: relative;
  background: url(../images/top/moya1.png), url(../images/top/moya2.png), url(../images/top/moya3.png), url(../images/top/medical-bg2.png);
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-position: 110% 0, -8% 50%, 0% 70%, top left;
  background-size: 30%, 40%, 20%, cover;
}

.top-medical .top-wrapper {
  background: #898386;
  padding: 40px 0 150px;
}

.top-medical-bg {
  padding-top: 60px;
  /* padding-bottom: 60px; */
  /* background: url(../images/top/bg_pink.png) no-repeat center center/cover; */
  position: relative;
}

@media screen and (max-width:768px) {
  .top-medical-bg {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/* .top-medical-bg__img-left {
  width: 300px;
    height: 300px;
    background-image: url(../images/top/moya.png);
    top: 65px;
    left: 0;
}
@media screen and (max-width: 768px) {
  .top-medical-bg__img-left {
    width: 58px;
    height: 50px;
  }
}
.top-medical-bg__img-right {
  width: 300px;
    height: 300px;
    background-image: url(../images/top/moya.png);
    top: 65px;
    right: 0;
}
@media screen and (max-width: 768px) {
  .top-medical-bg__img-right {
    width: 63px;
    height: 59px;
  }
} */

.top-medical .top-ttl span {
  color: #fff;
}


.top-medical-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  padding: 0 5%;
  display: grid;
  gap: 5%;
  grid-template-columns: 1fr 1fr;
}


@media screen and (max-width: 768px) {
  .top-medical-list {
    /* margin: 0px -15px; */
    margin: 40px 0 0 0;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 10px;
  }
}

.top-medical-item {
  margin: 0 15px 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-medical-item {
    margin: 30px 15px 0;
  }
}

.top-medical-item>a {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-medical-item a {
  background: #fff;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  position: relative;
}

.top-medical-item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

li.top-medical-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: 1.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  border: 1px solid #fff;
  padding: 80px;
  margin: 0;
  position: relative;
}

li.top-medical-item::after {
  content: 'Beauty';
  position: absolute;
  bottom: -55px;
  left: 0;
  font-family: "MonteCarlo", cursive;
  font-size: 6rem;
  opacity: 0.3;
  font-weight: 500;
}

li.top-medical-item:nth-child(2)::after {
  content: 'Cleaning';
}

li.top-medical-item:nth-child(3)::after {
  content: 'Implant';
}

li.top-medical-item:nth-child(4)::after {
  content: 'Whitening';
}

li.top-medical-item:nth-child(2) span {
  line-height: 1.1;
  font-size: 1.2rem;
}

a.top-btn.gray {
  background: #fff;
  border: none;
  color: #6D696B;
}

.top-medical .top-news__btn {
  margin-top: 100px;
}

.top-medical .top-news__btn a:hover {
  background: #ec96a4;
  opacity: 1;
  color: #fff;
}

.top-greeting-cont__left.top-greeting-cont__txt-area h3 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 15px;
  color: #333;
}






.top-medical-item>a:hover,
.top-medical-item>a:focus {
  opacity: 0.7;
}

.top-medical-item>a>span {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.375em;
}

@media screen and (max-width: 576px) {
  .top-medical-item>a>span {
    font-size: 1rem;
  }
}

.top-medical-item>a>img {
  display: block;
  margin-bottom: 18px;
}

@media screen and (max-width: 576px) {
  .top-medical-item>a>img {
    max-width: 160px;
    height: auto;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  li.top-medical-item {
    gap: 10px;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    height: 225px;
  }

  .top-medical-item a {
    width: 130px;
    height: 130px;
  }

  .top-medical-item>a>img {
    max-width: 70px;
  }

  .top-medical-item:last-child>a>img {
    max-width: 100px;
  }

  li.top-medical-item::after {
    bottom: -30px;
    font-size: 3rem;
  }

  .top-medical .top-news__btn {
    margin-top: 40px;
  }

  .top-medical {
    background: none;
  }

  li.top-medical-item:nth-child(2) span {
    line-height: 1.45;
    font-size: 0.86rem;
  }

  ul.top-medical-list li:nth-child(4) span {
    font-size: 0.9523em;
  }

  .top-medical .top-wrapper {
    padding: 40px 0 80px;
  }
}






/* 無限ループスライダーここから */
.infinite-scroll {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.infinite-scroll__container {
  display: flex;
  /* img要素感の隙間 */
  gap: 20px;
  /* container要素感の隙間 */
  padding-right: 20px;
  flex-shrink: 0;

  @media screen and (max-width: 768px) {
    gap: 0.8rem;
    padding-right: 0.8rem;
  }
}

.infinite-scroll__img-wrap {
  /* flex-shrink: 0; */
  /* 画像の幅調整 */
  /* width: 300px;  */
  width: 254px;
  height: auto;

  @media screen and (max-width: 768px) {
    width: 10.2rem;
  }
}

.infinite-scroll__img-wrap:nth-child(odd) {
  width: 235px;
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .infinite-scroll__img-wrap:nth-child(odd) {
    width: 185px;
    margin-top: 55px;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.infinite-scroll__container:first-child {
  animation: loop 80s -40s linear infinite;
}

.infinite-scroll__container:last-child {
  animation: loop2 80s linear infinite;
}

/* 無限ループスライダーここまで */



/* top-faq */
section.top-faq {
  background: #f8f8f8;
}

.top-faq .top-wrapper {
  padding-bottom: 100px;
}

.top-faq-moya {
  position: relative;
  background: url(../images/top/moya1.png), url(../images/top/moya2.png), url(../images/top/moya3.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: -5% 40%, 110% 0, 102% 90%;
  background-size: 20%, 28%, 20%;
}


/* .cp_qa01 {
  border-top: 1px solid #1b2538;
} */
.cp_qa01 .cp_actab input {
  display: none;
}

/*質問テキスト*/
.cp_qa01 .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1px;
  color: #333;
  border: 1px solid #EC96A5;
  margin-bottom: 20px;
}

.cp_qa01 .cp_actab label {
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 0 0;
  /* padding: 1em 2em 1em 1em; */
  padding: 20px;
  cursor: pointer;
  /* border-bottom: 1px solid #1b2538; */
  background: #FDEAE6;
}

.cp_qa01 .cp_actab .cp_actab-content p {
  /* margin: 1em; */
  margin: 20px;
  padding-left: 2.6em;
  text-indent: -2.3em;
}

.cp_qa01 .cp_actab label:hover {
  color: #333;
}

.cp_qa01 .cp_actab input:checked~label {
  color: #333;
}

.cp_qa01 .cp_actab label::before {
  content: 'Q.';
  font-family: 'Lora';
  color: #EC96A4;
  font-size: 1.8rem;
  font-weight: 400;
  padding-right: 10px;
  line-height: 1;
}

.cp_actab-content p::before {
  content: 'A.';
  font-family: 'Lora';
  color: #5D535E;
  font-size: 1.8rem;
  font-weight: 400;
  padding-right: 10px;
  line-height: 1;
}


/*答えテキスト*/
.cp_qa01 .cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  color: #333;
  background: #fff;
  transition: max-height 0.5s ease-in-out;
}

.cp_qa01 .cp_actab input:checked~.cp_actab-content {
  max-height: 40em;
}


/*▼アイコン*/
.cp_qa01 .cp_actab label::after {
  position: absolute;
  top: 30px;
  right: 26px;
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  content: '';
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.cp_qa01 .cp_actab label.arrow:hover::after {
  opacity: 0.7;
}

.cp_qa01 .cp_actab input[type=checkbox]:checked+label::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.top-faq .top-news__btn {
  margin-top: 60px;
}

@media screen and (max-width:768px) {
  section.top-faq .top-ttl {
    padding-top: 20px;
  }

  .cp_qa01 {
    width: 90%;
  }

  .cp_qa01 .cp_actab {
    margin-bottom: 10px;
  }

  .cp_qa01 .cp_actab label {
    padding: 10px;
  }

  .cp_qa01 .cp_actab label::after {
    right: 10px;
    bottom: 10px;
  }

  .cp_qa01 .cp_actab .cp_actab-content p {
    margin: 10px;
  }

  .top-faq .top-news__btn {
    margin-top: 30px;
  }

  .top-faq .top-wrapper {
    padding-bottom: 40px;
  }
}





.top-concept {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

@media screen and (max-width:768px) {
  .top-concept {
    padding-top: 40px;
  }
}

@media screen and (max-width:768px) {
  .top-concept {
    padding-bottom: 40px;
  }
}

.top-concept__img-right {
  width: 278px;
  height: 111px;
  background-image: url(../images/top/bg_img_03.png);
  top: 65px;
  right: 1%;
}

@media screen and (max-width: 768px) {
  .top-concept__img-right {
    width: 100px;
    height: 50px;
  }
}

.top-concept__img-bottom {
  width: 194px;
  height: 184px;
  background-image: url(../images/top/bg_img_04.png);
  bottom: 0px;
  left: 3%;
}

@media screen and (max-width: 768px) {
  .top-concept__img-bottom {
    visibility: hidden;
  }
}

.top-concept-cont {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .top-concept-cont {
    margin-top: 40px;
    padding: 0 10px;
  }
}

.top-concept-cont__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 510px;
  margin-left: 4%;
}

@media screen and (max-width: 768px) {
  .top-concept-cont__right {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin-left: 0%;
  }
}

.top-concept-cont__img-wrapper {
  max-width: 449px;
  width: 100%;
  height: auto;
  border-radius: 63px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-concept-cont__img-wrapper {
    margin-top: 30px;
    border-radius: 30px;
  }
}

.top-concept-cont__txt-area>p:not(:last-child) {
  margin-bottom: 1em;
}

.top-concept-cont__btn {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width:768px) {
  .top-concept-cont__btn {
    margin-top: 30px;
  }
}

.top-concept-bnr {
  display: block;
  max-width: 700px;
  border-radius: 10px;
  overflow-y: hidden;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-concept-bnr:hover,
.top-concept-bnr:focus {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .top-concept-cont {
    margin-top: 30px;
    padding: 0;
  }
}


.top-greeting {
  position: relative;
}

.top-greeting-bg {
  padding-top: 60px;
  padding-bottom: 60px;
  /* background-color: #FEF5CA; */
  position: relative;
  background: url(../images/top/moya2.png), url(../images/top/moya3.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 110% 20%, -10% 100%;
  background-size: 28%, 20%;
}

@media screen and (max-width:768px) {
  .top-greeting-bg {
    padding-top: 40px;
  }
}

@media screen and (max-width:768px) {
  .top-greeting-bg {
    padding-bottom: 40px;
  }
}

.top-greeting-bg__img-right {
  width: 170px;
  height: 163px;
  background-image: url(../images/top/top/bg_img_08.png);
  top: 65px;
  right: 5%;
}

@media screen and (max-width: 768px) {
  .top-greeting-bg__img-right {
    width: 70px;
    height: 60px;
    right: 80%;
  }
}

.top-greeting-bg__img-bottom {
  width: 149px;
  height: 123px;
  background-image: url(../images/top/bg_img_09.png);
  bottom: 0px;
  left: 3%;
}

@media screen and (max-width: 1000px) {
  .top-greeting-bg__img-bottom {
    visibility: hidden;
  }
}

.top-greeting-cont__right {
  position: relative;
}

.top-greeting-cont__right .gr_name {
  background: #F36A86;
  opacity: 0.9;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  outline: 1px solid #fff;
  outline-offset: -10px;
  border-radius: 30px;
  font-size: 1rem;
  max-width: 210px;
  position: absolute;
  bottom: -70px;
  right: -50px;
}

.top-greeting-cont__right .gr_name .name.ja {
  font-size: 1.5rem;
  line-height: 1.2;
}

.top-greeting-cont__right .gr_name .name.alph {
  font-size: 0.9rem;
  letter-spacing: 2;
}








.top-greeting-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .top-greeting-cont {
    margin-top: 30px;
  }
}

.top-greeting-cont__left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* max-width: 496px; */
  margin-right: 5.5%;
}

@media screen and (max-width: 768px) {
  .top-greeting-cont__left {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin-right: 0;
  }
}

.top-greeting-cont__img-wrapper {
  max-width: 360px;
  width: 100%;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-greeting-cont__img-wrapper {
    margin-top: 30px;
    border-radius: 30px;
  }
}

.top-greeting-cont__txt-area>p:not(:last-child) {
  margin-bottom: 1em;
}

.top-greeting-cont__btn {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width:768px) {
  .top-greeting-cont__btn {
    margin-top: 40px;
  }

  .top-greeting-cont__left.top-greeting-cont__txt-area h3 {
    text-align: center;
  }

  .top-greeting-cont__left {
    max-width: 90%;
  }

  .top-greeting-cont__right {
    display: none;
  }

  .top-greeting-cont .top-news__btn {
    margin-top: 30px;
  }
}

#schedule {
  margin-top: -40px;
  padding-top: 40px;
}

.top-schedule-table {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.4;
  bottom: -40px;
  right: 0px;
  z-index: 10;
  background-color: #FFF8F9;
  padding: 15px 30px;
  font-size: 17px;
  border-radius: 50px;
  max-width: 500px;
  margin-top: 20px;
}

.top-schedule {
  position: relative;
}

.top-schedule__ttl {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
  font-size: 26px;
  color: #5D4D35;
  line-height: 1.4;
  text-align: left;
  font-weight: 600;
  margin-left: 8px;
  margin-bottom: 8px;
}

.top-schedule__ttl small {
  font-size: 18px;
  color: #FF9700;
}

.top-schedule__btn {
  display: block;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.top-schedule-bg {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/top/bg_cloud.png) no-repeat left bottom/contain;
  background-color: #fff;
  position: relative;
}


.top-schedule-cont {
  margin-top: 60px;
}

.top-schedule-table table {
  background-color: #FFF8F9;
  font-family: 'Zen Maru Gothic';
  font-weight: 500;
}


.top-schedule-table__outer {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}

.top-schedule-table__caution {
  display: none;
  font-size: 0.75rem;
  color: #FF0000;
}

.top-schedule-table thead tr th {
  font-weight: bold;
  background-color: #008CD7;
  color: #fff;
  border: 1px solid #CCCCCC;
  padding: 16px 15px;
  text-align: center;
  vertical-align: middle;
}

.top-schedule-table thead tr th:first-child {
  text-align: left;
  padding-left: 15px;
}

.top-schedule-table tbody tr th,
.top-schedule-table tbody tr td {
  padding: 15px;
  border-bottom: 1px dotted #ABABAB;
  font-size: 1rem;
}

.top-schedule-table tbody tr th {
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px dotted #ABABAB;
  line-height: 1;
  font-weight: 500;
  font-size: 1rem;
}

.top-schedule-table tbody tr td {
  text-align: center;
}

.top-schedule-table tbody tr td span {
  color: #EC96A4;
}

.top-schedule-table p {
  font-size: 1rem;
  font-family: 'Zen Maru Gothic';
  text-align: center;
  padding: 10px;
  font-weight: 500;
}

/* 
.top-schedule-table tbody tr.color01 th {
  background-color: #FBFFD6;
  background-color: #f8ffb7;
}
.top-schedule-table tbody tr.color02 th {
  background-color: #FBFFD6;
}
.top-schedule-table tbody tr.color03 th {
  background-color: #faffc7;
} */
.top-schedule-table tbody tr.thin th {
  font-size: 0.875rem;
  padding: 8px;
  background-color: white;
}

.top-schedule-table tbody tr.thin td {
  font-size: 0.875rem;
  padding: 0;
}

.top-schedule-table tbody td.row6 {
  padding: 0 5px;
  font-size: 0.975rem;
}

.top-schedule-note {
  font-size: 0.875rem;
  margin-top: 10px;
}

.top-schedule-table.sp {
  margin-top: -20px;
}





@media screen and (max-width: 768px) {
  .top-schedule-table {
    padding: 15px 15px;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .top-schedule-table table {
    width: 100%;
  }

  .top-schedule__ttl {
    font-size: 18px;
  }

  .top-schedule__ttl small {
    font-size: 14px;
  }

  .top-schedule .icon {
    width: 22px;
    height: auto;
  }

  .top-schedule__btn {
    margin-top: 40px;
  }

  .top-schedule-bg {
    padding-top: 40px;
  }

  .top-schedule-bg {
    padding-bottom: 40px;
  }

  .top-schedule-cont {
    margin-top: 30px;
  }

  .top-schedule-table {
    font-size: 0.825rem;
  }

  .top-schedule-table {
    font-size: 0.7rem;
  }

  .top-schedule-table__outer {
    margin-top: 20px;
  }

  .top-schedule-table thead tr th {
    padding: 10px 5px;
    white-space: nowrap;
  }

  .top-schedule-table thead tr th:first-child {
    padding-left: 10px !important;
  }

  .top-schedule-table tbody tr th,
  .top-schedule-table tbody tr td {
    padding: 8px;
  }

  .top-schedule-table tbody tr th {
    padding-left: 8px;
    min-width: initial;
  }

  .top-schedule-table tbody tr td {
    min-width: initial;
  }

  .top-schedule-table tbody tr.thin th {
    font-size: inherit;
  }

  .top-schedule-table tbody tr.thin td {
    font-size: inherit;
  }

  .top-schedule-table tbody td.row6 {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 576px) {
  .top-schedule-table__caution {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .top-schedule-table tbody tr th {
    padding-left: 0;
    max-width: initial;
    min-width: initial;
  }

  .top-schedule-table tbody tr td {
    white-space: nowrap;
    min-width: auto;
  }
}


.top-instagram {
  background-color: #DFFFDD;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}

@media screen and (max-width:768px) {
  .top-instagram {
    padding-top: 40px;
  }
}

@media screen and (max-width:768px) {
  .top-instagram {
    padding-bottom: 20px;
  }
}

.top-instagram__umekomi {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .top-instagram__umekomi {
    margin: 30px -10px 0;
  }
}

.top-map {
  height: 350px;
}

.top-map iframe {
  width: 100%;
  height: 350px;
}

.top-map-area {
  width: 100%;
  display: flex;
  height: 350px;
  line-height: 0;
}

.top-map-area__video,
.top-map-area__map {
  width: 50%;
  height: auto;
}

.top-map-area__video iframe,
.top-map-area__map iframe {
  width: 100%;
  height: 350px;
}

@media screen and (max-width: 768px) {
  .top-map-area {
    display: block;
    height: auto;
  }

  .top-map-area__video,
  .top-map-area__map {
    width: 100%;
    height: 280px;
  }

  .top-map-area__video iframe,
  .top-map-area__map iframe {
    height: 100%;
  }
}

.top-bnr-area {
  text-align: center;
  margin: 40px auto 0px;
}

.top-bnr-area__item {
  display: inline-block;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 8px;
  overflow: hidden;
}

.top-bnr-area__item:hover,
.top-bnr-area__item:focus {
  opacity: 0.7;
}


/* access */
#access .m_box iframe {
  width: 100%;
  height: 450px;
  border-radius: 30px 30px 0 0;
}

#access .m_box p {
  text-align: center;
  padding: 10px;
  background: #ec96a4;
  color: #fff;
  border-radius: 0 0 30px 30px;
}

#access .v_box iframe {
  display: block;
  margin: 0 auto;
  width: 80%;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  #access .m_box iframe {
    height: 300px;
    border-radius: 10px 10px 0 0;
  }

  #access .m_box p {
    border-radius: 0 0 10px 10px;
  }

  #access .v_box iframe {
    width: 100%;
    border-radius: 10px;
  }

  .v_box.u-pb-md {
    padding-bottom: 0;
  }
}


/* clinic */
#clinic .clinic-slide {
  max-width: 900px !important;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#clinic .clinic-slide-main__outer {
  position: relative;
}

#clinic .clinic-slide-main__outer {
  margin-bottom: 10px;
}

#clinic .clinic-slide-button-next::before {
  content: "";
  width: 45px;
  height: 45px;
  border-top: 2px solid #EC96A4;
  border-right: 2px solid #EC96A4;
  position: absolute;
  top: 50%;
  /* right: -50px; */
  /* top: 35%; */
  right: -60px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: 10;
}

#clinic .clinic-slide-button-prev::before {
  content: "";
  width: 45px;
  height: 45px;
  border-top: 2px solid #EC96A4;
  border-left: 2px solid #EC96A4;
  position: absolute;
  top: 50%;
  /* left: -50px; */
  /* top: 35%; */
  left: -60px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  z-index: 10;
}

.clinic-slide-main__item {
  position: relative;
}

#clinic .clinic-slide-main__caption {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  background-color: #EC96A4;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100px;
  padding: 12px 18px;
  z-index: 10;
}

#clinic .swiper-wrapper {
  height: auto;
}

#clinic .item-box.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#clinic .item-box.col3 h4 {
  color: #dd8190;
  font-family: 'Zen Maru Gothic';
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #clinic .item-box.col3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


/* staff */
.doctor_flex {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}

.doctor_txt {
  width: 60%;
  line-height: 2.5;
}

.doctor_txt p.name {
  font-size: 1rem;
  line-height: 2.5;
  text-align: right;
  line-height: 1;
  margin-top: 30px;
}

.doctor_txt p.name span.name {
  padding-left: 15px;
  font-size: 1.5rem;
  font-family: 'Zen Maru Gothic';
  font-weight: 500;
  color: #dd8190;
  position: relative;
}

.doctor_txt p.name span.name:after {
  content: "Ogasawara Miyuki";
  font-family: "MonteCarlo", cursive;
  color: #ddd;
  font-size: 3.5rem;
  line-height: 1;
  position: absolute;
  right: -370px;
  top: -18px;
}

.doctor_img {
  background: antiquewhite;
  width: 400px;
  height: 300px;
}

.doctor_career_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.doctor_career_flex .career,
.doctor_career_flex .capacity {
  background: #f9f9f9;
  padding: 40px 40px 30px;
  width: 48.43%;
  box-sizing: border-box;
}

.doctor_career_flex .career dl,
.doctor_career_flex .capacity dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.7;
}

.doctor_career_flex .career dl dt,
.doctor_career_flex .capacity dt {
  border-bottom: 1px dotted #dd8190;
  padding: 10px 0;
  width: 25%;
}

.doctor_career_flex .career dl dd,
.doctor_career_flex .capacity dd {
  border-bottom: 1px dotted #dd8190;
  padding: 10px 0;
  width: 75%;
  margin: 0;
}

.doctor_career_flex .career.staff dl dd {
  width: 100%;
}

h4.doctor_tt {
  font-family: 'Zen Maru Gothic';
  color: #dd8190;
  font-size: 1.1rem;
}

.doctor_career_flex h4.doctor_tt:nth-of-type(2) {
  margin-top: 40px;
}

.staff_card_wrap .doctor_career_flex .career.staff {
  background: #fff7f8;
  padding-top: 30px;
}

h4.doctor_tt.staff {
  font-size: 1.3rem;
  font-weight: 500;
}

h4.doctor_tt.staff span {
  font-family: "MonteCarlo", cursive;
  color: #ddd;
  font-size: 3rem;
  line-height: 1;
  position: relative;
  left: 10px;
}

p.staff_l_txt {
  text-align: center;
  margin-bottom: 30px;
}

.check-list {
  margin-bottom: 10px;
  /* padding: 35px 10px 20px 45px; */
  padding: 20px 30px 50px;
  background-color: #f7e6e6;
  margin-bottom: 30px;
}

.check-list li {
  position: relative;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
  margin-left: 19px;
  border-bottom: 1px dotted #cdcdcd;
  font-size: 1.1rem;
}

.check-list li:before {
  display: block;
  position: absolute;
  top: 9px;
  left: -28px;
  width: 18px;
  height: 18px;
  background-image: url(../images/common/check.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
}

.medical .flex .images,
.medical .float .images {
  width: 400px;
  height: 240px;
  background: antiquewhite;
}

.medical .float .images {
  float: left;
  margin: 0 30px 15px 0;
}

.medical .flex {
  display: flex;
  gap: 30px;
  /* margin-bottom: 40px; */
}

/* .medical .float {
  margin-bottom: 80px;
} */
.medical .flex .text {
  width: calc(100% - 430px);
}

.marker {
  background: linear-gradient(transparent 50%, rgb(252 208 208 / 50%) 50%);
  display: inline;
  background-repeat: no-repeat;
  /* background-size: 0% 100%; */
  /* transition: background-size 1.5s; */
}

.white_table table {
  width: 100%;
}

.white_table thead th {
  border: 1px solid #ddd;
  padding: 20px;
}

.white_table tbody th,
.white_table tbody td {
  border: 1px solid #ddd;
  padding: 20px;
  line-height: 2;
}

.white_table tbody th {
  text-align: left;
}

.white_table thead th:nth-child(2) {
  background: #f7e6e6;
}

.white_table thead th:nth-child(3) {
  background: #e6eff7;
}

.medical div.beauty,
.medical div.cleaning,
.medical div.whitening,
.medical div.implant,
.medical div.perio {
  margin-bottom: 80px;
}

.medical h3.ttl02 {
  margin-top: 40px;
}

.white_table th.sp_th {
  display: none;
}


@media screen and (max-width: 768px) {
  .check-list {
    /* padding: 20px 20px 20px 25px; */
    padding: 10px 10px 130px;
    background-color: #f7e6e6;
    margin-bottom: 20px;
  }

  .check-list li {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .check-list li:before {
    width: 14px;
    height: 14px;
    left: -20px;
  }

  .medical .flex {
    clear: both;
  }

  .medical .flex {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .medical .flex .text {
    width: 100%;
  }

  .medical .flex .images,
  .medical .float .images {
    width: 100%;
    height: auto;
  }

  .medical h3.ttl02 {
    margin-top: 20px;
  }

  .medical div.beauty,
  .medical div.cleaning,
  .medical div.whitening,
  .medical div.implant,
  .medical div.perio {
    margin-bottom: 40px;
  }

  .medical .ttl01 {
    font-size: 1.5rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .white_table table tbody tr th,
  .white_table table tbody tr td {
    display: block;
    width: 100%;
  }

  .white_table tbody th {
    text-align: center;
  }

  .white_table th.sp_th {
    display: block;
  }

  th.sp_th.merit {
    padding: 5px;
    background: #f7e6e6;
  }

  th.sp_th.demerit {
    padding: 5px;
    background: #e6eff7;
  }

  th.gray {
    background-color: #ec96a4;
    color: #fff;
  }

  .white_table thead th {
    display: none;
  }

  .doctor_flex {
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 40px;
  }

  .doctor_img {
    width: 100%;
    height: auto;
  }

  .doctor_txt p.name {
    margin-top: 10px;
  }

  .doctor_career_flex {
    flex-direction: column;
  }

  .doctor_career_flex .career,
  .doctor_career_flex .capacity {
    width: 100%;
    padding: 20px;
  }

  .doctor_txt {
    width: 100%;
  }

  .doctor_career_flex {
    margin-bottom: 40px;
  }

  p.staff_l_txt {
    text-align: left;
    margin-bottom: 20px;
  }

  h4.doctor_tt.staff span {
    font-size: 1.9rem;
  }

  .staff_card_wrap .doctor_career_flex .career.staff {
    margin-bottom: 20px;
  }

  .staff_card_wrap .doctor_career_flex .career.staff:last-child {
    margin-bottom: 0;
  }
}





/* news */
.nbc_list .new-list ul {
  display: flex;
  flex-wrap: wrap;
}

.nbc_list .new-list ul li {
  width: 50%;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border-width: 0px 1px 1px;
  border-style: solid solid solid;
  border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221);
  border-image: initial;
  border-top: 0px;
  padding: 20px;
}

.nbc_list .new-list ul li:nth-child(1),
.new-list ul li:nth-child(2) {
  border-top: 1px solid rgb(221, 221, 221);
}

.nbc_list .new-list ul li a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  transition: 0.5s;
}

.nbc_list .new-list ul li figure {
  width: 40%;
  position: relative;
  height: 120px;
  margin-bottom: 0px;
  overflow: hidden;
}

.nbc_list .new-list ul li figure label {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  line-height: 1;
  font-size: 12px;
  background-color: #4dbbac;
  color: rgb(255, 255, 255);
  z-index: 5;
  padding: 7px 12px;
}

.nbc_list .new-list ul li figure img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  vertical-align: bottom;
  transition: 1s ease-out;
}

.nbc_list .new-list ul li article {
  width: 60%;
  box-sizing: border-box;
  line-height: 1.6;
  padding: 0px 0px 0px 20px;
}

.nbc_list .new-list ul li article small {
  display: block;
  font-size: 70%;
  margin-top: 10px;
}

.nbc_list .new-list ul li:nth-child(2n) {
  border-left: 0px;
}

.nbc_list .new-list {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .nbc_list .new-list ul li {
    width: 100%;
  }

  .nbc_list .new-list ul li:nth-child(2n) {
    border-left: 1px solid #ddd;
  }

  .nbc_list .new-list ul li:nth-child(1) {
    border: 1px solid #ddd;
  }

  .new-list ul li:nth-child(2) {
    border-top: none;
  }

  .nbc_list .new-list {
    margin-bottom: 60px;
  }
}

/* nbc_detail */
/* nbc_detail */
#news #mv {
  background: url(../images/news/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#news #mv.blog {
  background: url(../images/blog/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#news #mv.column {
  background: url(../images/column/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#news #mv.dmeeting {
  background: url(../images/dmeeting/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.nbc_detail .news-contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.nbc_detail .news-contents-wrap #main-cont {
  width: calc(100% - 250px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 60px;
  font-size: 1.1rem;
}

.news-ttl .hd-style02 {
  text-align: left;
  font-size: 1.8rem;
  padding-bottom: 15px;
  font-family: 'Zen Maru Gothic';
  color: #444;
}

.news-ttl small {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 15px;
  font-weight: 500;
  position: relative;
}

.news-ttl small span {
  position: relative;
  display: inline-block;
  margin-left: 1em;
}

.news-ttl small label {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1;
  padding: 5px 12px;
  font-size: 14px;
  background-color: #4dbbac;
  color: #fff;
  white-space: nowrap;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
}

.news-ttl small label.blog {
  background-color: #0084de;
}

.news-ttl small label.column {
  background-color: #005dac;
}

#main-cont__text {
  font-size: 1rem;
  padding-bottom: 80px;
}

#main-cont__text p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.pagenation {
  margin-top: 40px;
}

.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagenation ul li {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 10px 20px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.pagenation ul li.prev {
  padding-left: 50px;
}

.pagenation ul li.prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/arrow.png) no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
}

.pagenation ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.pagenation ul li p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 1rem;
}

.pagenation ul li.next {
  padding-right: 50px;
}

.pagenation ul li:nth-child(2) {
  border-left: 0px;
}

.pagenation ul li.next:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background: url(../images/common/arrow.png) no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
}

.nbc_detail aside {
  width: 250px;
}

aside h4.ttl {
  margin-bottom: 10px;
}

aside .news-list {
  border-bottom: 1px solid #ddd;
}

aside .news-list li {
  padding: 15px 0;
  border-top: 1px solid #ddd;
  position: relative;
  z-index: 1;
}

aside .news-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
}

aside .news-list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  font-size: 0.9rem;
}

aside .news-list li dl dt {
  width: 90px;
}

aside .news-list li dl dd {
  width: calc(100% - 90px);
}

.news-contents-wrap aside #category {
  margin-top: 60px;
}

.news-contents-wrap aside h4.ttl {
  margin-bottom: 10px;
}

.news-contents-wrap aside h4.ttl span {
  font-weight: 600;
  font-size: 1.3rem;
}

.news-contents-wrap aside #category li {
  border: 1px solid #DCD1BE;
  border-bottom: 0px;
}

.news-contents-wrap aside #category li a {
  display: block;
  padding: 12px 15px 12px 25px;
  color: #4C4C4C;
  position: relative;
}

.news-contents-wrap aside #category li:last-child {
  border-bottom: 1px solid #DCD1BE;
}

aside #category li a:before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #005dac;
}

section.nbc_detail a:hover {
  opacity: 0.5;
  transition: 0.4s;
}

.pagenation ul li:hover {
  opacity: 0.5;
  transition: 0.4s;
}

.nbc_detail .news-contents-wrap {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .nbc_detail .news-contents-wrap {
    display: block;
    margin-top: 20px;
  }

  .nbc_detail .news-contents-wrap #main-cont {
    width: 100%;
    padding-right: 0px;
    font-size: 0.9rem;
    margin-bottom: 40px;
  }

  .news-contents-wrap #main-cont .news-ttl {
    font-size: 1.3rem;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }

  .news-contents-wrap #main-cont .news-ttl small {
    font-size: 0.875rem;
    margin-bottom: 5px;
    font-weight: 500;
    position: relative;
  }

  .news-contents-wrap #main-cont .news-ttl small label {
    padding: 3px 7px;
    font-size: 0.75rem;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }

  #main-cont__text {
    padding-bottom: 40px;
  }

  .nbc_detail #main-cont__text p {
    font-size: 14px;
    margin-bottom: 1rem;

  }

  .news-ttl .hd-style02 {
    text-align: left;
    font-size: 1.3rem;
    padding-bottom: 10px;
    margin-bottom: 5px;
    color: #444;
  }

  .pagenation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pagenation ul li.prev {
    padding-left: 25px;
  }

  .pagenation ul li.prev:before {
    left: 10px;
    right: 10px;
    background: url(../images/common/arrow.png) no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
  }

  .pagenation ul li p {
    line-height: 1.4;
    font-size: 0.8rem;
  }

  .pagenation ul li.next {
    padding-right: 25px;
  }

  .pagenation ul li.next:before {
    right: 10px;
    background: url(../images/common/arrow.png) no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
  }

  .nbc_detail aside {
    width: 100%;
  }

  .news-contents-wrap aside h4.ttl span {
    font-size: 1.1rem;
  }

  aside .news-list li {
    font-size: 0.9rem;
  }

  .news-contents-wrap aside #category {
    margin-top: 30px;
  }

  .news-contents-wrap aside h4.ttl span {
    font-size: 1.1rem;
  }

  .nbc_detail .news-contents-wrap {
    margin-bottom: 60px;
  }

  .news-contents-wrap aside #category a.top-btn {
    display: block;
    margin: 0 auto;
  }
}






/* anime */

.scroll_up.on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1.0;
}

.scroll_up {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.7s;

  &.fadein-left {
    transform: translate(-30px, 0);
  }

  &.fadein-right {
    transform: translate(30px, 0);
  }

  &.fadein-up {
    transform: translate(0, -30px);
  }

  &.fadein-bottom {
    transform: translate(0, 30px);
  }

  &.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

.rotation {
  transition: all 3s;
  opacity: 0;

  &.rotation-x {
    transform: rotateX(180deg);
  }

  &.rotation-y {
    transform: rotateY(180deg);
  }

  &.rotation-clockwise {
    transform: rotate(-170deg);
  }

  &.rotation-counterclockwise {
    transform: rotate(170deg);
  }

  &.scrollin {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
  }
}

.slidein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.5s;

  &.slidein-left {
    transform: translate(-100%, 0);
  }

  &.slidein-right {
    transform: translate(100%, 0);
  }

  &.slidein-up {
    transform: translate(0, -100%);
  }

  &.slidein-bottom {
    transform: translate(0, 100%);
  }

  &.scrollin {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
  }
}