@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic');


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}

html {
  overflow: auto;
}
body {
  -webkit-print-color-adjust: exact;
  overflow:hidden;
  font-size: 16px;
  line-height:1.6;
  color:#333333;
  font-feature-settings: "palt";
  font-family: "Sawarabi Gothic", sans-serif;
}

input,select,textarea,button{
  font-family: "Sawarabi Gothic", sans-serif;
}

body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,dd,dt{margin:0;padding:0px;}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}


a {text-decoration: none; color:#494949;}
a:hover {text-decoration: none;}
/*a img:hover { opacity: 0.9; -moz-opacity: 0.9;}*/
a img {
  border-style:none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

button{
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

textarea{
  resize: vertical;
  min-height: 3em;
  max-height: 25em;
  height: 10em;
}

button:focus,
input:focus,
select:focus,
textarea:focus{
  outline: none;
}
button:hover{
  cursor:pointer
}

table{
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------
定数 ※個別設定
--------------------------------------------------------*/

/*透かし文字*/
{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
a{
  transition: 1.0s ;
}

a:hover{
  opacity: 0.7;
}

/*共通設定*/
.pc-none{
  display: none;
}

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

/* IE hack */
_:-ms-input-placeholder, :root 
.boxsample {
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
/*firefox hack*/
@-moz-document url-prefix() {
  div.boxsample{
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
  }
}


/* -----------------------------------
  **. Loader
------------------------------------- */
/*loading circle*/
#loading{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    margin:auto;
}
#loading img{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right:0;
    bottom:0;
    background: #FFF;
    z-index: 500000;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
div.head_main{
  width: 100%;
  padding: 20px 0 20px;
}

.logo{
  width: 25%;
  margin: 0 auto;
}
.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: 60px;
  display: block;
  top:80px;
  position:fixed;
  right: 20px;
  z-index:300001;
}
#hamburgerbtn {
  position: relative;
  color:red;
  cursor: pointer;
  width:100%;
  padding:10px 5px 10px;
  border: 2px solid #9a5e00;
  border-radius: 5px;
  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:14px 0 0 0;
}
.open #hamburgerbtn span:nth-of-type(2) {
  opacity: 0; 
}
.open #hamburgerbtn span:nth-of-type(3){
  transform: rotate(-45deg);
  margin:-14px 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;
  text-align: center;
  border: none !important;
}
#slidemenu li{
  background: none;
  width:60%;
  display: block;
  text-align:center;
  border:none;
  margin:0 auto;
  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: 18px;
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0 10px 0;
  border-left: none !important;
  transition: all .3s ease 0s;
}
#slidemenu li a:hover{
  cursor: pointer;
  transform: scale(1.2);
}

/*--------------------------------------------------------
main view
--------------------------------------------------------*/
div.kv{
background-image: url(../images/kv_bg.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
width: 100%;
}

.kv_in{
width: 100%;
margin: 0 auto;
}

.kv_in img{
width: 100%;
margin: 0 auto;
}

div.bn_area{
width: 65%;
padding-top: 60px;
display: flex;
justify-content: space-around;
align-items: center;
}
div.bn_area img{
width: 100%;
transition: transform .6s ease;/* ゆっくり変化させる */
}
div.bn_area img:hover{
transform: scale(1.1);/* 拡大 */
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
div.footer{
  background: #fdedb4;
}
.footer_in{
  padding: 40px 0 40px;
}
.foot_logo img{
  width: 40%;
}
.foot_bn{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 40px;
}

div.foot_bn img{
  width: 100%;
  transition: transform .6s ease;/* ゆっくり変化させる */
}
div.foot_bn img:hover{
  transform: scale(1.1);/* 拡大 */
}
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: 5px;
}
ul.foot_navi li{
  padding:0px 20px 0px;
  border-right: 1px solid #000;
}
ul.foot_navi li:last-child{
  border: none;
}

ul.foot_navi a{
  font-size:16px;
  color: #000;
}
div.copy{
  margin-top: 20px;
  background: #c48629;
  padding: 20px 0 20px;
}
.copy h5{
  font-size:16px;
  color: #fff;
  font-weight: normal;
}

/*page top*/
#page_top{
  width: 69px;
  height: 69px;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #9a5e00;
  opacity: 0.8;
}
#page_top a{
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 35px;
  color: #fff;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

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



