body {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;

  color: #000;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll; }


  @media print, screen and (min-width: 768px) and (max-width: 9999px) {
      .pc {
        display: block; }
      .sp {
        display: none; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
      .pc {
        display: none; }
      .sp {
        display: block; }}

@media print, screen and (min-width: 768px) and (max-width: 9999px) {
    .pc-br {
      display: block; }
    .sp-br {
      display: none; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .pc-br {
      display: none; }
    .sp-br {
      display: block; }}

      /* Lists
      –––––––––––––––––––––––––––––––––––––––––––––––––– */
      ul {
        list-style: circle inside; }
      ol {
        list-style: decimal inside; }
      ol, ul {
        padding-left: 0;
        margin-top: 0; }
      ul ul,
      ul ol,
      ol ol,
      ol ul {
        margin: 1.5rem 0 1.5rem 3rem;
        font-size: 90%; }
      li {
        margin-bottom: 1rem;
        list-style: none; }

header {

}

.menu{
  position: absolute;
  top: 48px;
  right: 48px;
}

.menu[data-v-5d6310fe]:before {
    content: "";
    position: absolute;
    top: -2rem;
    left: -1.5rem;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background-color: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .menu{
    position: absolute;
    top: 25px;
    right: 25px;
  }
}
.menu-trigger,
.menu-trigger span {
display: block;
transition: all .4s;
box-sizing: border-box;
z-index: 9999;
}

.menu-trigger {
position: fixed;
width: 38px;
height: 36px;
top: 40px;
right: 40px;
background-color: rgba(255,255,255,0.3);
border-radius: 5px;


}@media only screen and (min-width: 0px) and (max-width: 768px) {
  .menu-trigger {
  position: fixed;
  top: 20px;
  right: 20px; }}



.menu-trigger span {
position: absolute;
left: 5px;
width: 28px;
height: 3px;
background-color: #000;
}
.menu-trigger.active span {
position: absolute;
left: 0;
width: 100%;
height: 3px;
background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
top: 5px;
}

.menu-trigger span:nth-of-type(2) {
top: 16px;
}

.menu-trigger span:nth-of-type(3) {
bottom: 5px;
}

.menu-trigger.active span:nth-of-type(1) {
-webkit-transform: translateY(11px) rotate(-45deg);
transform: translateY(11px) rotate(-45deg);
}


  @media only screen and (min-width: 0px) and (max-width: 768px) {
  .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  }}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  }


.menu-trigger.active span:nth-of-type(3) {
-webkit-transform: translateY(-11px) rotate(45deg);
transform: translateY(-11px) rotate(45deg);
}


.active {
    background-position: -35px 0;
}
.drawr {
    display: none;
    background: #d1dad4;
    height: 100%;
    position: fixed;
    top: 0px;
    right:0;
    width:350px;
    padding: 100px 0 20px 20px;
    z-index: 7777;
}@media only screen and (min-width: 0px) and (max-width: 768px) {
  .drawr {
    width: 85%;
  padding: 50px 0 20px 20px;}
}
#drawr-menu li {
    width:350px;
    color: #646464;
    display: block;
    padding: 10px;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
#drawr-menu li a {
  color: #646464;
    text-decoration: none;
}@media only screen and (min-width: 0px) and (max-width: 768px) {
  #drawr-menu li {
    padding: 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold; }
    #drawr-menu li a {
      text-decoration: none;}}

.menu_in {
margin: -20px 0 0 0;
}

.ppp {
padding: 0;
font-size: 18px;
font-weight: bold;
}@media only screen and (min-width: 0px) and (max-width: 768px) {
  .ppp {
  padding: 0;
  font-size: 16px;
  font-weight: bold;}}

@import url('https://fonts.googleapis.com/css?family=Roboto');


header {
	text-align: center;
}
header .logo a {
	display: block;
	width: 800px;
	height: 0;
  padding-top: 40px;
  background: url('../../img/logo.png') 0 0 no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 40px auto;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  header .logo a {
    display: block;
    width: 300px;
    height: 0;
    padding-top: 28px;
    background: url('../../img/logo.png') 0 0 no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 25px auto;
  }
}

header .logo02 a {
	display: block;
	width: 800px;
	height: 0;
  padding-top: 40px;
  background: url('../../img/logo02.png') 0 0 no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 40px auto;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  header .logo02 a {
    display: block;
    width: 300px;
    height: 0;
    padding-top: 28px;
    background: url('../../img/logo02.png') 0 0 no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 25px auto;
  }
}

.flex-img {
	width: 100%;
	height: auto;
}

.main .pic {
  width: 100%;
  height: 664px;
  background: url('../../images/main_img.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
}





#pagetop {
  position: fixed;
  right: 14px;
  bottom: 80px;
  width: 16px;
  height: 82px;
}
#pagetop img {
  width: 100%;
  height: auto;
}



.m05 {
	margin-bottom: 5px;
}
.m10 {
	margin-bottom: 10px;
}
.m12 {
	margin-bottom: 12px;
}
.m15 {
	margin-bottom: 15px;
}
.m20 {
	margin-bottom: 20px;
}
.m30 {
	margin-bottom: 30px;
}
.m40 {
	margin-bottom: 40px;
}
.m50 {
	margin-bottom: 50px;
}
.m60 {
	margin-bottom: 60px;
}
.m70 {
	margin-bottom: 70px;
}
.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt12 {
	margin-top: 12px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt100 {
	margin-top: 100px;
}
.ml05 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml12 {
	margin-left: 12px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.ml60 {
	margin-left: 60px;
}
.mr05 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
.mr60 {
	margin-right: 60px;
}
.pd0 {
	padding: 0;
}
.pt05 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pb05 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pl05 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pl50 {
	padding-left: 50px;
}
.pl60 {
	padding-left: 60px;
}
.pr05 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr30 {
	padding-right: 30px;
}
.pr40 {
	padding-right: 40px;
}
.pr50 {
	padding-right: 50px;
}
.pr60 {
	padding-right: 60px;
}

.center {
  text-align: center;
}
