@charset "UTF-8";


   html {
     font-size: 2.7vw;
    }

@media screen and (min-width: 768px) {
   html {
      font-size: 2vw;
    }


}
body {
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }
  *, *:before, *:after {
      margin:0;
      padding:0;
      z-index: 1;
      box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
  }
a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

a:hover {
  opacity: 0.7; }

.btn a:hover {
  opacity: 1.0; }

.content_wrap {
  margin: 0 auto;

}

.txt {
  font-size: 1.2rem;
  line-height: 2;
  color: #37373C;
  letter-spacing: 1px; }

.btn_contact:hover {
  opacity: 0.8; }

.mincho {
  color: #252525;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pink {
  color: #ff6699;
}
li {
  list-style-type: none; }

a {
  text-decoration: none; }
