reset style
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");


.ftCg {font-family: 'Cormorant Garamond', serif;}

.head01{
  font-family: "Shippori Mincho B1", serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 120px;
}

.access{
  position: relative;
  padding: 115px 0 150px;
}

.access .flexBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.access .flexBox .img{
  margin-right: 5%;
  width: 38%;
}

.access .flexBox .img img{
  width: 100%;
}

.access .flexBox .detail{
  width: 57%;
}

.access .flexBox .detail .logo{
  margin-bottom: 55px;
  width: 236px;
}

.access .flexBox .detail .logo img{
  width: 100%;
}

.access .flexBox .detail .blueBg{;
  margin-bottom: 50px;
}

.access .flexBox .detail .blueBg span{
  color: #fff;
  background: #002a5f;
  padding: 5px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1;
}

.access .flexBox .detail .head02{
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 50px;
}

.access .infoWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.access .infoWrap .grayText{
  border-right: 1px solid #dddddd;
  width: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 0;
}

.access .infoWrap .grayText span{
  color: rgba(0,42,95,0.06);
  font-size: 60px;
  font-size: 6rem;
  font-family: 'Cormorant Garamond', serif;
  writing-mode: vertical-lr;
}

.access .infoWrap .info{
  margin-left: 5%; 
  width: 40%;
}

.access .infoWrap .name{
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.access .infoWrap .address{
  margin-bottom: 5px;
}

.access .infoWrap .address a{
  text-decoration: underline;
}

.access .infoWrap .location{
  margin-bottom: 15px;
}

.access .infoWrap .tel{
  font-size: 21px;
  font-size: 2.1rem;
}

.access .service{
  width: 47%;
}

.access .service .serv span{
  background: #edeff3;
  padding: 5px 15px;
  margin-right: 10px;
}

@media screen and (max-width: 834px){
.access {
    padding: 40px 0 50px;
}

.access .flexBox {
    display: block;
    margin-bottom: 40px;
}

.access .flexBox .img {
    margin: 0 0 5%;
    width: 100%;
}

.access .flexBox .img img{
  object-fit: cover;
  height: 200px;
  object-position: 0 -30px;
}

.access .flexBox .detail {
    width: 100%;
}

.access .flexBox .detail .logo {
    margin: 0 auto 25px;
    width: 140px;
}

.access .flexBox .detail .blueBg {
    margin-bottom: 40px;
    text-align: center;
}

.access .flexBox .detail .blueBg span {
    padding: 3px 10px;
    font-size: 1.5rem;
}

.access .flexBox .detail .head02 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
}

.access .infoWrap {
  display: block;
  margin-bottom: 35px;
}

.access .infoWrap .grayText {
    border-right: none;
    width: 100%;
    display: block;
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    text-align: center;
}

.access .infoWrap .grayText span {
    color: rgba(0,42,95,0.06);
    font-size: 60px;
    font-size: 3rem;
    font-family: 'Cormorant Garamond', serif;
    writing-mode: horizontal-tb;
}

.access .infoWrap .info {
    margin: 0 auto 25px;
    width: 100%;
}

.access .service {
    width: 100%;
}

.access .service .serv span {
    padding: 1px 9px;
    margin-right: 3px;
    display: inline;
    line-height: 2 !important;
}

.access .gMap iframe{
  height: 300px;
}

}
