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

/* PC
---------------------------------------------------------------------- */
@media (min-width: 1001px) {

  .bg_kaleidoscope {
    width: 100%;
    background: url("../../images/bg_kaleidoscope_left.png") left top repeat-y ,
    url("../../images/bg_kaleidoscope_right.png") right top repeat-y #dedad5;
  }
  .note1em {
    text-indent: -1em;
    padding-left: 1em;
  }
  .ch4_3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #204c82;
    position: relative;
    margin-bottom: 40px;
  }
  .ch4_3::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #204c82;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }

.typeBtn{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.81819%;
  justify-content: center;
  margin-bottom: 80px;
}

.typeBtn div {
  width: 40.9091%;
}

.typeBtnBlue a,
.typeBtnGray a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  height: 90px;
}
.typeBtnBlue a{
  background: #204c82;
}
.typeBtnGray a {
  background: #2b2321;
}
.typeBtnBlue a::after,
.typeBtnGray a::after {
  top: 45%;
  right: 20px;
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 11px;
  height: 11px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
  .type_ttl{
    line-height: 1.75;
    text-align: left;
  }
  .type_ttl .en{
    color: #988474;
    font-size: 18px;
  }
  .type_ttl .ja{
    color: #2b2321;
    display: inline-block;
    font-size: 36px;
    letter-spacing: 0.5px;
    position: relative;
  }
  .type_ttl .ja::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: #9d8974;
    position: absolute;
    right: -95px;
    top: 50%;
  }


/* visual
---------------------------------------------------------------------- */
  #pageTitleVox {
    width: 100%;
    height: 400px;
    background: url("../images/pageTitleBg.jpg") no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 0;
  }
  #pageTitleVox::after {
    top:0;
    left: 0;
    content: "";
    width: 100%;
    height: 400px;
    z-index: 1;
    position: absolute;
    mix-blend-mode: multiply;
    background: linear-gradient(rgba(230, 230, 230, 1), rgba(230, 230, 230, 1));
  }
  #pageTitleVox .inner {
    width: 90%;
    height: 400px;
    margin: 0 auto;
    position: relative;
  }


/* information
---------------------------------------------------------------------- */
  .information {
    padding: 60px 0 70px;
    background-color: #e3e2de;
  }
  .information .inner{

  }
  .information .inner p{
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
  }


  /* googleMap
  ---------------------------------------------------------------------- */
  .googleMap {
    padding: 80px 0 95px;
  }
  .mapVector {
    margin-bottom: 30px;
  }
  .googleMap iframe {
    width: 100%;
    max-height: 480px;
  }



  /* accessAddress
  ---------------------------------------------------------------------- */
  .accessAddress {
    padding: 80px 0 100px;
  }
  .accessAddress .inner {
    justify-content: center;
    gap: 5%;
  }
  .accessAddress .img {
    width: 42.72728%;
  }
  .accessAddress .txt {
    width: 42.72728%;
  }
  .accessAddress .txt h3 {
    margin-bottom: 20px;
  }
  .accessAddress .txt h3 img {
    width: 250px;
  }
  .accessAddress .txt p {
    font-size: 20px;
    line-height: 1.5;
  }


  /* accessMethod
  ---------------------------------------------------------------------- */
  .accessMethod {
    padding: 75px 0 100px;
    background-color: #dcdbd7;
  }
  .accessMethod .inner {
    padding: 50px;
  }
  .accessMethod .inner {
    padding: 50px;
    background-color: #FFF;
  }
  .accessMethod .type_ttl {
    margin-bottom: 40px;
  }
  .rootImg {
    margin-bottom: 40px;
  }
  .nearIc {
    display: flex;
    justify-content: space-between;
  }
  .nearIc .sanbunInner {
    width: calc( 100% / 3);
  }
  .nearIc .sanbunInner {
    width: calc( 100% / 3);
  }
  .nearIc div:last-child {
    border-left: 1px solid #9d9d9d;
  }
  .nearIc .sanbunInner .rootFlow li {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    margin-bottom: 40px;
  }
  .nearIc .sanbunInner .rootFlow li::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 12px solid #204c82;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: -27px;
    transform: translateX(-50%);
  }
  .nearIc .sanbunInner .rootFlow li:last-of-type::after {
    content: "";
    display: none;
  }


