/*/////////////////////////////////////////////
// スマホ用レイアウト
//////////////////////////////////////////////*/
@media screen and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */



html{
  height: -webkit-fill-available;
}
body{
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

a,
a:visited {
  text-decoration: none;
  transition: unset;
}
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
*:focus {
  outline: none;
}

/*共通設定*/
.pc-none{
  display: block !important;
}
.sp-none{
  display: none !important;
}

.row{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.in_row{
  width:100%;
  margin:0 auto;
  text-align:center;
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
div.head_main{
  padding: 10px 0 10px;
}
.logo img{
  width: 100%;
}
/*--------------------------------
ナビゲーション
---------------------------------*/
/*ハンバーガーメニューが開いた時はスクロール禁止にする*/
.open {
/*  width: 100%;
  height: 100%;*/
  position: fixed;
}
/*body.fixed{
  position: fixed;
  width:100%;
}*/
.navi_area{
  position: absolute;
  width: 100%;
  background: #000;
}
.mainnavi {
  width: 12%;
  display: block;
  top:20px;
  position:fixed;
  right: 10px;
  z-index:300001;
}
#hamburgerbtn {
  position: relative;
  color:red;
  cursor: pointer;
  width:100%;
  padding:7px 5px 7px;
  box-sizing: border-box;
  z-index: 300001;
  font-size:14px;
}
#hamburgerbtn span {
  display: block;
  width: 100%;
  color:#9a5e00;
  height: 2px;
  background: #9a5e00;
  border-radius: 5px;
  margin-bottom: 10px;
  z-index: 300000;
}
#hamburgerbtn span:nth-of-type(3) {
  margin-bottom: 3px;
}
.open #hamburgerbtn span:nth-of-type(1){
  transform: rotate(45deg);
  margin:10px 0 0 0;
}
.open #hamburgerbtn span:nth-of-type(2) {
  opacity: 0; 
}
.open #hamburgerbtn span:nth-of-type(3){
  transform: rotate(-45deg);
  margin:-12px 0 13px 0;
}
#splayer {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  background: #c48629;
  height: 100vh;
  z-index: 20000;
}
#slidemenu {
  display: none;
  position: fixed;
  -webkit-overflow-scrolling:auto;
  top: 0;
  width:100%;
  left: 0;
  height: auto;
  list-style: none;
  margin:0px;
  z-index: 300000;
  background: none;
  border: none !important;
}
#slidemenu li{
  background: none;
  width:100%;
  display: block;
  text-align:left;
  border:none;
  margin:0;
  padding:20px 0 10px 20px;
  border-radius: 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
  border-left: none !important;
}
#slidemenu li a{
  color: #ffffff;
  font-size: 14px;
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0 10px 0;
  border-left: none !important;
}
#slidemenu li:first-child{
  padding:10px 0 10px 20px;
  text-align: center;
}
#slidemenu li img{
  width: 60%;
  text-align: center;
}

