@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  font-family: "游ゴシック体", sans-serif;
  line-height: 1.7;
  color: #432;
}

img {
  max-width: 100%;
  heigth: auto;
  vertical-align: bottom;
}

.boxsimple {
	padding: 1em;
	margin: 25px;
	border: solid 2px #333;
}

.logo {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
}
.logoright {
  font-family: serif;
  text-transform: uppercase;
  font-size: 17px;
  margin-top: 10px;
}

a {
  text-decoration: none;
}
/* ナビゲーション */
.gnav {
  background-color: white;
  width: 70%;
}
.gnav_wrapper {
  max-width: 100%;
  margin: auto;
  display: flex;
}
.main-nav li {
  border-left: #888 1px solid;
  text-align: center;
  width: calc(100% / 7);
  transition: all 0.3s ease;
}
.main-nav li:last-child {
  border-right: #888 1px solid;
}
.main-nav li:hover {
  background-color: #888;
}
.main-nav li a {
  display: block;
  padding: 1.3em 0;
  color: #333;
  text-decoration: none;
}

.main-nav {
  display: flex;
  list-style: none;
}

.main-nav a {
  color: #432;
  font-weight: bold;
}

.main-nav a:hover {
  color: #0bd;
  font-weight: bold;
}

.page-header {
  justify-content: space-between;
}

/*スマートフォン用*/
@media (max-width: 768px) {
  .page-header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
}

/*HOME*/
.home-content {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 3%;
  font-size: 2rem;
  font-family: serif;
  text-transform: uppercase;
  font-weight: normal;
  color: black;
}

.main-back {
  background-size: cover;
  background-position: center top;
}

#home {
  background-image: url(C:/Users/kttyh/OneDrive/デスクトップ/q-birdmannewwebsite/main/images/main-back.jpg);
  height: 0px;
  margin-bottom: 60px;
}

#home .page-title {
  text-align: center;
  font-size: 3.5rem;
  font-family: serif;
  text-transform: uppercase;
  margin-top: -20px;
}

#team {
  background-image: url(C:/Users/kttyh/OneDrive/デスクトップ/q-birdmannewwebsite/main/images/main-back.jpg);
  height: 0px;
  margin-bottom: 140px;
}

#team .page-title {
  text-align: center;
  font-size: 3.5rem;
  font-family: serif;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 25%;
}

/*history*/
#history {
  background-image: url(C:/Users/kttyh/OneDrive/デスクトップ/q-birdmannewwebsite/main/images/main-back.jpg);
  height: 0px;
  margin-bottom: 140px;
}

#history .page-title {
  text-align: center;
  font-size: 3.5rem;
  font-family: serif;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 25%;
}

.history {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 120px;
  font-size: 25px;
  font-family: serif;
  border-bottom-style: solid;
  border-bottom-color: #432;
  font-weight: bold;
}

.history-content {
  text-align: center;
  padding-left: 8%;
  padding-right: 8%;
  margin-bottom: 60px;
}

/* 三面図 */
.sanmenzu {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 120px;
  font-size: 25px;
  font-family: serif;
  border-bottom-style: solid;
  border-bottom-color: #432;
  font-weight: bold;
}

/* 鳥T */
.torit {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 120px;
  font-size: 25px;
  font-family: serif;
  border-bottom-style: solid;
  border-bottom-color: #432;
  font-weight: bold;
}

.record {
  text-align: center;

  margin-bottom: 60px;
}

.record {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 120px;
  font-size: 25px;
  font-family: serif;
  border-bottom-style: solid;
  border-bottom-color: #432;
  font-weight: bold;
}

.record2 {
  text-align: center;
}

#theory .page-title {
  text-align: center;
  font-size: 3.5rem;
  font-family: serif;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 25%;
}

#member {
  background-image: url(C:/Users/kttyh/OneDrive/デスクトップ/q-birdmannewwebsite/main/images/main-back.jpg);
  height: 0px;
  margin-bottom: 140px;
}

#member .page-title {
  text-align: center;
  font-size: 3.5rem;
  font-family: serif;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 25%;
}
.grid {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 2fr 1fr 2fr 1fr 2fr;
  margin-top: 6%;
  margin-bottom: 50px;
}

/*とりあえず*/
.D1 {
  font-weight: bold;
  font-size: 25px;
  text-align: right;
}

.M2 {
  font-weight: bold;
  font-size: 25px;
  text-align: right;
}


.M1 {
  font-weight: bold;
  font-size: 25px;
  text-align: right;
}

.B4 {
  font-weight: bold;
  font-size: 25px;
  text-align: right;
}

.B3 {
  font-weight: bold;
  font-size: 25px;
  text-align: right;
}

.B2 {
  font-weight: bold;
  font-size: 25px;
  text-align: right;
}

.B1 {
  font-weight: bold;
  font-size: 25px;
  text-align: right;
}

/*とりあえず*/
.D1member {
  text-align: left;
  font-family: serif;
  font-weight: bold;
}

.D1member :hover {
  color: #0bd;
  font-weight: bold;
}

.M2member {
  text-align: left;
  font-family: serif;
  font-weight: bold;
}

.M2member :hover {
  color: #0bd;
  font-weight: bold;
}

