@charset "utf-8";

/* fonts
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'Bison';
  src:
    url('../font/bison/Bison-Bold.woff2') format('woff2'),
    url('../font/bison/Bison-Bold.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bison Demi';
  src:
    url('../font/bison/Bison-DemiBold.woff2') format('woff2'),
    url('../font/bison/Bison-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FZLanTingHei-DB-GBK';
  src:
    url('../font/FZLanTingHei/FZLTZHK--GBK1-0.woff2') format('woff2'),
    url('../font/FZLanTingHei/FZLTZHK--GBK1-0.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Reset default style
-------------------------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote,
q {
  quotes: '';
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a img {
  max-width: 100%;
  height: auto;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Ã£Æ’ÂªÃ£Æ’Â³Ã£â€šÂ¯Ã¨Â¨Â­Ã¥Â®Å¡
------------------------------------------------------------*/
a {
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  color: #323232;
}
a:hover {
  opacity: 0.6;
}
a:hover img {
  -webkit-transition:
    opacity 0.4s ease,
    filter 0.4s ease;
  transition:
    opacity 0.4s ease,
    filter 0.4s ease;
}
a:hover img:hover {
  opacity: 0.7;
}
.page_info a {
  text-decoration: underline;
}

/**** Clearfix ****/
.inner:after {
  content: '';
  display: table;
  clear: both;
}
.inner {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* Ã¦Â±Å½Ã§â€Â¨Ã£â€šÂ¯Ã£Æ’Â©Ã£â€šÂ¹
------------------------------------------------------------*/
.pcDisp {
  display: block;
}
.spDisp {
  display: none;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
img.alignLeft {
  float: left;
  margin: 0 10px 10px 0;
  display: inline;
}
img.alignRight {
  float: right;
  margin: 0 0 10px 10px;
  display: inline;
}
.cent {
  text-align: center;
}
.alR {
  text-align: right;
}
.block {
  display: block;
}
.fontL {
  font-size: 1.5rem;
}
.fontPink {
  color: #df5d5d;
}
.pcBlock {
  display: block;
}
ul.check {
  margin: 0 auto 20px;
  list-style-type: none;
}
ul.check li {
  position: relative;
  margin: 0 0 5px;
  padding-left: 25px;
  font-size: 1.1rem;
}
ul.check li:after,
ul.check li:before {
  width: 4px;
  height: 11px;
  content: '';
  background: #ff931e;
  position: absolute;
  top: 0.43em;
  left: 0.5em;
  display: block;
  border-radius: 10px;
  transform: rotate(45deg);
}
ul.check li:before {
  height: 8px;
  top: 0.6em;
  left: 0.2em;
  transform: rotate(-45deg);
}
ol.number {
  margin: 0 auto 10px;
  list-style-type: decimal;
}
ol.number li {
  margin: 0 0 5px 25px;
  font-size: 1.1rem;
}
.txt-note {
  font-size: 0.8rem;
  text-align: left;
}
/* .wrapper{
	min-width: 1080px;
} */

body {
  color: #323232;
  font-family: 'Hei Regular', 'Noto Sans SC', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  background: linear-gradient(to right, #e8e2d9 10%, #fff 50%, #e8e2d9 80%);
}
body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed !important;
}

.body_wrapper {
  min-width: 1200px;
}

.l_wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* common css
------------------------------------------------------------*/
.c_ttl {
  font-family: 'Bison Demi';
  font-size: 111px;
  line-height: 1.2;
  opacity: 0.7;
  color: #fff;
  text-transform: uppercase;
}

.c_subttl {
  font-family: nanum-gothic, sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.c_txt-center {
  text-align: center;
}

.c_subttl-b {
  font-family: nanum-gothic, sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  color: #323232;
  display: block;
  text-align: center;
  position: relative;
  border-bottom: 2px solid #323232;
  margin-bottom: 38px;
  padding-bottom: 9px;
  /* padding-bottom: 10px; */
}

.c_subttl-c {
  font-size: 24px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 290px;
  font-family: nanum-gothic, sans-serif;
  font-weight: bold;
}

.c_subttl-c:before,
.c_subttl-c:after {
  content: '';
  width: 380px;
  height: 2px;
  background-color: #323232;
  position: absolute;
  top: 12px;
}

.c_subttl-c:before {
  right: 100%;
  margin-right: 8px;
}

.c_subttl-c:after {
  left: 100%;
  margin-left: 0;
}

/* f_header
------------------------------------------------------------*/
.f_header {
  background: #fff;
  min-height: 103px;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px 6px rgba(0, 0, 0, 0.2);
}

.f_header:before {
  content: '';
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #b50726, #841313);
  position: absolute;
  bottom: 0;
  left: 0;
}

.f_header .l_wrapper {
  max-width: 1200px;
}

.p_header {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}

.p_header__logo {
  width: 100%;
  max-width: 318px;
  margin-top: -5px;
}

.p_header__logo a {
  display: flex;
  align-items: center;
  width: 100%;
}

.p_header__cont-list {
  text-align: right;
  margin-left: auto;
  margin-top: 4px;
}

.p_header__cont-list li {
  display: inline-block;
  margin-left: 20px;
  width: 300px;
}

.p_header__cont-list li a {
  display: block;
}

.p_header__cont-list li img {
  border-radius: 8px;
  box-shadow: 0 2px 0 0px rgba(0, 0, 0, 0.3);
}

/* f_banner
------------------------------------------------------------*/
.f_banner {
  text-align: center;
  overflow: hidden;
}

.f_banner .l_wrapper {
  max-width: 1200px;
}

/* .p_banner__slider-item { background-color: #E8E2D9; }
.p_banner__slider-item.one { background: linear-gradient(to right, #E8E2D9, #BBAA99); }
.p_banner__slider-item.two { background-color: #A48D70; }
.p_banner__slider-item.four { background: linear-gradient(to right, #ECDCCC, #E0D1BB); } */
.p_banner__slider img {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* f_clinic
------------------------------------------------------------*/
.f_clinic {
  text-align: center;
  padding: 67px 0 0;
}

.f_clinic .l_wrapper {
  max-width: 1150px;
}

.p_clinic {
  position: relative;
}

.top_ttl {
  font-family: nanum-gothic, sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 91px;
  margin-bottom: 90px;
  letter-spacing: 0.23rem;
}

.top_ttl:before {
  content: '';
  background: url(../images/icon-bracket.svg) no-repeat center top;
  width: 15px;
  height: 40px;
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.top_ttl:after {
  content: '';
  background: url(../images/icon-bracket.svg) no-repeat center top;
  width: 15px;
  height: 40px;
  position: absolute;
  top: 54%;
  right: 0;
  transform: translateY(-50%);
}

.p_clinic__left {
  color: #fff;
  position: relative;
  min-height: 273px;
  width: 616px;
  z-index: 1;
  text-align: left;
  padding: 57px 17px 40px 24px;
}

.p_clinic__left:before {
  content: '';
  background: #b3a28d;
  width: calc((100% + 165px) * 2);
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
}

.p_clinic__ttl {
  position: absolute;
  top: 2px;
  left: 121px;
  line-height: 0;
  letter-spacing: 0;
}

.p_clinic__subttl {
  margin-bottom: 21px;
}

.p_clinic__add {
}

.p_clinic__add li {
  font-family: nanum-gothic, sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
}

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

.p_clinic__add li span {
  color: #323232;
  background-color: #fff;
  width: 180px;
  height: 54px;
  border-radius: 10px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.p_clinic__txt {
  font-size: 18px;
  font-weight: bold;
}

.p_clinic__right {
  text-align: right;
  position: absolute;
  top: -40px;
  right: -25px;
  z-index: 1;
  width: 550px;
  line-height: 1;
}

.p_clinic__right-inner {
  position: relative;
}

.p_clinic__right iframe {
  width: 100%;
  height: 273px;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.p_clinic__right iframe.p_clinic__pop-up-map {
  position: absolute;
  height: 80%;
  width: 80%;
  max-width: 1000px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

.p_clinic__map-btn {
  font-family: 'æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“', YuGothic, 'æ¸¸ã‚´ã‚·ãƒƒã‚¯', 'Yu Gothic',
    'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3', 'Hiragino Kaku Gothic ProN', 'ãƒ¡ã‚¤ãƒªã‚ª',
    'Meiryo', 'verdana', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #323232;
  display: inline-block;
  position: relative;
  padding-right: 36px;
  margin: 19px 20px 0px 0;
  line-height: 1.2;
}

.p_clinic__map-btn:before {
  content: '';
  background: url(../images/icon-arrow-b.svg) no-repeat center top / contain;
  width: 31px;
  height: 6px;
  position: absolute;
  top: 3px;
  right: 0;
  transition: all 0.3s ease;
}

.p_clinic__map-btn:hover:before {
  right: -5px;
}

/* f_access
------------------------------------------------------------*/
.f_access {
  position: relative;
  z-index: 1;
  padding: 100px 0 40px;
}
.f_access:before {
  content: '';
  background: linear-gradient(to right, #d9d0c6, #e1dad1);
  width: calc(50% + 115px);
  height: 398px;
  position: absolute;
  top: 81px;
  right: 0;
  z-index: -1;
}
.p_access__heading {
}
.p_access__txt {
  font:
    italic 600 18px/1.2 'Montserrat',
    sans-serif;
  text-align: right;
  margin-bottom: 30px;
}
.p_access__ttl {
  /* position: absolute;
  top: -77px;
  right: 445px;
  color: #b3a28d; */

  line-height: 0;
  position: absolute;
  top: -18px;
  right: 406px;
  color: #b3a28d;
  letter-spacing: 0.02rem;
}
.p_access__slider {
}
.p_access__boxitem {
  background: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  min-height: 294px;
}

.p_access__boxitem {
  width: 235px;
  margin: 0 8px;
}

@media (max-width: 744px) {
  .p_access__boxitem {
    margin: 0 10px;
    min-height: 246px;
        box-shadow: 5px 5px 5px 0 rgb(0 0 0 / .2);
  }
}

.p_access__boxmedia {
  border-radius: 20px 20px 0 0;
}
.p_access__boxtxt {
  padding: 8px;
  color: #666;
}

@media (max-width: 744px) {
  .p_access__boxtxt {
font-size: 17px;
        padding: 7px 14px 15px 19px;
        line-height: 1.5;
        min-height: 125px;

        color: #111;
    font-weight: 400;
    font-family: nanum-gothic, sans-serif;
    font-feature-settings: "palt" 1;
  }
}

.swiper__access__station {
  overflow: hidden;
}

.p_access__slider {
  padding: 0 10px 10px 0;
}
.p_access__slider {
}
.swiper__access__station .swiper-button-next:before {
  content: '';
  opacity: 1;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 50px;
  top: 131px;
}

.swiper__access__station .swiper-button-prev {
  left: -65px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 60%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff0;
  border: none;
  outline: none;
  background: #fff0;
  cursor: initial;
}

@media (max-width: 744px) {
  .swiper__access__station .swiper-button-prev {
    left: 33px;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 0.5);
  }
}

.swiper__access__station .swiper-button-prev:before {
  background: url(../images/icon-prev.svg) no-repeat center top;
  left: 0;

  content: '';
  opacity: 1;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

@media (max-width: 744px) {
  .swiper__access__station .swiper-button-prev:before {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 18px;
    height: 30px;
  }
}

.swiper__access__station .swiper-button-next {
  right: -65px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 60%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff0;
  border: none;
  outline: none;
  background: #fff0;
  cursor: initial;
}

@media (max-width: 744px) {
  .swiper__access__station .swiper-button-next {
    right: 33px;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 0.5);
  }
}

.swiper__access__station .swiper-button-next:before {
  background: url(../images/icon-next.svg) no-repeat center top;
  display: block;
  position: relative;
  right: 0;

  content: '';
  opacity: 1;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

@media (max-width: 744px) {
  .swiper__access__station .swiper-button-next:before {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 18px;
    height: 30px;
  }
}

.swiper__access__station .swiper-button-prev:after,
.swiper__access__station .swiper-button-next:after {
  display: none;
}
.swiper__access__station .swiper-button-next:hover:before {
  opacity: 0.6;
}
.swiper__access__station .swiper-button-next:hover:before {
  opacity: 0.6;
}

/* f_routemap
------------------------------------------------------------*/
.f_routemap {
  padding: 65px 0 0;
}

.p_routemap {
  padding-bottom: 10px;
}

.p_routemap__ttl {
  line-height: 0;
  left: -44px;
  position: absolute;
  top: 2px;
}

.p_routemap__nav {
  background: #d9d0c6;
  padding: 29px 50px 20px;
  text-align: center;
  margin-bottom: 47px;
}

.p_routemap__nav ul {
  display: flex;
  justify-content: space-between;
}

.p_routemap__nav ul li {
  width: calc((100% / 3) - 16px);
}

.p_routemap__nav ul li a {
  font-family: nanum-gothic, sans-serif;
  font-size: 24px;
  color: #323232;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  min-height: 80px;
  position: relative;
  padding: 6px 0 0;
  font-weight: bold;
}

.p_routemap__nav ul li a:before {
  content: '';
  width: 12px;
  height: 12px;
  background: none;
  border-right: 3px solid #323232;
  border-bottom: 3px solid #323232;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
}

.p_routemap__content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 41px;
}

#routemap-car {
  margin: 0 auto 47px;
}

#routemap-airport.p_routemap__content {
  overflow: hidden;
}

.p_routemap__txt {
  font-family: nanum-gothic, sans-serif;
  font-size: 18px;
  text-align: center;
  margin-bottom: 21px;
  font-weight: bold;
  letter-spacing: 0.11rem;
}

.p_routemap__txt-b {
  text-align: center;
  margin-bottom: 22px;
  font-family: nanum-gothic, sans-serif;
  font-weight: bold;
  color: #323232;
}

.p_routemap__media {
  position: relative;
}

.p_routemap__media-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 17px;
  right: 16px;
}

.p_routemap__media-img {
  position: relative;
  margin: 0 auto;
  max-width: 611px;
}

.p_routemap__content.car .p_routemap__media-img {
  max-width: 610px;
  margin: 0;
}

.p_routemap__content.car .p_routemap__media {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p_routemap__content.airport .c_subttl-b {
  margin-bottom: 50px;
}

.p_routemap__media-label {
  width: 280px;
  counter-reset: my-sec-counter;
}

.p_routemap__media-label li {
  background: #f0f0f0;
  border-radius: 6px;
  min-height: 50px;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  width: 100%;
  padding: 12px 10px 8px 39px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: #111;
  font:
    bold 13px nanum-gothic,
    sans-serif;
}

.p_routemap__media-label li:last-child {
  margin-bottom: 0;
}

.routecar--btn {
  bottom: 10px;
  right: 10px;
}

.p_routemap__media-label li:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  font-family: 'æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“', YuGothic, 'æ¸¸ã‚´ã‚·ãƒƒã‚¯', 'Yu Gothic',
    'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3', 'Hiragino Kaku Gothic ProN', 'ãƒ¡ã‚¤ãƒªã‚ª',
    'Meiryo', 'verdana', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #ddbe6b;
  min-width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  text-align: center;
  padding: 4px 6px;
  font-style: normal;
}

.p_routemap__boxes {
  text-align: center;
  padding: 40px 20px;
  border: 2px solid #323232;
  border-top: 0;
  position: relative;
  margin-bottom: 39px;
}

.p_routemap__box-inner {
  font-family: nanum-gothic, sans-serif;
  margin-bottom: 35px;
}

.p_routemap__box-inner:last-child {
  margin-bottom: 0;
}

.p_routemap__box-ttl {
  font-size: 21px;
  line-height: 1.2;
  padding: 0.15em 1.35em;
  color: #fff;
  background: #323232;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 19px;
  font-family: nanum-myeongjo, sans-serif;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.p_routemap__box-img {
  text-align: center;
  margin: 0;
}

.p_routemap__box-img img.pcDisp {
  display: inline-block;
  width: 593px;
  margin-left: -20px;
}

.p_routemap__box-img figcaption {
  font-size: 18px;
  margin-top: 7px;
  font-family: nanum-gothic, sans-serif;
  font-weight: bold;
}

.p_routemap__pop-up {
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 101%;
  height: 101vh;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.p_routemap__pop-up.open {
  display: block;
}

.p_routemap__pop-up-img {
  position: absolute;
  width: 80%;
  max-width: 1000px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

.p_routemap__pop-up-close {
  background: url(../images/icon-close.png) no-repeat center top / contain;
  width: 35px;
  height: 35px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

/* f_contact
------------------------------------------------------------*/
.f_contact {
  background: #b3a28d;
  margin-bottom: 100px;
  padding: 80px 0 68px;
}

.p_contact__ttl {
  top: -146px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  background-image: linear-gradient(
    to bottom,
    #d5cabc,
    #d5cabc 50%,
    #fff 50%,
    #fff
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  letter-spacing: 1px;
}

.p_contact__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p_contact__list li {
  margin: 0 20px;
  text-align: center;
  width: 400px;
}

.p_contact__list li img {
  border-radius: 10px;
  box-shadow: 0 2px 0 0px rgba(0, 0, 0, 0.3);
}

.spDisp--drop {
  display: none;
}

@media screen and (max-width: 744px) {
  .prp-logo {
    max-width: 221px;
    padding: 9px 10px;
    width: 100%;
  }

  .p_access__slider {
    width: auto;
  }
  .pcDisp {
    display: none;
  }

  .spDisp {
    display: block;
  }

  body {
    background: linear-gradient(to right, #e8e2d9, #fff, #e8e2d9);
  }

  .body_wrapper {
    min-width: 0;
  }

  /* common css
  --------------------------------------------*/
  .c_ttl {
    font-size: 56px;
  }

  .c_subttl {
    font-size: 21px;
  }

  .c_subttl-b {
    font-size: 21px;
    padding-bottom: 5px;
    margin-bottom: 18px;
  }

  .c_subttl-c {
    font-size: 18px;
    top: -8px;
    width: 180px;
  }

  .c_subttl-c:before,
  .c_subttl-c:after {
    top: 7px;
  }

  /* f_header
  --------------------------------------------*/
  .f_header {
    min-height: 0;
    padding: 0;
    padding-left: 10px;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .f_header:before {
    display: none;
  }

  .p_header {
    min-height: 56px;
  }
  .p_header__cont-list {
    height: 56px;
    margin-top: 0;
  }

  .p_header__cont-list li {
    width: 56px;
    margin: 0;
  }

  .p_header__cont-list li img {
    border-radius: 0;
    box-shadow: none;
  }

  .p_header__logo {
    width: calc(100% - 60px);
    max-width: 201px;
    display: inline-block;
    margin-top: 1px;
  }

  .p_header__cont-list {
    display: inline-block;
    vertical-align: top;
  }

  .p_header__cont-list li {
    width: calc(100% - 56px);
    max-width: 56px;
  }

  .p_header__cont-list ul li a:hover img {
    opacity: 0.7;
  }

  /* Menu toggle */
  .menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    cursor: pointer;
  }

  .menu-toggle-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    cursor: pointer;
  }

  .bg-nav-sp {
    position: fixed;
    top: 0;
    left: 0;
    /* background: rgba(32, 33, 64, 0.5); */
    background: none;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    z-index: 9997;
    opacity: 0;
    display: none;
  }

  .bg-nav-sp.active {
    opacity: 0.8;
    display: block;
  }

  .menu-toggle-box {
    position: fixed;
    top: 0;
    right: -91%;
    width: 90%;
    height: 100% !important;
    background: url(../images/menu-toggle-bg.png) no-repeat left top;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Arial', 'Helvetica Neue', sans-serif;
    font-family: 나눔고딕;
    height: auto;
    overflow-y: scroll;
    z-index: 9998;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }

  .menu-toggle-box.open {
    right: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }

  #headerMenu {
    display: flex;
    background: #fff;
    box-shadow: 0 0 7px 6px rgb(0 0 0 / 25%);
  }

  #headerMenu .prp-logo {
    padding: 9px 10px;
  }

  #headerMenu .prp-logo img {
    max-width: 201px;
  }

  .menu-top-img {
    margin: 30px 0 24px;
  }

  .menu-toggle-box .lft {
    width: 300px;
    margin: 0 auto;
  }

  .menu-toggle-box h3 {
    font-size: 21px;
    line-height: 1.2;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    /*font-family: 'Noto Serif SC', serif;*/
    font-family: 나눔고딕;
    letter-spacing: -1px;
    position: relative;
  }
  .menu-toggle-box h3.padbot {
    padding-bottom: 16px;
  }

  .menu-toggle-box h3 span {
    font-weight: 300;
    font-style: italic;
  }

  .menu-btn-wrap {
    background-color: #fff;
    max-width: 315px;
    margin: 15px auto 34px;
    border-radius: 30px;
  }

  .menu-btn {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 11px;
    color: #851313;
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
  }

  .menu-btn::before {
    background: url(../images/menu-btn-arrow.png) no-repeat top;
    background-size: cover;
    content: '';
    height: 17px;
    position: absolute;
    right: 10px;
    top: 53%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    width: 35px;
  }

  .menu-sns {
    max-width: 315px;
    margin: 10px auto 0;
  }

  .menu-sns .border {
    background-color: #fff;
    width: 100px;
    height: 1px;
    margin: 9px auto;
  }

  .menu-body-wrap {
    padding: 0 20px;
  }

  /*.menu-toggle-box h3::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .menu-toggle-box h3::after {
    background: #a90a21;
    content: '';
    height: 15px;
    margin-top: -3px;
    position: absolute;
    bottom: -8px;
    left: 102px;
    width: 15px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -ms-transform: rotate(45deg) skew(0deg);
    -webkit-transform: rotate(45deg) skew(0deg);
    -moz-transform: rotate(45deg) skew(0deg);
    -o-transform: rotate(45deg) skew(0deg);
    transform: rotate(135deg) skew(0deg);
  }*/
  .menu-toggle-box .cta_tel,
  .menu-toggle-box .cta_tel_btn {
    text-align: center;
  }

  .menu-toggle-box .cta_tel img,
  .menu-toggle-box .cta_tel_btn img {
    margin: 0 auto 20px;
    max-width: 400px;
    width: 100%;
  }

  .menu-toggle-box .cta_time {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 35px;
    /* font-family: 'Lantinghei SC Demibold', 'Noto Sans SC', sans-serif; */
    font-weight: 700;
    text-align: center;
  }

  .menu-toggle-box .cta_time strong {
    font-weight: 700;
    font-style: normal;
  }

  .menu-toggle-box .cta_time span,
  .menu-toggle-box .cta_comment {
    font-size: 14px;
  }

  .menu-toggle-box .cta_bnr {
    margin-top: 30px;
    border-top: 3px solid #fff;
    padding-top: 20px;
    text-align: center;
    line-height: 1.4;
  }

  .menu-toggle-box .cta_bnr p span {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: italic;
  }

  .menu-toggle-box .cta_bnr img {
    max-width: 400px;
    width: 100%;
  }

  .menu-toggle-box .cta_bnr > a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 20px 5px;
    box-shadow: 4px 3px 9px -5px #2e2e2e;
  }

  .menu-toggle-box .cta_bnr > a::after {
    content: '';
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflect 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflect 2s ease-in-out infinite;
  }

  .menu-toggle-box .cta_bnr::after {
    display: none;
  }

  .f_banner {
    padding-top: 56px;
  }

  /* f_clinic
  --------------------------------------------*/
  .f_clinic {
    padding: 29px 15px 0;
  }

  .top_ttl {
    font-size: 24px;
    padding: 0 48px;
    margin-bottom: 38px;
    letter-spacing: 0.15rem;
  }

  .top_ttl:before {
    background-image: url(../images/icon-bracket-sp.png);
    width: 10px;
    height: 40px;
    background-size: contain;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    top: 2px;
  }

  .top_ttl:after {
    background-image: url(../images/icon-bracket-sp.png);
    width: 10px;
    height: 40px;
    background-size: contain;
    transform: none;
    top: 7px;
    transform: translateY(-50%) rotate(180deg);
  }

  .p_clinic__left {
    width: 100%;
    padding: 28px 5px 66px 10px;
    background: #b3a28d;
    min-height: 0;
  }

  .p_clinic__left:before {
    display: none;
  }

  .p_clinic__ttl {
    top: 2px;
    left: auto;
    right: 18px;
  }

  .p_clinic__subttl {
    margin-bottom: 18px;
  }

  .p_clinic__add li {
    font-size: 15px;
  }

  .p_clinic__add li span {
    width: 80px;
    margin-right: 5px;
    border-radius: 5px;
    text-align: center;
    height: 44px;
  }

  .p_clinic__txt {
    font-size: 15px;
    line-height: 1.3;
  }

  .p_clinic__right {
    width: 100%;
    position: relative;
    margin-top: -42px;
    top: 0;
    right: 0;
    padding: 0 10px;
  }

  .p_clinic__right iframe {
    height: 160px;
  }

  .p_clinic__right iframe {
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  }

  .p_clinic__map-btn::before {
    top: 1px;
  }
  .p_clinic__map-btn {
    margin: 10px 0 0;
  }

  /* f_access
  --------------------------------------------*/
  .f_access {
    padding: 73px 0 30px;
  }
  .f_access:before {
    width: calc(100% - 45px);
    height: 374px;
    top: 61px;
  }
  .p_access__ttl {
    right: auto;
    left: 14px;
    top: -28px;
  }
  .p_access__txt {
margin-top: 17px;
        padding: 0 15px;
        margin-bottom: 22px;
  }
  .p_access__slider {
    z-index: 2;
  }
  .p_access__slider:before {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 18px;
    height: 30px;
  }
  .p_access__slider {
    left: 0px;
  }
  .p_access__slider {
    right: 0px;
  }
  .p_access__txt {
font-size: 17px;
  }

  /* f_routemap
  --------------------------------------------*/
  .f_routemap {
    padding: 30px 15px 0;
  }

  .p_routemap__nav {
    margin-bottom: 29px;
  }

  .p_routemap__ttl {
    top: 2px;
    left: -18px;
  }

  .p_routemap__nav {
    padding: 27px 5px 10px;
  }

  .p_routemap__nav ul li {
    width: calc((100% / 3) - 2px);
  }

  .f_routemap ul li .pcDisp {
  }

  .f_routemap ul li .spDisp {
  }

  .p_routemap__nav ul li a {
    font-size: 15px;
    min-height: 60px;
    padding: 2px 0 10px;
    line-height: 1.2;
    font-weight: bold;
  }

  .p_routemap__nav ul li a:before {
    width: 8px;
    height: 8px;
    bottom: 8px;
    border-width: 2px;
  }

  #routemap-car {
    margin-bottom: 37px;
  }

  .p_routemap__content {
    margin: 0 auto 38px;
  }

  .p_routemap__txt {
    font-size: 18px;
    margin-bottom: 11px;
  }

  .p_routemap__txt-b {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .p_routemap__media {
    text-align: center;
    width: 87%;
    max-width: 100%;
    margin: 0 auto;
  }

  .p_routemap__content.car .p_routemap__media {
    display: block;
  }

  .p_routemap__media-btn {
    width: 30px;
    height: 30px;
    bottom: 5px;
    right: 5px;
  }

  .p_routemap__media-label {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }

  .p_routemap__content.airport .c_subttl-b {
    margin-bottom: 28px;
  }

  .p_routemap__boxes {
    padding: 30px 10px 27px;
  }

  .p_routemap__box-ttl {
    font-size: 15px;
    padding: 0.15em 0.9em;
    margin-bottom: 8px;
  }

  .p_routemap__box-img figcaption {
    font-size: 15px;
    margin-top: 8px;
  }

  .p_routemap__box-img img {
    width: 100%;
    max-width: 622px;
    margin: 0 auto;
  }

  .p_routemap__box-img img.pcDisp {
    display: none;
  }

  .p_routemap__pop-up-close {
    width: 20px;
  }

  .p_routemap__txt {
    letter-spacing: 0;
  }

  .car .p_routemap__txt {
    margin-bottom: 6px;
  }

  .p_routemap__media-label li {
    padding: 12px 20px 8px 39px;
  }

  .p_routemap__box-inner {
    margin-bottom: 27px;
  }
  #routemap-airport.p_routemap__content {
    margin-bottom: 12px;
  }

  /* f_contact
  --------------------------------------------*/
  .f_contact {
    padding: 40px 30px 30px;
    margin-bottom: 50px;
  }

  .p_contact__ttl {
    top: -74px;
    letter-spacing: 0;
  }

  .p_contact__list {
    flex-wrap: wrap;
  }

  .p_contact__list li {
    width: 100%;
    max-width: 400px;
    margin: 0 0 20px;
    position: relative;
  }

  .p_contact__list li:before {
    content: '';
    background: #fff;
    width: 100px;
    height: 1px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
  }

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

  .p_contact__list li:last-child:before {
    display: none;
  }

  .p_fbtns {
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 30%);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 30%);
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 30%);
    background-color: #faa0b4;
    bottom: 0;
    left: 0;
    padding: 5px;
    position: fixed;
    right: 0;
    z-index: 999;
  }
  .p_fbtns__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }
  .p_fbtns__list li {
    width: calc((100% / 2) - 2.5px);
  }
}

@media screen and (max-width: 500px) {
  .f_header {
    min-height: 56px;
  }

  .spDisp--drop {
    display: block;
  }
}

@media screen and (max-width: 374px) {
  .p_header__logo {
    max-width: 180px;
  }
  .p_clinic__txt {
    font-size: 3.6vw;
  }
  .p_routemap__txt {
    font-size: 16px;
  }
  .p_access__txt {
    font-size: 15px;
  }
  .p_routemap__nav ul li a {
    font-size: 4vw;
  }
}
