@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  color: #ffffff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.6em;
  background-image: url(../img/tennis00.jpg);
  /* position: background, fixed; */
  /* position: fixed; */
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  text-shadow: 2px 3px 2px#000000;
}

p {
  font-size: 20px;
  line-height: 1.6em;
}

/*--------------------------------
 レイアウト
---------------------------------*/
select {
  margin-bottom: 30px;
}

section.main-visual {
  text-align: center;
  line-height: 2;
}

section.main-visual p {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 780px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px
}

/*--------------------------------
 見出し
---------------------------------*/
.title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ffffff;
}

h1 {
  font-size: 32px;
  font-weight: bold;
  max-width: 100%;
}

h2 p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  max-width: 760px;
}

h3 p {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  max-width: 760px;
}

h4.act {
  font-size: 24px;
  font-weight: bold;
}


.subtitle {
  font-size: 20px;
  line-height: 1;
  display: block;
  margin-top: 8px;
  color: #ffffff;
}

.subtitle01 {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  display: block;
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
}

/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15%;
}

.header .logo {
  width: 180px;
  /* padding-left: 2%; */
}

header p {
  font-size: 36px;
  font-weight: bold;
}

/* <!-- ハンバーガーメニュー --> */
.menu_heading{
  font-size: 32px;
  font-weight: bold;
}
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 48px;
  width: 48px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #0e2c17;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
/* ✖ */
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}

/* メニュー */

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #02552daa;
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 24px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
/* .menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
} */
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #02552daa;
  transition: all 0.8s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}

div.name-h {
  display: inline-block;
  position: relative;
  position:absolute;
  top: 30%;
  left: 180px;
}
li.h {
  width: 100%;
}


/*--------------------------------
 メインビジュアル
---------------------------------*/
h1.welcome {
  font-size: 40px;
  font-weight: bold;
}

/* div.container h1.welcome {
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  width: 100%;
  line-height: 1.8;
  font-family: "Walter Turncoat", cursive;
  font-weight: 900;
  font-style: normal;
  font-size: 70px;
  width: 100%;
  line-height: 1.8;
} */


div.container {
  position: relative;
}

div.container h1 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}

.h1.title {
  color: #ffffff
}

.h2 .p {
  max-width: 760px;
}

.video {
  width: 100%;
}