.M1member {
  text-align: left;
  font-family: serif;
  font-weight: bold;
}

.M1member :hover {
  color: #0bd;
  font-weight: bold;
}

.B4member {
  text-align: left;
  font-family: serif;
  font-weight: bold;
}
.B4member :hover {
  color: #0bd;
  font-weight: bold;
}

.B3member {
  text-align: left;
  font-family: serif;
  font-weight: bold;
}
.B3member :hover {
  color: #0bd;
  font-weight: bold;
}

.B2member {
  text-align: left;
  font-family: serif;
  font-weight: bold;
}
.B2member :hover {
  color: #0bd;
  font-weight: bold;
}

.B1member {
  text-align: left;
  font-family: serif;
  font-weight: bold;
}
.B1member :hover {
  color: #0bd;
  font-weight: bold;
}

#contact {
  background-image: url(C:/Users/kttyh/OneDrive/デスクトップ/q-birdmannewwebsite/main/images/main-back.jpg);
  min-height: 100vh;
}

#contact .page-title {
  text-align: center;
  font-size: 3.5rem;
  font-family: serif;
  text-transform: uppercase;
  margin-top: -20px;
}

#contact .introduce {
  text-align: center;
  font-size: 1.2rem;
  font-family: serif;
  font-weight: bold;
  margin-top: -20px;
}

.rinkcontent {
  padding-left: 50px;
  padding-right: 50px;
}

footer {
  background: #432;
  text-align: center;
  padding: 26px 0;
}

footer p {
  color: #fff;
  font-size: 0.0875rem;
}

form div {
  margin-bottom: 14px;
}
label {
  font-size: 1.125px;
  margin-bottom: 10px;
  display: block;
}
input[type="text"],
input[type="email"],
textarea {
  background: rgba(255, 255, 255, 0.5);
  border: 1px #fff solid;
  border-radius: 5px;
  padding: 10px;
  font-size: 1rem;
}
input[type="text"],
input[type="email"] {
  width: 100%;
  max-width: 240px;
}
textarea {
  width: 100%;
  max-width: 480px;
  height: 6rem;
}
input[type="submit"] {
  font-size: 1.125rem;
  background: #0bd;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 5rem;
}
/*位置情報*/
#location {
  padding: 4% 0;
}
#location .wrapper {
  display: flex;
  justify-content: space-between;
}
.location-info {
  width: 22%;
}

.location-info p {
  padding: 12px 10px;
}
.location-map {
  width: 74%;
}

/*iframe*/
iframe {
  width: 100%;
}

/*sns*/
#sns {
  background: #faf7f0;
  padding: 4% 0;
  margin-top: 100px;
}
#sns .wrapper {
  display: flex;
  justify-content: space-between;
}
#sns .sub-title {
  margin-bottom: 30px;
}
.sns-box {
  width: 30%;
}

/*history*/

/*member*/
.member-introduction {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 150px;
  font-family: serif;
  font-weight: bold;
  font-size: 20px;
}

article {
  width: 74%;
}
aside {
  width: 22%;
}
.box-contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

/*history sanmenzu*/
.sanmenzupicture {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr;
  margin-top: 6%;
  margin-bottom: 50px;
  border-bottom: #0bd;
}

.toritpicture {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr;
  margin-top: 6%;
  margin-bottom: 50px;
  border-bottom: #0bd;
}

.sub-title {
  font-size: 1.375rem;
  color: #432;
  padding: 0 8px 8px;
  border-bottom: 2px #432 solid;
  font-weight: normal;
}

aside p {
  padding: 12px 10px;
}

.sub-menu {
  margin-bottom: 60px;
  list-style: none;
}

.sub-menu li {
  border-bottom: 1px #ddd solid;
}

.sub-menu a {
  color: #432;
  padding: 10px;
  font-display: block;
}

.sub-menu a:hover {
  color: #0bd;
}

/*メイン新着*/
.mainnews {
  text-align: center;
  margin-top: 50px;
}

.mainnewstext ul {
  width: 500px;
}

.mainnewstext li {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #432;
/*  justify-content: center;*/
/*  margin-left: 100px;*/
  margin-left: 2%;
/*  margin-right: 100px;*/
  margin-right: 2%;
}

.oshiraselabel {
  background-color: blue;
  border-radius: 3px;
  color: #fff;
  padding: 2px 5px;
  margin: 0 20px;
}

.jyuuyoulabel {
  background-color: red;
  border-radius: 3px;
  color: #fff;
/*  padding: 2px 5px;*/
  padding: 2px 20px;
  margin: 0 20px;
}

.sinnkannlabel {
  background-color: green;
  border-radius: 3px;
  color: #fff;
  padding: 2px 20px;
  margin: 0 20px;
}

.koushinnlabel {
  background-color: #9944cc;
  border-radius: 3px;
  color: #fff;
/*  padding: 2px 5px;*/
  padding: 2px 20px;
  margin: 0 20px;
}

.backbutton {
  text-align: center;
}

.introduction_text {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr;
  margin-top: 6%;
  margin-bottom: 50px;
  text-align: center;
}

/*その他と主な共通部分は省略*/

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #eb6877;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: white;
  border-radius: 0.5rem;
}

#member .man{
color:blue;
}