div.about_area{
  padding: 60px 0 60px;
}
div.about_wrap{
  margin: 60px auto 0;
  padding: 30px 20px 40px;
  border: 2px solid #9a5e00;
  border-bottom: 6px solid #9a5e00;
  border-radius: 5px;
  display: flex;
  justify-content: space-around;
  align-items:top;
}
div.about_l{
  width: 55%;
}
div.about_r{
  width: 45%;
  box-sizing: border-box;
}
div.about_l p{
  padding: 10px;
  font-size: 24px;
  box-sizing: border-box;
  text-align: left;
  line-height: 2;
}
div.about_l p span{
  color: red;
  font-size: 18px;
  display: block;
}

div.point_area{
  padding: 0px 0 0px;
}
div.title_point{
  width: 100%;
}
div.title_point h2{
  font-size: 36px;
  font-weight: normal;
  color: #333;
}
.title_text_big1{
font-size: 48px;
}
.title_text_big2{
font-size: 42px;
}
.title_text_red{
color:red;
}
div.point_wrap{
  padding: 40px 0 40px;
}
ul.point_list{
  display: flex;
  justify-content:space-between;
  align-items: center;
}
ul.point_list li{
  width: 31%;
  box-sizing: border-box;
}
ul.point_list li img{width: 100%;}


div.products_area{
  padding: 60px 0 60px;
}
ul.products_list{
  display: flex;
  gap: 1.5%;
  flex-wrap: wrap;
  margin-top: 80px;
}
ul.products_list li{
  margin-bottom: 15px;
  width: 32%;
  padding: 20px 10px 20px;
  box-sizing: border-box;
  border: 4px solid #c48629;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
}
ul.products_list li h3{
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 10px;
}

dl.products_price01,dl.products_price02{
  display: flex;
  text-align:left;
  align-items: center;
  margin: 10px auto 0;
}
dl.products_price01 dt{

text-align:left;
font-size: 20px;
padding: 5px 10px;
background: #d91d03;
color: #fff;
}
dl.products_price01 dd,dl.products_price02 dd{
font-size: 20px;
padding-left: 20px;
}
dl.products_price02 dt{
text-align:left;
font-size: 20px;
padding: 5px 10px;
background: #36a4c2;
color: #fff;
}
dl.products_price01 dd span{
text-align:left;
font-size: 28px;
color: #d91d03;
}
dl.products_price02 dd span{
text-align:left;
font-size: 28px;
color: #36a4c2;
}

div.flow_area{
  padding: 30px 0 0px; 
}
div.flow_wrap{
  padding: 40px 0 0;
}

.flow_list{
  width: 80%;
  margin: 20px 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: 14%;
  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;
}
.flow_list li dt,.flow_list li dd{
  height: auto;
}
.flow_list li dt{
  display: flex;
  align-items: center;
  background: #c48629;
  width: 30%;
  color: #FFF;
  font-size: 24px;
  justify-content: center;
}
.flow_list li dd{
  padding: 20px 34px;
  display: block;
  width: 68%;
  background: #fff;
  font-size: 18px;
  text-align: left;
  border: 2px solid #c48629;
}
.flow_list a{
  color: #09da54;
}

div.title_faq{
  width: 100%;
}
div.title_faq h2{
  font-size: 36px;
  font-weight: normal;
  color: #333;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.faq_area{
  padding: 60px 0 60px;  
}
div.faq_wrap{
  padding: 0px 0 0;
}
dl.faq_list{
  box-sizing: border-box;
  width: 80%;
  margin: 40px auto 20px;
  border-bottom:1px solid #c48629;
  padding-bottom: 10px;
}
dl.faq_list dt{
  font-weight: normal;
  cursor: pointer;
  position: relative;
  font-size:18px;
  text-align:left;
  box-sizing: border-box;
  padding:20px 0 10px 60px;
  margin:10px 0 0px 0px;
  border-top: 1px solid #c48629;
}
dl.faq_list dt span{
  color: #fc8786;
}
dl.faq_list dt:last-child{
}
dl.faq_list dt::before{
  position: absolute;
  content:'Q';
  color: #c48629;
  font-weight: normal;
  font-size:30px;
  display: inline-block;
  top:10px;;
  left:20px;
}
dl.faq_list dd{
  margin:10px auto;
  background: #fff;
  padding:20px 0 10px 60px;
  position: relative;
  font-size:18px;
  line-height: 1.7;
  text-align:left;
}
dl.faq_list dd::before{
  position: absolute;
  content:'A';
  font-weight: normal;
  font-size:30px;
  color:#c48629;
  display: inline-block;
  top:10px;;
  left:20px;
}
/*accodion*/
dl.faq_list dt:after {
   content: "";
   position: absolute;
   border-right: 2px solid #c48629;
   border-bottom: 2px solid #c48629;
   width: 10px;
   height: 10px;
   top:15px;
   right: 20px;
   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: 20px;
   transform: rotate(-135deg);
}


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

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

