/* ==============================================
### フリーページ　用CSS　※未編集

https://sacsbar.com/p/about/privacy-policy
https://sacsbar.com/p/about/terms
=================================================*/

li {
  font-size: 1.2rem;
}
h4 {
  font-size: 1.4rem;
}
.shop__main {
  display: flex;
  justify-content: space-between;
}
/*-------BusinnesDetail.css---------*/
.pageTitle{
  font-size: 2.8rem;
  margin: 0 auto 40px;
  border: none;
  color:#000;
}
.businessdeal{
  width: 90%;
  margin: auto;
  margin-top: 70px;
}
.box:first-child{
  margin-bottom: 70px;
}
.pageTitle{
  font-size: 2.8rem;
  font-weight: bold;
}
.contitle01{
  font-size:20px;
  font-weight: 500;
  background-color: #e7e7e7;
  line-height:46px;
  margin-bottom: 50px;
  text-indent:20px;
}
.table01{
  line-height:25.2px;
  margin: auto;
  font-size: 1.5rem;
  width: 100%;
}

.table01 tbody th{
  border: solid 1px black;
  border-left:none;
  height: 56px;
  padding:15px;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}
.table01 tbody td{
  border: solid 1px black;
  border-right:none;
  height: 56px;
  padding:15px;
  vertical-align: middle;
}

.block_d{
  width: 95%;
  margin:0 auto 50px;
}
.contitle02{
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.text{
  line-height: 25px;
  font-size: 1.4rem;
}
.text__marginBottom{
  line-height: 25px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.block_d ul{
  margin-bottom: 10px;
}
.block_d li{
  font-size: 1.4rem;
  list-style:disc;
  margin-left:30px;
  line-height: 25px;
}


.FS2_bottom_btn_center_1 {
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.2rem;
  width: 40%;
  margin:20px auto 0;
}
.FS2_bottom_btn_center_1:hover {
  background-color: #efefef;
  color: #000;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
}
#alink01{
    padding-top: 160px;
    margin-top: -160px;
}
#alink02{
    padding-top: 160px;
    margin-top: -160px;
}
.alink_wrap2{
margin-top: 110px;
}
/*-------PrivacyPolicy-------*/
.layout_table{
  width: 90%;
  margin: auto;
  margin-top:70px;
}
.Definition{
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 10px;
  border: none;
}
.layout_content ul{
  margin-bottom: 10px;
}
.layout_content li{
  font-size: 1.4rem;
  list-style:disc;
  margin-left:30px;
  line-height: 25px;
}
.right{
  text-align: right;
  line-height: 25px;
  font-size: 1.4rem;
}
/*-------guide--------*/
.ttl01_{
  font-size: 2.2rem;
  margin-bottom:10px;
}
.ttl02_{
margin-bottom:5px;
}
.alinkarea ul{
  margin-bottom: 10px;
  text-align: center;
}
.alinkarea li{
  font-size: 1.6rem;
  list-style:disc;
  line-height: 25px;
  display: inline-block;
}
.banner1 img{
    max-width: 40px;
}
.banner2 img{
max-width: 500px;
}
.container{
  width: 90%;
  margin:auto;
  margin-top:70px;
}
.red{
  color:red;
}
.banner1{
  margin-bottom:20px;
}
.banner2 {
    text-align: left;
    margin-bottom: 50px;
}

.Arrow-Bottom {
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  margin-left: 20px;
  margin-right:30px;
}
.alinkarea{
  display: flex;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 28px 0px 20px;
    width: 100%;
    margin: 0px auto 40px;
}
.liText{
  display: block;
  margin-bottom: 10px;
}
.alinkarea-list{
  display: flex;
}
.alinkarea li{
 display: flex;
}
.guideList{
  margin-bottom: 20px;
}
.guideList li{
  font-size: 1.4rem;
  list-style:disc;
  margin-left:30px;
  line-height: 25px;
}
#alink01{
  margin-bottom: 100px;
}
@media screen and (max-width: 640px){
  .alinkarea{
    flex-wrap: wrap;
    width: 100%;
  }
    .Arrow-Bottom {
        margin-left: 10px;
    }
    .alinkarea li {
    margin-left: 19px;

    }
}
/*-------contact.css---------*/

.table02 {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}

.table02 th {
  width: 30%;
  background: #efefef;
  text-align: left;
  padding: 10px 20px;
  font-weight: normal;
  border: 1px solid #ccc;
}

.table02 th .require {
  background: #cc4545;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 5px;
  margin-left: 10px;
  border-radius: 3px;
  float: right;
    margin-top: 4px;
}

.table02 td {
  width: 70%;
  padding: 15px;
  border: 1px solid #ccc;
}
.form_subTitle{
  margin-bottom:40px;
}
.form_select{
  color:#333;
}


.table02 td br {
  display: none;
}

.table02 td input,
.table02 td textarea {
  padding: 8px 10px;
}

.table02 td input.text01 {
  margin-right: 15px;
  width: 30%;
  border: 1px solid #cccccc;
}

.table02 td input.text02 {
  width: 100%;
  display: block;
  border: 1px solid #cccccc;
}

.table02 td input.text03 {
  width: 100%;
}
.table02 td textarea {
  width: 100%;
  border: 1px solid #cccccc;
}


.table02 td .selectbox {
  position: relative;
  border: 1px solid #cccccc;
}

.table02 td .selectbox select {
  padding: 8px 30px 8px 10px;
}

.table02 td .selectbox::after {
  content: '笆ｼ';
  font-size: 0.875rem;
  color: #999;
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  pointer-events: none;
}

.table02 td label {
  margin-right: 10px;
}

.table02 td a {
  color: #8e7c42;
  text-decoration: underline;
}

.btnarea {
  text-align: center;
}

.btnarea .btn01 {
  background: #8e7c42;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 15px 0;
  width: 240px;
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btnarea .btn01:hover {
  background: rgba(142, 124, 66, 0.79);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btnarea .btn02 {
  border: 1px solid #8e7c42;
  color: #8e7c42;
  font-weight: bold;
  border-radius: 5px;
  padding: 15px 0;
  width: 240px;
  display: inline-block;
  text-align: center;
  margin: 0 5px;
}

.mw_wp_form_confirm .selectbox::after {
  display: none;
}

input[type="submit" i] {
    appearance: push-button;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: -internal-light-dark(black, white);
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    padding: none;
    border-width: none;
    border-style: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-color: none;
    border-image: none;
}
.store_choice{
    width: 100%;
    display: block;
    border: 1px solid #cccccc;
    color:#333;
}
.store_top .content-r {
    width: 960px;
    max-width: none;
    margin: auto;
    padding-top: 0;
    margin-top: -100px;
    display: block;
    float: none;
}
.contact_wrap{
    margin-top:40px;
}

@media screen and (max-width: 640px) {
  .table02 th,.table02 td {
    border-bottom: none !important;
    display: block;
    width: 100%;
  }
.businessdeal {
    width: 90%;
    margin: auto;
    margin-top: 40px;
}
.store_top .content-r {
    padding-top: 0;
    margin-top: 0px;
    float: none;
    max-width: 100%;
}
.contact_wrap {
    margin-top: 30px;
}
}
.giftwrapping {
  .image {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .giftwrapping {
    .image {
      width: 100%;
    }
  }
}
