@charset "UTF-8";
/* =============================================
  common
=============================================== */
html {
  background-color: transparent;
  background-image: none;
  -webkit-text-size-adjust: 100%;
  font-size: 13px;
}

body {
  color: #595757;
  font: 13px/1.8 Garamond ,  "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  background: #fff;
}

a {
  color: #595757;
  text-decoration: none;
}

a:active, a:hover {
  color: #595757;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

a.link-txt {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.link-txt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.link-txt:hover::after, a.link-txt:visited::after {
  width: 100%;
}

.btn {
  transition: all .3s;
}
.btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.arrow {
  position: relative;
}
.arrow::after {
  position: absolute;
  right: -10px;
  top: 35%;
  width: 5px;
  height: 5px;
  content: "";
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* smp
------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .btn-more {
    text-align: center;
    width: 80%;
    height: 60px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    margin: 28px auto;
    border: 1px solid #3d2525;
    box-sizing: border-box;
    display: block;
    line-height: 60px;
    transition: all .3s;
  }
  .btn-more a {
    display: block;
  }
  .btn-more::after {
    right: 10px;
    top: 45%;
  }
  .btn-more:hover {
    background: rgba(219, 235, 197, 0.79);
  }

  .pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-size: 1.07692rem;
    font-weight: bold;
    cursor: pointer;
  }
  .pagetop span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 16px auto;
    background: tranceparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
/* PC
------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .smp {
    display: none;
  }

  .btn-more {
    text-align: center;
    width: 300px;
    height: 60px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    margin: 28px auto;
    border: 1px solid #3d2525;
    box-sizing: border-box;
    line-height: 60px;
    transition: all .3s;
  }
  .btn-more a {
    display: block;
  }
  .btn-more::after {
    right: 10px;
    top: 45%;
  }
  .btn-more:hover {
    background: rgba(219, 235, 197, 0.79);
  }

  .pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    width: 50px;
    height: 50px;
    background: url(../img/pagetop.png) no-repeat;
    background: rgba(0, 0, 0, 0.6);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
  }
  .pagetop span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 20px auto;
    background: tranceparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
/* =============================================
  nav
=============================================== */
/* smp
------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  header {
    width: 100%;
    background: #fff;
  }
  header nav {
    position: relative;
    width: 100%;
    padding: 0;
    background: #fff;
  }
  header nav .menu {
    height: 40px;
    padding-left: 15%;
    background: url(../img/btn_menu.png) no-repeat left center;
    background-size: 40px;
    text-align: left;
    font-size: 14px;
    font-size: 1.07692rem;
    line-height: 40px;
    cursor: pointer;
  }
  header nav ul {
    display: none;
    position: absolute;
    top: 40px;
    z-index: 9999;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #cccccc;
    box-sizing: border-box;
  }
  header nav ul li {
    float: left;
    width: 50%;
    padding: 1% 0;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    text-align: center;
  }
  header nav ul li:nth-child(even) {
    border-right: none;
  }
  header nav ul li:last-child {
    border-bottom: none;
  }
}
/* tablet
------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header {
    width: 100%;
    height: auto;
    background: #fff;
    border-bottom: #CCCCCC 1px solid;
    margin: 0 auto;
  }
  header nav {
    text-align: center;
    width: 94%;
    height: 50px;
    margin: 0 auto;
  }
  header nav ul {
    width: 100%;
    height: 50px;
    margin: 0;
  }
  header nav ul li {
    float: right;
    min-width: 60px;
    height: 50px;
  }
}
/* PC
------------------------------------------------------- */
@media only screen and (min-width: 1024px) {
  header {
    width: 100%;
    height: auto;
    background: #fff;
    border-bottom: #CCCCCC 1px solid;
    margin: 0 auto;
  }
  header nav {
	  position:relative;
    text-align: center;
    width: 980px;
    height: 50px;
    margin: 0 auto;
  }
  header nav ul {
	  position:absolute;
	  top:0;
	  right:0;
    width: 540px;
    height: 50px;
    margin: 0;
  }
  header nav ul li {
    float: left;
    min-width: 60px;
    height: 50px;
  }
}
/* =============================================
  footer
=============================================== */
/* smp
------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  footer {
    text-align: center;
    width: 100%;
    border-top: #CCCCCC 1px solid;
    margin: 10% auto 0 auto;
  }
  footer img {
    max-width: 182px;
  }
}
/* tablet
------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer {
    text-align: center;
    width: 100%;
    border-top: #CCCCCC 1px solid;
    margin: 50px auto 0 auto;
  }
  footer img {
    text-align: center;
    width: 94%;
    margin: 0 auto;
  }
}
/* PC
------------------------------------------------------- */
@media only screen and (min-width: 1024px) {
  footer {
    text-align: center;
    width: 100%;
    border-top: #CCCCCC 1px solid;
    margin: 50px auto 0 auto;
  }
  footer img {
    width: 980px;
  }
}
