@charset "UTF-8";

/* CSS Document */
/* 共通Mixins
----------------------------*/
/* ----------------------------
  common
------------------------------*/
body {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1024px;
}

header {
  max-width: none;
  padding: 0;
  margin-left: 0;
  border-bottom: none;
}

a:hover {
  text-decoration: none;
}

.global-header__top {
  padding-left: 20px;
}

.global-header__top-inner {
  display: flex;
  align-items: center;
  max-width: 1024px;
  height: 73px;
  margin: 0 auto;
}

.global-header__logo-image {
  max-width: 100%;
  max-height: 46px;
  height: auto;
}

.global-header-nav {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  margin: 0 0 0 auto;
}

.shop_list_link {
  color: #115bac;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 0 2em;
  position: relative;
}

.shop_list_link::before {
  content: "";
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #115bac;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

.shop_list_link::after {
  content: "";
  box-sizing: border-box;
  width: 4px;
  height: 10px;
  border: 4px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: calc(50% + 3px);
  right: calc(1em + 5px);
  transform: translateY(-50%);
}

.shop_list_link:hover {
  color: #00A0E9;
}

.shop_list_link:hover:before {
  background: #00A0E9;
}

.global-header-nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 10px;
}

.global-header-nav__anchor {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 46px;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #00A0E9;
  position: relative;
  transition: background-color .3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

#wrapper .insta_area_top img {
  width: 60%;
}

#main {
  padding-bottom: 0;
}

#headerSymbol {
  float: left;
  width: 18.24%;
  max-width: 255px;
  margin-bottom: 0;
  padding: 24px 0 0 25px;
}

#contents {
  max-width: 100%;
  color: #3D3D3D;
}

#contInner {
  margin: auto;

}

#contentsArea {
  margin: 0 auto;
}

.pc_appear {
  display: block;
}

.sp_appear {
  display: none;
}

#feature {
  /* display: none; */
}

#pagetop {
  display: none;
}

footer {}

#footer {
  background: #333;
}

#footer .inner {
  max-width: 1400px;
  width: 97%;
  margin: auto;
}

#footer .footer_wrap {
  padding: 20px 0;
  overflow: hidden;
}

#footer .footer_content {
  position: relative;
}

#footer .footer_content ul {
  overflow: hidden;
}

#footer .footer_content ul li {
  float: left;
  color: #fff;
  padding: 0 10px;
  border-left: 1px solid #fff;
  line-height: 1;
}

#footer .footer_content ul li:first-child {
  padding-left: 0;
  border-left: none;
}

#footer .footer_content ul li a {
  color: #fff;
}

#footer .copyright {
  color: #999999;
  font-size: 92%;
  margin-top: 10px;
}

#footer .environment {
  position: absolute;
  top: 0;
  right: 0;
}

#footer .footer_wrap {
  padding: 20px 0 33px;
  overflow: hidden;
}

/* ----------------------------
  content
------------------------------*/
/* --------------------
 共通
----------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600&display=swap');

.global-nav__container {
  background-color: #115bac;
  border-bottom: 6px solid #00A0E9;
}

.global-header__logo {
  align-self: center;
}

a.global-header__logo-anchor:hover {
  opacity: 0.7;
}

.global-nav {
  position: relative;
  z-index: 10;
}

.global-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1024px;
  margin: 0 auto;
}

.global-nav__item {
  width: calc(100% / 4);
}

.global-nav__item:hover {
  background-color: #00A0E9;
}

.global-nav__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}

.pickup_info {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
}

.pickup_info section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 5px 20px 60px;
}

.pickup_info section.sc_info {
  max-width: none;
  /* margin-top: 3%; */
}

.pickup_info section.mainvisual_outer_frame {
  padding: 0;
}

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

.about_soyora_outer {
  display: flex;
  width: 100%;
  justify-content: center;
}

.about_soyora_title {
  margin: 0 auto 13% 0;
}

.about_soyora_list {
  display: flex;
  flex-direction: column;
  width: min(28%, 406px);
  margin-right: 5%;
}

.about_soyora_list_long {
  width: 33%;
  margin-right: 1%;
}

.about_soyora_list_first {
  width: 84.85%;
}

.about_soyora_list_bottom {
  margin-right: 0;
  justify-content: flex-end;
}

