@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

/*------------------------------
common
------------------------------*/
body {
  color: #080808;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.inner {
  width: 1109px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .is-pc {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .tab {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-tab {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .is-tab {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*---------- 配置位置 ----------*/
.text-ctr {
  margin: 0 auto;
  text-align: center;
}

/*===============================
トップページ
===============================*/
#top {
  background: #F7F3EF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
#top .logo {
  width: 366px;
}
@media (max-width: 767px) {
  #top .logo {
    width: 266px;
  }
}
#top .menu-btn {
  margin-top: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top .menu-btn li {
  width: 323px;
}
#top .menu-btn li:first-child {
  margin-right: 41px;
}
@media (max-width: 999px) {
  #top .menu-btn {
    display: block;
  }
  #top .menu-btn li {
    width: 360px;
  }
  #top .menu-btn li:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #top .menu-btn li {
    width: 268px;
  }
  #top .menu-btn li:first-child {
    margin-bottom: 29px;
  }
}

/*=============================
耳鼻科
==============================*/
/*------------------------------
mv
------------------------------*/
/*------------------------------
banner
------------------------------*/
.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner img {
  width: 50%;
}
@media (max-width: 767px) {
  .banner img {
    width: 100%;
  }
}

.mvBanner {
  margin-top: -1.6%;
}

