/* ========================================

  Common CSS

======================================== */

/* We Font
======================================== */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:700');

/* Common
======================================== */
body{
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
  background-image: url("../img/bg.jpg");
  background-size: 400px 400px;
  font-size: 15px;
  color: #231815;
}

::selection { background: #00a363; color: #fff; }
::-moz-selection { background: #00a363; color: #fff; }


/* pc/sp */
.pc_ver{ display:block; }
.sp_ver{ display:none; }

/* contents */
#container img{
  max-width: 100%;
  height: auto;
}
#contents .section{
}
#contents .inner{
  max-width: 1080px;
  margin: 0 auto;  
}
#contents .btnMore{
  display: inline-block;
}
#contents .btnMore a{
  display: block;
  font-weight: bold;
  background: #fbbf19;
  padding: 8px 24px;
  border-radius: 60px;
  color: #231815;
}
#contents .btnMore a:hover{
  background: #231815;
  color: #e9e8da;
}
#contents .btnMoreSmall{
  display: inline-block;
  margin-top: .5em;
}
#contents .btnMoreSmall a{
  display: block;
  font-weight: bold;
  background:#453835;
  padding: 8px 14px 8px;
  line-height: 1em;
  border-radius: 60px;
  color: #e9e8da;
  font-size: 13px;
}
#contents .btnMoreSmall a:hover{
  background: #fbbf19;
  color: #231815;
}


/*font*/
#contents .jpTtl{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}

/* frame */
.frame_top,
.frame_btm,
.frame_btm_brown{
  position: relative;
}
.frame_top::before,
.frame_btm::after,
.frame_btm_brown::after{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-size: 400px 5px;
  background-repeat: repeat-x;
}
.frame_top::before{
  background-image: url("../img/line_top.png");
}
.frame_btm::after{
  background-image: url("../img/line_btm.png");
  bottom: 0;
}
.frame_btm_brown::after{
  background-image: url("../img/line_btm_brown.png");
  bottom: 0;
}

/*btn contact*/
#btnContact{
  position: fixed;
  right: -55px;
  bottom: 10px;
  z-index: 2;
}
#btnContact .goldenbat{
  transition:.2s;
  cursor: pointer;
}
#btnContact .goldenbat:hover{
  transform: rotateZ(-6deg) translateX(-30px);
}

/* header */
#header{
  position: relative;
  width: 1080px;
  height: 170px;
  margin: 0 auto;
  padding-top: 20px;
  background-image: url("../img/bg.jpg");
  background-size: 400px 400px;
  z-index: 9999;
}
#header .logo_sp{
  display: none;
}

/*btmContact*/
#btmContact{
  background-image: url("../img/btm_contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 80px;
  overflow: hidden;
}
#btmContact .inner{
  padding-top:20px;
  max-width: 1080px;
  margin: 0 auto;
}
#btmContact .pc{
  display: block;
}
#btmContact .sp{
  display: none;
}
#btmContact img{
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
#btmContact img:hover{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/*footer*/
#footer{
  background: #732c0c;
  padding: 60px 0 0;
}
#footer .logo{
  text-align: center;
}
#footer .footerNavi{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#footer .footerNavi li{
  margin-right: 20px;
}
#footer .footerNavi li:last-child{
  margin-right: 0;
}
#footer .footerNavi li::before{
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  margin-right: 5px;
}
#footer .footerNavi li a{
  color: #fff;
}
#footer .footerNavi li a:hover{
  opacity: .8;
}
#footer .insta{
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
}
#footer .insta .btInsta{
  display: inline-block;
}
#footer .insta .btInsta a{
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
}
#footer .insta .btInsta a:hover{
  opacity: .8;
}
#footer .insta .btInsta a::before{
  content: "";
  background-repeat: no-repeat;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background-image: url("../img/footer_insta.png");
}
#footer .copyright{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  margin-top: 30px;
  color: #fff;
  background: #552612;
  padding: 20px 0;
}


/* PC Styles
======================================== */
@media screen and (min-width: 1081px) {
  #header .gnavArea{
    display: block!important;
  }
  #header .gnav{
    display: flex;
    align-items: flex-end;
    text-align: center;
  }
  #header .gnav li{
    width: 20%;
    text-align: center;
  }
  #header .gnav li dt{
    transition:.2s;
  }
  #header .gnav li:hover dt{
    transform:rotateZ( -10deg );
  }
  #header .gnav li dd{
    margin-top: 10px;
  }
  #header .gnav li:nth-child(1) dd,
  #header .gnav li:nth-child(4) dd{
    background-image: linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 1px),linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 1px);
    background-size: 1px 2px,1px 2px;
    background-position: left,right;
    background-repeat: repeat-y;
  }
  #header .gnav li:nth-child(2) dd,
  #header .gnav li:nth-child(5) dd{
    background-image: linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 1px);
    background-size: 1px 2px;
    background-position: right;
    background-repeat: repeat-y;
  }
  #header .gnav li dt img{
    max-width: 100px;
    height: auto;
  }
  #header .gnav li dd .pc_sp{display: block;}
  #header .gnav li dd .tab{display: none;}
  #header .gnav li dd img{
    max-width: 175px;
    height: auto;
    margin: 0 auto;
  }
  #header .gnavArea .btnContact_sp{
    display: none;
  }
}