.about_list_lead {
  background-color: #00A0E9;
  font-size: min(1.5625vw, 1rem);
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 10px;
  margin-top: 8%;
}

.about_list_content {
  font-size: min(1.5625vw, 0.95rem);
  line-height: 1.5em;
  margin-top: 5%;
}

.about_list_title {
  width: 80%;
}

.about_list_title_match_right {
  margin-left: auto;
  margin-right: 0;
}

.about_list_title_match_middle {
  margin-left: auto;
  margin-right: auto;
}

.sc_info {
  background-color: #e7e7e8;
}

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

.soyoran_link {
  display: inline-block;
}

.soyoran_link:hover {
  opacity: 0.7;
}

.sc_info_inner {
  max-width: 1024px;
  margin: 0 auto;
}

.sc_tab_area {
  width: 80%;
  margin: 0 auto;
}

.sc_tab_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sc_tab_list_each {
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CDCDCD;
  border-radius: 15px 15px 0 0;
  padding: 20px;
}

.tab_inner {
  height: 32px;
}

.tab_aeonstyle .tab_inner {
  height: 22px;
}

#wrapper .sc_tab_list_each img {
  max-height: 100%;
}

.sc_tab_list_each.active {
  background-color: #fff;
}

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

.sc_list_outer {
  background-color: #fff;
}

.sc_list {
  display: flex;
  /* width: 90%; */
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 4% 2%;
  margin: 0 auto;
  gap: 17px 2%;
}

.sc_list_ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: calc(35/24);
  letter-spacing: 0;
  color: #1669B4;
  padding-left: 13px;
  border-left: solid 3px #23A3E6;
  text-align: left;
  margin-bottom: 14px;
  position: relative;
}

.hp_link {
  margin-bottom: 14px;
}

.sc_name_too .hp_link {
  margin-bottom: 14px;
  display: flex;
}

.hp_link_btn {
  font-size: 14px;
  background: #02a0e9;
  padding: 10px 15px;
  color: #fff;
  position: relative;
  border-radius: 30px;
  text-align: left;
  display: block;
  max-width: 180px;
  line-height: 1;
  text-align: center;
}

.hp_link_btn::before{
  position: absolute;
  content: '';
  display: block;
	right: 8px;
	width: 4px;
	height: 4px;
  top: calc(50% - 2px);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

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

.sc_list_img {
  display: block;
  width: 49%;
}

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

.sc_list_txt {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(21/14);
  letter-spacing: 0;
  margin-bottom: 10px;
}

.sc_list_map_link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20/14);
  letter-spacing: 0;
  margin-bottom: 15px;
}

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

#sc_aeon-style_area {
  display: none;
}

.sc_list_each {
  width: 49%;
  font-size: 2rem;
  text-align: center;
  /* margin-left: 2%;
  margin-top: 2%; */
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  padding: 20px 2%;
  box-sizing: border-box;
}

#wrapper .sc_list_each img {
  /* margin-bottom: 10px; */
}

#sc_aeon-style_area .sc_list {
  padding-bottom: 4%;
}

#sc_aeon-style_area .sc_list_each {
  margin-top: 2%;
}

#sc_aeon-style_area .sc_list_each img {
  margin-bottom: 0;
}

.sc_list_each a {
  /* color: #1669b4;
  font-weight: bold; */
}

.sc_list_each a:hover {
  opacity: 0.7;
}

.sc_list_each a span.soyora_english_name {
  font-size: 1rem;
  font-weight: normal;
  color: #3D3D3D;
}

.sc_list_each:nth-child(odd) {
  margin-left: 0;
}

.soyora_for_everyone a:hover {
  opacity: 0.7;
}

.foot_design_soyora {
  min-width: 2000px;
  border-bottom: 15px solid #e7e7e8;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 3%;
}

.insta_area {
  max-width: 1024px;
  margin: 0 auto;
}

.insta_area_inner {
  width: 68%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 3%;
}

.insta_img {
  position: absolute;
  left: 0;
  bottom: 10px;
}

#wrapper .insta_img img {
  width: 80%;
}

.open_info {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  background-color: #f96d03;
  padding: 4px 9px;
  border-radius: 30px;
  /* position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); */
}


.sc_name_too .open_info {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  background-color: #f96d03;
  padding: 10px 9px;
  border-radius: 30px;
  margin-left: 10px;
  /* position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); */
}