/*--------------------------------------------------------
main view
--------------------------------------------------------*/
div.kv{
  position: relative;
}
.kv_circle01 {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 90px;
  height: 65px;
  border-radius:0 0 0 100%;
  background: #ffff5f;
}
.kv_in{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  height:100%;
}
.kv_left{
  order: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: absolute;
  height: 100%;
  text-align: center;
}
.kv_right{
  order: 1;
  width: 100%;
}
.kv_left img{
  z-index: 10;
  width: 35%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.kv_circle02{
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 120px;
  border-radius: 50% / 100% 100% 0 0;
  background: #ffff5f;
}
.kv_right h1{
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  line-height: 1.1;
  padding: 20px 0 0px;
}
.kv_right h1 span{
  font-size: 30px;
}
.kv_right div{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 20px 0;
}
.kv_right h2{
  margin:  0 5px 0;
  color: #fff;
  font-weight: normal;
  padding: 5px;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
}
.kv_right img{
  width: 80%;
  margin-left: auto;
}

div.bn_area{
  width: 92%;
  padding-top: 15px;
  padding-bottom: 40px;
}
div.bn_area img{
  transition: transform .6s ease;/* ゆっくり変化させる */
}
div.bn_area img:hover{
  transform: scale(1.1);/* 拡大 */
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
div.footer{
  padding-bottom: 110px;
}
.footer_in{
  padding: 20px 20px 20px;
  box-sizing: border-box;
}
.foot_logo img{
  width: 70%;
  margin: 0 auto;
}
.foot_bn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.foot_bn a{
  margin: 5px;
  width: 100%;
}
ul.foot_navi{
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: flex; /* 子要素をflexboxで揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
  flex-wrap: wrap;
  padding-top: 0px;
  width: 100%;
}
ul.foot_navi li:last-child{
  border: inherit;
  border-right: 1px solid #000;
}
ul.foot_navi li{
  width: 50%;
  padding:0px 0px 0px;
  border: none;
  margin: 5px 0 5px;
  border-right: 1px solid #000;
}
ul.foot_navi li:nth-child(odd){
  border-left: 1px solid #000;
}


ul.foot_navi a{
  font-size:14px;
}
div.copy{
  margin-top: 0px;
  padding: 13px 0px;
}
.copy h5{
  font-size: 12px;
  font-weight: normal;
}

/*page top*/
#page_top{
  display: none;
}

div.sp_foot{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}
ul.footer_menu {
  position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}
ul.footer_menu li {
   width: 70%;
   padding:5px;
   box-sizing: border-box;
   margin:0 auto;
   text-align: center;
}

ul.footer_menu li a:hover{
  opacity: 0.8;
}


/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/
div.title_area{
  width: 100%;
}
div.title_area h2{
  font-size: 36px;
  font-weight: normal;
  display: inline-block;
  height: 100%;
  padding: 7px 20px 7px;
  background: #fff;
  color: #333;
}


div.about_area{
  padding: 0px 0 0px;
}
div.about_wrap{
  margin: 30px auto 0;
  width:90%;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  flex-direction: column;
}
div.about_l{
  order: 2;
  width: 100%;
  margin: 0 auto;
}
div.about_r img{  
  width: 80%;
}
div.about_r{
  width: 100%;
  order: 1;
  padding: 5px;
  margin: 0 auto;
  box-sizing: border-box;
}
div.about_l p{
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.6;
}


div.point_area{
  padding: 0px 0 0px;
}
div.title_point{
  width: 100%;
  padding: 20px 0 20px;
  box-sizing: border-box;
}
div.title_point h2{
  font-size: 20px;
  font-weight: normal;
  color: #333;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_text_big1{
font-size: 28px;
}
.title_text_big2{
font-size: 22px;
}
.title_text_red{
color:red;
}
div.point_wrap{
  padding: 0px 0 40px;
}
ul.point_list{
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
ul.point_list li{
  margin: 0 auto;
  width: 90%;
}





div.products_area{
  padding: 0px 0 20px;
}
div.title_area h2{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
}
div.title_area h2 span{
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
}
ul.products_list{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
ul.products_list li{
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
}
ul.products_list li h3{
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 5px;
}
ul.products_list li img{
  width: 80%;
}
.Item-Content-Flg2 {/*三角形右下*/

}
dl.products_price01,dl.products_price02{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5px auto 0;
}
dl.products_price01 dt{

font-size: 16px;
background: #d91d03;
color: #fff;
}
dl.products_price01 dd,dl.products_price02 dd{
  font-size: 18px;
  padding-left: 15px;
}
dl.products_price02 dt{
font-size: 16px;
background: #36a4c2;
color: #fff;
}
dl.products_price01 dd span{
  color: #d91d03;
}
dl.products_price02 dd span{
  color: #36a4c2;
}

div.flow_area{
  padding: 20px 0 20px;  
}
div.flow_wrap{
  padding: 0px 0 0;
}

div.flow_area{
  padding: 0px 0 0px; 
  background-image:none;
}
div.flow_wrap{
  padding: 10px 0 0;
}

.flow_list{
  width:90%;
  margin: 10px auto 0;
  position: relative;
  z-index: 1;
}
.flow_list li{
  margin-bottom: 40px;
  position: relative;
}
.flow_list li:after{
  content: "";
  position: absolute;
  bottom: -28px;
  left: 45%;
  border-style: solid;
  border-color: #c48629 transparent transparent transparent;
  border-width: 16px 16px 0 16px;
}
.flow_list li:last-child:after{
  display: none;
}
.flow_list li:last-child{
  margin-bottom: 0;
}
.flow_list li dl{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.flow_list li dt,.flow_list li dd{
  height: auto;
}
.flow_list li dt{
  width: 100%;
  display: flex;
  align-items: center;
  background: #c48629;
  color: #FFF;
  font-size: 18px;
  padding: 7px 0 7px;
  justify-content: center;
}
.flow_list li dd{
  width: 100%;
  padding: 20px;
  display: block;
  background: #fff;
  font-size: 16px;
  text-align: left;
  border: 2px solid #c48629;
}
.flow_list a{
  color: #c48629;
}




div.title_faq{
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
div.title_faq h2{
  font-size: 20px;
  font-weight: normal;
  color: #333;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.faq_area{
  padding: 20px 0 20px;  
}
dl.faq_list{
  box-sizing: border-box;
  width: 90%;
  margin: 10px auto 10px;
  border-bottom:1px solid #c48629;
  padding-bottom: 5px;
}
dl.faq_list dt{
  font-weight: normal;
  cursor: pointer;
  position: relative;
  font-size:14px;
  text-align:left;
  box-sizing: border-box;
  padding:10px 20px 10px 30px;
  margin:5px 0 0px 0px;
  border-top: 1px solid #c48629;
}
dl.faq_list dt:last-child{
}
dl.faq_list dt::before{
  position: absolute;
  content:'Q';
  font-weight: normal;
  font-size:24px;
  color:#c48629;
  display: inline-block;
  top:10px;;
  left:0px;
}
dl.faq_list dd{
  margin:10px auto;
  background: #fff;
  padding:10px 0 5px 30px;
  position: relative;
  font-size:14px;
  line-height: 1.7;
  text-align:left;
}
dl.faq_list dd::before{
  position: absolute;
  content:'A';
  font-weight: normal;
  font-size:24px;
  color:#c48629;
  display: inline-block;
  top:10px;;
  left:0px;
}
/*accodion*/
dl.faq_list dt:after {
   content: "";
   position: absolute;
   border-right: 2px solid #c48629;
   border-bottom: 2px solid #c48629;
   width: 10px;
   height: 10px;
   top:10px;
   right: 0px;
   bottom:0;
   margin:12px 0 0 0;
   transform: rotate(45deg);
}
dl.faq_list dt.ac:after {
   content: "";
   position: absolute;
   border-right: 0;
   border-bottom: 0;
   border-right: 2px solid #c48629;
   border-bottom: 2px solid #c48629;
   width: 10px;
   height: 10px;
   top:20px;
   right: 0px;
   transform: rotate(-135deg);
}

/*//////////////////////////////////
//下層ページ
//////////////////////////////////*/

div.kv_low{
  background-color: #c48629;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
   border-bottom: 2px solid #9a5e00;
   border-top: 2px solid #9a5e00;
}
div.low_title{

}
div.low_title h1{
  font-size: 22px;
  color: #fff;
}
div.low_contents{
  padding: 20px 0 20px;  
}

.tokute_wrap{
  padding: 20px 0 10px;
}
table.toku_tb{
  width: 90%;
}

table.toku_tb th{
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: left;
  background: #c48629;
  border-bottom: none;
  border-top: none;
}
table.toku_tb tr:first-child th{
  border-top: 1px solid #9a5e00;
}
table.toku_tb td{
  display: block;
  width: 100%;
  padding: 15px;
}


.sv_wrap{
  width: 92%;
  margin: 0 auto 20px;
}
.sv_wrap h2{
  padding: 8px 0 8px;
  font-size: 20px;
}
div.sv_box{

}
div.sv_l{
  display: flex;
  flex-direction: column;
  padding: 20px 15px 10px;
}
div.sv_r{
  display: flex;
  flex-direction: column;
  padding: 20px 15px 10px;
}
div.sv_img_box{
  width: 100%;
}
div.sv_kaitori{
  width: 100%;
}
div.sv_kaitori h3{
  padding: 5px 10px;
  font-size: 16px;
}
div.sv_kaitori dl{
  width: 100%;
}
div.sv_kaitori dl dt,dd{
  font-size: 16px !important;
}
div.sv_hanbai h3{
  padding: 5px 10px;
  font-size: 16px;
}
div.sv_hanbai dl{
  width: 100%;
}
div.sv_hanbai dl dt,dd{
  font-size: 16px !important;
}
div.sv_hanbai{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
div.sv_hanbai h3{
  padding: 5px 10px;
  font-size: 16px;
}
div.sv_hanbai dl{
  width: 100%;
}
div.sv_hanbai dl dt,dd{
  font-size: 16px !important;
}



/*contact*/
table.contact_tb{
  width: 90%;
}
table.contact_tb th{
  display: block;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #77b2e9;
  border-bottom: none;
  border-top: none;
}
table.contact_tb tr:first-child th{
  border-top: 1px solid #77b2e9;
}
table.contact_tb td{
  display: block;
  width: 100%;
  padding: 15px;
}

/*input text design*/
.form-text{
  padding: 12px;
  font-size: 16px;
}
.form-textarea{
  height: 170px;
  padding: 12px;
  font-size: 16px;
}
.submit-btn{
  width: 45%;
  padding: 15px;
  font-size: 18px;
}
.form-textmini{
  width: 50%;
  padding: 12px;
  font-size: 16px;
}
.form-select01{
  width: 100%;
  padding: 5px;
  font-size: 14px;
  background: #fff;
}
.form-select02{
  width: 35%;
  padding: 5px;
  font-size: 14px;
  background: #fff;
  margin-top: 5px;
}
.form-checkbox {
  font-size: 14px;
}
.order-btn{
  width: 60%;
  padding: 20px;
  font-size: 18px;
}
.order-prev-btn{
  width: 60%;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 10px;
}

.sv-btn{
  margin: 10px auto;
  width:100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  background: orange;
  color: #fff;
  font-size: 18px;
  text-align: center;
  transition: 1.0s ;
  border: none;
  box-shadow: 2px 2px 4px #494949;
}
.sv-btn:hover{
  opacity: 0.8;
}

table.order_tb{
  width: 90%;
}
table.order_tb th{
  display: block;
  width: 100%;
  padding: 10px;
  text-align: left;
  color: #fff;
  background: #9a5e00;
  border-bottom: none;
  border-top: none;
}
table.order_tb tr:first-child th{
  border-top: 1px solid #9a5e00;
}
table.order_tb td{
  display: block;
  width: 100%;
  padding: 15px 10px 15px;
}
.order_td01{
  text-align: center !important;
  background: #e9f2fe !important;
  border-bottom: none !important;
}
table.order_tb td .item_wrap{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 0 5px 0;
}

h3.order_title{
  margin: 0 auto;
  width: 90%;
  font-size: 16px;
  padding: 10px 0 10px;
  background: #494949;
  color: #fff;
}
h3.order_title span{
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
h3.order_title span a{
  color: yellow;
}



div.sale_wrap{
  width:100%;
  padding:20px 0 20px;
}
div.sale_text{
  width:100%;
}
div.sale_text h3{
  background:#9a5e00;
  font-size:20px;
  color:#fff;
  padding:15px 0 15px;
}
div.sale_text p{
  line-height:1.5;
  font-size:14px;
  text-align:left;
  margin:0 auto;
  padding:20px;
  box-sizing:border-box;
  color:red;
}
table.sale_tb{
  width:95%;
  margin:0 auto;
  border-collapse:collapse;
  border:1px solid #9a5e00;
}
table.sale_tb th{
  fon-size:16px;
  padding:10px;
  text-align:right;
  width:50%;
  border-collapse:collapse;
  border:1px solid #9a5e00;
}
table.sale_tb td{
  fon-size:16px;
  padding:10px;
  width:50%;
  text-align:left;
  border-collapse:collapse;
  border:1px solid #9a5e00;
}
table.sale_tb td span{
  color:red;
}

div.sale_text2 p{
  border-none;
  line-height:1.5;
  font-size:14px;
  text-align:left;
  margin:0 auto;
  padding:20px;
  box-sizing:border-box;
}


.iphone_banner{
  width: 90%;
margin: 0 auto;
padding:30px 0 0 0;
}
.iphone_banner img{
width: 100%;
margin: 0;
padding:0;
}






























}
/*end 768 */