/* parking
---------------------------------------------------------------------- */
  .parking {
    padding: 75px 0 100px;
  }
  .parking .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 3%;
  }
  .parking .inner .img {
    width: 47%;
  }
  .parking .inner .txt {
    width: 47%;
  }
  .parking .inner .txt dl{
    display: flex;
    border-bottom: 1px solid #9c8874;
    margin-bottom: 5px;
    font-size: 20px;
  }
  .parking .inner .txt dl dt {
    min-width: 5.5em;
  }
  .parking .inner .txt dl:last-of-type {
    border-bottom: none;
  }


/* transfer
---------------------------------------------------------------------- */
  .transfer {
    padding: 75px 0 100px;
    background-color: #dcdbd7;
  }
  .transfer .inner {
    display: flex;
    justify-content: center;
    gap: 3%;
  }
  .transfer .inner .img {
    width: 42.72728%;
  }
  .transfer .inner .txt {
    width: 50.9091%;
  }
  .transfer .inner .txt dl{
    display: flex;
    border-bottom: 1px solid #9c8874;
    margin-bottom: 5px;
    font-size: 20px;
  }
  .transfer .inner .txt dl dt {
    min-width: 4.5em;
  }
  .transfer .inner .txt p {
    font-size: 18px;
  }
  .transfer .inner .txt p:nth-of-type(3) {
    margin-bottom: 25px;
  }


} /* End @media (min-width: 1001px) */


/* SP @media (max-width: 1000px)
---------------------------------------------------------------------- */
 @media (max-width: 1000px) {

  .bg_kaleidoscope {
    width: 100%;
    background: /*url("../../images/bg_kaleidoscope_left.png") left top repeat-y ,*/
    url("../../images/bg_kaleidoscope_right.png") right top repeat-y #dedad5;
    background-size: 33.33334vw auto;
  }
  .note1em {
    text-indent: -1em;
    padding-left: 1em;
  }
  .ch4_3 {
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    color: #204c82;
    position: relative;
    margin-bottom: 6vw;
  }
  .ch4_3::after {
    content: "";
    width: 20vw;
    height: 1px;
    background-color: #204c82;
    position: absolute;
    bottom: -2vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .typeBtn{
    width: 60vw;
    margin: 0 auto 8vw;
  }
  .typeBtnBlue a,
  .typeBtnGray a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 4vw;
    font-weight: bold;
    height: 12vw;
  }
  .typeBtnBlue {
    margin-bottom: 4vw;
  }
  .typeBtnBlue a {
    background: #204c82;
  }
  .typeBtnGray a {
    background: #606060;
  }
  .typeBtnBlue a::after,
  .typeBtnGray a::after {
    top: 45%;
    right: 1em;
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1.3vw;
    height: 1.3vw;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
  }
  .type_ttl {
    width: 90vw;
    margin: 0 auto;
    line-height: 1.2;
    text-align: left;
  }
  .type_ttl .en {
    color: #988474;
    font-size: 3.2vw;
  }
  .type_ttl .ja {
    color: #2b2321;
    display: inline-block;
    font-size: 5.33334vw;
    letter-spacing: 0.1vw;
    position: relative;
  }
  .type_ttl .ja::after {
    content: "";
    display: inline-block;
    width: 10.66667vw;
    height: 1px;
    background-color: #9d8974;
    position: absolute;
    right: -2.5em;
    top: 50%;
  }
  .ch3_2 span {
    font-size: 5.33334vw;
  }


/* visual
---------------------------------------------------------------------- */
  #pageTitleVox {
    width: 100%;
    height: 80vw;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg_sp.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
  }
  #pageTitleVox .inner {
    width: 90vw;
    height: 80vw;
    margin: 0 auto;
    position: relative;
  }



