@charset "utf-8";
/* CSS Document */
.header {
  height: 44px;
  position: relative;
}
.header img {
  width: 40px;
  position: absolute;
  left: 25px;
  top: 2px;
}
.header__navigation {
  display: none;
}
@media (min-width:1040px) {
  .header {
    min-height: 100px;
  }
  .header img {
	  width: 80px;
    position: absolute;
    left: 200px;
    top: 10px;
  }
  .header__navigation {
    display: block;
    text-align: right;
    padding: 25px 200px 0 0;
  }
  .header__navigation ul li {
    display: inline-block;
  }
  .header__navigation ul li a {
    text-decoration: none;
    font-family: 'Trajan Pro 3 Semibold';
    color: #333;
    background-image: url("../images/common/leaf.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px 25px;
    display: block;
  }
}
.section-top {
  margin-bottom: 80px;
}
.top_grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50vw 50vw;
}
.top_grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_grid span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 2.7rem;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 1px #333;
  font-family: "Courgette";
  display: block;
  width: 100%;
}
.section-top__name-image {
  height: 120px;
  background-image: url("../images/top/logo_bg.png");
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin: 20px 20px;
  position: relative;
  align-items: center;
}
.section-top__name {
	padding: 30px 0 0 10px;
}
.section-top__name-image span {
  font-family: 'Trajan Pro 3 Light';
}
.section-top__name-image span:nth-child(1) {
  font-size: 0.8rem;
}
.section-top__lead {
  margin: 0 24px;
  text-align: left;
}
.section-top__lead .sp_br {
  display: none;
}
@media (min-width:1040px) {
  .top_grid {
    display: flex;
    position: relative;
    z-index: 1;
  }
  .top_grid:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-image: url("../images/common/decorations.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .top_grid:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url("../images/common/decorations2.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .top_grid span {
    font-size: 6.0rem;
    letter-spacing: 0.2em;
  }
  .section-top__name-image span {
    display: none;
  }
  .section-top__name-image {
    background-image: url("../images/top/name.png");
    margin: 80px auto 40px;
    height: 50px;
    width: 100%;
  }
  .section-top__lead .sp_br {
    display: block;
  }
  .section-top__lead {
    text-align: center;
  }
}
.section-profire {
  margin: 0 24px;
}
.section-profire h2 {
  color: #c2607b;
  text-align: left;
  margin-bottom: 40px;
  font-family: 'Trajan Pro 3 ExtraLight';
}
.section-profire__photo {
  background-color: #fff;
  width: 270px;
  padding: 20px 25px 30px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 1px 1px 11px #333;
  margin: 0 auto;
}
.section-profire__photo img {
  width: 215px;
  height: 205px;
}
.section-profire__name {
  font-family: "Courgette";
  font-size: 2.0rem;
  margin-top: 20px;
  letter-spacing: 0.3rem;
}
.section-profire__text {
  background-image: url("../images/common/profire_bg.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 40px;
  text-align: left;
  position: relative;
}
.section-profire p {
  text-align: left;
  line-height: 1.7;
}
.section-profire__bycycle {
  text-align: right;
}
.section-profire__bycycle img {
  width: 54px;
}
@media (min-width:1040px) {
  .section-profire {
    margin: 0 200px 100px 200px;
  }
  .section-profire h2 {
    font-size: 4.0rem;
    margin-bottom: 40px;
  }
  .section-profire-body {
	  max-width: 1040px;
	  margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .section-profire__photo {
    width: 280px;
  }
  .section-profire__text {
    width: 470px;
  }
  .section-profire p {
    text-align: center;
    padding-top: 60px;
  }
  .section-profire__bycycle img {
    padding-top: 230px;
    width: 70px;
  }
}
.section-hobby {
  margin: 0 24px;
  padding-bottom: 150px;
  background-image: url("../images/top/decoration.png");
  background-repeat: no-repeat;
  background-position: 50% 77.5%;
  background-size: contain;
}
.section-hobby .sp_br {
  display: none;
}
.section-hobby h2 {
  color: #c2607b;
  text-align: left;
  margin-bottom: 40px;
  font-family: 'Trajan Pro 3 ExtraLight';
}
.section-hobby ul {
  list-style: none;
}
.section-hobby ul li {
  width: 327px;
  margin: 10px auto 35px auto;
  text-align: left;
}
.section-hobby span {
  display: block;
  color: #c2607b;
  opacity: 0.2;
  font-size: 5.0rem;
  font-family: 'Microsoft Himalaya';
}
.section-hobby h3 {
  font-size: 2.0rem;
  margin: -15px 0 20px 0;
}
.section-hobby p {
  line-height: 3.0rem;
}
.section-hobby__item-picture {
  text-align: center;
}
.section-hobby__item-picture img {
  width: 250px;
}
@media(min-width: 1040px) {
  .section-hobby {
    margin: 0 200px 80px 200px;
    background-image: url("../images/top/pc_decoration.png");
    background-repeat: no-repeat;
    background-position: 60%;
    background-size: contain;
  }
  .section-hobby .sp_br {
    display: block;
  }
  .section-hobby h2 {
    font-size: 4.0rem;
  }
  .section-hobby ul li {
    width: 850px;
  }
  .section-hobby h3, span {
    padding-left: 20px;
  }
  .section-hobby__body {
    display: flex;
    vertical-align: middle;
    justify-content: space-between;
  }
  .section-hobby__item-info {
    padding-top: 40px;
  }
  .section-hobby__body.travel {
    flex-flow: row-reverse;
  }
}
.section-map {
  margin: 0 24px;
  text-align: left;
}
.section-map h2 {
  color: #c2607b;
  text-align: left;
  margin-bottom: 40px;
  font-family: 'Trajan Pro 3 ExtraLight';
}
.section-map p {
  font-size: 1.5rem;
  text-align: left;
  display: inline-block;
}
.section-map span {
  font-size: 2.0rem;
}
.secrion-map__flag {
  height: 35px;
}
.section-map__mobile-map {
  max-width: 800px;
  width: 100%;
  mix-blend-mode: multiply;
  padding-top: 30px;
}
.section-map__pc-map {
  display: none;
}
.section-map__decoration {
  margin-bottom: -8px;
  width: 100%;
  text-align: right;
}
.map-decoration {
  height: 70px;
}
.map-decoration__boy {
  height: 45px;
}
@media (min-width:1040px) {
  .section-map {
    margin: 0 200px;
  }
  .section-map h2 {
    font-size: 4.0rem;
    margin-bottom: 50px;
  }
  .secrion-map__flag {
    display: none;
  }
  .section-map .sp_br {
    display: none;
  }
  .section-map span {
    font-size: 2.5rem;
    padding-left: 0;
  }
  .section-map__mobile-map {
    display: none;
  }
  .section-map__pc-map {
    display: block;
    width: 100%;
    mix-blend-mode: multiply;
  }
  .map-decoration {
    height: 110px;
  }
  .map-decoration__boy {
    height: 65px;
  }
}
.footer {
  min-height: 228px;
  background-color: #333333;
  padding-top: 45px;
  font-family: 'Trajan Pro 3 Semibold'
}
.footer__site-map {
  margin-bottom: 30px;
}
.footer__site-map img {
  display: none;
}
.footer__site-map li {
  margin: 0 15px;
  display: inline-block;
}
.footer__site-map li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.3rem;
}
.footer__site-map li a :visited {
  color: #ffffff;
}
.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: #ffffff;
}
@media(min-width:1040px) {
  .footer-container {
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: left;
  }
	.footer__site-map {
    float: left;
  }
  .footer__site-map img {
    float: left;
    display: block;
    width: 85px;
  }
  .footer__site-map ul {
    display: inline-block;
    margin-left: 80px;
  }
  .footer__site-map ul li {
    margin: 0;
    display: block;
  }
  .footer__sns_links {
    float: right;
  }
  .footer small {
    clear: both;
    display: block;
    text-align: center;
    padding-bottom: 40px;
  }
}