div.low_title{

}
div.low_title h1{
  font-size: 36px;
  color: #fff;
  font-weight: normal;
}
div.low_contents{
  padding: 60px 0 60px;  
}
.privacy_faq dt::before{
  content:'・' !important;
}

.privacy_faq dd::before{
  content:'・' !important;
}

.tokute_wrap{
  padding: 20px 0 20px;
}
table.toku_tb{
  width: 70%;
  border-collapse: collapse;
  margin: 0 auto;
}
table.toku_tb th{
  border-collapse: collapse;
  width: 35%;
  padding: 20px;
  font-size: 14px;
  text-align: right;
  border: 1px solid #9a5e00;
  font-weight: normal;
}
table.toku_tb td{
  border-collapse: collapse;
  width: 65%;
  padding: 20px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #9a5e00;
}

.sv_wrap{
  width: 1000px;
  margin: 0 auto 40px;
  border: 4px solid #9a5e00;
}
.sv_wrap h2{
  background: #9a5e00;
  padding: 12px 0 12px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
div.sv_box{

}
div.sv_l{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px 20px 20px;
  box-sizing: border-box;
}
div.sv_r{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 20px 40px;
  box-sizing: border-box;
}
div.sv_l a{
  display: block;
  transition: transform .6s ease;/* ゆっくり変化させる */
}
div.sv_l a:hover{
  transform: scale(1.1);/* 拡大 */
}
div.sv_img_box{
  width: 50%;
}
div.sv_kaitori{
  width: 45%;
  display: flex;
  justify-content: flex-start;
  align-items: center;

}
div.sv_kaitori h3{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d91d03;
  font-size: 18px;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
}
div.sv_kaitori dl{
  width: 80%;
  text-align: right;
  margin-left: auto;
}
div.sv_kaitori dl dt,dd{
  font-size: 18px;
}
div.sv_kaitori dl dt{
  padding-top: 10px;
}
div.sv_kaitori dl dd{
  padding-bottom: 10px;
  border-bottom: 1px solid #d91d03;
}
div.sv_kaitori dl dd:last-child{
  border: none;
}
.sv_kai{
  color: #d91d03;
}

div.sv_hanbai{
  width: 45%;
  display: flex;
  justify-content: flex-start;
  align-items: center;

}
div.sv_hanbai h3{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #36a4c2;
  font-size: 18px;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
}
div.sv_hanbai dl{
  width: 80%;
  text-align: right;
  margin-left: auto;
}
div.sv_hanbai dl dt,dd{
  font-size: 18px;
}
div.sv_hanbai dl dt{
  padding-top: 10px;
}
div.sv_hanbai dl dd{
  padding-bottom: 10px;
  border-bottom: 1px solid #36a4c2;
}
div.sv_hanbai dl dd:last-child{
  border: none;
}
.sv_han{
  color: #36a4c2;
}



/*contact*/
table.contact_tb{
  width: 70%;
  border-collapse: collapse;
  margin: 0 auto;
}
table.contact_tb th{
  border-collapse: collapse;
  width: 35%;
  padding: 20px;
  font-size: 14px;
  text-align: right;
  border: 2px solid #9a5e00;
  font-weight: normal;
}
table.contact_tb td{
  border-collapse: collapse;
  width: 65%;
  padding: 20px;
  font-size: 14px;
  text-align: left;
  border: 2px solid #9a5e00;
}
.r_tx{
  color: red;
}
/*input text design*/
.form-text{
  width: 100%;
  font-weight: bold;
  border: 2px solid #9a5e00;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-textarea{
  width: 100%;
  height: 250px;
  font-weight: bold;
  border: 2px solid #9a5e00;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-textmini{
  width: 30%;
  font-weight: bold;
  border: 2px solid #9a5e00;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-select01{
  width: 65%;
  font-weight: bold;
  border: 2px solid #9a5e00;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-select02{
  width: 20%;
  font-weight: bold;
  border: 2px solid #9a5e00;
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 14px;
  background: #fff;
}

/* チェックボックス03 */
input[type=checkbox] {
    display: none;
}
.form-checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 8px 30px 0;
    position: relative;
    width: auto;
}
.form-checkbox::before {
    background: #fff;
    border: 1px solid #9a5e00;
    border-radius: 3px;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.form-checkbox::after {
    border-right: 6px solid #9a5e00;
    border-bottom: 3px solid #9a5e00;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 9px;
}
input[type=checkbox]:checked + .form-checkbox::before {
    border-color: #666;
}
input[type=checkbox]:checked + .form-checkbox::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1,1,1);
}



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