/* information
---------------------------------------------------------------------- */
  .information {
    padding: 8vw 0 ;
    background-color: #e3e2de;
  }
  .information .inner{

  }
  .information .inner p {
    font-size: 4vw;
    line-height: 1.8;
    text-align: center;
  }


  /* googleMap
  ---------------------------------------------------------------------- */
  .googleMap {
    padding: 10.66667vw 0;
  }
  .mapVector {
    margin-bottom: 4vw;
  }
  .googleMap iframe {
    width: 100%;
    max-height: 49.33334vw;
  }


  /* accessAddress
  ---------------------------------------------------------------------- */
  .accessAddress {
    padding: 10.66667vw 0;
  }
  .accessAddress .inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 4vw;
  }
  .accessAddress .img {
  }
  .accessAddress .txt {
  }
  .accessAddress .txt h3 {
    text-align: center;
    margin-bottom: 4vw;
  }
  .accessAddress .txt h3 img {
    width: 40vw%;
  }
  .accessAddress .txt p {
    text-align: center;
    font-size: 4vw;
    line-height: 1.5;
  }


  /* accessMethod
  ---------------------------------------------------------------------- */
  .accessMethod {
    padding: 10.66667vw 0;
    background-color: #dcdbd7;
  }
  .accessMethod .inner {
    padding: 4vw;
    background-color: #FFF;
  }
  .accessMethod .type_ttl {
    margin-bottom: 6vw;
  }
  .rootImg {
    margin-bottom: 4vw;
  }
  .nearIc {
  }
  .nearIc .sanbunInner {
    position: relative;
    margin-bottom: 6vw;
  }
  .nearIc .sanbunInner:last-child {
    padding-top: 6vw;
  }
  .nearIc .sanbunInner:last-child::before {
    content: "";
    display: inline-block;
    width: 48vw;
    height: 0;
    border-top: 1px solid #9d9d9d;
    position: absolute;
    top:  0;
    left: 50%;
    transform: translateX(-50%);
  }
  .nearIc .sanbunInner .rootFlow li {
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    margin-bottom: 8vw;
  }
  .nearIc .sanbunInner .rootFlow li::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 1.4vw solid transparent;
    border-left: 1.4vw solid transparent;
    border-top: 2vw solid #204c82;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: -4vw;
    transform: translateX(-50%);
  }
  .nearIc .sanbunInner .rootFlow li:last-of-type::after {
    content: "";
    display: none;
  }



/* parking
---------------------------------------------------------------------- */
  .parking {
    padding: 10.66667vw 0;
  }
  .parking .inner {
  }
  .parking .inner .img {
    margin-bottom: 4vw;
  }
  .parking .inner .txt {
  }
  .parking .inner .txt dl{
    display: flex;
    border-bottom: 1px solid #9c8874;
    margin-bottom: 2vw;
    font-size: 4vw;
  }
  .parking .inner .txt dl dt {
    min-width: 5em;
  }
  .parking .inner .txt dl:last-of-type {
    border-bottom: none;
  }


/* transfer
---------------------------------------------------------------------- */
  .transfer {
    padding: 10.66667vw 0;
    background-color: #dcdbd7;
  }
  .transfer .inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 3%;
  }
  .transfer .inner .img {
  }
  .transfer .inner .txt {
    margin-bottom: 6vw;
  }
  .transfer .inner .txt dl{
    display: flex;
    border-bottom: 1px solid #9c8874;
    font-size: 4vw;
    line-height: 1.5;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
  .transfer .inner .txt dl dt {
    min-width: 5em;
  }
  .transfer .inner .txt p {
    font-size: 3.3vw;
  }
  .transfer .inner .txt p:nth-of-type(3) {
    margin-bottom: 4vw;
  }


}/*# sourceMappingURL=style.css.map */