@charset "utf-8";
/* ===============================================
# common
=============================================== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  padding: 0;
  /*word-break : break-all;*/
  word-wrap : break-word;
  overflow-wrap : break-word;
  font-size: 100%; /* 16px */
  color: #333333;
  background-color: #fff;
  line-height: 1.5;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.inner {
  position: relative;
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
h3 {
  text-align: center;
}
a, a:visited {
  color: #000000;
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}
.for_pc {
  display: block;
}
.for_sp {
  display: none;
}
span.for_pc, br.for_pc, img.for_pc {
  display: inline;
}
span.for_sp, br.for_sp, img.for_sp {
  display: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width : 767px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 10px;
    font-size: 1.0rem;
    -webkit-text-size-adjust: 100%;
  }
  .wrapper {
    min-width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inner {
    width: 89.33%;
  }
  img {
    width: 100%;
    height: auto;
  }
  .for_pc {
    display: none;
  }
  .for_sp {
    display: block;
  }
  span.for_pc,  br.for_pc,  img.for_pc {
    display: none;
  }
  span.for_sp,  br.for_sp,  img.for_sp {
    display: inline;
  }
}
/* マウスオーバー */
.ov {
  display: block;
}

@media screen and (min-width : 768px) {
  .ov {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .ov:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

.nolink {
  pointer-events: none;
}
/* ===============================================
# フォント
=============================================== */
.textBold {
  font-weight: bold;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.textCenter {
  text-align: center;
}
b, strong {
  font-weight: bold;
}
.textRed {
  color: #de0304;
}

/* ===============================================
# ヘッダー　ナビ
=============================================== */
/*menuボタン
-------------------------------------------*/
#menu{
  position: fixed;
  top:20px;
  right:20px;
  width: 98px;
  height: 98px;
  z-index: 200;
  background: url(../img/btn_menu.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
#menu.on{
  background-image: url(../img/btn_close.png);
}
@media screen and (max-width :767px) {
  #menu{
    top:-15px;
    right:-15px;
    width: 81.5px;
    height: 81.5px;
  }
  #menu.on{
  }  
}
/*ナビ中
-------------------------------------------*/
.gnavi{
  position: fixed;
  right: -284px;
  top: 0;
  width: 284px;
  height: 100%;
  z-index: 100;
  background-color: #fff;
  transition: all 1s ease;
  overflow-y: auto;  
}
.gnavi.active{
  right: 0;
}
.gnavi .inner{
  padding: 158px 10px 20px 30px;
}

.gnavi .logo{
  width: 155px;
}
.gnavi .logo img{
  width: 100%;
}
.gnavi ul.menu{
  margin-top: 35px;
}
.gnavi ul.menu li{
  letter-spacing: 0.06em;
  line-height: 1em;
  margin-top: 1.5em;
}
.gnavi ul.menu li.sub{
  padding-left: 2em;
  text-indent: -1em;
}
.gnavi ul.menu li a{
  color: #000;
}

.gnavi ul.link{
  margin-top: 50px;
}
.gnavi ul.link li{
  letter-spacing: 0.06em;
  line-height: 1em;
  margin-top: 1.5em;
}
.gnavi ul.link li a{
  color: #333333;
  font-size: 99.7%;
}
.gnavi ul.link li a.blank{
  background: url(../img/ico_blank.png) no-repeat right center;
  background-size: 14px auto;
  padding-right: 27px;
}

#modal_bg_menu{
  display:none;
  position: fixed;
  z-index: 90;
  width: 100%;
  top: 0;
  left: 0;
  background-color:rgba(0,0,0,0.2);
} 

@media screen and (max-width :767px) {
  .gnavi{
    right: -100%;
    top: 0;
    width: 84%;
    height: 100%;
  }
  .gnavi.active{
  }
  .gnavi .inner{
    padding: 20% 3% 20% 10%;
  }
  .gnavi .logo{
    width: 55.5%;
  }
  .gnavi ul.link{
    margin-top: 50px;
  }
  .gnavi ul.link li a{
    font-size: 1.6rem;
  }
}

/* ===============================================
# footer
=============================================== */
#footer{
  position: relative;
  background-color: #e2953a;
  padding: 25px 0;
  color: #fff;
  text-align: center;
}
/*リンク*/
#footer .link {
  display: inline-block;
  margin: 10px auto 0;
}
#footer .link li {
  float: left;
  padding: 0 10px;
  line-height: 1;
  font-size: 87.5%;
}
#footer .link li a{
  color: #fff;
}
#footer .link li:nth-child(2) {
  border-left: 1px solid #fff;
}
/*コピー*/
#footer .copy {
  text-align: center;
  margin-top: 10px;
  font-size: 87.5%;
}

@media screen and (max-width :767px) {
  /*リンク*/
  #footer .link {
      display: table;
      width: 100%;
      margin: 0 auto 0;
    }
    #footer .link li {
      display: table-cell;
      padding: 0 5px;
      font-size: 1.4rem;
      width: 53%;
    }
    #footer .link li:nth-child(2) {
      width: 47%;
    }
    /*コピー*/
    #footer .copy {
      font-size: 1.4rem;
    }  
}


/* pagetop
----------------------------------------------- */
.backtoup {
 background-color: #FFDB6D;
}
.pagetop {
  position: fixed;
  z-index: 500;
  width: 60px;
  height: auto;
  right: 0;
  bottom: 0;
  top: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  transform: translate3d(0, 0, 0);
}
.pagetop.absolute {
  position: absolute;
  bottom: auto;
  top: -60px;
}

@media screen and (max-width :767px) {
  .pagetop {
    right: 0;
    bottom:0;
    width: 45px;
  }
  .pagetop.absolute {
    top:-45px;
  }
}
/* -----------------------------------------------
margin
----------------------------------------------- */
.mt_05 {
  margin-top: 5px!important;
}
.mt_10 {
  margin-top: 10px!important;
}
.mt_15 {
  margin-top: 15px!important;
}
.mt_20 {
  margin-top: 20px!important;
}
.mt_25 {
  margin-top: 25px!important;
}
.mt_30 {
  margin-top: 30px!important;
}
.mt_35 {
  margin-top: 35px!important;
}
.mt_40 {
  margin-top: 40px!important;
}
.mt_45 {
  margin-top: 45px!important;
}
.mt_50 {
  margin-top: 50px!important;
}
.mt_60 {
  margin-top: 60px!important;
}
.mb_10 {
  margin-bottom: 10px!important;
}
.mb_15 {
  margin-bottom: 15px!important;
}
.mb_20 {
  margin-bottom: 20px!important;
}
.mb_25 {
  margin-bottom: 25px!important;
}
.mb_30 {
  margin-bottom: 30px!important;
}
.mb_35 {
  margin-bottom: 35px!important;
}
.mb_40 {
  margin-bottom: 40px!important;
}
.mb_50 {
  margin-bottom: 50px!important;
}
.mb_60 {
  margin-bottom: 60px!important;
}
/* -----------------------------------------------
padding
----------------------------------------------- */
.pl_10 {
  padding-left: 10px;
}
.pl_20 {
  padding-left: 20px;
}
.pl_30 {
  padding-left: 30px;
}
.pl_40 {
  padding-left: 40px;
}
.pr_10 {
  padding-right: 10px;
}
.pr_20 {
  padding-right: 20px;
}
.pr_30 {
  padding-right: 30px;
}
.pr_40 {
  padding-right: 40px;
}
