@charset "UTF-8";
/* CSS Document */
.header {
  height: 44px;
  background-color: #FFFFFF;
  position: relative
}
.header h1 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3rem;
  color: #333;
  position: absolute;
  left: 20px;
  top: 10px;
}
.header h1 span {
  font-weight: 400;
}
.header__name {
  color: #4101c4;
}
.header__navigation {
  display: none;
}
@media(max-width:768px) {
  /* ハンバーガーアイコン*/
  #nav-drawer {
    padding: 10px 24px 0 0;
    text-align: right;
    position: relative;
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 22px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #777;
    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;
    height: 100%;
    width: 70%;
    background-color: #FFF;
    text-align: left;
    padding: 15px 0 0 24px;
    transform: translateX(-120%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 25);
  }
  .nav-drawer__title {
  	font-family: "source-han-sans-japanese", sans-serif;
  	font-style: normal;
	font-weight: 600;
    display: block;
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 46px;
  }
  .nav-drawer__title span {
    color: #4101c4;
  }
  .nav-drawer__link-top {
    display: block;
  }
  #nav-content ul li {
    margin-bottom: 36px;
  }
  #nav-content ul li a {
    text-decoration: none;
  	font-family: "source-han-sans-japanese", sans-serif;
  	font-style: normal;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
}

