@CHARSET "UTF-8";
/*
date: 20121.04.06
*** basic setting on css/normalize.css ***
*/


/* = common setting
-------------------------------------------------------------- */ 

*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html{
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  margin: 0;
  overflow: hidden;
  font-size: 1.4rem;
  font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,serif;
  font-weight: bold;
  color: #221815;
  line-height: 1.7;
  letter-spacing: 1px;
}
.font_gothic{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",sans-serif;
}
.font_en{
  font-family: 'Montserrat', sans-serif;
}
a {
  outline: none;
  color: #221815;
  text-decoration: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img{
  max-width: 100%;
  height: auto;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}
iframe{
  max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
  margin: 0 0 20px;
}
ul,dl,dd{
  margin: 0;
  padding: 0;
}
li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
p{
  margin: 0 0 20px;
}
.sp_none{
  display: none;
}
.btn_link{
  background: #fff;
  border: #221815 solid 1px;
  color: #221815;
  display: block;
  padding: 10px 30px 10px 10px;
  width: 100%;
  max-width: 500px;
  margin: 10px auto;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 12px;
  position: relative;
}
.btn_link .fa-chevron-right{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.btn_link:hover{
  background: #221815;
  color: #fff;
}

table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* Clearing floats */
.clear:after{
  clear: both;
}
.clear:before,
.clear:after{
  display: table;
  content: "";
}

.wrapper{
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
}

#site_footer{
  background: #fff;
}
#site_footer h2{
  background: #dcc50f;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
#footer_info{
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
#logo_fukahori{
  position: absolute;
  width: 30px;
  top: 0;
  left: 0;
}
#footer_info__inner p{
  margin: 10px 0;
  font-size: 12px;
}
#footer_links p{
  text-align: center;
}
#footer_links ul{
  margin-bottom: 20px;
}
#footer_links ul li{
  margin-bottom: 5px;
}

#footer_txt{
  font-size: 12px;
  margin: 0;
}
#footer_copy{
  font-size: 11px;
  padding: 50px 10px 20px;
  text-align: center;
  margin: 0;
}


.section{
  padding: 5rem 0;
}
#site_description{
  padding: .5rem;
  background: #dcc50f;
}
#site_description h1{
  margin: 0;
  font-size: 1rem;
  text-align: right;
  line-height: 1.4;
  color: #fff;
}
#main_visual{
  background: #fff7e0;
  text-align: center;
}
#main_visual img{
  width: 100%;
  max-width: 1600px;
}
#main_bg{
  background: linear-gradient(to bottom, #fff7e0, #FFF);
}
#nayami{
  padding-bottom: 2rem;
  position: relative;
}
#nayami_block{
  border: #8a8000 solid 2px;
  background: #fff;
  padding: 2rem 5%;
  border-radius: 10px;
  margin-top: -3rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
  max-width: 1200px;
}
#nayami_block h2{
  font-size: 1.8rem;
  text-align: center;
  font-weight: normal;
}
#nayami_block h2 span{
  font-size: 120%;
}
#nayami_block ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#nayami_block ul li{
  width: 48%;
  margin-bottom: .5rem;
  position: relative;
  font-size: 1.6rem;
}
#nayami_block ul li::before{
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
  background: #7e6b5a;
  border-radius: 50%;
}
#nayami_block ul li span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#nayami_img{
  position: absolute;
  bottom: 0;
  right: -1rem;
  width: 50%;
  max-width: 200px;
}
#nayami_arrow{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100px;
  bottom: -3rem;
}
.price_section__txt{
  padding: 2rem 0;
}
.price_box h3{
  padding: .5rem 1rem;
  border: #221815 solid 1px;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.price_box li{
  text-align: right;
}
.price_box li .price{
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 1rem;
}
.price_box li .price span{
  font-size: 200%;
}
.price_teiki{
  margin: 1rem 0 0;
  font-size: 1.2rem;
}
.btn_cart{
  text-align: center;
}
.btn_cart:hover img{
  opacity: .8;
}

