@charset "utf-8";
/* CSS Document */
.header {
  height: 44px;
  background-color: #fff;
  position: relative;
}
.header h1 {
  font-size: 3rem;
  color: #3ad392;
  position: absolute;
  left: 24px;
  top: 10px;
}
.header__navigation {
  display: none;
}
@media (max-width:480px) {
  /* ハンバーガーアイコン*/
  #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;
    width: 70%;
    height: 100%;
    background-color: #fff;
    text-align: left;
    padding: 15px 0 0 24px;
    transform: translateX(-110%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25)
  }
  .nav-drawer__title {
    display: block;
	  font-family: "caflisch-script-pro", sans-serif; 
	font-weight: 700;
    font-size: 3rem;
    color: #3ad392;
    margin-bottom: 46px;
  }
  .nav-drawer__link-top {
    display: block;
  }
  #nav-content ul li {
    margin-bottom: 45px;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 3.5rem;
    font-weight: 700;
    color: #333;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
}
@media (min-width:480px) {
  .header {
    max-width: 1040px;
    margin: 0 auto;
    min-height: 50px;
    padding: 14px;
    box-sizing: border-box;
  }
  .header h1 {
    font-size: 4rem;
    top: 14px;
  }
  .header__navigation {
    display: block;
    text-align: right;
  }
  .header__navigation ul li {
    display: inline-block;
    margin-left: 40px;
	  position: relative;
	  z-index: 999;
  }
  .header__navigation ul li a {
    text-decoration: none;
    font-size: 3rem;
    color: #333;
  }
}
main {
  background-color: #faf7ed;
  padding-bottom: 60px;
}
@media (min-width:1040px) {
  main {
    padding-bottom: 120px; 
  }
}
/* TOP */
.section-top {
  margin-bottom: 60px;
}
.section-top__image {
  height: 388px;
  background-image: url("../images/top/top_image.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.section-top__image h2 {
  position: absolute;
  right: 24px;
  top: 20px;
}
.section-top__image-messege {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.section-top__lead {
  margin: 0 24px;
}
.br-sp {
  display: none;
}
@media (min-width: 480px) {
  .section-top__image {
    height: 600px;
    margin-bottom: 80px;
  }
  .section-top__image h2 {
    font-size: 8.0rem;
    position: static;
    max-width: 1040px;
    margin: 0 auto;
    text-align: right;
    padding: 35px 0 200px 0px;
  }
  .section-top__image-big {
    font-size: 15rem;
    padding-top: 35px;
  }
  .section-top__lead {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 4rem;
  }
	  
}
@media(min-width:1040px){
	section h2 {
  font-size: 4.8rem;
} 

}
@media(max-width:1040px){
	.br-sp {
    display: block; 
  }
}
/* LIKES */
.section-likes {
  margin-bottom: 80px;
}
.section-likes h2 {
  margin-bottom: 50px;
}
.section-likes ul {
  margin: 0 24px;
  list-style: none;
}
.section-likes ul li {
  max-width: 327px;
  max-height: 327px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 40px;
  border-radius: 10px;
  text-align: left;
}
.section-likes__item-picture {
  width: 100%;
  height: 186px;
  object-fit: cover;
  object-position: 0 0;
  border-radius: 10px 10px 0 0;
}
.section-likes__item-title{
  padding: 10px 20px;
}
.section-likes__item-description {
  padding: 0 20px 20px 20px;
}
@media(min-width:1040px) {
  .section-likes {
    margin-bottom: 20px;
  }
  .section-likes ul {
    max-width: 1040px;
    padding: 0;
    margin: 0 auto;
  }
  .section-likes ul li {
    display: inline-block;
    width: 320px;
    margin-right: 40px;
  }
  .section-likes ul li:last-child {
    margin-right: 0px;
  }
}
/* SPOT */
.section-spot {
  padding-top: 40px;
  background-color: #fff;
  margin-bottom: 60px;
}
.section-spot h2 {
  margin-bottom: 50px;
}
.section-spot address {
  font-style: normal;
  margin-bottom: 40px;
}
.section-spot p {
  margin-bottom: 40px;
}
.link {
  color: #333;
  text-decoration:underline dashed #333 1px;
}
.section-spot__description{
  font-size: 1.8rem;
}
.section-spot__map {
  height: 330px;
}
.section-spot__map iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #333;
}
@media(min-width:1040px) {
  .section-spot {
    padding: 60px 36px;
    margin: 0 auto 60px;
    max-width: 1040px;
    box-sizing: border-box;
  }
  .section-spot h2 {
    padding-bottom: 50px;
    border-bottom: solid 1px #333;
    margin-bottom: 30px;
  }
  .section-spot address {
    font-size: 1.9rem;
    line-height: 2.7rem;
  }
  .section-spot__map {
    max-width: 840px;
    margin: 0 auto;
    height: 340px;
  }
}
/* CAREER */
.section-career {
  background-color: #fff;
  padding: 40px 24px;
}
.section-career h2 {
  padding-bottom: 50px;
  border-bottom: solid 1px #333;
  margin-bottom: 40px;
}
.section-career ol {
  list-style-type: none;
}
.section-career ol li {
  margin-bottom: 40px;
  text-align: left;
}
.section-career__year {
  display: block;
  font-weight: 600;
}
@media(min-width:1040px) {
  .section-career {
    padding: 60px 36px 20px;
    max-width: 1040px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .section-career ol {
    max-width: 840px;
    margin: 0 auto;
  }
}
/* footer */
.footer {
  min-height: 228px;
  background-color: #888;
  padding-top: 46px;
  padding-bottom: 20px;
  font-weight: 600;
}
.footer__site-map {
  margin-bottom: 30px;
}
.footer__site-map h2 {
  display: none;
}
.footer__site-map li {
  margin: 0 10px;
  display: inline-block;
}
.footer__site-map li a {
  text-decoration: none;
  font-size: 2.2rem;
  color: #cad0d2;
}
.footer__site-map li a:visited {
  color: #cad0d2;
}
.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: #fff;
}
@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 {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    color: #fff;
	font-size: 3rem;
  }
  .footer__site-map ul {
    display: inline-block;
    margin-left: 10px;
  }
  .footer__site-map ul li {
    margin: 0;
    display: block;
  }
	.footer__site-map li a {
  font-size: 2.4rem;
}
  .footer__sns-links {
    float: right;
  }
  .footer small {
    clear: both;
    display: block;
    text-align: center;
  }
}
/* 装飾　*/  
.leaf::before {
  content: url("../images/top/reaf_left.png");
  position: relative;
  margin: 0 10px 0 0;
  top: 10px;
}
.leaf::after {
  content: url("../images/top/reaf_right.png");
    position: relative;
  margin: 0 0 0 10px;
  top: 10px;
}
 .leaf-spot::before {
  content: url("../images/top/reaf_left.png");
  position: relative;
  margin: 0 50px 0 0;
	 top: 10px;
}
.leaf-spot::after {
  content: url("../images/top/reaf_right.png");
    position: relative;
  margin: 0 0 0 50px;
	top: 10px;
}
@media(min-width:1040px) {/*PC版で装飾の位置変えたい*/
.section-spot .leaf::before {
    content:none;
  }
.leaf-pc::before {
  content: url("../images/top/reaf_left.png");
  position: relative;
  margin: 0 10px 0 0;
	top: 10px;
}
.leaf-spot::after {
  content: url("../images/top/reaf_right.png");
    position: relative;
  margin: 0 0 0 10px;
	top: 10px;
} } 
/*何のエラーかわからない*/