/*------------------------------
message
------------------------------*/
.message {
  padding: 90px 0 113px;
  position: relative;
  overflow: hidden;
}
.message .inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 999px) {
  .message {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .message::before {
    top: 69%;
  }
  .message::after {
    top: 69%;
  }
  .message .inner {
    position: unset;
    z-index: 0;
  }
}

.message-heading {
  text-align: center;
}
.message-heading img {
  display: inline-block;
  width: 756px;
}
@media (max-width: 999px) {
  .message-heading {
    margin: 44px 0 25px;
  }
  .message-heading img {
    width: 304px;
  }
}
@media (max-width: 767px) {
  .message-heading {
    margin-top: 25px;
  }
  .message-heading img {
    width: 274px;
  }
}

.message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
}
@media (max-width: 999px) {
  .message-container {
    display: block;
    width: 444px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.message-block {
  width: 50%;
}
.message-block h2 {
  width: 374px;
  margin: 29px auto 0;
}
.message-block p {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 21px;
}
@media (max-width: 999px) {
  .message-block {
    width: 100%;
  }
  .message-block h2 {
    width: 325px;
  }
}
@media (max-width: 767px) {
  .message-block h2 {
    width: 265px;
    margin-top: 10px;
  }
}

.message-block_img01 {
  width: 366px;
  max-width: 100%;
  margin: 0 auto;
}

.message-block_img02 {
  width: 411px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .message-block_img02 {
    width: 80%;
  }
}

.message_dec {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.message_dec.message_dec2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.message_dec1 {
  background: url(../images/img_01.png) no-repeat center center/100%;
  aspect-ratio: 450/446;
  width: 16%;
  max-width: 231px;
  left: 0%;
  top: 70%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
@media (max-width: 999px) {
  .message_dec1 {
    width: 33%;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
  }
}
@media (max-width: 767px) {
  .message_dec1 {
    top: 69%;
  }
}

.message_dec2 {
  background: url(../images/img_02.png) no-repeat center center/100%;
  aspect-ratio: 534/604;
  width: 19%;
  max-width: 274px;
  right: 0%;
  top: 30%;
  -webkit-transform: translate(34%, -50%);
          transform: translate(34%, -50%);
}
@media (max-width: 999px) {
  .message_dec2 {
    width: 30%;
    right: 0%;
    top: 50%;
    -webkit-transform: translate(34%, -50%);
            transform: translate(34%, -50%);
  }
}
@media (max-width: 767px) {
  .message_dec2 {
    top: 69%;
  }
}

.message.fadeinTr.anim_act .message_dec {
  opacity: 1;
}

/*------------------------------
feature
------------------------------*/
.features {
  padding: 68px 0 80px;
  background: #ECF7ED;
  position: relative;
  overflow: hidden;
}
.features::before, .features::after {
  content: "";
  position: absolute;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #D0ECE2;
}
.features::before {
  -webkit-mask-image: url(../images/img_04.png);
          mask-image: url(../images/img_04.png);
  aspect-ratio: 913/635;
  width: 31%;
  left: 8%;
  top: 84%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  max-width: 446px;
}
.features::after {
  -webkit-mask-image: url(../images/img_03.png);
          mask-image: url(../images/img_03.png);
  aspect-ratio: 769/1014;
  width: 26%;
  right: 5%;
  top: 35%;
  -webkit-transform: translate(-17%, -50%);
          transform: translate(-17%, -50%);
  max-width: 374px;
}
.features h2 {
  width: 213px;
}
@media screen and (max-width: 999px) {
  .features::before {
    -webkit-mask-image: url(../images/img_05.png);
            mask-image: url(../images/img_05.png);
    aspect-ratio: 707/947;
    width: 28%;
    left: 0%;
    top: 21%;
    -webkit-transform: translate(-8%, -50%);
            transform: translate(-8%, -50%);
  }
  .features::after {
    width: 26%;
    right: 0;
    top: 37%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    max-width: 374px;
  }
}
@media (max-width: 767px) {
  .features {
    padding: 40px 0;
  }
  .features::before {
    width: 35%;
    top: 25%;
  }
  .features::after {
    width: 46%;
    top: 44%;
  }
  .features h2 {
    width: 160px;
  }
}

.features__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .features__inner {
    width: 1320px;
  }
}

.features-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 58px;
}
.features-items li {
  width: calc(25% - 24px * 3 / 4);
}
.features-items li:not(:nth-child(4n)) {
  margin-right: 24px;
}
.features-items li:nth-child(n+5) {
  margin-top: 35px;
}
.features-items li p {
  font-size: min(1.4rem, calc(14/1440 * 100vw));
  line-height: 1.6875;
  margin-top: 19px;
}
@media (max-width: 999px) {
  .features-items {
    width: 576px;
    max-width: 100%;
    margin: 42px auto 0;
  }
  .features-items li {
    width: calc(50% - 28px / 2);
  }
  .features-items li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .features-items li:nth-child(2n) {
    margin-left: 28px;
  }
  .features-items li:nth-child(n+3) {
    margin-top: 15px;
  }
  .features-items li p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .features-items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 22px auto 0;
  }
  .features-items li {
    width: 47%;
  }
  .features-items li:nth-child(2n) {
    margin-left: 0;
  }
}

.features-item-title {
  height: 3em;
  font-size: min(2.0rem, calc(20/1440 * 100vw));
  line-height: 1.7647058824;
  font-weight: 700;
  text-align: center;
  margin-top: 0.5em;
}
.features-item-title span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #86E7C6));
  background: linear-gradient(transparent 60%, #86E7C6 60%);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  webkit-box-decoration-break: clone;
}
@media screen and (max-width: 999px) {
  .features-item-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .features-item-title {
    font-size: min(1.6rem, calc(100vw * (16/375)));
  }
  .features-item-title.pat2 {
    height: 4.5em;
  }
}

.features_dec {
  position: absolute;
  width: 31%;
  left: 50%;
  top: 72%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .features_dec {
    position: absolute;
    width: 75%;
    left: 11%;
    top: 86%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/*------------------------------
greeting
------------------------------*/
.greeting {
  padding: 68px 0 75px;
}
.greeting h2 {
  width: 193px;
}
@media (max-width: 999px) {
  .greeting h2 {
    width: 207px;
  }
}
@media (max-width: 767px) {
  .greeting {
    padding: 30px 0 25px;
  }
  .greeting h2 {
    width: 150px;
  }
}

.greeting-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 999px) {
  .greeting-container {
    display: block;
    width: 457px;
    max-width: 100%;
    margin: 53px auto 0;
  }
}
@media (max-width: 767px) {
  .greeting-container {
    margin-top: 25px;
    width: 320px;
  }
}

.greeting-img {
  width: 45%;
}
@media (max-width: 999px) {
  .greeting-img {
    width: 100%;
  }
}

.greeting-content {
  width: 50%;
}
.greeting-content p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1em;
}
.greeting-content span {
  font-size: 1.9rem;
  font-weight: bold;
  margin-top: 2em;
  display: block;
}
@media (max-width: 999px) {
  .greeting-content {
    width: 100%;
  }
  .greeting-content span {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1.6em;
  }
}
@media (max-width: 767px) {
  .greeting-content p {
    margin-top: 15px;
  }
  .greeting-content span {
    margin-top: 1.2em;
    line-height: 1.5;
  }
}

/*------------------------------
profile
------------------------------*/
.profile {
  padding: 55px 0 65px;
  background: #F5F7F6;
}
.profile h2 {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.1052631579;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .profile {
    padding: 40px 0 50px;
  }
  .profile h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .profile h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .profile__inner {
    padding: 0;
  }
}

.profile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 830px;
  max-width: 100%;
  margin: 37px auto 0;
}
@media (max-width: 999px) {
  .profile-content {
    display: block;
    width: 457px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .profile-content {
    width: 400px;
    max-width: 100%;
    padding-left: min(38px, 9.5%);
  }
}

.profile-block {
  width: 48.5%;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
  letter-spacing: 0.035em;
}
@media (max-width: 999px) {
  .profile-block {
    width: 100%;
  }
  .profile-block:nth-child(2) {
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .profile-block {
    font-size: 1.4rem;
    font-size: min(1.4rem, calc(100vw * (14/400)));
    line-height: 1.8571428571;
  }
  .profile-block:nth-child(2) {
    margin-top: 20px;
  }
}

.profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
}
.profile-info dt:nth-of-type(n + 2), .profile-info dd:nth-of-type(n + 2) {
  margin-top: 7px;
}
.profile-info dt {
  width: 78px;
}
.profile-info dd {
  width: calc(100% - 78px);
}
@media (max-width: 767px) {
  .profile-info {
    line-height: 1.7;
  }
  .profile-info dt:nth-of-type(n + 2), .profile-info dd:nth-of-type(n + 2) {
    margin-top: 4px;
    margin-top: 0;
  }
  .profile-info dt {
    width: 17%;
  }
  .profile-info dd {
    width: 83%;
  }
}

/*------------------------------
treatment
------------------------------*/
.treatment {
  background: #FFF1E3;
  padding: 60px 0 84px;
  position: relative;
  overflow: hidden;
}
.treatment::before, .treatment::after {
  content: "";
  position: absolute;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: rgba(255, 215, 188, 0.41);
}
.treatment::before {
  -webkit-mask-image: url(../images/img_05.png);
          mask-image: url(../images/img_05.png);
  aspect-ratio: 707/947;
  width: 25%;
  max-width: 360px;
  left: 0%;
  top: 38%;
  -webkit-transform: translate(-17%, -50%);
          transform: translate(-17%, -50%);
}
.treatment::after {
  -webkit-mask-image: url(../images/img_04.png);
          mask-image: url(../images/img_04.png);
  aspect-ratio: 913/635;
  width: 30%;
  max-width: 432px;
  right: 0%;
  top: 38%;
  -webkit-transform: translate(7%, -50%);
          transform: translate(7%, -50%);
}
.treatment h2 {
  width: 170px;
}
@media screen and (max-width: 999px) {
  .treatment::before, .treatment::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .treatment {
    padding: 50px 0 45px;
  }
  .treatment h2 {
    width: 130px;
  }
}

@media (min-width: 768px) {
  .treatment__inner {
    width: 890px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .treatment__inner {
    width: 350px;
  }
}

.treatment-heading {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  color: #FF621D;
  margin-top: 23px;
}
.treatment-heading span {
  display: block;
  font-size: 2.2rem;
  color: #9F9F9F;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .treatment-heading {
    font-size: 1.8rem;
  }
  .treatment-heading span {
    font-size: 1.8rem;
  }
}

.treatment-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  position: relative;
}
.treatment-items::before {
  content: "";
  position: absolute;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url(../images/img_03.png);
          mask-image: url(../images/img_03.png);
  background: rgba(255, 215, 188, 0.41);
  aspect-ratio: 769/1014;
  width: 33%;
  width: 283px;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.treatment-items li {
  position: relative;
  width: calc(25% - 25px * 3 / 4);
}
.treatment-items li:not(:nth-child(4n)) {
  margin-right: 25px;
}
@media screen and (max-width: 999px) {
  .treatment-items::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .treatment-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
  .treatment-items li {
    width: 48%;
  }
  .treatment-items li:nth-child(n) {
    margin: 0;
  }
  .treatment-items li:nth-child(n+3) {
    margin-top: 20px;
  }
}

.treatment-others {
  position: relative;
}
.treatment-others ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.treatment-others li {
  width: 156px;
  margin-right: 25px;
}

.treatment-list01 li:nth-child(3) {
  width: 336px;
}

.treatment-list02 li:nth-child(3) {
  width: 210px;
}

/*------------------------------
access
------------------------------*/
.access {
  padding-top: 80px;
}
.access h2 {
  width: 344px;
  max-width: 100%;
}
.access h3 {
  font-size: 4.4rem;
  font-weight: 700;
  text-align: center;
  color: #57C8A2;
  margin-top: 51px;
}
@media (max-width: 999px) {
  .access {
    padding-bottom: 58px;
  }
  .access h3 {
    font-size: 3.7rem;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .access {
    padding-top: 50px;
  }
  .access h2 {
    width: 232px;
  }
  .access h3 {
    font-size: 2.3rem;
  }
}

.access-img {
  display: none;
  margin-top: 25px;
}
.access-img p {
  font-size: 1.4rem;
  letter-spacing: 0.025rem;
  margin-top: 10px;
}
@media (max-width: 999px) {
  .access-img {
    display: block;
  }
}

.access-container {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 999px) {
  .access-container {
    display: block;
    width: 490px;
    max-width: 100%;
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .access-container {
    width: 320px;
  }
}

.access-map {
  width: 55%;
  aspect-ratio: 605/352;
}
.access-map p {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 21px;
}
.access-map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 999px) {
  .access-map {
    width: 490px;
    max-width: 100%;
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .access-map {
    aspect-ratio: unset;
  }
  .access-map p {
    font-size: 1.6rem;
  }
}

.access-content {
  width: 42%;
}
.access-content h4 {
  font-size: 2.1rem;
  line-height: 1;
  margin-top: 40px;
  font-weight: bold;
}
.access-content p {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 10px;
}
@media (max-width: 999px) {
  .access-content {
    width: 100%;
  }
}

.access-logo {
  width: 399px;
  max-width: 100%;
  margin-top: 42px;
}
@media (max-width: 999px) {
  .access-logo {
    margin: 46px auto 48px;
  }
}
@media (max-width: 767px) {
  .access-logo {
    width: 280px;
  }
}

.access-btn a {
  display: inline-block;
  width: 335px;
  max-width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  color: #57C8A2;
  border: 2px solid #57C8A2;
  border-radius: 30px;
  text-align: center;
  padding: 14px 0;
  margin-top: 45px;
}
@media (max-width: 999px) {
  .access-btn {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .access-btn a {
    width: 255px;
  }
}

.access-reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 61px 0 52px;
}
@media screen and (max-width: 999px) {
  .access-reserve {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 490px;
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .access-reserve {
    width: 255px;
    max-width: 100%;
    margin: 24px auto 35px;
  }
}

@media screen and (min-width: 1000px) {
  .access-reserve_01 {
    width: 457px;
    margin-right: 37px;
  }
}

@media screen and (min-width: 1000px) {
  .access-reserve_02 {
    width: 359px;
  }
}
@media screen and (max-width: 999px) {
  .access-reserve_02 {
    margin-top: 20px;
  }
}

/*------------------------------
information
------------------------------*/
@media (max-width: 999px) {
  .information-inner {
    padding: 0;
  }
}

.fadeinBT {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  opacity: 0;
}

.fadeinLR {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  opacity: 0;
}

.fadeinRL {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  opacity: 0;
}

.fadein {
  opacity: 0;
}

.anim_act {
  -webkit-animation: fadein 0.5s ease-in forwards;
  animation: fadein 0.5s ease-in forwards;
}

@media (min-width: 768px) {
  .animD03 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }

  .animD05 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }

  .animD1 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }

  .animD15 {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }

  .animD2 {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }

  .animD25 {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }

  .animD3 {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}
@-webkit-keyframes fadein {
  to {
    -webkit-transform: initial;
            transform: initial;
    opacity: 1;
  }
}
@keyframes fadein {
  to {
    -webkit-transform: initial;
            transform: initial;
    opacity: 1;
  }
}

.top-Headline{
  margin-top: 74px;
  font-size: 22px;
  text-align: center;
  line-height: 1.3;
  color: #6b594d;
  font-weight: bold;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}




@media (max-width: 767px){
  .top-Headline{
    font-size: 18px;
  }
}