@charset "UTF-8";
/*■01.RESET HTML*/
html {
  background-color: #fff;
  font-family: "Noto Sans Japanese","Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  position: relative;
  margin: 0 auto;
  color: #242424;
  word-wrap: break-word; }

p, li, pre, td, th, dt, dd {
  line-height: 1.5; }

#wrapper {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
  word-wrap: break-word; }

/*■02.CLEAR FLOAT*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.hidden {
  display: none; }

/*■03.USE MEDIA*/
.pull-left {
  float: left; }

.pull-right {
  float: right; }

.media, .media-body {
  overflow: hidden; }

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden; }

/*■04.LAYOUT*/
.hidden {
  display: none; }

.container {
  padding: 0 2%;
  position: relative; }

.font14pc {
  font-size: 100%; }

.font15pc {
  font-size: 107%; }

.font16pc {
  font-size: 114%; }

.font17pc {
  font-size: 121%; }

.font18pc {
  font-size: 129%; }

.font19pc {
  font-size: 136%; }

.font20pc {
  font-size: 143%; }

.font21pc {
  font-size: 150%; }

.font22pc {
  font-size: 157%; }

.font23pc {
  font-size: 164%; }

.font24pc {
  font-size: 171%; }

.font25pc {
  font-size: 179%; }

.font26pc {
  font-size: 186%; }

.font27pc {
  font-size: 193%; }

.font28pc {
  font-size: 200%; }

.font29pc {
  font-size: 207%; }

.font30pc {
  font-size: 214%; }

.font31pc {
  font-size: 221%; }

.font32pc {
  font-size: 229%; }

.flex_bg {
  width: 100%;
  margin-right: -100%; }

.flex_content {
  width: 100%;
  position: relative; }

/*■05.FLEX*/
.dis_flex {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */ }

/*justify-content*/
.flex_jus_start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start; }

.flex_jus_end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end; }

.flex_jus_center {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center; }

.flex_jus_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between; }

.flex_jus_around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around; }

.flex_jus_ini {
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial; }

/*align-items*/
.flex_align_item_start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start; }

.flex_align_item_end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end; }

.flex_align_item_stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch; }

.flex_align_item_baseline {
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline; }

.flex_align_item_center {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center; }

.flex_align_item_ini {
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial; }

.flex-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*■06.LAYOUT*/
/* 
--------------------------------------------------
 ▽ #HEADER （グローバルナビゲーション）
-------------------------------------------------- */
.sg_header {
  position: relative;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.sticky {
  position: fixed;
  top: 0;
  max-width: 480px;
  width: 100%;
  z-index: 9999;
  background: #fff;
  margin: 0;
  animation: scrolltop 0.8s;
  animation-iteration-count: 1;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0px;
}
.h_header {
  padding: 10px 5px;
}
.h_header .h_logo {
  float: left;
  width: 32%;
}
.h_header .h_btn {
  float: right;
  width: 40%;
}
.h_header .h_btn li {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.h_header .h_btn li:last-child {
  margin-right: 0;
}
/* 
--------------------------------------------------
 ▽ #gnav （グローバルナビゲーション）
-------------------------------------------------- */
#gnav {
  background: #464646;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}
#gnav li {
  border-bottom: 1px solid #fff;
  background: url('../common_img/gnav_icon.png') no-repeat center left 15px;
  background-size: 12px;
  color: #fff;    
  padding: 10px 10px 10px 45px;
  position: relative;
}
#gnav li a:after, #f_gnav li a:after{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  content: "";
}
#gnav li:last-child, #f_gnav li:last-child {
  border-bottom: none;
}
#gnav li a, #f_gnav li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
.btn_close { display: none; }
.btn_gnav.opened img , .f_btn_gnav.opened img{ display: none; }
.btn_gnav.opened .btn_close , .f_btn_gnav.opened .btn_close{ display: inline; }
/* 
--------------------------------------------------
 ▽ #FOOTER （グローバルナビゲーション）
-------------------------------------------------- */
#footer {
  margin-top: 40px;
}
.footer_cont {
  border-top: 2px solid #d4b572;
  border-bottom: 2px solid #d4b572;
  padding: 30px 0;
  text-align: center;
}
.f_infor .stl_01 {
  font-size: 16px;
  font-weight: bold;
}
.f_infor .stl_01 a {
  text-decoration: none;
}
.f_infor .stl_02 {
  color: #8c6239;
  font-weight: bold;
}
.footer_cont .f_icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
#f_gnav ul {
  background: #464646;
}
#f_gnav li {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 10px;
  color: #fff;
  letter-spacing: 2px;
}
/*■07.FIX RESPONSIVE*/
@media only screen and (max-width: 320px) {
  .f_infor .stl_01 {
    font-size: 14px;
  }
}



.style_btn01 {
  display: block;
    border: 1px solid #464646;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    text-decoration: none !important;
    color: #464646;
    text-align: center;
    padding: 10px;
    margin: 25px auto 0;
    letter-spacing: 1px;
}
.style_btn01:hover {
    background: #d4b572;
}