#reason{
  background: #fefaee;
  position: relative;
  margin-top: 5rem;
}
#reason::before{
  content: '';
  position: absolute;
  top: -3rem;
  left: 0;
  background: url('../img/bg_oil.jpg') no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 200px;
  z-index: 1;
}
#reason .wrapper{
  position: relative;
  z-index: 5;
}
.section_title__logo{
  width: 180px;
  display: block;
  margin: 0 auto 1rem;
}
#reason h2{
  padding-top: 5rem;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
}
#reason h2 .font_en{
  font-size: 200%;
  color: #dcc50f;
  font-weight: normal;
  padding: 0 .3rem;
  line-height: 1;
}
.reason_block:not(:last-child){
  margin-bottom: 5rem;
}
.reason_num{
  width: 100px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-radius: 50px;
  background: #dcc50f;
  color: #fff;
}
.reason_num .font_en{
  font-size: 150%;
  padding-left: .5rem;
}
.reason_block h3{
  margin: 1rem 0 2rem;
  font-size: 1.8rem;
}
.line{
  border-bottom: #dcc50f solid 5px;
}
.reaon_txt{
  margin-bottom: 3rem;
}
.reason_person__photo{
  float: left;
  width: 40%;
  margin-bottom: 1rem;
}
.reason_person__txt h4{
  float: right;
  width: 60%;
  padding-left: 1rem;
  font-size: 1.2rem;
  margin: 2rem 0 0;
}
.reason_person__txt h4 span{
  display: block;
}
.reason_person__txt h4 .name{
  font-size: 150%;
}
.reason_person__txt h4 .font_en{
  color: #dcc50f;
}
.reason_person__txt p{
  clear: both;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 1rem 0 0;
}
.reason03_box{
  margin: 3rem 0 4rem;
}
.reason03_box:last-child{
  margin: 0;
}
.reason03_box h4{
  font-size: 1.8rem;
  border-bottom: #dcc50f solid 2px;
  margin-bottom: 1rem;
}
.reason03_box__inner dt{
  font-size: 1.4rem;
  margin-bottom: .5rem;
}
.reason03_box__inner dd{
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
.reason03_box__inner p{
  font-size: 1.2rem;
  text-align: center;
}
.reason03_box__inner ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.reason03_box__inner ul li{
  padding: 0 .5rem;
  margin-bottom: .5rem;
  width: 50%;
  text-align: center;
}
.reason03_box__inner ul li h5{
  font-size: 1.1rem;
  margin: .5rem 0;
}
.oil_photo{
  border-radius: 50%;
  border: #aaa solid 1px;
  overflow: hidden;
}
.oil_box h5{
  font-size: 2rem;
  text-align: center;
  margin: 2rem 0;
}
.title_line{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.section_title__line{
  width: 15%;
  padding: 0 .5rem;
}
.title_line .section_title__logo{
  margin: 0;
}
.section_title{
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 3rem;
}
#voice{
  background: url('../img/pat.png');
}
#voice .wrapper{
  background: #fefaee;
  max-width: 1200px;
}
.voice_box{
  padding: 0 5%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.voice_box:nth-child(2n){
  flex-direction: row-reverse;
}
.voice_box img{
  width: 40%;
}
.voice_box__txt{
  width: 60%;
  background: #fff;
  padding: 1rem 5%;
  border-radius: 10px;
  position: relative;
  box-shadow: 3px 3px #dcc50f;
  border: #dcc50f solid 1px;
}
.voice_box:nth-child(2n) .voice_box__txt{
  box-shadow: -3px 3px #dcc50f;
}
.voice_box:nth-child(2n+1) .voice_box__txt::before{
  content: '';
  position: absolute;
  top: 2rem;
  left: -9px;
  border-top: 8px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 8px solid transparent;
  z-index: 5;
}
.voice_box:nth-child(2n+1) .voice_box__txt::after{
  content: '';
  position: absolute;
  top: 2rem;
  left: -10px;
  border-top: 8px solid transparent;
  border-right: 10px solid #dcc50f;
  border-bottom: 8px solid transparent;
}
.voice_box:nth-child(2n) .voice_box__txt::before{
  content: '';
  position: absolute;
  top: 2rem;
  right: -9px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  z-index: 5;
}
.voice_box:nth-child(2n) .voice_box__txt::after{
  content: '';
  position: absolute;
  top: 2rem;
  right: -10px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #dcc50f;
}
.voice_box__txt p{
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
.voice_box__txt p.voice_name{
  text-align: right;
  margin: 0;
}
#uses{
  background: url('../img/bg_goma.jpg') no-repeat center center;
  background-size: cover;
}
#uses .wrapper{
  background: rgba(255,255,255,.85);
  max-width: 1200px;
  padding: 3rem 5%;
}
#omajimnai{
  width: 150px;
  margin: 0 auto 2rem;
}
#omajimnai .btn_link{
  margin-top: 2rem;
  text-align: center;
  background: #dcc50f;
  color: #fff;
  border-radius: 50px;
  padding: .5rem 0;
  border: #dcc50f solid 1px;
}
#omajimnai .btn_link:hover{
  background: #fff;
  color: #dcc50f;
}
#flow ul{
  display: flex;
  flex-wrap: wrap;
}
#flow ul li{
  width: 33.33%;
  padding: 0 .5rem;
  margin-bottom: 1rem;
}
#flow ul li p{
  font-size: 1rem;
  text-align: center;
  margin: .5rem 0;
}
#flow p{
  font-size: 1.2rem;
}
#attentions{
  margin-top: 3rem;
  border: #000 solid 1px;
  padding: 2rem 5%;
}
#attentions p{
  font-size: 1.2rem;
}
#site_footer{
  text-align: center;
}
#contact{
  text-align: center;
}
#contact h2{
  background: #dcc50f;
  text-align: center;
  font-size: 1.4rem;
  padding: 1rem 0;
  margin: 3rem 0 2rem;
}
#contact .btn_link{
  text-align: center;
  padding: 1rem 0;
  max-width: 250px;
}
.fancybox-content{
  padding: 2rem 5%;
}
.compensate-for-scrollbar{
  margin: 0 !important;
}
.oil_box img{
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px){
  .pc_none{
    display: none;
  }
  .sp_none{
    display: block;
  }
  #site_footer h2 br{
    display: none;
  }
  #footer_links ul{
    display: -webkit-flex;
    display: flex; 
  }
  #footer_links ul li{
    margin-right: 10px;
  }
  #site_footer__inner{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #footer_info,
  #footer_links{
    width: 48%;
  }
  #footer_links p{
    text-align: left;
    margin: 0;
  }
  #footer_links ul{
    margin: 0;
  }
  #main_visual img.sp_none{
    display: inline;
  }
  #nayami_block h2{
    font-size: 2.4rem;
  }
  #nayami_block ul{
    justify-content: center;
  }
  #nayami_block ul li{
    width: 30%;
    margin: 0 1%;
    font-size: 2rem;
  }
  #nayami_arrow{
    width: 200px;
    bottom: -8rem;
  }
  .price_section{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
  }
  .price_section__photo{
    width: 50%;
  }
  .price_section__txt{
    width: 50%;
    max-width: 600px;
    margin: 0;
  }
  .price_section__txt h2{
    padding-right: 5%;
    margin-left: -3rem;
  }
  .price_box{
    padding: 0 5%;
  }
  .btn_cart{
    width: 100%;
    margin-top: 2rem;
  }
  .btn_cart img{
    width: 400px;
  }
  #reason::before{
    height: 400px;
  }
  .section_title__logo{
    width: 250px;
  }
  #reason h2{
    font-size: 3rem;
  }
  .reason_num{
    margin: 0 auto 1rem;
  }
  .reason_block h3{
    text-align: center;
    font-size: 2.4rem;
  }
  .reason_person{
    display: flex;
  }
  .reason_person__photo{
    width: 20%;
    float: none;
  }
  .reason_person__txt{
    width: 80%;
    padding-left: 2rem;
  }
  .reason_person__txt h4{
    float: none;
    margin: 0 0 2rem;
    padding: 0;
  }
  .reason03_box{
    display: flex;
  }
  .reason03_box h4{
    width: 20%;
    border-bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    border-right: #dcc50f solid 2px;
  }
  .reason03_box h4 span{
    width: 100%;
  }
  .reason03_box__inner{
    width: 80%;
    padding: 0 0 0 2rem;
  }
  .reason03_box__inner ul li{
    width: 20%;
  }
  .voice_box{
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .voice_box img{
    width: 30%;
  }
  .voice_box__txt{
    width: 65%;
  }
  #uses_inner{
    display: flex;
  }
  #omajimnai{
    margin: 0;
  }
  #uses_inner__txt{
    width: calc(100% - 150px);
    padding-left: 2rem;
  }
  #flow ul li{
    width: 25%;
  }
}
@media screen and (min-width: 1024px){
  html{
    font-size: 75%;
  }
  #footer_links p br{
    display: none;
  }
  #site_footer h2{
    font-size: 24px;
    margin-bottom: 40px;
  }
  #footer_info{
    padding: 10px 0 0 50px;
  }
  #footer_info__inner p{
    font-size: 14px;
  }
  #footer_links p span{
    margin-right: 20px;
  }
  #footer_links ul li .btn_link{
    padding: 5px 40px 5px 20px;
  }
  #site_description h1{
    max-width: 1600px;
    margin: 0 auto;
    font-size: 1.2rem;
    padding: .5rem 0;
  }
  #nayami_block{
    padding: 5rem 5%;
  }
  #nayami_block h2{
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
  #nayami_block ul li{
    margin-top: -2rem;
  }
  #nayami_block ul li span{
    font-size: 3rem;
  }
  #nayami_img{
    max-width: 300px;
  }
  #nayami_arrow{
    width: 250px;
  }
  .section{
    padding: 8rem 0;
  }
  .price_section__txt h2{
    margin-left: -5rem;
    margin-bottom: 3rem;
  }
  .price_box h3{
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .price_box li{
    font-size: 1.8rem;
  }
  .price_box li .price{
    font-size: 1.6rem;
  }
  .price_teiki{
    margin-top: 2rem;
  }
  .btn_cart img{
    width: 600px;
  }
  .btn_cart{
    margin-top: 5rem;
  }
  #reason::before{
    height: 600px;
  }
  #reason{
    padding-top: 15rem;
  }
  .section_title__logo{
    width: 400px;
  }
  #reason h2{
    font-size: 4rem;
    margin-bottom: 5rem;
  }
  .reason_num{
    font-size: 2rem;
    width: 150px;
    margin-bottom: 2rem;
  }
  .reason_block h3{
    margin-bottom: 3rem;
  }
  .reaon_txt{
    text-align: center;
    line-height: 2;
    margin: 0 -2rem 3rem;
  }
  .reason_person__txt h4 span{
    display: inline;
    padding-left: 2rem;
  }
  .reason_person__txt p{
    margin-top: 2rem;
  }
  .voice_box__txt{
    padding: 5rem 5%;
    border: #dcc50f solid 2px;
  }
  .voice_box:nth-child(2n) .voice_box__txt::before {
    right: -13px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    top: 50%;
    transform: translateY(-50%);
  }
  .voice_box:nth-child(2n) .voice_box__txt::after {
    right: -15px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #dcc50f;
    top: 50%;
    transform: translateY(-50%);
  }
  .voice_box:nth-child(2n+1) .voice_box__txt::before{
    top: 50%;
    transform: translateY(-50%);
    left: -13px;
    border-top: 10px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 10px solid transparent;
  }
  .voice_box:nth-child(2n+1) .voice_box__txt::after{
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    border-top: 10px solid transparent;
    border-right: 15px solid #dcc50f;
    border-bottom: 10px solid transparent;
  }
  #voice h2{
    margin-bottom: 8rem;
  }
  #uses{
    background-attachment: fixed;
  }
  #uses .wrapper{
    padding: 8rem 5%;
  }
  .section_title{
    font-size: 2.4rem;
  }
  #omajimnai{
    width: 250px;
  }
  #uses_inner__txt{
    width: calc(100% - 250px);
    padding-left: 3rem;
  }
  #flow{
    margin-top: 3rem;
  }
  #attentions{
    padding: 5rem 5%;
  }
}
@media screen and (min-width: 1300px){
  .voice_box{
    margin-top: -3rem;
    padding: 0 10%;
  }
}