/* Tablet Styles
======================================== */
@media screen and (min-width:601px) and (max-width:1080px) {
  
}
@media screen and (max-width:1080px) {
  /* contents */
  #contents{
    position: relative;
    margin-top: 80px;
  }
  #contents .inner{
    max-width: 90%;
  }
  
  #header{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
  }
  #header .logo_sp{
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
  }
  #header::after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-size: 400px 8px;
    background-repeat: repeat-x;
  }
  #header::after{
    bottom: -8px;
    background-image: url("../img/header_line.png");
  }
}
@media screen and (min-width:801px) and (max-width:1080px) {
  #header .gnavArea{
    position: absolute;
    top:32px;
    right: 20px;
    display: block!important;
    width: calc(100% - 200px);
  }
  #header .gnav{
    text-align: right;
    font-size: 0;
  }
  #header .gnav li{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
  }
  #header .gnav li.logo_pc{
    display: none;
  }
  #header .gnav li dt{
    display: none;
  }
  #header .gnav li dd{
    padding: 0 15px;
  }
  #header .gnav li:nth-child(1) dd{
    background-image: linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 1px),linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 1px);
    background-size: 1px 2px,1px 2px;
    background-position: left,right;
    background-repeat: repeat-y;
  }
  #header .gnav li:nth-child(2) dd,
  #header .gnav li:nth-child(4) dd,
  #header .gnav li:nth-child(5) dd{
    background-image: linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 1px);
    background-size: 1px 2px;
    background-position: right;
    background-repeat: repeat-y;
  }
  #header .gnav li dd .pc_sp{display: none;}
  #header .gnav li dd .tab{display: block;}
  #header .gnav li dd img{
    height: 18px;
  }
  #header .gnavArea .btnContact_sp{
    display: none;
  }
}

/* Mobile Styles
======================================== */
@media screen and (max-width: 800px) {
  /* header */
  #header .logo_sp{
    left: 20px;
  }
  #header .gnavArea{
    display: none;
    position: fixed;
    z-index: 8888;
    background-image: url("../img/bg.jpg");
    background-size: 400px 400px;
    width: 100%;
    height: 100vh;
    top:80px;
  }
  #header .gnav{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
  }
  #header .gnav li{
    width: 50%;
    text-align: center;
  }
  #header .gnav li+li{
    margin-top: 20px;
  }
  #header .gnav li.logo_pc{
    display: none;
  }
  #header .gnav li dt{
    transition:.2s;
  }
  #header .gnav li:hover dt{
    transform:rotateZ( -10deg );
  }
  #header .gnav li dd{
    width: 85%;
    margin: 10px auto 0;
  }
  #header .gnav li:nth-child(1) dd,
  #header .gnav li:nth-child(4) dd{
    background-image: none;
  }
  #header .gnav li:nth-child(2) dd,
  #header .gnav li:nth-child(5) dd{
    background-image: none;
  }
  #header .gnav li dt img{
    max-width: 100px;
    height: auto;
  }
  #header .gnav li dd .pc_sp{display: block;}
  #header .gnav li dd .tab{display: none;}
  #header .gnav li dd img{
    max-width: 175px;
    width: 95%;
    height: auto;
    margin: 0 auto;
  }
  
  /*menu-btn*/
  #header .menu-btn{
    display: block;
    position:absolute;
    cursor:pointer;
    top: 11px;
    right: 10px;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background: #231815;
    border-radius: 5px;
  }
  #header .menu-btn-icon{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    margin: -2px 0 0 -15px;
    background: #fff;
    transition-duration: .2s;
  }
  #header .menu-btn-icon:before, #header .menu-btn-icon:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 3px;
    background: #fff;
    transition-duration: .2s;
  }
  #header .menu-btn-icon:before{
    margin-top: -12px;
  }
  #header .menu-btn-icon:after{
    margin-top: 9px;
  }
  #header .menu-btn .close{
    background: transparent;
  }
  #header .menu-btn .close:before, #header .menu-btn .close:after{
    margin-top: 0;
    width: 30px;
    background: #f2f2f2;
  }
  #header .menu-btn .close:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #header .menu-btn .close:after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  /*btn contact*/
  #btnContact{
    display: none!important;
  }
  #header .gnavArea .btnContact_sp{
    display: block;
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .pc_ver{ display:none; }
  .sp_ver{ display:block; }
  
  #contents .btnMoreSmall{
    display: block;
    text-align: center;
  }
  #contents .btnMoreSmall a{
    text-align: center;
  }
  
  /*btmContact*/
  #btmContact{
    margin-top: 40px;
  }
  #btmContact .inner{
    max-width: 100%!important;
    padding-top:30px;
  }
  #btmContact .pc{
    display: none;
  }
  #btmContact .sp{
    display: block;
  }
  
  /*footer*/
  #footer{
    padding: 30px 0 0;
  }
  #footer .logo{
    width: 90%;
    margin: 0 auto;
    padding-left: 10px;
    text-align: left;
  }
  #footer .logo img{
    height: 40px;
    width: auto;
  }
  #footer .footerNavi{
    width: 90%;
    margin: 20px auto 0;
    flex-direction: column;
  }
  #footer .footerNavi li{
    margin-right: 0;
    width: 100%;
    padding: 10px;
    border-top: solid 1px rgba(255,255,255,.1);
  }
  #footer .footerNavi li:last-child{
    border-bottom: solid 1px rgba(255,255,255,.1);
  }
  #footer .insta{
    width: 90%;
    margin: 20px auto 0;
    padding-left: 10px;
    text-align: left;
  }
  #footer .copyright{
    font-size: 12px;
  }
}