@charset "UTF-8";
/* CSS Document */
.header {
  /*height: 70px;*/
  background-color: #FFF;
  position: relative;
}
.header h1 {
  font-size: 1.8rem;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
}
.header__navigation {
  display: none;
}
@media (max-width:480px) {
  /*ハンバーガーアイコン*/
  #nav-drawer {
    padding: 5px 24px 0 0;
    text-align: right;
    position: relative;
  }
  #nav-open {
    width: 25px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 2px;
    width: 25px;
    background-color: #333;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    z-index: 999; /*重ね順*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*重ね順　数字が大きいほど上*/
    width: 70%;
    height: 100%;
    background-color: #FFF;
    text-align: left;
    padding: 15px 0 0 24px;
    transform: translateX(-105%); /*メニューを消す*/
    transition: 0.3s ease-in-out; /*メニュー出し入れのスムーズさ*/
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.15);
  }
  .nav-drawer__tittle {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 46px;
  }
  .nav-drawer__link-top{
    display: block;
  }
  #nav-content ul li {
    margin-bottom: 36px;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    color: #333;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%); /*メニューを表示*/
  }
}
/*PC サイト*/
@media (min-width:480px) {
  .header {
    max-width: 1040px;
    margin: 0 auto;
    min-height: 50px;
    /*padding: 14px 14px 0px 14px;*/
    box-sizing: border-box;
  }
  .header h1 {
    font-size: 3.0rem;
    top: 70%;
/*	transform: translateY(-50%);*/
  }
  .header__navigation {
    display: block;
    text-align: right;
  }
  .header__navigation ul li {
    display: inline-block;
    top: 70%;
    margin: 30px 20px 0;
  }
  .header__navigation ul li a {
    text-decoration: none;
    font-size: 2.0rem;
    color: #333;
  }
}
.main {
  background-color: #fef7f7;
  padding-bottom: 60px;
}
@media(min-width:1040px) {
  .main {
  padding-bottom: 120px;
  }
}
.section-top {
  margin-bottom: 10px;
}
.section-top__image {
  max-height: 100%;
  height: 325px;
  background-image: url("../images/top_photo.jpg");
  background-position: center;
  background-position-x: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
  margin-bottom: 3ß0px;
  position: relative;
}
.section-top__message {
  position: absolute;
  width: 50%;
  top: 130px;
  right: 0%;
}
.section-top__message h2 {
  font-size: 1.6rem;
}
.section-top__lead {
  height: 260px;
  background-image: url("../images/logo1 _small.png");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  margin: 24px 24px 40px 24px;
}
.section-top__lead h3 {
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.section-top__lead p {
  text-align: left;
  line-height: 3rem;
}
@media(min-width:480px) {
  .section-top__image {
    height: 600px;
    margin-bottom: 50px;
    position: relative;
  }
  .section-top__message {
    position: absolute;
    top: 45%;
    right: 0%;
	line-height: 200%;
  }
  .section-top__message h2 {
    font-size: 2.3rem;
  }
	
  /*}
@media(min-width:1040px){*/
  .section-top__lead {
	max-width: 1040px;
	background-image: url("../images/logo1_large.png");
	background-position: center;
  	background-size: auto;
  	background-repeat: no-repeat;
    padding: 20px;
    margin: 0 auto;
  }
  .section-top__lead h3 {
    font-size: 2.5rem;
    line-height: 4.0rem;
  }
  .section-top__lead p {
    font-size: 1.8rem;
  }
}
/*  works  */
.section-works {
  margin-bottom: 80px;
}
.section-works h2 {
  padding-bottom: 20px;
  border-bottom: solid 1px #333;
  margin-bottom: 40px;
}
.section-works ul {
  margin: 0 24px;
  list-style: none;
}
.section-works ul li {
  width: 327px;
  height: 385px;
  margin: 0 auto;
  background-color: #FFF;
  margin-bottom: 40px;
  text-align: left;
}
.section-works__item-picture {
  width: 100%;
  height: 240px; /* 課題186px*/
  object-fit: cover;
  object-position: 0 0;
  border-radius: 6px 6px 0 0;
}
/*　3つ目 のみ写真位置調整　*/
.section-works__item-picture3 {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}
.section-works__item-tittle {
  padding: 5px 10px;
}
.section-works__item-description {
  padding: 0 10px 10px 10px;
}
@media(min-width: 1040px) {
  .section-works {
    margin-bottom: 20px;
  }
  .section-works ul {
    max-width: 1040px;
    padding: 0;
    margin: 0 auto;
  }
  .section-works ul li {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    height: 385px;
    margin-right: 40px;
  }
  .section-works ul li:last-child {
    margin-right: 0;
  }
}
/*  profile  */
.section-profile {
  background-color: #FFF;
  padding: 24px 10px;
  margin: 40px 24px;
}
.section-profile h2 {
  padding-bottom: 20px;
  border-bottom: solid 1px #333;
  margin-bottom: 5px;
}
/* profile picure 設定確認！！　*/
.section-profile__picture {
  width: 100%;
  max-width: 150px;
  min-width: 150px;
  height: 200px;
  object-position: center;
  object-fit: cover;
  opacity: 0.8; /*　透過度　*/
  margin-bottom: 10px;
}
.section-profile__myname {
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 10px;
}
.section-profile ol li {
  list-style: none;
  text-align: left;
  margin-bottom: 10px;
}
@media(min-width:1040px) {
  .section-profile {
    padding: 60px 36px 20px;
    max-width: 1040px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .section-profile__description {
    display: flex; /*　写真横並び　*/
    margin-top: 20px;
  }
  .section-profile__picture {
    width: 100%;
    max-width: 250px;
    max-height: 250px;
  }
  .section-profile__description2 {
    display: block;
    margin: 0 20px;
    vertical-align: top;
  }
}
/* contact */
.section-contact {
  background-color: #FFF;
  padding: 24px 10px 20px 10px;
  margin: 40px auto;
  box-sizing: border-box;
}
.section-contact h2 {
  padding-bottom: 20px;
  border-bottom: solid 1px #333;
  margin-bottom: 5px;
}
.section-contact p {
  padding: 10px;
  font-size: 1.4rem;
}
.section-contact address {
  font-style: normal;
  margin-bottom: 20px;
}
.section-contact__map {
  height: 310px;
}
.section-contact__map iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #333;
}
@media(min-width:1040px) {
  .section-contact {
    padding: 60px 36px 60px;
    max-width: 1040px;
    margin: 80px auto 20px;
  }
}
/* footer */
.footer {
  min-height: 228px;
  background-color: #942343;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_site-map {
  margin-bottom: 30px;
}
.footer_site-map h2 {
  display: none;
}
.footer_site-map ul {
  writing-mode: vertical-lr; /* 縦書き lr:左から右に*/
  text-orientation: upright;
  text-align: start;
  margin: 20px 25px 20px 25px;
  float: left; /* 要素を横並びに　*/
}
.footer_site-map ul li {
  margin: 10px;
}
.footer_site-map li a {
  text-decoration: none;
  color: #FFF;
}
.footer_site-map li a :visited {
  color: #FFF;
}
.footer__sns_links {
  margin-bottom: 30px;
}
.footer__sns_links ul {
  margin: 20px 25px 20px 25px;
}
.footer__sns_links ul li {
  display: inline-block;
  width: 20px;
  margin: 0px 15px 15px 15px;
  float: right
}
.footer__sns_links li img {
  width: 100%;
}
.footer small {
  clear: both; /*flatの回り込みを解除*/
  display: block; /*要素をブロック*/
  text-align: center;
  color: #FFF;
  /*　コピーライトを下に持って行きたい　*/
}