.common_title {
  position: relative;
  max-width: 650px;
  margin: 0 auto 40px;
  padding: 0 0 30px;
  border-bottom: 3px solid #B6C9D7;
}
.common_title .point {
  position: absolute;
}
.common_title h2 {
  margin: 0 0 10px;
  color: #1A1A1A;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-feature-settings: "palt";
}
.common_title h2 span {
  display: block;
  font-size: 24px;
}
.common_title .en {
  display: inline-block;
  background-color: #111;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 30px;
  border-radius: 30px;
  letter-spacing: 2px;
}

.common_btn a {
  width: 210px;
  font-size: 16px;
  font-weight: bold;
}
.common_btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}

@media (max-width: 751px) {
  .common_title {
    margin: 0 auto 40px;
    padding: 0 0 30px;
  }
  .common_title h2 {
    margin: 0 0 10px;
    font-size: 25px;
    line-height: 1.5;
  }
}
/*#bunjyo----------------------------*/
#bunjyo .common_title .point {
  width: 155px;
  top: -15px;
  left: calc(50% - 280px);
  background-color: transparent;
}
#bunjyo .common_title .point:before {
  content: none;
}
#bunjyo .common_title h2 span {
  display: block;
  font-size: 24px;
}
#bunjyo .common_title .en {
  background-color: #F0C01D;
}
#bunjyo .list {
  max-width: 1000px;
  margin: 0 auto;
}
#bunjyo .list .bxslider li {
  margin-left: 20px;
}
#bunjyo .list .bxslider li:nth-child(3n-2) {
  margin-left: 0;
}
#bunjyo .common_btn a {
  background-color: #E39A00;
}
@media (max-width: 751px) {
  #bunjyo .common_title {
    padding-top: 30px;
  }
  #bunjyo .common_title .point {
    width: 110px;
    top: -50px;
    left: -15px;
  }
  #bunjyo .common_title .point:before {
    content: none;
  }
  #bunjyo .common_title h2 span {
    font-size: 20px;
  }
  #bunjyo .list {
    margin-bottom: 40px;
  }
  #bunjyo .list .bxslider li {
    margin-left: 0;
  }
}
/*#search----------------------------*/
.alpha {
  background-image: url(../images/okada_ver/s_search_bg_02.svg), url(../images/okada_ver/s_search_bg_01.png), url(../images/okada_ver/bg_check.svg);
  background-size: 250px auto, 250px auto, 18px;
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: 102% 22%, left bottom, center;
}

#search .common_title .en {
  background-color: #80BE6D;
}
#search .serach_box {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0 0 25px 0 rgba(64, 70, 61, 0.3);
}
#search .serach_box .title .num {
  margin: 0 0 5px;
  padding: 0;
  background-color: transparent;
  color: #0B1656;
  font-size: 14px;
}
#search .serach_box .title .num span {
  font-size: 20px;
}
#search .serach_box .title h3 {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
}
#search .serach_box .flex form#search_form {
  display: flex;
  flex-wrap: wrap;
  width: 630px;
}
#search .serach_box .flex form#search_form .fl_left {
  width: 210px;
  margin-right: 20px;
}
#search .serach_box .flex form#search_form .fl_left #step01 {
  width: 100%;
  margin-right: 0;
}
#search .serach_box .flex form#search_form .fl_left #step01 .inner {
  box-sizing: border-box;
  height: 370px;
  margin-top: 10px;
  background-color: rgba(182, 201, 215, 0.5);
  border-radius: 8px;
}
#search .serach_box .flex form#search_form .fl_left #step01 .inner dl#type_buy {
  height: 100%;
  padding: 15px;
  background-color: transparent;
  border: none;
  margin-top: 0;
}
#search .serach_box .flex form#search_form .fl_left #step01 .inner dt {
  padding: 5px 10px;
  border-bottom: none;
  background-color: #FFF;
  color: #4A8092;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
}
#search .serach_box .flex form#search_form .fl_left #step01 .inner dd {
  padding: 0 0 0 3px;
}
#search .serach_box .flex form#search_form .fl_right {
  width: 400px;
}
#search .serach_box .flex form#search_form .fl_right #step02 {
  width: 100%;
}
#search .serach_box .flex form#search_form .fl_right #step02 .inner {
  box-sizing: border-box;
  margin-top: 10px;
  padding: 10px;
  background-color: rgba(182, 201, 215, 0.5);
  border-radius: 8px;
}
#search .serach_box .flex form#search_form .fl_right #step03 {
  width: 100%;
}
#search .serach_box .flex form#search_form .fl_right #step03 .inner {
  box-sizing: border-box;
  margin-top: 10px;
  padding: 10px;
  background-color: rgba(182, 201, 215, 0.5);
  border-radius: 8px;
}
#search .serach_box .flex form#search_form .fl_right #step03 .inner .city a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  border-radius: 5px;
}
#search .serach_box .flex form#search_form .fl_right #step03 .inner .kawagoe {
  height: 60px;
}
#search .serach_box .flex form#search_form .fl_right #step03 .inner .hidaka {
  height: 40px;
}
#search .serach_box .flex form#search_form .fl_right #step03 .inner .hannou {
  height: 40px;
}
#search .serach_box .flex form#search_form .fl_right #step03 .inner .sayama {
  height: 60px;
}
#search .serach_box .flex form#search_form .fl_right #step03 .inner .iruma {
  height: 60px;
}
#search .serach_box .flex form#search_form .fl_right #step03 .inner .tokorozawa {
  height: 60px;
}
#search .serach_box .flex form#search_form .fl_right #step03 .inner .tokyo {
  height: 60px;
}
#search .serach_box .article {
  float: none;
}
#search ul.other li a {
  background-color: #37A173;
  color: #FFF;
}