@media(min-width:768px) {
  .header {
    max-width: 1040px;
    margin: 0 auto;
    min-height: 50px;
    padding: 14px;
    box-sizing: border-box;
  }
  .header h1 {
    font-size: 1.6rem;
    top: 14px;
  }
  .header__navigation {
    display: block;
    text-align: right;
  }
  .header__navigation ul li {
    display: inline-block;
    margin-left: 40px;
  }
  .header__navigation ul li a {
    text-decoration: none;
  	font-family: "source-han-sans-japanese", sans-serif;
  	font-style: normal;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
  }
}
.main {
  background-color: #f2f2f2;
  padding-bottom: 60px;
}
@media (min-width:1040px) {
  main {
    padding-bottom: 120px;
  }
}
.section-top {
  margin-bottom: 80px;
}
.section-top__image {
  height: 380px;
  background-image: url("../img/top_illust.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 30% 40%;
  color: #FFF;
  font-weight: 600px;
  margin-bottom: 50px;
  position: relative;
}
.section-top__image h2 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  position: absolute;
  width: 100%;
  top: 30px;
}
.section-top__break:after {
  content: "\A";
  white-space: pre;
}
.section-top__image-massage {
  text-shadow: 1px 1px 3px #333;
  position: absolute;
  width: 100%;
  bottom: 10px;
  letter-spacing: 0.1em;
}
.section-top__lead {
  margin: 0 24px;
}
.section-top__lead p {
  font-family: 'fot-tsukuardgothic-std', sans-serif;
}
@media(min-width:768px) {
  .section-top__image {
    height: 600px;
    background-position: center;
    margin-bottom: 80px;
  }
  .section-top__image h2 {
    font-size: 3.0rem;
    font-weight: 300;
    position: static;
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
    padding: 44px 0;
  }
  .section-top__break:after {
    content: "";
  }
  .section-top__image-massage {
    font-size: 2.0rem;
	font-weight: 600;
    position: static;
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
    padding: 250px 0;
  }
  .section-top__lead {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 4.0rem;
  }
}
.section-about_me {
  margin: 0 auto 60px;
}
.section-about_me h2 {
  margin: 0 auto;
  padding: 0 0 40px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 600;
}
.section-about_me__img, .section-about_me__description {
  margin: 0 auto;
}
@media(min-width:1040px) {
  .section-about_me {
    margin: 0 auto;
    margin-bottom: 77px;
  }
  .section-about_me__img, .section-about_me__description {
    max-width:600px;
    display: inline-block;
  }
}
.section-favorite {
  margin-bottom: 80px;
}
.section-favorite h2 {
  margin-bottom: 40px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 600;
}
.section-favorite ul {
  margin: 0 24px;
  list-style: none;
}
.section-favorite ul li {
  background-image: url("../img/favorite_background.png");
  max-width: 327px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: left;
}
.section-favorite__item-picture {
  width: 100%;
  height: 228px;
  object-fit: contain;
  object-position: 0 0;
}
.section-favorite__item-title {
  padding: 14px 20px;
}
.section-favorite__item-description {
  padding: 0 20px 20px 20px;
}
.section-favorite__item-description span {
  font-size: 1.2rem;
}
@media (min-width: 1040px) {
  .section-favorite {
    margin-bottom: 20px;
  }
  .section-favorite ul {
    max-width: 1040px;
    padding: 0;
    margin: 0 auto;
  }
  .section-favorite ul li {
    display: inline-block;
    width: 320px;
    margin-right: 40px;
  }
  .section-favorite ul li:last-child {
    margin-right: 0;
  }
}
/* BRIEF HISTORY ここから　*/
.section-brief_history {
  background-image: url("../img/favorite_background.png");
  background-repeat: repeat;
  margin: 0 24px;
  margin-bottom: 60px;
  padding: 60px 24px 60px;
}
.section-brief_history h2 {
  margin-bottom: 60px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 600;
}
.section-brief_history ul {
  text-align: left;
  list-style-type: none;
  line-height: 2.5em;
  background-image: linear-gradient(180deg, #d5d4bf 1px, transparent 1px);
  background-size: 100% 2.5em;
  padding-bottom: 1px;
}
.section-brief_history ul li {
  font-family: 'fot-tsukuardgothic-std', sans-serif;
}
.section-brief_history ul li span{
  display: block;
}
.history_year {
  font-weight: 600;
}
.section-brief_history__break:after {
  content: "\A";
  white-space: pre;
}
@media (min-width:1040px) {
  .section-brief_history {
    padding: 60px 100px;
    margin: 0 auto;
    margin-bottom: 60px;
    max-width: 1040px;
    box-sizing: border-box;
  }
  .section-brief_history h2 {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .section-brief_history ul {
    line-height: 2.5em;
  }
  .section-brief_history ul li span {
    display: block;
  }
}
/* BRIEF HISTORY ここまで */
/* NEWS ここから　*/
.section-news {
  background-image: url("../img/favorite_background.png");
  background-repeat: repeat;
  margin: 0 24px;
  margin-bottom: 60px;
  padding: 60px 24px 60px;
}
.section-news h2 {
  margin-bottom: 60px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 600;
}
.section-news ol {
  list-style-type: none;
  line-height: 2.5em;
  background-image: linear-gradient(180deg, #d5d4bf 1px, transparent 1px);
  background-size: 100% 2.5em;
  padding-bottom: 1px;
}
.section-news ol li {
  margin-bottom: 40px;
  text-align: left;
}
.section-news ol li p {
  font-family: 'fot-tsukuardgothic-std', sans-serif;
}
.section-news li time {
  font-weight: 600;
  line-height: 2.5em;
}
.section-news__illust {
  width: 100%;
  height: 228px;
  object-fit: contain;
  margin: 0 auto;
}
@media(min-width:1040px) {
  .section-news {
    padding: 60px 100px;
    max-width: 1040px;
    margin: 0 auto;
    margin-bottom: 60px;
    box-sizing: border-box;
  }
  .section-news ol {
    max-width: 840px;
    margin: 0 auto;
  }
  .section-news__illust {
    width: 340px;
    display: inline-block;
    object-position: 0 auto;
    padding: 0 50px 0 0;
  }
}
.footer {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 600;
  min-height: 228px;
  background-color: #FFF;
  padding-top: 46px;
  padding-bottom: 20px;
}
.footer__site-map {
  margin-bottom: 30px;
}
.footer__site-map h2 {
  display: none;
}
.footer__site-map li {
  margin: 2px 10px;
}
.footer__site-map li a {
  text-decoration: none;
  color: #b8b8b8;
}
.footer__site-map li a:visited {
  color: #b8b8b8;
}
.footer__sns_links {
  margin-bottom: 80px;
}
.footer__sns_links li {
  display: inline-block;
  width: 20px;
  margin: 0 10px;
}
.footer__sns_links li img {
  width: 100%;
  
}
.footer small {
  color: #4101c4;
}
@media(min-width:1040px) {
  .footer {
    margin: 0;
    padding: 0;
  }
  .footer__container {
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: left;
  }
  .footer__site-map {
    float: left;
  }
  .footer__site-map h2 {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    display: none;
    display: inline-block;
    width: 120px;
    vertical-align: top;
    color: #333;
  }
  .footer__site-map ul {
    display: inline-block;
    margin-left: 10px;
  }
  .footer__site-map ul li {
    margin: 0;
    display: block;
  }
  .footer__sns_links {
    float: right;
  }
  .footer small {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    clear: both;
    display: block;
    text-align: center;
  }
}