html {
  font-family: 'Noto Sans JP', sans-serif;
}

.pop {font-family: 'Poppins', sans-serif;}

.container {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

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


 /* ヘッダー */
header {
  padding: 27px 0;
}
.logo {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.04em;
}
.logo span {
    color: #80BA4A;
}
.header_menu li {
    margin-left: 40px;
}
.header_menu li a {
    transition: .3s;
}
.header_menu li a:hover {
    color: #80BA4A;
    transition: .3s;
}


 /* メイン */
 #hero {
    background-image: url(../images/uraga13.JPG);
    background-position: center;
    background-size: cover;
    height: 350px;    /* 540px */
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    overflow: hidden;
 }
#hero::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: 1;
}
.hero_inner {
    z-index: 2;
    color: #ffffff;
    width: 100%;
    text-align: center;
}
.hero_inner p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}
.hero_inner h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

 /* コンセプト */
 #concept {
  margin-bottom: 80px;
 }
.title {
    font-size: 20px;
    font-weight: 500;
    color: #80BA4A;
    margin-bottom: 20px
}
#concept h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px
}

#Introduction h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

#Introduction h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

 .column-2 {
  width: 90%
 }
 .text {
  line-height: 2;
 }
 .text-indent: {
  line-height: 80;
 }

 .concept-img {
   background-image: url(../images/uraga21.jpg);
   background-position: center;
   background-size: cover;
   height: 540px;
   border-radius: 20px;
 }
  .heading {
    font-family: 'Dancing Script', cursive;
    font-size: 100px;
    font-weight: 700;
    color: #000000;
    opacity: 0.1;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-20%);
    z-index: -1;
  }

 /* サービス */
 #service {
   margin-bottom: 120px;
 }
 .service_inner {
    margin-bottom: 40px;
 }
 .column-40 {
    width: 40%
 }
 .column-55 {
    width: 55%
 }
#service img {
    border-radius: 20px;
}
#service h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}
#Miura Peninsula h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px
}

/* アクセス */
#access {
  margin-bottom: 1000px;
}
#access h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
#access h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 8px;
}
.access-info {
  margin-bottom: 30px;
  line-height: 2;
}
.map-container {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}