@charset "UTF-8"

img {
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: 'EB Garamond', "courier", "arial-black", 'Zen Maru Gothic', "MS 明朝", "ヒラギノ角ゴ　Pro W3" ;
}

.wrapper {
  margin: 0 auto;
  width: 100%;


}


/* ヘッダーメニュー　*/

.list > .top a{
  color: gold;
}

.list a {
  text-decoration: ;
  color: white;
}
.list a:hover {
  color: brown;
}

/* タイトル、ヘッダーメニュー、イメージ部分　*/

.logo-title {
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 160px;
  background-color: #006662;
}
.logo-title img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

header {
  background:rgba(0, 102, 98,.5);
  height: 150px;
  margin: 0px;
  padding-top: 10px;
  text-align: center;
  border-bottom: solid white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;


}

.logo {
  color: white;
  font-size: 40px;
  border-bottom: solid;
  padding: 0px;
  margin: 0;
  font-family: 'Zen Maru Gothic', sans-serif;
}

header a {
  text-decoration: none;
  color: white;
}



/*　写真下部分　*/

.main {
  /*background:rgba(174,228,226);*/
  background-color: #006662;
  height: auto;
  border-bottom: 2px solid #006662;
  border-top: 2px solid #006662;
  padding: 0px 1% 0px 1%;
  /*background-image: url(../images/header.png);
  background-size: cover;
  background-repeat: repeat-y;*/
  justify-content: space-between;


}


.gradient {

  margin: 100px 10%;
  padding: 10px 0 20px 0;
  background-color: #006662;
  background: linear-gradient(#006662,#eae8e1);
}
h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 50px;
  color: white;
  text-shadow: 2px 2px 1px black;
  border-top: 2px solid white;
  /*background-color: #006662;
  background: linear-gradient(#006662,white);
  */
}


/*　サイドナビ部分　*/



.sidemenu {
  margin:0 60px;
  padding: 0;
  text-align: center;





}
.sidemenu a {
  color: white;
  text-decoration: none
  padding: 0;
  margin: 0;

}

.button:hover {
  color: ;
  text-shadow: 2px 2px 2px #000, 3px 3px 3px #000;
  background:rgba(174,228,226,.6);
}


/*  記事部分　*/

h3 {
  text-align: center;
  border-bottom: solid 1px #006662;
  color: #006662;
}
h4 {
  text-align: center;
  font-size: 20px;
  border-top: 1px dotted;
}

.letra {
  background-color: #eae8e1;
  /*background:rgba(174,228,226,1);*/
  margin: 0px 20px;
  padding: 60px 60px 20px 60px;
}

.letra p{
  font-size: ;   /*フォントサイズ変更*/
  color: ;       /*文字色変更*/

}

.gyoukan {
  text-align: left;
  line-height: 80px;
}
.center {
  text-align: center;
}

.return p{
  text-align: center;
}
.grid {

  margin: 100px 0;
  padding: 0 10% 0 10%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.border {
width: 100%;
border: solid 1px #006662;
border-left:transparent;
border-right:transparent;
border-top:transparent;
padding:0px 0px 5px 0px;

}
.return {
  margin: 60px 0px;
}

.profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;

}
.profile-foto {

  display: flex;
  justify-content: center;
  align-items: center;
  background-color: ;

}

.profile-foto img{
  width: 200px;
  height: 294px;
  border-radius: 20px;
  border: solid white 2px;

}
.profile-left {
  margin: 50px 0;
  grid-column: 1 / 3;
  padding: 10px;
  background-color: ;
}
.profile-right {
  margin: 50px 0;
  grid-column: 2 / 4;
  padding: 10px;
  background-color: ;
}
.profile-nombre {
  color: white;
  font-size: 1.5rem;
  background: linear-gradient(#006662, 60%, #eae8e1);
  background-color: #006662;
  border-radius: 20px;
  text-align: center;
  margin: 0 0 2rem 0;
}
.prof-list {
  list-style: none;
}

/*snsボタン*/

.sns {
  display: flex;
  justify-content: center;
  margin: 0;
  font-size: 1.75rem;

}
.sns a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  height: 60px;
  width: 30%;
  margin: 0 1rem 0 1rem;
  color: white;
}

