@charset "UTF-8";
/* CSS Document */
/* 共通Mixins
----------------*/
/* common
-----------------------------*/
body {
  min-width: auto;
}

#header .logo{
  width: auto;
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 12px;
}
#header .logo img{
  height: 30px;
  width: auto;

}
#headerSymbol{
  clear:none;
  width: 37%;
  margin-top: 18px;
  padding-top: 0;
  padding-left: 15px;
}
#headerSymbol img{
  height: 25px;
  width: auto;
}
#contents {
  padding-bottom: 0;
  margin-bottom: 0;
  /* margin-top: 54px; */
}
#contInner {
  width: 100%;
  margin: 0;
}
#wrapper #main {
  padding-top: 0;
}
#main {
  margin-bottom: 0;
}

.pc_appear {
  display: none;
}

.sp_appear {
  display: block;
}
#footer .inner {
  width: 100%;
}
#footer .footer_wrap {
  padding-top: 0;
}
#footer .footer_content ul li:nth-child(odd) {
    border-right: 1px solid #535355;
}
#footer .footer_content ul li {
    float: left;
    color: #fff;
    padding: 10px 0;
    width: 50%;
    border-bottom: 1px solid #535355;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .footer_content ul li {
    float: left;
    color: #fff;
    padding: 15px 0;
    width: 50%;
    border-bottom: 1px solid #535355;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .environment{
  display: block;
  position: static;
  margin-top: 20px;
  margin-bottom: 20px;
}
#footer .footer_content ul li {
  border-left: none;
}
#footer .footer_content ul li a {
    text-decoration: none;
    color: #fff;
    padding-left: 20px;
    background: url(../img/sp/bg-arrow_right_white.png) 10px 3px no-repeat;
    background-size: 5px 7px;
}
#footer .copyright {
    color: #999999;
    font-size: 92%;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.6;
}
#footer .copyright span{
  display: block;
}
/* ----------------------------
  content
------------------------------*/
/* --------------------
 共通
----------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600&display=swap');

.global-header__top-inner {
  height: 70px;
  justify-content: space-between;
  align-items: center;
}

.insta_area_top {
  margin-bottom: 0;
}

.global-header__top {
  padding-left: 0;
}

.global-header__top-inner {
  height: auto;
  flex-wrap: wrap;
}

.global-header__logo {
  order: 1;
  width: 38%;
  margin: 3% 0;
}

.insta_area_top {
  order: 2;
}

.global-header-nav {
  order: 3;
}

.global-nav__container {
  border-bottom: 3px solid #00A0E9;
}

.global-nav__list {
  width: 80%;
}

.global-nav__item {
  width: 50%;
}

.global-nav__anchor {
  font-size: 0.6875rem;
  padding: 5px 0;
}

.global-header-nav__list {
  justify-content: space-around;
}

.global-header-nav__item {
  width: auto;
}

.global-header-nav__anchor {
  font-size: 0.6875rem;
  color: #1669b4;
  height: auto;
  margin: 8px;
}

.pickup_info {
  display: flex;
  flex-direction: column;
}

.soyoran {
  padding: 5px 0;
  text-align: center;
}

.soyoran_link {
  display: inline-block;
}

.soyoran_link:hover {
  opacity: 0.7;
}

/* .sc_info {
  order: 1;
}

.soyora_for_everyone {
  order: 2;
}

.about_soyora {
  order: 3;
}

.mainvisual_outer_frame {
  order: 4;
} */

.pickup_info section {
  /* padding: 20px 15px; */
  padding: 0;
}

.sc_tab_area {
  width: 90%;
}

.sc_tab_list_each {
  width: 47.5%;
  padding: 8px 0;
  border-radius: 8px 8px 0 0;
}

.sc_tab_list_each:nth-child(1) {
  margin-right: 3%;
}

.tab_inner {
  height: 15px;
}

.tab_aeonstyle .tab_inner {
  height: 10px;
}

#wrapper .sc_tab_list_each.tab_aeonstyle {
  padding: 8px;
}

.sc_list {
  padding: 30px 5.5%;
  gap: 10px 2.8%;
}

.sc_list_ttl {
  font-size: 14px;
  line-height: calc(20/14);
  padding-left: 5px;
  border-left: solid 2px #23A3E6;
  margin-bottom: 6px;
}

.hp_link {
  margin-bottom: 6px;
}

.hp_link_btn {
  font-size: 9px;
  background: #02a0e9;
  padding: 3px 6px;
  color: #fff;
  position: relative;
  border-radius: 30px;
  text-align: left;
  display: block;
  line-height: 1.3;
  text-align: left;
  max-width: 115px;
}

.hp_link_btn::before {
  position: absolute;
  content: '';
  display: block;
  right: 6px;
  top: calc(50% - 3px);
}

.sc_list_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  gap: 3%;
}

.sc_list_img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.sc_list_desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sc_list_txt {
  font-size: 10px;
  line-height: calc(15/10);
  margin-bottom: 5px;
}

.sc_list_map_link {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: calc(17/12);
  margin-bottom: 10px;
}

.sc_list_map_link span {
  display: inline-block;
  width: 9px;
  height: 12px;
  margin-right: 5px;
}

.sc_list_each {
  width: 48.6%;
  font-size: 1rem;
  /* margin-top: 4%; */
  padding: 15px 3%;
}

#sc_aeon-style_area .sc_list {
  padding-top: 2%;
}

.sc_list_each a span.soyora_english_name {
  font-size: 0.75rem;
}

.pickup_info section.soyora_for_everyone {
  margin-top: 1%;
}

.pickup_info section.about_soyora {
  padding-top: 30px;
}

.about_soyora_outer {
  flex-direction: column;
  width: 100%;
}

.about_soyora_list_first,.about_soyora_list_long, .about_soyora_list {
  width: 100%;
}

.about_soyora_list {
  flex-direction: row;
  margin-top: 8%;
}

.about_soyora_title {
  width: 60%;
  margin: 0 auto 5%;
}

.about_soyora_list_long {
  flex-direction: column;
  margin-top: 0;
}

.about_soyora_list_first {
  display: flex;
}

.about_list_title {
  width: 38%;
  margin-right: 5%;
}

.about_list_text {
  width: 60%;
}

.about_list_lead {
  font-size: 0.75rem;
  line-height: 1.5em;
  padding: 5px 10px;
  margin-top: 3%;
}

.about_list_content {
  font-size: 0.7rem;
}

.foot_design_soyora {
  width: 100%;
  min-width: auto;
}

.insta_area_inner {
  width: 80%;
}

.insta_img {
  bottom: 5px;
}

#wrapper .insta_img img {
  width: 40%;
  min-width: 29px;
}

.open_info {
  font-size: 12px;
  line-height: 1.2em;
  margin-top: 5px;
}

.open_info_sp {
  display: inline-block;
  color: #fff;
  font-size: 9px;
  font-weight: normal;
  background-color: #f96d03;
  padding: 3px 6px;
  border-radius: 30px;
  margin-top: 3px;
}

@media screen and (max-width: 360px) {
  .open_info {
    font-size: 10px;
  }
}

.sc_name_too .hp_link {
  display: block;
}

.sc_name_too .open_info {
  display: none;
}