@charset "utf-8";
/* ========================
   bootstrap reset
   ======================== */
/* common */
@media (max-width:1200px) {
}
@media (max-width:991px) {
}
@media (max-width:767px) {
}

body{
  line-height: 1.5;
  font-family: "Yu Mincho", "YuMincho", serif;
  color:#333;
  font-size: 19px;
}
.alpha {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.alpha:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
a.alpha {
  display: inline-block;
  width: 100%;
}
.Page-top {
    position: fixed;
    right: 0;
    bottom: 5%;
    right: 1%;
}
.container{
    padding: 70px 10px 50px;
}
img.img-responsive {
    display: inline-block;
}
.width-100{
  width: 100%;
}
@media (max-width:767px) {
.container{
    padding: 40px 10px 40px;
}
.sp-pt-15{
  padding-top: 15px;
}
.sp-pt-0{
  padding-top: 0px!important;
}
.sp-pt-10{
  padding-top: 10px!important;
}
.sp-width-18{
  width: 18%;
}
.sp-width-44{
  width: 44%;
}
.sp-width-48{
  width: 48%;
}
.sp-width-27{
  width: 27%;
}
.sp-width-33{
  width: 33%;
}
.sp-width-38{
  width: 38%;
}
.sp-width-65{
  width: 65%;
}
.sp-width-40{
  width: 53%;
}
img.sp-width-70{
  width: 70%;
}
.sp-width-80{
  width: 80%;
}
.sp-width-90{
  width: 90%;
}
}
/* header */
header{
  height: 110px;
  padding-top: 7px;
  padding-bottom: 10px;
}
header .container{
  padding: 0px;
}
header .col-sm-3{
  padding-top: 11px;
}
@media (max-width:767px) {
  header .col-sm-3{
    text-align: center;
    padding-top: 0px;
  }
  header .container .col-sm-3 img{
    width: 50%;
  }
  header {
    height: 54px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  }
/* mv */
.mv{
  background-image: url(../images/mv.jpg);
  padding: 60px 0 40px 0;
  background-size: cover;
  background-position: top;
}
.mv .container{
  padding: 0px;
}
@media (max-width:767px) {
  .mv{
  background-image:none;
  padding: 0px;
}
  .mv .container{
  padding-left: 0px;
  padding-right: 0px;
}
}
/* tuyomi */
.tuyomi{
}
.tuyomi .container{
  padding:40px 0px; 
}
@media (max-width:767px) {
 .tuyomi{
  background-size: cover;
}
.tuyomi .container{
  padding:10px 20px; 
}
.tuyomi .container .col-xs-6{
  padding-left: 5px;
  padding-right: 5px;
}
}
/* cta */
.cta{
  background-color: #63461c;
  background-position: center;
}
.cta .container{
  padding:70px 0px 50px;
}
.ctatop{
  padding-bottom: 40px; 
}
@media (max-width:767px) {
.cta{
  background-size: cover;
  }
.cta .container {
    padding: 40px 10px 20px;
}
.cta .col-sm-4{
  padding-left: 40px;
    padding-right: 40px;
}
.ctatop{
  padding-bottom: 20px; 
}
}

/* content01 */
.nayami{
  background-image: url(../images/bg_01.jpg);
  background-size: cover;
  padding-top: 50px;
}
.nayami .container{
  padding-bottom: 0px;
}
@media (max-width:767px) {
.nayami{
  background-image: url(../images/sp_bg_01.jpg);
  padding: 0px 0 30px 0;
}
}

/* content02 */
#content02 {
  background-image: url(../images/bg_02.jpg);
  background-size: cover;
}
@media (max-width:767px) {
  .col-xs-6{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px !important;
  }
}
/* content03 */
#content03{
}
@media (max-width:767px) {
}

/* content04 */
#content04{
  background-color: #d8f4ea;
}
@media (max-width:767px) {
}

/* content05 */
#content05{
  background-image: url(../images/bg_05.jpg);
  background-size: cover;
}
@media (max-width:767px) {
  #content05{
  background-position: bottom;
}
.sp-pt-20{
  padding-top: 20px!important;  
}
}

/* content06 */
#content06{
  background-image: url(../images/bg_06.jpg);
  background-size: cover;
}
@media (max-width:767px) {
  #content06{
  background-size: initial;
}
}

/* flow */
.flow{
  background-image: url(../images/06bg.jpg);
  background-size: cover;
}
@media (max-width:767px) {
}

/* shop */
.shop{
}
.shop .container{
  padding:70px 0px 0px;
}
.shop .border{
  border-bottom:1px solid #cdcdcd;
}
@media (max-width:767px) {
  .shop{
    font-size: 80%;
}
.shop .container{
  padding:50px 0px 0px;
}
  .shop .col-xs-4{
    padding-left: 3px;
    padding-right: 3px;
}
}

/* qa */
#content08{
}
.qa{
  padding-top: 50px;
}
.cp_actab {
position: relative;
overflow: hidden;
width: 100%;
margin: 0 auto;
color: #595656;
padding-bottom:5px;
}
.cp_actab input {
position: absolute;
z-index: -1;
opacity: 0;
}
.cp_actab label {
font-weight: bold;
line-height: 3;
position: relative;
display: block;
padding: 0 0 0 1em;
cursor: pointer;
margin: 0 0 1px 0;
background: #d8f4ea;
}
.cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.35s;
transition: max-height 0.35s;
color: #595656;
background: #fff;
}
.cp_actab .cp_actab-content p {
margin: 1em;
}
.cp_actab label {
  padding-left:5px !important;
  padding-top:10px;
  padding-bottom:10px;
}
.qa_a{
  padding: 15px 0 15px 5px;
  background: #f1e1e1;
  font-weight: bold;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
max-height: 20em;
}
/* Icon */
.cp_actab label::after {
line-height: 3;
position: absolute;
top: 0;
right: 0;
display: block;
width: 3em;
height: 3em;
-webkit-transition: all 0.35s;
transition: all 0.35s;
text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
content: '∨';
color:#111111;
font-size:125%;
}
.cp_actab input[type=checkbox]:checked + label::after {
transform: rotate(180deg);
}
.cp_actab .col-xs-11{
  padding-right: 5%;
  line-height:1.5em;
}
@media (max-width:767px) {
.qa{
  padding-top: 20px;
}
.cp_actab .col-xs-11 {
    padding-right: 10%;
    font-size:84%;
}
.cp_actab .col-xs-1 {
    padding-right:0px;
    padding-left:0px;
}
  }

/* footer */
footer{
  color:#fff;
  background: #63461c;
}
@media (max-width:767px) {
footer{
  padding-bottom: 100px;
}
}
/* fix */
@media (max-width:767px) {
.fix_navi {
    background: rgba(0,0,0,0.4);
    padding: 10px 0 10px 0;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
}
.fix_navi .container {
    margin-right: auto;
    margin-left: auto;
    padding:5px 0px;
}
.fix_navi .col-xs-4{
  padding-left: 0px;
  padding-right: 0px;
}
}