@charset "utf-8";
/* goggle fonts */
@import url('https://fonts.googleapis.com/css?family=Alata&display=swap');

.mainV {
	background-color: #f5ebd7;
}

.mainV p {
	max-width: 1080px;
  margin: 0 auto 50px;
	padding: 20px 0;
}

h2 {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 3%;
}

/*############## btn ##############*/
/* topAbout */
.topAbout .btn {
  margin: 0 auto;
  width: 40%;
  height: 48px;
  line-height: 48px;
}

/* topGreeting */
.topGreeting .btn {
  width: 30%;
  height: 48px;
  line-height: 48px;
}

/*############## topAbout ##############*/
.topAbout h2 {
  position: relative;
	text-align: center;
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.topAbout h2 span {
  display: block;
  margin-bottom: 15px;
}

.topAbout .leftImg {
  position: absolute;
  bottom: 0;
  left: -100px;
}

.topAbout .rightImg {
  position: absolute;
  bottom: 0;
  right: -160px;
}

.topAbout h2+p {
  text-align: center;
  margin: 30px 0 -20px 0;
}

.topAbout ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3%;
}

.topAbout ul li {
  width: calc(100% / 5);
}

.topAbout ul li+li {
  margin-left: 4%;
}

.topAbout dl dt span {
  display: block;
  font-family: 'Alata', sans-serif;
  font-size: 4rem;
  text-shadow: 2px 2px 0 #fff,
               -2px 2px 0 #fff,
               2px -2px 0 #fff,
               -2px -2px 0 #fff;
  font-weight: bold;
  text-align: center;
  transform: translateY(30px);
}

.topAbout ul li:nth-of-type(1) span {
  color: #dd7373;
}

.topAbout ul li:nth-of-type(2) span {
  color: #ecb346;
}

.topAbout ul li:nth-of-type(3) span {
  color: #9CD1AB;
}

.topAbout ul li:nth-of-type(4) span {
  color: #9CBAD1;
}

.topAbout ul li:nth-of-type(5) span {
  color: #D19CCF;
}

.topAbout ul h3 {
  text-align: center;
  margin-top: 10%;
  font-weight: 600;
}

/*############## topGreeting ##############*/
.topGreeting .layout {
  position: relative;
}

.topGreeting h2 {
  letter-spacing: 0.2rem;
}

.topGreeting h2+p {
  line-height: 1.8;
  margin-bottom: 6%;
}

.topGreeting .greetingTxt {
  position: relative;
  z-index: 1;
  width: 64%;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.topGreeting .greetingImg {
  position: absolute;
  top: 60px;
  right: 20px;
}

/* 装飾系 */
.topGreeting .deco01 {
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #F2CCCC 25%,
    #F2CCCC 50%,
    #fff 50%,
    #fff 75%,
    #F2CCCC 75%,
    #F2CCCC
  );
  background-size: 10px 10px;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: -1;
}

.topGreeting .deco02 {
  background-size: 20px 20px;
  margin: 0 auto;
  background-color: #fff;
  background-image: radial-gradient(#ecb346 15%, transparent 20%),
                    radial-gradient(#ecb346 15%, transparent 20%);
  background-position: 0 0, 10px 10px;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: -1;
}

.topGreeting .deco03 {
  background-size: 20px 20px;
  margin: 0 auto;
  background-color: #fff;
  background-image: radial-gradient(#9CD1AB 15%, transparent 20%),
                    radial-gradient(#9CD1AB 15%, transparent 20%);
  background-position: 0 0, 10px 10px;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 10px;
  right: 340px;
  z-index: -1;
}

.topGreeting .deco04 {
  position: absolute;
  bottom: 20px;
  right: -40px;
}

/*############## area and twitter ##############*/
.topArea {
  width: 65%;
  padding: 40px;
  border-radius: 25px;
  float: left;
  margin-right: 3%;
  box-sizing: border-box;
  background: #f5ebd7 url(../img/nara_map.png) no-repeat;
  background-position: top -60% right;
}

.topArea h2 {
  line-height: 50px;
}

.circle {
  display: inline-block;
  background-color: #fff;
  width: 50px; 
  height: 50px;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
}

.topArea .circle img {
  text-align: center;
  vertical-align: middle;
  padding-bottom: 7px;
}

.topArea dl {
  margin: 15px 0;
}

.topArea dl dt {
  border-radius: 25px;
  color: #fff;
  width: 100px;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 10px;
}

.topArea dl dt:nth-of-type(1) {
  background-color: #dd7373;
}

.topArea dl dt:nth-of-type(2) {
  background-color: #ecb346;
}

.topArea dl dt:nth-of-type(3) {
  background-color: #87c699;
}

.topArea dl dd {
  margin-bottom: 15px;
  padding-left: 20px;
}

.twitter {
  width: 32%;
  float: left;
  border-top: solid 3px #00acee;
  padding-top: 10px;
}


/*############## 896px以下 ##############*/
@media screen and (max-width:896px) {
  .topAbout .btn,
  .topGreeting .btn {
    width: 80%;
    margin: 0 auto;
  }
  
  .topAbout .leftImg {
    width: 60px;
    bottom: 50px;
    left: 25px;
  }
    
  .topAbout .rightImg { 
    width: 110px;
    right: -30px;
    bottom: 50px;
  }
    
    .topAbout dl dt span {
      font-size: 3.2rem;
      transform: translateY(25px);
    }
    
    /* topGreeting */
    .topGreeting .greetingImg {
      position: static;
      text-align: right;
    }
    
    .topGreeting .greetingTxt {
      width: 100%;
      bottom: 125px;
    }
    
    .topGreeting .deco01 {
      width: 200px;
      height: 200px;
    }
    
    .topGreeting .deco02 {
      top: 190px;
      right: 0;
    }
    
    .topGreeting .deco03 {
      bottom: 0;
      top: 100px;
      right: 0;
      width: 100px;
      height: 100px;
      left: -500px;
    }
    
    .topGreeting .deco04 {
      display: none;
    }
    
    .topGreeting .btn {
      margin-top: -120px
    }
    
    .topArea {
      background-size: 260px;
      background-position: top 130% right;
    }
    
}

/*############## 560px以下 ##############*/
@media screen and (max-width:560px) {

  h2 {
    font-size: 2.4rem;
  }
  
  .mainV p {
    margin-bottom: 30px;
  }
  
  .topAbout h2 span {
    width: 190px;
    margin: 0 auto 10px;
  }
  
  .topAbout .rightImg,
  .topAbout .leftImg{
    display: none;
  }
  
  .topAbout ul {
    flex-wrap: wrap;
  }
  
  .topAbout ul li {
    width: calc(100% / 2 - 1%);
    text-align: center;
}

  .topAbout ul li+li {
    margin-left: 0;
  }
  
  .topGreeting .greetingTxt {
      bottom: 75px;
    }

  .topGreeting .deco02,
  .topGreeting .deco03 {
    display: none;
  }
  
  .topGreeting .btn {
    margin-top: -70px
   }
   
   .topArea {
     width: 100%;
     float: none;
      margin-bottom: 10%;
   }
   
   .twitter {
    float: none;
    width: 100%;
    margin: 0 auto;
   }

}