/*--------------------------------
 ニュース
---------------------------------*/
.news ul {
  max-width: 760px;
  /* margin-top: ; */
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.news li {
  font-size: 20px;
  line-height: 1.6em;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}

.news li:last-child {
  margin-bottom: 0;
}

.news .date {
  margin-right: 40px;
}

.news a {
  color: #ffffff;
}

.news a:hover {
  text-decoration: underline;
}

/*--------------------------------
 リクルートメンバーズ
---------------------------------*/
.recruting {
  margin-top: 60px;
  display: flex;
  align-items: center;
}

.recruting .imgrec {
  width: 50%;
}

.recruting .text {
  width: 50%;
  padding-right: 10%;
  padding-left: 5%;
}

.heading {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #ffffff;
}

div.imgrec {
  position: relative;
}

h3.recruting {
  position: absolute;
  left: 2%;
  top: -7%;
  font-size: 28px;
  font-weight: bold;
}

/*--------------------------------
アクティビティ01
---------------------------------*/
.activity01 {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.activity01 .img {
  width: 50%;
  margin-top: 80px;
  margin-bottom: 30px;
}

.activity01 .text {
  width: 50%;
  padding-right: 5%;
  padding-left: 5%;
}

.spimg01 {
  display: none;
}

.pcimg01 {
  display: block;
}

div.img {
  position: relative;
}

h3.act01 {
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  left: 2%;
  top: 2%;
}

.act {
  font-size: 28px;
  font-weight: bold;
}

/*--------------------------------
アクティビティ02
---------------------------------*/
.activity02 {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.activity02 .img {
  width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;

}

.activity02 .text {
  width: 50%;
  padding-right: 5%;
  padding-left: 5%;
}

.spimg02 {
  display: none;
}

.pcimg02 {
  display: block;
}

div.img {
  position: relative;
}

h3.act02 {
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  left: 2%;
  top: 2%;
}

/*--------------------------------
アクティビティ03
---------------------------------*/
.activity03 {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.activity03 .img {
  width: 50%;
  margin-top: 30px;
  margin-bottom: 80px;

}

.activity03 .text {
  width: 50%;
  padding-right: 5%;
  padding-left: 5%;
}


.spimg03 {
  display: none;
}

.pcimg03 {
  display: block;
}

div.img {
  position: relative;
}

h3.act03 {
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  left: 2%;
  top: 2%;
}

h3.act {
  font-size: 28px;
  flex-wrap: bold;
  margin-bottom: 10px;
}

/*--------------------------------
 テニスコート
---------------------------------*/
section.sub-venue {
  display: flex;
  justify-content: space-evenly;
}

h3.venue {
  font-weight: bold;
}

section.venue02 {
  margin-left: 5%;
  margin-right: 2.5%;
}

section.venue03 {
  margin-left: 2.5%;
  margin-right: 5%;
}
h3.moon {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 20px;
}

p.moon {
  margin-bottom: 60px;
}

.main-venue {
  position: relative;
}

h3.moonactive {
  position: absolute;
  left: 3%;
  top: 3%;
  font-size: 30px;
}

p.moon {
  text-align: left;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.btn02 {
  position: absolute;
  left: 45%;
  margin-left: auto;
  margin-right: auto;
  bottom: 3%;
  background-color: #00ff4c;
  opacity: 1;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 50px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 30px;
  box-shadow: 1px 1px#0000008b;
  transition: .3s;
}

.btn02 {
  border: solid 2px #cccccc;
}
.btn02:hover {
  border: solid 5px #eeff00;
}


.aotani {
  position: relative;
}

h3.aotani01 {
  position: absolute;
  left: 3%;
  top: 3%;
  font-size: 24px;
}

.btn03 {
  position: absolute;
  left: 40%;
  margin-left: auto;
  margin-right: auto;
  bottom: 3%;
  background-color: #00ff4c;
  opacity: 0.9;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 50px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 30px;
  box-shadow: 1px 1px#0000008b;
}
.btn03 {
  border: solid 2px #cccccc;
}
.btn03:hover {
  border: solid 5px #eeff00;
}

.kounoyama {
  position: relative;
}

h3.kounoyama01 {
  position: absolute;
  left: 3%;
  top: 3%;
  font-size: 24px;
}

.btn04 {
  position: absolute;
  left: 40%;
  margin-left: auto;
  margin-right: auto;
  bottom: 3%;
  background-color: #00ff4c;
  opacity: 0.9;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 50px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 30px;
  box-shadow: 1px 1px#0000008b;
}
.btn04 {
  border: solid 2px #cccccc;
}
.btn04:hover {
  border: solid 5px #eeff00;
}

h3.venue {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}

div.map {
  width: 100%;
  position: relative;
  padding-top: 22%;
}

div.map iframe {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 100%;
}

/*--------------------------------
 ギャラリー
---------------------------------*/
h3.slideshow {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slide-container {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  flex-direction: row;
}

.slide-wrapper {
  display: flex;
  flex-direction: row;
  animation: slide-flow 20s infinite linear 2s both;
}

.slide {
  width: 100%;
  object-fit: cover;
  border: 1px solid #ddd;
}

@keyframes slide-flow {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* .slide-container {
  width: 100%;
  margin: 50px auto;
  height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.slide-wrapper {
display: flex;
animation: slide-flow 15s infinite linear 1s both;
}
.slide{
width: 300px;
object-fit:cover;
border: 1px solid #ddd;
}
@keyframes slide-flow {
   0% {transform: translateX(0);}
100% {transform: translateX(-100%);}
} */

.event {
  max-width: 70%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}



/*--------------------------------
 ナビゲーション
---------------------------------*/
section.navigation {
  margin-top: 60px;
}

.navigation-list {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.navigation-list .item {
  width: calc((100% - 200px) / 3);
}

.navigation-list .img {
  margin-bottom: 15px;
}

.navigation-list .name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #b7ff00;
}

div.img {
  position: relative;
}

div.name {
  position: absolute;
  top: 5%;
  left: 5%;
}

li a img {
  border: solid 1px #cccccc;
}

li a img:hover {
  border: solid 4px #eeff00;
}

li.sns a img{
  border:solid #000000;
}


/*--------------------------------
 フォーム
---------------------------------*/
h2.form01 {
  text-align: center;
  font-size: 32px;
  font-weight: bolder;
  padding-top: 50px;
  padding-bottom: 20px;
}

section.form {
  background-color: rgba(3, 55, 5, 0.7);
  padding-bottom: 40px;
  font-size: 20px;
  box-shadow: 3px 3px 3px #0000008b;
}

.form {
  width: 60%;
  margin: 60px auto;
  border-radius: 30px;
  border: 20px solid #f6f6495d;
}

form {
  width: 60%;
  max-width: 760px;
  margin: 0 auto;
}


input[type="text"],
input[type="email"],
select,
textarea {
  border: 2px solid #cccccc;
  background-color: #FFFFFF;
  opacity: 100%;
  width: 100%;
  margin-top: 5px;
  padding: 6px 10px;
  font-size: 20px;
}

input[tyope="radio"],
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  margin-right: 40px;
}

.attendRadio {
  text-align: center;
  margin-bottom: 40px;
}

.attendRadio label {
  margin: 20px 20px;
  font-size: 30px;
  letter-spacing: 10px;
}

textarea {
  height: 180px;
  margin-bottom: 20px;
}

form>p {
  line-height: 1.4;
  margin-bottom: 20px;
}


.submitBtn input {
  border-radius: 20px;
  font-size: 32px;
  font-weight: bolder;
  box-shadow: 1px 1px#0000008b;
}

.submitBtn {
  text-align: center;
}

input[type="submit"] {
  opacity: 0.9;
  background-color: #0a3316;
  color: #ffffff;
  padding: 16px 40px
}

div.form001 {
  display: flex;
  justify-content: space-between;
}

div.form002 {
  display: flex;
  justify-content: space-between;
}

.submitBtn :hover {
  background-color: #0a9735;
}


/*--------------------------------
ホームボタン
---------------------------------*/
.btn {
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
  display: block;
  width: 300px;
  margin: 0 auto;
  transition: opacity .5s;
  text-align: center;
  color: #fff;
}

.btn:hover {
  opacity: .7;
}

#home_btn {
  position: relative;
}

#home_btn p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
}

.btn2 {
  background-color: #0a3316;
  opacity: 1;
  color: #ffffff;
  font-size: 20px;
  padding: 30px 50px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 30px;
  box-shadow: 5px 5px#0000008b;
}

.btn2:hover {
  opacity: .6;
}

div.text {
  text-align: left;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
  padding: 40px 20px;
  background-color: #000000;
  margin-top: 30px;
}

.footer {

  color: #fff;
}


/* フッター */


.footer .copyright {
  font-size: 12px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}

.sns-btn {
  display: flex;
  margin-top: 20px;
}

.sns-btn img {
  display: block;
  max-width: 100%;
  width: 40px;
  margin-left: 5px;
  margin-right: 5px;
}

.footer__inner{
  max-width: 1440px;

  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.copyright{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}



/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 2.0;
  }

  p {
    font-size: 15px;
  }

  /* ヘッダー */
  header p {
    font-size: 20px;
    font-weight: bold;
  }

  .header {
    height: 100px;
  }

  .header .logo {
    width: 120px;
    padding-left: 2%;
  }

  /* メイン */
  /* div.container h1.welcome {
    /* font-family: "Homemade Apple", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    width: 100%;
    line-height: 1.8; */
    /* font-family: "Walter Turncoat", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    width: 100%;
    line-height: 1.8;
  } */ */

  .video {
    width: 100%;
  }

  .welcome {
    font-size: 20px;
  }

  /* 見出し */
  .title {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #ffffff;
  }


  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }


  .text {
    font-size: 16px;
  }

  /* ニュース */
  .news li {
    font-size: 16px;
    line-height: 1.8;
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
  }


  /* レイアウト */
  .section {
    padding: 20px 0;
  }

  /* ボタン */
  .btn:hover {
    opacity: 0.8;
  }

  /* メンバー募集 */
  .recruting {
    display: block;
  }

  .recruting .imgrec {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 20px;
  }

  .recruting .text {
    width: 100%;
    padding: 0 20px;
  }

  .recruting {
    font-size: 20px;
    margin-bottom: 15px;
  }

  h3.heading {
    font-size: 22px;
  }

  div.imgrec {
    position: relative;
  }

  h3.recruting {
    position: absolute;
    left: 2%;
    top: -20%;
    font-size: 20px;
    font-weight: bold;
  }



  /* フッター */
  .footer {
    padding: 20px;
    background-color: #000000;
  }

  .footer .logo {
    width: 100px;
    margin-bottom: 10px;
  }

  .main-visual {
    width: 100%;
    position: relative;
  }

  /* アクティビティ */
  .spimg01 {
    display: block;
  }
  .pcimg01 {
    display: none;
  }

  .spimg02 {
    display: block;
  }
  .pcimg02 {
    display: none;
  }

  .spimg03 {
    display: block;
  }
  .pcimg03 {
    display: none;
  }

  h3.act01 {
    font-size: 20px;
  }
  h3.act02 {
    font-size: 20px;
  }
  h3.act03 {
    font-size: 20px;
  }
  h3.act {
    font-size: 20px;
  }

  /* ロケーション */

  .main-venue {
    position: relative;
  }

  p.moon {
    text-align: left;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }


  p.moonactive {
    position: absolute;
    left: 3%;
    top: 3%;
    font-size: 30px;
  }
  
  h3.moon {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
  }


  .btn02 {
    position: absolute;
    left: 80%;
    bottom: 3%;
    background-color: #0a9735;
    opacity: 0.9;
    color: #ffffff;
    width: 20%;
    text-align: center;
    font-size: 15px;
    padding: 5px 5px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 30px;
    box-shadow: 1px 1px#0000008b;
    transition: opacity .8s;
  }

  .aotani {
    position: relative;
  }

  p.aotani01 {
    position: absolute;
    left: 3%;
    top: 3%;


    font-size: 18px;
  }

  .btn03 {
    position: absolute;
    left: 60%;
    bottom: 0%;
    background-color: #0a9735;
    opacity: 0.9;
    color: #ffffff;
    width: 40%;
    text-align: center;
    font-size: 15px;
    padding: 5px 5px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 30px;
    box-shadow: 1px 1px#0000008b;
    transition: opacity .8s;
  }

  .kounoyama {
    position: relative;
  }

  .kounoyama01 {
    position: absolute;
    left: 3%;
    top: 3%;
    font-size: 18px;
  }

  h3.moon {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }

  h3.moonactive {
    font-size: 18px;
  }

  h3.aotani01 {
    font-size: 16px;
  }

  h3.kounoyama01 {
    font-size: 16px;
  }

  .btn04 {
    position: absolute;
    left: 60%;
    bottom: 0%;
    background-color: #0a9735;
    opacity: 0.9;
    color: #ffffff;
    width: 40%;
    text-align: center;
    font-size: 15px;
    padding: 5px 5px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 30px;
    box-shadow: 1px 1px#0000008b;
    transition: opacity .8s;
  }

  /*--------------------------------
 フォーム
---------------------------------*/
  h2.form01 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  section.form {
    background-color: rgba(3, 55, 5, 0.7);
    padding-bottom: 80px;
    font-size: 20px;
    box-shadow: 5px 5px 5px #0000008b;
  }

  .form {
    width: 60%;
    margin: 60px auto;
    border-radius: 5%;
    border: 20px solid #f6f6495d;
  }

  form {
    width: 500px;
    margin: 0 auto;
  }


  input[type="text"],
  input[type="email"],
  select,
  textarea {
    border: 2px solid #cccccc;
    background-color: #FFFFFF;
    opacity: 100%;
    width: 100%;
    margin-top: 5px;
    padding: 6px 10px;
    font-size: 16px;
  }

  input[tyope="radio"],
  input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: baseline;
    margin-right: 40px;
  }

  .attendRadio {
    text-align: center;
    margin-bottom: 40px;
  }

  .attendRadio label {
    margin: 0 20px;
    font-size: 24px;
  }

  textarea {
    height: 160px;
    margin-bottom: 20px;
  }

  form>p {
    line-height: 1.2;
    margin-bottom: 20px;
  }


  .submitBtn input {
    border-radius: 20px;
    font-size: 24px;
    font-weight: bolder;
    box-shadow: 5px 5px#0000008b;
  }

  .submitBtn {
    text-align: center;
  }

  input[type="submit"] {
    opacity: 0.8;
    background-color: #0a3316;
    color: #ffffff;
    padding: 16px 40px
  }

  /* フォーム */
  section.form {
    background-color: rgba(3, 55, 5, 0.7);
    padding-bottom: 40px;
    font-size: 20px;
  }

  form {
    width: 300px;
    margin: 0 auto;
  }

  .form {
    width: 90%;
    margin: 40px auto;
    border-radius: 20px;
    border: 10px solid #f6f6495d;
  }


  /* ナビゲーション */
  .service-list .img {
    max-width: 90%;
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-list {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .navigation-list .item {
    width: calc((100% - 60px) / 3);
  }

  .navigation-list .img {
    margin-bottom: 15px;
  }

  .navigation-list .name {
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #b7ff00;
    font-size: 16px;
  }



  div.container h1 {
    font-size: 20px;
  }

  .btn {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: opacity .3s;
    text-align: center;
    color: #fff;
  }

  #home_btn p {
    font-size: 30px;
  }



}