@media (max-width: 751px) {
  .alpha {
    padding-bottom: 250px;
    background-size: 160px auto, 180px auto, 18px;
    background-position: 66% 87%, center bottom, center;
  }
  #search .top_copy {
    text-align: center;
  }
  #search .serach_box {
    flex-wrap: wrap;
    padding: 15px;
    border-radius: 8px;
  }
  #search .serach_box .title {
    display: block;
  }
  #search .serach_box .title .num {
    font-size: 12px;
    font-weight: bold;
  }
  #search .serach_box .title .num span {
    display: inline-block;
    margin-left: 3px;
    font-size: 18px;
    font-weight: bold;
  }
  #search .serach_box .title h3 {
    font-size: 15px;
  }
  #search .serach_box .flex form#search_form {
    flex-wrap: wrap;
    width: 100%;
  }
  #search .serach_box .flex form#search_form .fl_left {
    width: 100%;
    margin-right: 0;
  }
  #search .serach_box .flex form#search_form .fl_left #step01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #search .serach_box .flex form#search_form .fl_left #step01 .inner {
    height: auto;
  }
  #search .serach_box .flex form#search_form .fl_left #step01 .inner dl#type_buy {
    height: 100%;
    padding: 15px;
  }
  #search .serach_box .flex form#search_form .fl_left #step01 .inner dt {
    padding: 5px 10px;
  }
  #search .serach_box .flex form#search_form .fl_left #step01 .inner dd {
    padding: 0 0 0 3px;
  }
  #search .serach_box .flex form#search_form .fl_left #step01 .inner dd ul {
    width: 100%;
  }
  #search .serach_box .flex form#search_form .fl_left #step01 .inner dd ul li {
    width: 100%;
    line-height: 1.2;
  }
  #search .serach_box .flex form#search_form .fl_right {
    width: 100%;
  }
  #search .serach_box .flex form#search_form .fl_right #step02 {
    width: 100%;
    margin-bottom: 20px;
  }
  #search .serach_box .flex form#search_form .fl_right #step02 .inner {
    box-sizing: border-box;
    margin-top: 10px;
    padding: 10px;
    background-color: rgba(182, 201, 215, 0.5);
    border-radius: 8px;
  }
  #search .serach_box .flex form#search_form .fl_right #step03 {
    width: 100%;
    margin-bottom: 20px;
  }
  #search .serach_box .flex form#search_form .fl_right #step03 .inner {
    box-sizing: border-box;
    margin-top: 10px;
    padding: 10px;
    background-color: rgba(182, 201, 215, 0.5);
    border-radius: 8px;
  }
  #search .serach_box .flex form#search_form .fl_right #step03 .inner .city a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: none;
    border-radius: 5px;
  }
  #search .serach_box .flex form#search_form .fl_right #step03 .inner .kawagoe {
    height: 60px;
  }
  #search .serach_box .flex form#search_form .fl_right #step03 .inner .hidaka {
    height: 40px;
  }
  #search .serach_box .flex form#search_form .fl_right #step03 .inner .hannou {
    height: 40px;
  }
  #search .serach_box .flex form#search_form .fl_right #step03 .inner .sayama {
    height: 60px;
  }
  #search .serach_box .flex form#search_form .fl_right #step03 .inner .iruma {
    height: 60px;
  }
  #search .serach_box .flex form#search_form .fl_right #step03 .inner .tokorozawa {
    height: 60px;
  }
  #search .serach_box .flex form#search_form .fl_right #step03 .inner .tokyo {
    height: 60px;
  }
  #search .serach_box .article {
    float: none;
  }
  #search ul.other {
    width: 100%;
  }
  #search ul.other li a {
    background-color: #37A173;
    color: #FFF;
  }
}
/*#new_arrival----------------------------*/
#new_arrival .common_title .point {
  width: 155px;
  position: absolute;
  top: -35px;
  left: calc(50% - 280px);
  background-color: transparent;
}
#new_arrival .common_title .point:before {
  content: none;
}
#new_arrival .common_title .okada {
  width: 155px;
  position: absolute;
  bottom: 0;
  right: calc(50% - 280px);
  background-color: transparent;
}
#new_arrival .common_title .okada img {
  width: 100%;
}
#new_arrival .common_title h2 span {
  display: block;
  font-size: 24px;
}
#new_arrival .common_title .en {
  background-color: #F0A36F;
}
#new_arrival .common_btn a {
  background-color: #E9A000;
}