.twitter-btn p, .line-btn p, .insta-btn p {
  border-top: 1px solid white;
  margin-top: 0.7rem;

}
.twitter-btn {

  text-align: center;
  background-color: #1da1f2;
  background: linear-gradient(#1887cc, 10%, #1da1f2, 50%, #80ceff);
  width: 100%;
  height: 100%;
  border-radius: ;
}

.line-btn {
  text-align: center;
  background-color: #00b900;
  background: linear-gradient(#048037, 20%, #06c755);
  width: 100%;
  height: 100%;
  border-radius: ;
}

.insta-btn {
  text-align: center;
  background: linear-gradient(to right, #4c64d3 0%, #cf2e92 30%, #f26939 60%, #ffdd83 100%);
  width: 100%;
  height: 100%;
  border-radius: ;
}

/* フッター部分　*/

footer {
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #cccac4;
  background-image: url(../images/header.png);
  background-blend-mode: color-burn;
  background-size: cover;
}
footer p {
  padding: 0;
  margin: 0;
  color: ;
}
footer h3 {
  padding: 0;
  margin: 0;
  color: black;
  border: none;

}
.copyright {
  font-size: 13px;
}
/* 携帯画面　*/



/*@media (max-width: 700px) {
  header {
    margin: 0px;
    height: 120px;
  }
  .logo-title {
    height: 300px;
  }
  .logo {
    font-size: 25px;
    margin-top: 35px;
  }

  .button {
    font-size: 20px;
    padding: 20px 0px;
  }
  h2 {
    font-size: 20px;
  }

  .menu {
    font-size: 20px;
    margin: 0px;
    padding: 20px 0px;
  }
  footer p {
    font-size: 5px;
  }
  footer h3 {
    font-size: 13px;
  }
}
*/

/*ハンバーガーアイコン*/
.btn-burger {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: absolute;
    top: 5px;
    right: 10px;
    /*border: solid white;
    border-radius: 5px;*/
}
/*ハンバーガーアイコンを作る三本線*/
.icon, .icon-before, .icon-after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 35px;
  background-color: white;
  border-radius: 2px;
  display: block;
  content: '';
  cursor: pointer;
  margin: auto;
}
/*三本線の間隔*/
.icon-before {
  top: 20px;
}
.icon-after {
  top: -20px;
}
/*チェックボックス非表示*/
.nav-toggle {
    display: none;
}
/*アイコンをクリックしたら*/
.nav-toggle:checked ~ .btn-burger .icon {
  background: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon-before {
  transform: rotate(-45deg);
  top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon-after {
  transform: rotate(45deg);
  top: 0;
}
.icon,
.icon-before,
.icon-after {
  transition: all .8s;
}
/*表示されるメニューの中身*/
.nav {
  text-align: right;
  margin-top: 24px;


}
.nav-list a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.nav-list {

  list-style: none;
  display: none;
  margin: 0;
  padding-left

}

.nav-list a {
  margin: 0;
  padding: 0px;
}
.button {
  height: 10px;
  font-size: 20px;
  margin: 0;
  border-bottom: 1px solid white;
  text-align: center;
  background:rgba(0, 102, 98,.7);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-toggle:checked ~ .nav .nav-list {
  display: block;
}
/* --------------------------------------------------
  幅768px以上のスタイル指定 ここから
-------------------------------------------------- */
@media screen and (max-width: 700px) {


.logo {
  padding: 10px 20px 0px 10px;
  font-size: 20px;
  border: none;
  text-align: left;
}

.logo a {
  padding-top: 0px;
  border-top: 1px solid;
  border-bottom: 1px solid;

}
header {
  height: 65px;
  border: none;
}
.sidemenu {
  margin: 0;
}
.grid {
  grid-template-columns: 1fr 1fr
}
.letra {
  margin: 0px 2px;
  padding: 20px 20px 20px 20px;
}
h2 {
  font-size: 40px;
}
.center img {
  width: 80%;
}
.gyoukan {
  line-height: 40px;
}
.logo-title {
  height: 250px;
  padding-top: 75px;
}
h4, li {
  font-size: 15px;
}
.profile-nombre {
  font-size: 17px;
}
.profile-foto img{
  width: 135px;
  height: 198px;
}
.sns {
  display: block;
  font-size: 1.25rem;
}
.sns a {

  height: 50px;
  width: 50%;
  margin: 1rem auto;
}
footer h3 {
  font-size: 15px;
}
footer p {
  font-size: 13px;
}
iframe {
  width: 250px;
}
#calendar {
  width: 100%;
  height: 500px;
}

}

@media screen and (min-width: 701px) {
/* ハンバーガーボタン */
.btn-burger {
    display: none;  /*768px以上では使用しない */
}

.nav-toggle:checked ~ .nav .nav-list {
    display: none;
}
.nav {

    padding: 0px ;
    margin: 0px ;
}
.nav-list {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0px ;
}

.button {
  height: 28px;
  font-size: 30px;
  margin: 0;
  border: none;
  border-radius: 10px;
  text-align: center;
  background:rgba(0,0,0,.0);
  padding: 30px 0px 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.center, .gyoukan, h3 {
  font-size: 25px;
}
li, h4 {
  font-size: 25px;
}

/*.grid {

  display:;
  grid-template-columns: 1fr 1fr 1fr;
}*/


@media screen and (max-width: 930px) {
  .button {
    font-size: 25px;
  }
  h2 {
    font-size: 40px;
  }
  .letra {
    margin: 0px 5px;
  }
  li, h4 {
    font-size: 20px;
  }
.profile-nombre {
  font-size: 19px;
}

}
