@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap');

/*ナビゲーション*/
*{
    padding: 0;
    margin: 0;
}
p{
    line-height: 1.5;
    color: #666c67;
    font-family: "Noto Sans JP";

}



/*ヘッダーのナビゲーション*/
.c-header {
  align-items: center;
  background-color: white; /* カスタマイズしてください */
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem; /* カスタマイズしてください */
  width: 100%;
}

/*
.c-header__logo {
  min-width: 80px;  カスタマイズしてください 
}*/

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
}

.c-header__list-link {
  color: #666c67; /* カスタマイズしてください */
  display: block;
  margin-right: 20px; /* カスタマイズしてください */
  text-decoration: none;
  padding: 10px 0px; /* カスタマイズしてください */
  font-family: "Noto Sans JP";
}

.c-header__list-link:hover {
  filter: opacity(0.6); /* カスタマイズしてください */
}

.c-hamburger-menu {
  position: relative;
}

@media screen and (max-width: 1055px) {
  .c-hamburger-menu__list {
    background-color: white; /* カスタマイズしてください */
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem; /* カスタマイズしてください */
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; /* カスタマイズしてください */
    top: 100%;
    width: 100%;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000; /* カスタマイズしてください */
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4; /* カスタマイズしてください */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 1055px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px; /* カスタマイズしてください */
    height: 32px; /* カスタマイズしてください */
    justify-content: center;
    width: 32px; /* カスタマイズしてください */
  }
}

.c-hamburger-menu__button-mark {
  background-color: #000; /* カスタマイズしてください */
  display: block;
  height: 1px; /* カスタマイズしてください */
  transition: 0.3s; /* カスタマイズしてください */
  width: 20px; /* カスタマイズしてください */
}

@media screen and (max-width: 1055px) {
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
}
/*-------------------------------------*/






/*メイン画像*/

main{
    background: url(../img/access-main.jpg);
    background-size:  cover; /*文字の後ろに画像が載せれる*/
    background-position: center;/*背景画像の中心が要素の中心に配置される*/
    width: 100%;
    height: 700px;
}



/*見出しフォント*/
h1{
    text-align: right;
    font-size: 65px;
    padding: 20px;
    margin: 10px;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
h2{
    font-size: 30px;
    margin: 10px;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}
@media screen and(max-width:600px) {
    h2{
        font-size: 1rem;
    }    
}
h3{
    font-size: 30px;
    margin: 10px;
}

h4{
    font-size: 14px;
    margin: 10px;
}


/*所在地の地図*/
.box{
    width: 80%;
    margin: 0 auto;
    padding: 30px;

}
.btn{
    background-color: #667794;
    color: white;
    padding: 10px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 20px;
    margin: 30px auto;
    text-align: center;
    width: 70%;
}
.btn p{
  color: #FFF;
}
@media screen  and (max-width:780px){
    .btn p{
        font-size: 15px;
    }   
}


.map {
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.access-textarea{
    text-align: center;
    margin: 20px;
}


/*センターまでの行き方*/
#access{
  margin: 30px 0 ;
}
img{
    width: 100%;
}
.access-backgraund_color{
    background: #E4F3F5;
    padding: 20px;
}

.access-container{
    background: #FFF;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding: 50px;
}
.access-container h2{
    margin: -15px 0 30px 0;
}
@media screen  and (max-width:780px){
    .access-container h2{
        font-size: 20px;
    }   
}
.access-wrap{
    display: flex;
    flex-wrap: wrap;/*コンテナの指定した横幅が1pxでも超えたら下段に落ちる指定*/
    justify-content: space-between;
    gap: 20px;
}
.access-list{
    max-width: 300px;
}



/*フッター*/
.container-footer{
    width: 100%;
    background-color: #707070;
    padding: 30px 0;
    text-align: center;
    font-size: small;
}
.footer_text{
  width: 90%;
  margin: 0 auto;
}

.container-footer a{
  color: white;
  text-decoration: none;
}
.container-footer p{
  color: #FFF;
}
.container-footer a:hover{
      opacity: 0.6;
}

small{
  color: #FFF;
}