@media (max-width: 751px) {
  #new_arrival .common_title {
    padding-top: 30px;
    padding-bottom: 170px;
  }
  #new_arrival .common_title .point {
    width: 105px;
    top: -50px;
    left: -15px;
  }
  #new_arrival .common_title .okada {
    width: 135px;
    right: calc(50% - 75px);
  }
  #new_arrival .common_title .okada img {
    width: 100%;
  }
  #new_arrival .common_title h2 span {
    display: block;
    font-size: 24px;
  }
  #new_arrival .common_title .en {
    background-color: #F0A36F;
  }
  #new_arrival .common_btn a {
    background-color: #E9A000;
  }
}
/*#ad----------------------------*/
#ad {
  margin: 0;
  padding: 80px 0;
  background-image: url(../image/okada_ver/s_ad_ttl_02.png);
  background-size: 240px auto;
  background-repeat: no-repeat;
  background-position: left bottom;
}
#ad .common_title .point {
  width: 150px;
  position: absolute;
  top: -55px;
  right: calc(50% - 280px);
  background-color: transparent;
}
#ad .common_title .point:before {
  content: none;
}
#ad .common_title h2 span {
  display: block;
  font-size: 24px;
}
#ad .common_title .en {
  background-color: #ED95BB;
}
#ad .list {
  max-width: 1000px;
  margin: 0 auto 40px;
}
#ad .list ul.bxslider li {
  padding: 5px 5px 30px 5px;
  background-color: rgba(229, 236, 240, 0.8);
}
#ad .list ul.bxslider li a {
  text-decoration: none;
}
#ad .list ul.bxslider li a .image {
  height: 210px;
  background-color: #FFF;
}
#ad .list ul.bxslider li a .image img {
  max-width: 330px;
  max-height: 210px;
  text-align: center;
}
#ad .list ul.bxslider li a em {
  padding: 5px 20px 4px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  border-radius: 100px;
}
#ad .list ul.bxslider li a p {
  width: 90%;
  margin: 10px auto 0;
  font-size: 16px;
  line-height: 1.4;
}
#ad .common_btn a {
  background-color: #EB70A6;
}

@media (max-width: 751px) {
  #ad {
    margin: 0 0 80px;
    padding: 80px 0 270px;
    border-bottom: 5px solid #E0EFFF;
    background-image: url(../images/okada_ver/s_ad_ttl_02_sp.png);
    background-size: 270px auto;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  #ad .common_title .point {
    width: 105px;
    top: -75px;
    right: 10px;
  }
  #ad .common_title h2 span {
    display: block;
    font-size: 24px;
  }
  #ad .common_title .en {
    background-color: #ED95BB;
  }
  #ad .list {
    margin: 0 auto 40px;
  }
  #ad .list ul.bxslider li a {
    text-decoration: none;
  }
  #ad .list ul.bxslider li a .image {
    height: auto;
    background-color: #FFF;
  }
  #ad .list ul.bxslider li a .image img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
  }
  #ad .list ul.bxslider li a em {
    font-size: 14px;
  }
  #ad .list ul.bxslider li a p {
    width: 90%;
    font-size: 14px;
    line-height: 1.4;
  }
}
/*#topics----------------------------*/
#topics .common_title h2 span {
  display: block;
  font-size: 24px;
}
#topics .common_title .en {
  background-color: #6B9FE3;
}
#topics #topics_inner ul {
  width: 800px;
  height: 210px;
  margin: 0 auto;
}
#topics #topics_inner ul li a {
  text-decoration: none;
}
#topics #topics_inner ul li:hover {
  text-decoration: underline;
}
#topics .common_btn {
  margin-top: 30px;
}
#topics .common_btn a {
  background-color: #3074B7;
}

