
.content{
  width: 90%;
  margin: 0px auto;
  padding-top: 90px;
}
.content_img{
  background-image: url(../img/Slide006.png);
  background-size: cover;
  background-position: bottom;
  position: relative;
  background-attachment: fixed;
  width: 100%;
  height: 60vh;
  margin: auto auto 60px auto;
}

@media only screen and (max-width:900px) {
  .content{
  width: 100%;
  padding-top: 60px;
  }
  .content_img{
    height: 40vh;
    margin: auto auto 60px auto;
    background-attachment:local;
  }
}

.content_title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 200%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 350px;
  height: 70px;
  line-height: 70px;
    
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  text-align: center; 
}



.headline{
    width: 100%;
    padding:auto;
}

.headline_main{
    margin: auto auto 40px auto;
    font-size: 200%;
  
    padding: 0.2rem;
    margin-bottom: 0.2rem;
    font-weight: bold;
    text-align: center;  
}  

.headline span {
    background: linear-gradient(transparent 60%, #f4f5b2 60%);
  }
  

/* アクセス */
.access{
  margin-top: 40px;
}

.access_item{
  display: flex;
  justify-content: space-between;
}

.access_item:not(:last-child){
  margin-bottom: 50px;
}

.access_item:nth-child(even){
  flex-direction: row-reverse;
}

.access_img {
  width: 100%;
  align-items: center;
}

.access_img img{
  width: 90%;
  object-fit: cover;
  text-align: center;
  margin: 10px;
  max-width: 600px;
  
  display: block; 
  margin: auto;
}

.access_block{
  width: 100%;
  padding: 40px;
  text-align: left; 
}

.access_table{
  width: 100%;
}

.access_table th{
  font-weight: bold;
  text-align: left;
  font-size: 26px;
  width: 180px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.access_table td{
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width:900px) {
  .access_table th{
  font-size:20px;
  width: 100px;
  padding-top: 14px;
  padding-bottom: 14px;
  }

  .access_table td{
  font-size: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
  }
}

@media screen and (max-width: 900px) {
  .access_item{
    flex-direction: column;
    align-items: center;
  }

  .access_item:nth-child(odd) {
    flex-direction: column;
  }

  .access_img {
    width: 100%;
    height:auto;
  }

  .access_img img{
    width: 100%;
  }

  .access_block{
    width: 100%;
    padding: 40px;
    text-align: center;
    margin-right: auto;
  }
  .access_main {
    font-size: 20px;
  }
  .access_sub{
    font-size: 20px;
  }
} 

/* googlマップ */

.googl_block{
  margin: 80px 80px 40px 80px;
}

.googl_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  }
  .googl_map iframe{
  position: absolute;
  left: 0;
  top: 0;
  height: 600px;
  width: 100%;
  }
  @media screen and (max-width: 900px){
  .googl_block{
    margin: auto;
  }
  .googl_map {
    padding-bottom: 60%;
    margin: auto auto 40px auto;
  }
}