@charset "utf-8";

.for_pc {
  display: none;
}

.for_sp {
  display: block;
}

.kv_sub_title2 .for_pc {
  display: none !important;
}

body {
  margin: 0;
  /*font-family: "Yu Gothic", Yu Gothic, "游ゴシック", "Yu Minch", Yu Minch, "游明朝", "メイリオ", Meiryo, "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #FAEFEF;
}

.wrapper, .kv_img, section.features {
  width: 100%;
  margin: 0 auto;
}

header {
  background-color: #fff;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  margin: 0 auto;
  padding: 20px 0;
}
.header div.img,.header div.text {
  padding: 0 5px;
}

  .header .img img {
    width: 100%;
  }

.header div.text {
  border-left: 2px #99292e solid;
  width: 100%;
}

.header div.text div:first-child{
  color: #99292e;
  font-size: 3.4vw;
  font-weight: bold;
  letter-spacing: -1px;
}

.header div.text div:nth-child(2){
  color: #d1b100;
  font-size: 4.5vw;
  font-weight: bold;
  letter-spacing: -1.5px;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 1px 0px 1px #000, 0px 1px 1px #000, -1px 0px 1px #000, 0px -1px 1px #000;
  line-height: 1.2;
}

.wrapper {
}

.kv_img img {
  width: 100%;
}
.kv_sub {
  background-image: url("../img/bg_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 109px;
  z-index: 1;
}

.kv_sub_title1{
  margin: 0 auto;
  padding: 3px 0 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 4.3vw;
  letter-spacing: -1px;
}

.kv_sub_title1 span{
  color: #fed702;
  font-size: 5.5vw;
}

.kv_sub_title2 {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  padding-left: 55px;
  position: relative;
}

.kv_sub_title2 span{
  color: #fff;
  font-weight: bold;
  font-size: 1.8em;
  letter-spacing: -1px;
  text-shadow: 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000, 2px 0px 1px #000, 0px 2px 1px #000, -2px 0px 1px #000, 0px -2px 1px #000;
}

.kv_sub_title2:before {
  content: '';
  display: inline-block;
  width: 65px;
  height: 65px;
  background-image: url(../img/circle01_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -11px;
  left: 10px;
}

.kv_sub_title2 span {
  display        : inline-block;
  color          : #fff;
  font-size      : 4.5vw;
  letter-spacing : -3px;
  text-shadow    : 
       2px  2px 1px #000,
      -2px  2px 1px #000,
       2px -2px 1px #000,
      -2px -2px 1px #000,
       2px  0px 1px #000,
       0px  2px 1px #000,
      -2px  0px 1px #000,
       0px -2px 1px #000;
}

.kv_sub_title2 span:first-child {
  position: absolute;
  top: -17px;
  left: 18%;
}

.kv_sub_title2 span:nth-child(4) {
  position: absolute;  
  bottom: -13px;
  right: 3%;
}

.img_otakara {
  width: 85%;
  margin: 10px auto 0;
}

.underbar.white {
  width: 100px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 72.8%;
  left: 29.2%;
  z-index: -1;
}

section.features {
  background-color: #eeeddb;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 20px 0;
}

.point1, .point2, .point3 {  
  border: #d1b100 4px solid;
  border-radius: 10px;
  background-color: #fff;
  margin: 5px auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-bottom: 3.1vw;
}

.point_sub {
  width: 100%;
}

.point_title {
  width: 100%;
  padding: 15px 0 5px 0;
  margin: 0 10px 0 65px;
  font-size: 6.3vw;
  letter-spacing: -2px;
  font-weight: bold;
  height: 35px;
  line-height: 1;
  border-bottom: #d1b100 2px solid;
  position: relative;
}

.point_title:before {
  position: absolute;
  top: -1px;
  left: -55px;
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;  
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.point_title span {
  color: #99292e;
}

.point1 .point_title {
  font-size: 8vw;
}

.point1 .point_title:before {
  background-image: url('../img/point1.png');
}

.point2 .point_title:before {
  background-image: url('../img/point2.png');
}

.point3 .point_title {
  font-size: 6.8vw;
}

.point3 .point_title:before {
  background-image: url('../img/point3.png');
}

.point3 .point_title span {
}

.point_img {
  text-align: center;
  margin: 15px auto;
  height: auto;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.point_img img {
  width: 100%;
}

.point_text {
  margin: 0;
  background-color: #f6f6f2;
  padding: 10px;
  font-size: 4vw;
  font-weight: bold;
  width: 90%;
  line-height: 1.6;
}

.point_sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px auto 5px;
}

.point_sub_button {
  width: 60%;
}
  
.point_sub_button img {
  width: 100%;
}

.point_sub_bubble {
  font-size: 6vw;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 auto 15px;
}

.point_sub_bubble:before, .point_sub_bubble:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/slush.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: initial;
}
  
.point_sub_bubble:after {
   transform: scale(-1, 1);
}

h2#lists {
  margin: 10px auto;
}

.lists {
  background-color: #fff;
  padding: 15px 0 20px;
  width: 100%;
  margin: 0 auto;
}

.lists_bubble {
  background-image: url("../img/bubble02_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 15px;
  height: 146px;
}

.lists_bubble_text {
  position: relative;
  z-index: 1;
  width: 75%;
  float: right;
}

.lists_bubble_text div:first-child {
  font-size: 4vw;
  font-weight: bold;
  margin: 10px 0 5px;
  line-height: 1.2;
}

.lists_bubble_text div:nth-child(2) {
  font-size: 11.2vw;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: bold;
  color: #be0913;
  margin-top: -21px;
}

.lists_bubble_span {
  font-size: 6vw;
  letter-spacing: -2px;
}

.lists_bubble_span_s {
  font-size: 0.8em;
}

.underbar.yellow {
  width: 92%;
  height: 20px;
  background-color: #fcf8a8;
  position: absolute;
  top: 77%;
  left: 1%;
  z-index: -1;
}

h2 {
  background-color: #99292e;
  text-align: center;
  color: #fff;
  font-size: 2em;
  padding: 5px 0;  
}

h2#ex_lists {
  margin-bottom: 10px;
}

ul.ul.lists {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0;
}

ul.ul.lists li{
  width: 43%;
  margin: 10px auto;
}

ul.ul.lists li div.img{
  height: 175px;
  border: 1px solid #929292;
  margin: 0 auto;
  padding: 3px;
  background: linear-gradient(#fefdfd, #edecec);
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.ul.lists li div.img img{
  width: 100%;
  flex-basis: fit-content;
}

ul.ul.lists li div.title{
  font-size: 6.5vw;
  color: #be0913;
  font-weight: bold;
  letter-spacing: -1px;
  padding-left: 10px;
  margin: 0;
  position: relative;
}

ul.ul.lists li div.title:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 22px;
  background-color: #be0913;
  position: absolute;
  top: 8px;
  left: 0px;
}

ul.ul.lists li div.text{
  line-height: 1.3;
}

ul.ul.lists li:nth-child(7) div.title{
    font-size: 6vw;
    letter-spacing: -2px;
    padding: 2px 0 2px 10px;
}

.ex_lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 95%;
  margin: 10px auto 15px;
}

.ex_lists div:first-child{
  width: 35%;
  padding: 10px;
}

.ex_lists div:first-child img{
  width: 100%;
}

.ex_lists div:nth-child(2){
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

ul.ul.ex_lists {
  list-style-type: none;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border-top: 4px solid #99292e;  
  border-bottom: 4px solid #99292e;
  box-sizing: border-box;
  background-color: #f6f6f2;
  margin: 0;
  width: 100%;
}

ul.ul.ex_lists li{
  width: 47%;  
  border: 2px solid #99292e;
  margin: 5px auto;
  background-color: #fff;
}

ul.ul.ex_lists li div.flag{
  background-color: #99292e;
  color: #fff;
  margin: 7px auto;
  padding: 3px 0 5px 15px;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.2vw;
  letter-spacing: 18px;
  font-weight: bold;
}

ul.ul.ex_lists li div.img{
  margin: 0 auto;
  padding: 0;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.ul.ex_lists li div.img img{
  height: 170px;
}

ul.ul.ex_lists li:first-child div.img img, ul.ul.ex_lists li:nth-child(2) div.img img{
  height: 210px;
}

ul.ul.ex_lists li:nth-child(3) div.img img{
  height: 120px;
}

ul.ul.ex_lists li:nth-child(4) div.img img{
  height: 90px;
}

ul.ul.ex_lists li:nth-child(5) div.img img, ul.ul.ex_lists li:nth-child(6) div.img img{
  height: 180px;
}

ul.ul.ex_lists li:nth-child(7) div.img img{
  height: 100px;
}

ul.ul.ex_lists li:nth-child(8) div.img img{
  height: 110px;
}

ul.ul.ex_lists li div.brand{
  padding-left: 13px;
  margin: 0 10px;
  color: #8b8961;
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
  letter-spacing: -2px;
}  
  
ul.ul.ex_lists li div.brand:before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 20px;
  background-color: #8b8961;
  position: absolute;
  top: 6px;
  left: 0px;
}

ul.ul.ex_lists li div.product{
  margin: 0 10px;
  padding-bottom: 3px;
  font-weight: bold;
  border-bottom: dotted 2px #a8494d;
  height: 50px;
  font-size: 5.8vw;
  letter-spacing: -3px;
  line-height: 1.1;
}

ul.ul.ex_lists li:nth-child(7) div.product{
  font-size: 5.7vw;
}

ul.ul.ex_lists li:nth-child(8) div.product{
  letter-spacing: -1px;
}

ul.ul.ex_lists li div.price div:first-child{
  width: 80%;
  line-height: 1.2;
  letter-spacing: 2px;
  padding: 3px 0;
  font-size: 3.5vw;
  margin-left: 10px;
}

ul.ul.ex_lists li div.price div:nth-child(2) span{
  color: #cd121d;
  font-size: 10.5vw;
  font-weight: bold;
  padding-right: 2px;
  letter-spacing: -1px;
}

ul.ul.ex_lists li:first-child div.price div:nth-child(2) span, ul.ul.ex_lists li:nth-child(2) div.price div:nth-child(2) span, ul.ul.ex_lists li:nth-child(6) div.price div:nth-child(2) span{
  color: #cd121d;
  font-size: 9.5vw;
  letter-spacing: -3px;  
}


.shop {  
  border: 3px solid #99292e;
  width: 95%;
  margin: 30px auto;
}

.shop_name {
  margin: 10px auto 15px;
  width: 95%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #aaaaaa;  
}

.shop_name div:first-child{
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 13px;
  line-height: 1.1;
  position: relative;
}

.shop_name div:first-child:before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 45px;
  background-color: #99292e;
  position: absolute;
  top: 3px;
  left: 0px;
}

.shop_name div:nth-child(2){
  border-radius: 10px;
  font-size: 4vw;
  position: relative;
  line-height: 1;
}

.shop_name div:nth-child(2):after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #d1b100;
  position: absolute;
  top: 40%;
  right: 5%;
  margin-top: -5px;
}

.shop_name div:nth-child(2) a{
  display: block;
  color: #000;
  text-decoration: none;
  border: 2px solid #d1b100;
  padding: 5px 17px 7px 5px;
  border-radius: 10px;
}

.shop_detail {  
  width: 95%;
  margin: 0 auto;
}
.shop_detail div.img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop_detail div.img img {
  width: 100%;
}

.detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  width: 100%;
}

.detail div{
  padding: 5px;
  margin: 5px;
}

.detail div:nth-child(odd){
  background-color: #f6f6f2;
  width: 30%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail div:nth-child(even){
  width: 58%;
  line-height: 1.3;
  border-bottom: 1px #999 solid;
  display: flex;
  justify-content: left;
  align-items: center;
}

.shop_map {
  margin: 10px auto;
    padding: 10px 0 20px;
    width: 100%;
    text-align: center;
   
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 2px;
}


.shop_otakara{
 font-size: 0.8em;
}

iframe {
  width: 95%;
    height: 200px;
}

footer {
  background-color: #99292e;
  padding: 20px 0;
}

.footer_inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer div.logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer div.link {
  width: 100%;
}

footer ul{
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 10px;
  width: 95%;
}

footer ul li{
  width: 26%;
   padding-left: 10px;
  margin: 10px auto;
  font-size: 0.95em;
  color: #fff;
}

footer ul li a{
  color: #fff;
  text-decoration: none;
}

footer ul li:nth-child(2), footer ul li:nth-child(3){
  border-left: 1px solid #fff;
}


@media screen and (min-width:450px) {
  
.for_pc {
  display: block;
}
  
.header div.img,.header div.text span.for_pc{
  display: inline;
}
  
.kv_sub_title2 .for_pc {
  display: inline-block!important;
}

.for_sp {
  display: none;
}
  
body {
  margin: 0;
  /*font-family: "Yu Gothic", Yu Gothic, "游ゴシック", "Yu Minch", Yu Minch, "游明朝", "メイリオ", Meiryo, "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #FAEFEF;
}

.wrapper, .kv_img, section.features {
  max-width: 980px;
  min-width: 980px;
  margin: 0 auto;
}

header {
  background-color: #fff;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  margin: 0 auto;
  padding: 20px 0;
}
.header div.img,.header div.text {
  padding: 0 30px 0 10px;
}

  .header .img img {
    width: 100%;
  }
  
.header div.text {
  border-left: 5px #99292e solid;
  width: auto;
}

.header div.text div:first-child{
  color: #99292e;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 1px;
}

.header div.text div:nth-child(2){
  color: #d1b100;
  font-size: 1.2em;
  font-weight: bold;  
  letter-spacing: 1px;
}

.wrapper {
  background-color: #fff;
}

.kv_img img {
  width: 100%;
}
.kv_sub {
  background-image: url("../img/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 180px;  
  position: relative;
  z-index: 1;
}

.kv_sub_title1{
  margin: 0 auto;
  padding: 15px 0 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  letter-spacing: -1px;
}

.kv_sub_title1 span{
  color: #fed702;
  font-size: 1.5em;
}

.kv_sub_title2 {
  margin: 0 auto;
  padding-left: 50px;
  text-align: center;
  position: inherit;
}
  
.kv_sub_title2 span{
  color: #fff;
  font-weight: bold;
  font-size: 1.8em;
  letter-spacing: -1px;
  text-shadow: none;
  position: inherit;
}
  
.kv_sub_title2 span:first-child{
  position: inherit;
  top: 0;
  left: 0;  
}
  
.kv_sub_title2 span:nth-child(4){
  position: inherit;
  bottom: 0;
  right: 0;  
}

.kv_sub_title2:before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url('../img/circle01.png');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: -5%;
  left: 9%;
}

.kv_sub_title2 span.for_pc {
  display        : inline-block;
  color          : #000;
  font-size      : 2.7em;
  letter-spacing : -1px;
  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
}

.underbar.white {
  width: 334px;
  height: 20px;
  background-color: #fed702;
  position: absolute;
  top: 72.8%;
  left: 27.2%;
  z-index: -1;
}

section.features {
  background-color: #eeeddb;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 20px 0;
}

.point1, .point2, .point3 {  
  border: #d1b100 4px solid;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  width: 31%;
  min-height: auto;
  display: block;
  flex-wrap: nowrap;
}

.point_sub {
  width: 100%;
}
  
.point_title {
  width: 75%;
  padding: 10px 0 8px 0;
  margin: 0 0 0 70px;
  height: auto;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.1;
  min-height: 55px;
  border-bottom: none;
}
  
.point_title:before {
  position: absolute;
  top: -1px;
  left: -60px;
  content: '';
  display: inline-block;
  width: 65px;
  height: 65px;  
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.point_title span {
  color: #99292e;
  font-size: 1.9em;
  letter-spacing: 7px;
}

.point1 .point_title {
  letter-spacing: 5px;
  font-size: 1.5em;
}

.point2 .point_title {
  letter-spacing: 3px;
}

.point3 .point_title {
  font-size: 1.5em;
  letter-spacing: 6px;
}

.point3 .point_title span {
  font-size: 1.5em;
  letter-spacing: 0;
}
.point_img {
  text-align: center;
  border-top: #e5c304 2px solid;
  margin: 0 auto;
  height: 165px;
  width: 90%;
}

.point_img img {
  margin-top: 15px;
  height: 155px;
  width: auto;
}

.point_text {
  margin: 15px auto;
  background-color: #f6f6f2;
  padding: 5px;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 1px;
  height: 200px;
  width: 90%;
}

.point_sub {
  display: flex;
  justify-content: space-evenly;
  margin: 30px auto 0;
  width: 100%;
}
  
.point_sub_bubble:before, .point_sub_bubble:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 30px;
  background-image: url(../img/slush.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: initial;
}
  
.point_sub_bubble:after {
   transform: scale(-1, 1);
}

.point_sub_button {
  width: 27%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
  
.point_sub_button img {
  width: 100%;
}

.point_sub_bubble {
  font-size: 2.3em;
  font-weight: bold;
  letter-spacing: 2px;
  width: 68%;
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 0;
}
  
h2#lists {
  margin: 20px auto;
}

.lists {
  background-color: #fff;
  padding: 30px 0 20px;
  width: 90%;
}

.lists_bubble {
  background-image: url("../img/bubble02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 20px;
  margin: 0;
  height: 120px;
}

.lists_bubble_text {
  position: relative;
  z-index: 1;
  width: 100%;
  float: inherit;
}

.lists_bubble_text div:first-child {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 100px;
}

.lists_bubble_text div:nth-child(2) {
  font-size: 3em;
  letter-spacing: -6px;
  line-height: 1;
  font-weight: bold;
  color: #be0913;
  margin: 10px auto;
  padding-left: 100px;
}
  
.lists_bubble_span {
  font-size: 1em;
  letter-spacing: inherit;  
}

.lists_bubble_span_s{
  
}

.underbar.yellow {
     width: 704px;
    height: 20px;
    background-color: #fcf8a8;
    position: absolute;
    top: 78.3%;
    left: 12.3%;
    z-index: -1;
}

h2 {
  background-color: #99292e;
  text-align: center;
  color: #fff;
  font-size: 2em;
  padding: 5px 0;
  
}

ul.ul.lists {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0;
  width: 100%;
}

ul.ul.lists li{
  width: 32%;
  margin: 10px auto;
}

ul.ul.lists li div.img{
  height: 210px;
  border: 1px solid #929292;
  margin: 0 auto;
  background: linear-gradient(#fefdfd, #edecec);
  display: flex;
  align-items: center;
  justify-content: center;
}
  
ul.ul.lists li div.img img{
  height: 200px;
  width: auto;
  flex-basis: inherit;
}
  
ul.ul.lists li:nth-child(2) div.img img{
  height: 190px;
}
  
ul.ul.lists li div.title{
  font-size: 1.8em;
  color: #be0913;
  font-weight: bold;
  letter-spacing: -1px;
  padding-left: 12px;
  margin: 10px 0 0;
  position: relative;
}

ul.ul.lists li div.title:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 25px;
  background-color: #be0913;
  position: absolute;
  top: 10px;
  left: 0px;
}
  
ul.ul.lists li div.text{
  line-height: 1.5;  
  font-size: 1.3em;
}
  
ul.ul.lists li:nth-child(7) div.title{
  font-size: 1.8em;
  letter-spacing: -1px;
  padding: 0 0 0 10px;
}
  
.ex_lists {
  display: flex;
  width: 95%;
  margin: 20px auto;
}

.ex_lists div:first-child {
  width: 17%;
  padding: 5px;
}
  
.ex_lists div:nth-child(2){
  font-size: 1.2em;
  font-weight: bold;
  padding: 2px 5px 7px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 80%;
}

ul.ul.ex_lists {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border: 4px solid #99292e;
  box-sizing: border-box;
  background-color: #f6f6f2;
  margin: 0;
  width: 100%;
}

ul.ul.ex_lists li{
  width: 30%;  
  border: 2px solid #99292e;
  margin: 20px auto;
  background-color: #fff;
}

ul.ul.ex_lists li div.flag{
  display: none;
}

ul.ul.ex_lists li div.img{
  margin: 20px auto 0;
  padding: 5px;
  height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
  
ul.ul.ex_lists li div.img:before{
  content: '高価買取';
  color: #fff;
  padding: 5px;
  font-weight: normal;
  font-size: 0.8em;
  display: inline-block;
  width: 65px;
  height: 25px;
  background-color: #99292e;
  position: absolute;
  top: -10px;
  left: -12px;
}
  
ul.ul.ex_lists li div.img img{
  height: 170px;
}

ul.ul.ex_lists li:first-child div.img img, ul.ul.ex_lists li:nth-child(2) div.img img{
  height: 245px;
}

ul.ul.ex_lists li:nth-child(3) div.img img{
  height: 180px;
}
  
ul.ul.ex_lists li:nth-child(4) div.img img{
  height: 130px;
}

ul.ul.ex_lists li:nth-child(5) div.img img, ul.ul.ex_lists li:nth-child(6) div.img img{
  height: 235px;
}

ul.ul.ex_lists li:nth-child(7) div.img img{
  height: 155px;
}

ul.ul.ex_lists li:nth-child(8) div.img img{
  height: 170px;
}
  
ul.ul.ex_lists li:nth-child(9) div.img img{
  height: 190px;
}

ul.ul.ex_lists li div.brand{
  padding-left: 15px;
  margin: -3px 10px 0;
  color: #8b8961;
  font-weight: bold;
  font-size: 1.3em;
  position: relative;
}
  
  
ul.ul.ex_lists li div.brand:before{
  content: '';
  display: inline-block;
  width: 8px;
  height: 20px;
  background-color: #8b8961;
  position: absolute;
  top: 5px;
  left: 0px;
}

ul.ul.ex_lists li div.product{
  margin: 0 10px;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: dotted 2px #a8494d;
  font-size: 1.6em;
  letter-spacing: -3px;
  height: 30px;
}

ul.ul.ex_lists li:nth-child(7) div.product {
  font-size: 1.7em;
}
  
ul.ul.ex_lists li:nth-child(8) div.product, ul.ul.ex_lists li:nth-child(9) div.product{
  letter-spacing: -1px;
}
  
ul.ul.ex_lists li div.price{
  display: flex;  
  justify-content: space-between;
  align-items: center;
}

ul.ul.ex_lists li div.price div:first-child{
  border: 1px solid #a9a9a9;
  width: 16%;
  line-height: 1.2;
  letter-spacing: 2px;
  margin: 10px 0 10px 7px;
  padding: 2px;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.ul.ex_lists li div.price div:nth-child(2) span{
  color: #cd121d;
  font-size: 2.5em;
  letter-spacing: -3px;
}

ul.ul.ex_lists li:first-child div.price div:nth-child(2) span, ul.ul.ex_lists li:nth-child(2) div.price div:nth-child(2) span, ul.ul.ex_lists li:nth-child(6) div.price div:nth-child(2) span{
  color: #cd121d;
  font-size: 2.2em;
}

.shop {  
  border: 3px solid #99292e;
  width: 95%;
  margin: 30px auto;
}
.shop_name {
      margin: 20px auto;
    width: 95%;
    display: flex;
  justify-content: inherit;
    padding-bottom: 10px;
    border-bottom: 2px solid #aaaaaa;
}

.shop_name div:first-child{
  font-size: 2.1em;
  font-weight: bold;
  padding-left: 28px;
  padding-top: 2px;
  letter-spacing: -3px;
  line-height: 1.1;
}
  
.shop_name div:first-child:before{
  content: '';
  display: inline-block;
  width: 23px;
  height: 35px;
  background-color: #99292e;
  position: absolute;
  top: 4px;
  left: 0px;
}

.shop_name div:nth-child(2){
  font-size: 1.5em;
  margin-left: 30px;
  position: relative;
}
.shop_name div:nth-child(2):after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #d1b100;
    position: absolute;
    top: 45%;
    right: 5%;
    margin-top: -5px;
}
  
.shop_name div:nth-child(2) a{
  display: block;
  color: #000;
  text-decoration: none;
  border: 2px solid #d1b100;
  padding: 5px 25px 7px 10px;
  border-radius: 10px;
}

.shop_detail {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}
.shop_detail div.img {
  width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop_detail div.img img {
  width: 100%;
}

.detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  width: 59%;
}

.detail div{
  padding: 5px;
  margin: 2px;
}

.detail div:nth-child(odd){
  background-color: #f6f6f2;
  width: 30%;
  font-weight: bold;
  text-align: center;
  font-size: 1.3em;  
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail div:nth-child(even){
  width: 60%;
  line-height: 1.3;
  border-bottom: none;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 1.4em;
}
.shop_map {
  margin: 20px auto 30px;
    padding: 10px 0 20px;
    width: 95%;
    text-align: center;
    background-color: #f6f6f2;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 2px;
}
  
.shop_otakara{
 font-size: 1em;
}

iframe {
  width: 700px;
  height: 300px;
  }  
  
  
footer {
  background-color: #99292e;
  padding: 20px 0;
}

.footer_inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

footer div.logo {
  width: 242px;
  display: flex;
  align-items: center;
  justify-content: right;
}

footer div.link {
  width: 82%;
  display: flex;
  align-items: center;
  justify-content: left;
}
  
footer ul{
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
  margin: 10px;
  width: 100%;
}

footer ul li{
  width: 33%;
  margin: 0;
  font-size: 1.3em;
  text-align: center;
  color: #fff;
}

footer ul li a{
  color: #fff;
  text-decoration: none;
}

footer ul li:nth-child(2), footer ul li:nth-child(3){
  border-left: 3px solid #fff;
}
}

/* 年末年始のお知らせ */
.wrapper .p-newyearInfo {
  margin: 5% 10%;
  border: solid 3px;
  border-color: #99292e;
  padding: 2%;
}

@media screen and (max-width:768px) {
  .wrapper .p-newyearInfo {
    margin: 5%;
    background-color: white;
  }
}

.wrapper .c-newyearInfo_ttl {
  font-size: clamp(18px ,2.4vw ,24px);
  margin-bottom: 1%;
  margin-top: 0;
}

.wrapper .c-newyearInfo_txt {
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.5;
}

@media screen and (max-width:768px) {
  .wrapper .c-newyearInfo_txt {
    font-size: max(1.4vw, 14px);
    margin-top: 8px;
    margin-bottom: 4px;
  }
}

.wrapper .c-newyearInfo_link {
  text-decoration: underline;
  font-size: clamp(13px ,1.8vw ,18px);
}
/* バナーエリアの追加 */
.bnrArea{ margin: 2.5% 0;}
.bnrArea picture { display: block;  width: 80%; margin: 0 auto;}
.bnrArea picture img{ width: 100%;}