@media (max-width: 751px) {
  #topics .common_title h2 span {
    display: block;
    font-size: 24px;
  }
  #topics .common_title .en {
    background-color: #6B9FE3;
  }
  #topics #topics_inner ul {
    width: 100%;
    height: 210px;
    margin: 0 auto;
  }
}
/*#other_contents----------------------------*/
#other_contents {
  background-color: #DBEAFF;
}
#other_contents .common_title h2 span {
  display: block;
  font-size: 24px;
}
#other_contents .common_title .en {
  background-color: #F0C01D;
}
#other_contents .common_new_member {
  padding: 60px 40px;
  box-shadow: 0 0 25px 0 rgba(64, 70, 61, 0.3);
}
#other_contents .common_new_member .point {
  width: 180px;
  height: auto;
  background-color: transparent;
  right: -50px;
  top: -120px;
}
#other_contents .common_new_member .point img {
  width: 100%;
}
#other_contents .common_new_member .point::before {
  content: none;
}
#other_contents .common_new_member .copy02 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 60px 30px 60px;
  border-bottom: none;
  background-color: #EAF3FF;
  border-radius: 100px;
}
#other_contents .common_new_member .copy02 p {
  width: 640px;
  height: 90px;
  margin-right: 10px;
}
#other_contents .common_new_member .copy02::after {
  width: 200px;
  height: 155px;
  background-image: url(../images/okada_ver/s_o_contents_img_03.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
#other_contents .common_new_member .copy02 p.sp_gift_box {
  display: none;
}
#other_contents .common_new_member .point_list {
  max-width: 890px;
  margin: 30px auto 0;
}
#other_contents .common_new_member .point_list dl {
  position: relative;
  width: calc((100% - 90px) / 4);
  padding: 55px 20px 40px;
  background-color: #C49133;
}
#other_contents .common_new_member .point_list dl dt {
  font-feature-settings: "palt";
}
#other_contents .common_new_member .point_list dl dt::before {
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 3px solid #C49133;
  background-size: 35px auto;
  background-position: center;
  background-color: #FFF;
  border-radius: 1000px;
}
#other_contents .common_new_member .point_list dl dt em {
  height: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-image: none;
  border-bottom: 2px solid #FFF;
}
#other_contents .common_new_member .point_list dl dt em span {
  display: block;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
#other_contents .common_new_member .point_list dl dd {
  height: auto;
  background-image: none;
}
#other_contents .common_new_member .point_list dl dd span {
  display: block;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}
#other_contents #other_contents_inner {
  position: relative;
  max-width: 950px;
  justify-content: start;
  margin: 60px auto 0 auto;
}
#other_contents #other_contents_inner .article {
  position: relative;
  box-sizing: border-box;
  width: calc((100% - 66px) / 4);
  margin-right: 22px;
  margin-bottom: 20px;
  background-color: #FFF;
  border-radius: 10px;
}
#other_contents #other_contents_inner .article a {
  padding: 15px 10px 30px 10px;
}
#other_contents #other_contents_inner .article .image {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
#other_contents #other_contents_inner .article:nth-child(4n) {
  margin-right: 0;
}
#other_contents #other_contents_inner .article:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 10px solid #F0C01D;
  border-bottom: 10px solid #F0C01D;
  border-top: 10px solid #FFF;
  border-left: 10px solid #FFF;
}
#other_contents #other_contents_inner .article h3 {
  margin: 20px 0 5px;
  font-size: 17px;
  line-height: 1.3;
}
#other_contents #other_contents_inner .article p {
  color: #333333;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
}
#other_contents .common_btn {
  margin-top: 30px;
}
#other_contents .common_btn a {
  background-color: #3074B7;
}

