

.access-contents1 {
  height: 100vh;
  position: relative;
}
.access-contents1::before {
  content: '';
  background-image: url("//muhen.cc/img/access-top.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -30;
  opacity: 0.4;
}
.access-concept {
  z-index: 30;
  color: white;
}
.access-concept-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.access-concept h1 {
  margin: 0 auto 20% auto;
  display: flex;
  justify-content: center;
}
.access-concept h1 img {
  width: 50%;
}
.access-concept p {
  font-size: 15pt;
  margin: 30px auto 0 auto;
  writing-mode: vertical-rl;
}
.access-contents2 {
  height: 100%;
  position: relative;
}
.access-contents2:before {
  content: '';
  background-image: url("//muhen.cc/img/Access-map-back.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  opacity: 0.5;
}
.access-CNT2BOX {
  width: 100%;
  display: flex;
  padding: 150px;
}
.access-CNT2IN1 {
  width: 50%;
  display: flex;
  align-items: center;
}
.access-CNT2IN1 img {
  width: 100%;
}
.access-CNT2IN2 {
  width: 50%;
  color: white;
  padding: 50px;
}
.access-CNT2IN2 img {
  width: 40px;
  vertical-align: middle;
  margin-right: 10px;
}
.access-CNT2IN2 h2 {
  font-size: 25pt;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 4pt;
}
.access-CNT2IN2 h2::first-letter {
  font-size: 50pt;
}
.access-CNT2IN2 h3 {
  font-size: 20pt;
  padding-top: 50px;
  padding-bottom: 10px;
  letter-spacing: 4pt;
  color: #B6815A;
}
.access-CNT2IN2 hr {
  color: #B6815A;
}
.access-CNT2IN2 p {
  font-size: 12pt;
  padding-top: 15px;
  letter-spacing: 2pt;
  line-height: 17pt;
}
.access-CNT2IN2 h4 {
  font-size: 18pt;
  padding-top: 30px;
  letter-spacing: 4pt;
  color: #fff;
}
.access-icon div {}
.access-contents3 {
  height: 100%;
  background-image: url("//muhen.cc/img/haikei.png");
  padding-bottom: 5%;
}
.iframeWrapper {
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}
.iframeWrapper::before {
  content: "";
  display: block;
  padding-top: calc(1920 / 1080 * 100%);
}
.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.access-BOX {
  color: white;
  position: relative;
  overflow: hidden;
}
.access-BOXIN {
  width: 80%;
  display: flex;
  margin: auto;
  padding: 5% 5% 0 5%;
  flex-direction: column;
}
.access-text1 {
  width: auto;
  margin: 5% auto;
}
.access-text1 h2 {
  font-size: 20pt;
  border-left: 2px solid #B6815A;
  border-right: 2px solid #B6815A;
	display: inline;
	padding:0 20px;
}
.access-text2 {
  height: 100%;
  padding-top: 5px;
}
.access-text3 {
  padding-bottom: 50px;
}
.access-text2 h3 {
  font-size: 25pt;
  color: #B6815A;
  letter-spacing: 4pt;
  padding-bottom: 1%;
}
.access-text2 h4 {
  font-size: 20pt;
  color: #B6815A;
  letter-spacing: 4pt;
  text-align: justify;
  line-height: 25pt;
}
.access-text2 p {
  font-size: 12pt;
  padding-top: 10px;
  letter-spacing: 2pt;
  line-height: 17pt;
  text-align: justify;
}
.access-text2 a {
  font-size: 15pt;
  color: #B6815A!important;
  text-decoration: underline;
}
.access-text2 a:hover {
  color: gray!important;
  transition: 0.8s;
}
.access-hako {
  width: 100%;
	margin-top:2.5%;
  display: flex;
	justify-content: center;
}
.access-arrow05 {
  position: relative;
  padding-left: 30px;
}
.access-arrow05::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 3px #B6815A;
  border-right: solid 3px #B6815A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 30%;
  left: 0;
  margin-top: 5px;
}
.access-title-box2 {
  margin-bottom: 5%;
  padding: 7.5%;
  color: #000;
  background-color: white;
	overflow: hidden;
  background-image: url("//muhen.cc/img/access-carnavi-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.access-title-box2 {
}

.access-title-box2-title {
  font-size: 25pt;
  color: #B6815A;
  text-align: center;
  padding-bottom: 2.5%;
}
.access-kugiri-box {
  width: 70%;
  margin: auto;
  padding-top: 5%;
}
.access-kugiri {
  border: none;
  border-bottom: 2px solid #333;
  margin: 0;
}
@media screen and (max-width: 1048px) {
  .access-concept p {
    writing-mode: horizontal-tb;
    text-align: center;
    font-size: 12pt;
  }
  .access-contents2 {
    background-size: cover;
  }
  .access-CNT2BOX {
    display: block;
    padding: 20px;
    margin: auto;
    padding: 0 10%;
  }
  .access-CNT2IN1 {
    width: 100%;
    padding: 5% 0;
  }
  .access-CNT2IN2 {
    width: 100%;
    padding: 0px;
    padding-bottom: 60px;
  }
  .access-CNT2IN2 img {
    width: 25px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .access-CNT2IN2 h2 {
    font-size: 18pt;
  }
  .access-CNT2IN2 h2::first-letter {
    font-size: 18pt;
  }
  .access-CNT2IN2 h3 {
    font-size: 16pt;
  }
  .access-CNT2IN2 p {
    font-size: 10pt;
    text-align: justify;
  }
  .access-CNT2IN2 hr {}
	
  .access-BOXIN {
    width: 100%;
    padding: 10% 10% 0 10%;
  }
  .access-text1 {
    margin-bottom: 10%;
  }
  .access-text1 h2 {
    margin: auto;
    font-size: 20pt;
  }
  .access-text2 {
    padding: 0;
  }
  .access-text2 p {
    font-size: 10pt;
  }
  .access-text2 h4 {
    font-size: 16pt;
    line-height: 20pt;
  }
  .access-text3 {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .access-title-box2 {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .access-title-box2-title {
    font-size: 20pt;
    color: #B6815A;
    text-align: center;
    padding-bottom: 5%;
  }
}