.address_box{
  padding: 5px 0 5px;
}
::placeholder {
  font-weight: normal;
  color: #cccccc;
}
div.btn_row{
  padding: 20px 0 20px;
}
.submit-btn{
  width: 25%;
  padding: 15px;
  border-radius: 5px;
  background: #9a5e00;
  color: #fff;
  font-size: 20px;
  text-align: center;
  transition: 1.0s ;
  border: none;
  box-shadow: 2px 2px 4px #494949;
}
.submit-btn:hover{
  opacity: 0.8;
}
.order-btn{
  width: 30%;
  padding: 25px;
  border-radius: 5px;
  background: #9a5e00;
  color: #fff;
  font-size: 20px;
  text-align: center;
  transition: 1.0s ;
  border: none;
  box-shadow: 2px 2px 4px #494949;
}
.order-btn:hover{
  opacity: 0.8;
}
.order-prev-btn{
  width: 30%;
  padding: 25px;
  border-radius: 5px;
  background: #494949;
  color: #fff;
  font-size: 20px;
  text-align: center;
  transition: 1.0s ;
  border: none;
  box-shadow: 2px 2px 4px #494949;
}
.order-prev-btn:hover{
  opacity: 0.8;
}

.err_tx{
  color: red;
}

.disabled-submit{
  filter: grayscale(100%);
}
.disabled-submit:hover{
  transform: translateY(0) !important;
  opacity: 1 !important;
  cursor: no-drop;
}
.disabled-input{
  background: #eaeaea;
}
/*order*/
table.order_tb{
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
table.order_tb th{
  border-collapse: collapse;
  width: 30%;
  padding: 15px 20px 15px;
  font-size: 16px;
  text-align: right;
  border: 2px solid #9a5e00;
}
table.order_tb td{
  border-collapse: collapse;
  padding: 15px 20px 15px;
  font-size: 16px;
  text-align: left;
  border: 2px solid #9a5e00;
  font-weight: bold;
}
.order_td01{
  text-align: center !important;
}
table.order_tb td .item_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 5px 0;
}

h3.order_title{
  font-size: 20px;
  padding: 10px 0 10px;
  background: #9a5e00;
  color: #fff;
}
h3.order_title span{
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
h3.order_title span a{
  color: yellow;
}
.error_box{
  display: none;
  width: 80%;
  padding: 15px;
  text-align: left;
  margin: 10px auto;
  border-radius: 10px;
  border: 2px solid red;
  font-size: 14px;
  color: red;
}
.error_box2{
  display: none;
  width: 80%;
  padding: 15px;
  text-align: left;
  margin: 10px auto;
  border-radius: 10px;
  border: 2px solid red;
  font-size: 14px;
  color: red;
}



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

.iphone_kaitori{
  padding:20px 0 0;
}

div.sale_wrap{
  width:100%;
  padding:40px 0 40px;
}
div.sale_text{
  width:100%;
}
div.sale_text h3{
  background:#9a5e00;
  font-size:24px;
  color:#fff;
  padding:20px 0 20px;
}
div.sale_text p{
  line-height:1.5;
  font-size:16px;
  text-align:center;
  margin:0 auto;
  padding:30px 0 30px;
  color:red;
}
table.sale_tb{
  width:70%;
  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-top:1px solid #666;
  line-height:1.5;
  font-size:16px;
  text-align:right;
  margin:0 auto;
  padding:20px;
  box-sizing:border-box;
}