@media (max-width: 751px) {
  #other_contents .common_new_member {
    padding: 40px 20px;
  }
  #other_contents .common_new_member .point {
    width: 100px;
    right: -10px;
    top: -40px;
  }
  #other_contents .common_new_member .copy02 {
    flex-wrap: wrap;
    padding: 35px 20px 30px 20px;
    border-bottom: none;
    background-color: #EAF3FF;
    border-radius: 10px;
  }
  #other_contents .common_new_member .copy02::after {
    content: none;
  }
  #other_contents .common_new_member .copy02 p {
    position: relative;
    background-image: none;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  #other_contents .common_new_member .copy02 p span {
    display: block;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  #other_contents .common_new_member .copy02 p span span.sp_n {
    display: none;
  }
  #other_contents .common_new_member .copy02 p.sp_gift_box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #FFF;
  }
  #other_contents .common_new_member .copy02 p.sp_gift_box span.morenaku {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0;
    background-color: #F9E76B;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px 5px 0 0;
  }
  #other_contents .common_new_member .copy02 p.sp_gift_box span.img_box {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  #other_contents .common_new_member .copy02 p.sp_gift_box span.img_box.type_a {
    width: 50%;
    padding: 20px 0 20px 20px;
  }
  #other_contents .common_new_member .copy02 p.sp_gift_box span.img_box.type_b {
    width: 50%;
    padding: 20px 20px 20px 0;
  }
  #other_contents .common_new_member .copy02::after {
    content: none;
  }
  #other_contents .common_new_member .point_list {
    max-width: 890px;
    margin: 20px auto 0;
  }
  #other_contents .common_new_member .point_list dl {
    position: relative;
    width: 49%;
    margin-top: 30px;
    padding: 35px 20px 30px;
    background-color: #C49133;
  }
  #other_contents .common_new_member .point_list dl dt::before {
    top: -27px;
    left: calc(50% - 27px);
    width: 54px;
    height: 54px;
    background-size: 25px auto;
    background-position: center;
    background-color: #FFF;
    border-radius: 1000px;
  }
  #other_contents .common_new_member .point_list dl dt em {
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #other_contents .common_new_member .point_list dl dt em span {
    font-size: 15px;
    line-height: 1.3;
  }
  #other_contents .common_new_member .point_list dl dd span {
    font-size: 13px;
    font-weight: 100;
  }
  #other_contents .common_new_member .point_list dl dd span br {
    display: none;
  }
  #other_contents #other_contents_inner {
    position: relative;
    max-width: 950px;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 auto;
  }
  #other_contents #other_contents_inner .article.san {
    width: 100%;
  }
  #other_contents #other_contents_inner .article.san .image img {
    width: 50px;
    height: 50px;
  }
  #other_contents #other_contents_inner .article {
    position: relative;
    box-sizing: border-box;
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 0;
    background-color: #FFF;
    border-radius: 10px;
  }
  #other_contents #other_contents_inner .article a {
    padding: 15px 10px 30px 10px;
  }
  #other_contents #other_contents_inner .article .image {
    width: 75px;
    height: 75px;
    margin: 0 auto;
  }
  #other_contents #other_contents_inner .article:nth-child(4n) {
    margin-right: 15px;
  }
  #other_contents #other_contents_inner .article:nth-child(2n+1) {
    margin-right: 0;
  }
  #other_contents #other_contents_inner .article:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 10px solid #F0C01D;
    border-bottom: 10px solid #F0C01D;
    border-top: 10px solid #FFF;
    border-left: 10px solid #FFF;
  }
  #other_contents #other_contents_inner .article h3 {
    margin: 20px 0 5px;
    font-size: 17px;
    line-height: 1.3;
  }
  #other_contents #other_contents_inner .article p {
    color: #333333;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
  }
  #other_contents .common_btn {
    margin-top: 30px;
  }
  #other_contents .common_btn a {
    background-color: #3074B7;
  }
}
/*#group----------------------------*/
#group .common_title h2 span {
  display: block;
  font-size: 24px;
}
#group .common_title .en {
  background-color: #B4D34F;
}
#group .common_title .okada {
  width: 155px;
  position: absolute;
  bottom: 0;
  right: calc(50% - 280px);
  background-color: transparent;
}
#group .common_title .okada img {
  width: 100%;
}
#group #shop_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1020px;
  margin: 0 auto 80px;
}
#group #shop_list li {
  display: block;
  width: calc(50% - 10px);
  margin-right: 20px;
  border: 1px solid #B6C9D7;
}
#group #shop_list li:nth-child(2n) {
  margin-right: 0;
}
#group #shop_list li .map_ttl {
  display: flex;
}
#group #shop_list li .map_ttl .map {
  width: 130px;
  margin-right: 18px;
}
#group #shop_list li .map_ttl .map iframe {
  width: 130px;
  height: 130px;
}
#group #shop_list li .map_ttl .title {
  width: 310px;
}
#group #shop_list li .map_ttl .title em {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
#group #shop_list li .map_ttl .title address {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  border-bottom: 1px solid #D8D8D8;
  line-height: 1.4;
}
#group #shop_list li .map_ttl .title .point {
  display: flex;
}
#group #shop_list li .map_ttl .title .point p {
  margin-right: 5px;
  padding: 2px 8px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  background-color: #aaa;
}
#group #shop_list li .map_ttl .title .point .buy {
  background-color: #4188A6;
}
#group #shop_list li .map_ttl .title .point .rent {
  background-color: #AB9451;
}
#group #shop_list li .map_ttl .title .point .owner {
  background-color: #009B8F;
}
#group #shop_list li .map_ttl .title .point .sell {
  background-color: #C6145A;
}
#group #shop_list li .map_ttl .title .point .studio {
  background-color: #E9851E;
}
#group #shop_list li .text {
  display: block;
}
#group #shop_list li .text .outline {
  margin-bottom: 10px;
  padding: 20px;
  background-color: rgba(182, 201, 215, 0.1);
}
#group #shop_list li .text .outline .detail, #group #shop_list li .text .outline .contact, #group #shop_list li .text .outline .tel_second {
  display: block;
  font-size: 13px;
  font-weight: 100;
}
#group #shop_list li .text .outline .detail a, #group #shop_list li .text .outline .contact a, #group #shop_list li .text .outline .tel_second a {
  font-size: 13px;
  font-weight: 100;
}
#group #shop_list li .text .outline .detail .icon, #group #shop_list li .text .outline .contact .icon, #group #shop_list li .text .outline .tel_second .icon {
  width: 17px;
}
#group #shop_list li .text .outline .tel_second .icon {
  width: 20px;
  margin-right: 2px;
}
#group #shop_list li .text .outline .tel_second .icon img {
  width: 100%;
}
#group #shop_list li .text .tel {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  background-color: #F3F3F3;
  font-size: 13px;
}
#group #shop_list li .text .tel a {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  color: #DF1E79;
  font-size: 28px;
}
#group #shop_list li .text .tel a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  background-color: #DF1E79;
  border-radius: 100px;
}
#group #shop_list li .text .tel a .icon img {
  width: 14px;
  filter: brightness(0) invert(1);
  text-align: center;
}

