@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP|Noto+Serif+SC|Playfair+Display|Sawarabi+Gothic|Sawarabi+Mincho');
/* font-family: 'Playfair Display', serif; */
/*　font-family: 'Noto Serif JP', serif;　*/

/*========== body ========*/
body,.wrapper{
  width: 100%;
  background: url(../images/slides02.jpg) fixed;
}
img{
  width: 100%;
}

/*========== container ==========*/
.container{
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5%;
}
.content{
  margin: auto;
  padding: 16px 0;
}

@media (min-width: 767px) {
  .content{
    padding: 24px 0;
  }
}

/*========== footer ==========*/
.footer{
  text-align: center;
  color: #fff;
  padding: 10px;
  background: #000;
}
.footer-menu{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.6rem;
  margin: 1rem 0;
}
.footer-menu ul{
  display: flex;
}
.footer-menu li a{
  color: #fff;
  display: block;
  margin: 0 0.8rem;
}
.copyright{
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
}

/*========== font-size ====*/
p,h1,h2,h3,h4,h5,h6{
  font-size: 100%;
}
@media (min-width: 479px) {
  .font-size-nomal{
    font-size: 0.875rem;
  }
}
@media (min-width: 767px) {
  .font-size-nomal{
    font-size: 1rem;
  }
}

/*========== hover　====*/
img.hover-op-70:hover {
  opacity: 0.5 ;
}

/*========== headline ======*/
.content-title-center{
  font-size: 2.5rem;
  font-family: 'Playfair Display', serif;
  text-align: center;
}
.content-title-left{
  font-size: 2.5rem;
  font-family: 'Playfair Display', serif;
  text-align: left;
}
.japanese-small-center{
  text-align: center;
  line-height: 0.75;
  font-size: 0.8rem;
  margin-bottom: 2rem;
}
.japanese-small-left{
  text-align: left;
  line-height: 0.75;
  font-size: 0.8rem;
  margin-bottom: 2rem;
}
.bg-lightblue{
  padding: 0.4em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #7db4e6;
  border-bottom: solid 3px #d7d7d7;
  margin-bottom: 24px;
}
.bg-balloon{
  position: relative;
  padding: 0.6em;
  background: #FFBB33;
}
.bg-balloon:after{
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #FFBB33;
  width: 0;
  height: 0;
}
.bg-balloon-2{
  position: relative;
  padding: 0.6em;
  background: #eee;
  border-radius: 5px;
}
.bg-balloon-2:after{
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #eee;
  width: 0;
  height: 0;
}

/*========== button ==========*/
.square_btn{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  text-align: center;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}
.btn-frame{
  width: 100%;
  text-align: center;
  margin: auto;
}
.btn-frame-black{
  font-size: 0.75rem;
  color: #333;
  padding: 0.3rem;
  border: solid 1px #333;
}
.btn-frame-white{
  font-size: 0.75rem;
  color: #fff;
  padding: 0.3rem;
  border: solid 1px #fff;
}