@media (max-width: 751px) {
  #group .common_title {
    padding-top: 30px;
    padding-bottom: 170px;
  }
  #group .common_title h2 span {
    display: block;
    font-size: 24px;
  }
  #group .common_title .okada {
    width: 135px;
    right: calc(50% - 75px);
  }
  #group #shop_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1020px;
    margin: 0 auto 80px;
  }
  #group #shop_list li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  #group #shop_list li:nth-child(2n) {
    margin-right: 0;
  }
  #group #shop_list li .map_ttl {
    flex-wrap: wrap;
  }
  #group #shop_list li .map_ttl .map {
    width: 100%;
    margin: 0 auto;
  }
  #group #shop_list li .map_ttl .map iframe {
    width: 100%;
    height: 200px;
  }
  #group #shop_list li .map_ttl .title {
    width: 100%;
    margin-top: 20px;
  }
  #group #shop_list li .map_ttl .title em {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.3;
  }
  #group #shop_list li .map_ttl .title address {
    font-size: 13px;
  }
  #group #shop_list li .map_ttl .title .point {
    display: flex;
    flex-wrap: wrap;
  }
  #group #shop_list li .map_ttl .title .point p {
    margin-right: 3px;
    padding: 2px 5px;
  }
  #group #shop_list li .text {
    display: block;
  }
  #group #shop_list li .text .outline {
    margin: 10px 0;
    padding: 20px;
  }
  #group #shop_list li .text .tel {
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 20px;
    text-align: center;
  }
  #group #shop_list li .text .tel a {
    justify-content: center;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-right: none;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    text-decoration: none;
  }
  #group #shop_list li .text .tel a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    background-color: #DF1E79;
    border-radius: 100px;
  }
  #group #shop_list li .text .tel a .icon img {
    width: 14px;
    filter: brightness(0) invert(1);
    text-align: center;
  }
  #group #shop_list li .text .tel p.eigyou {
    width: 100%;
    text-align: center;
  }
}
/*# sourceMappingURL=top_okada_s.css.map */