@charset "UTF-8";
/* CSS Document */
.header_logo-img {
  line-height: 50px;
  display: inline-block;
}
.header_logo-img img {
  line-height: 62px;
}
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  background-color: #fff;
  height: 62px;
}
#g_nav {
  width: 90%;
}
@media screen and (min-width: 992px) {
  .header {
    height: auto;
    box-shadow: none;
    background: none;
  }
  .header .container {
    margin: 20px auto 0;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
  }
  .header_logo-img {
    line-height: 0;
    padding-top: .3em;
    padding-right: .5em;
  }
  .g_nav_menu2 {
    padding-right: 1em;
  }
}
@media (min-width: 1200px) {
  .header_logo-img {}
}
/* == G_nav == */
#g_nav a {
  font-size: 1.5rem;
}
#g_nav a:hover,
#g_nav .active {
  color: #ff0000;
  text-decoration: none;}
#g_nav a:focus {
  color: #000;
  text-decoration: none;
}
#g_nav .g_navbox {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  #g_nav_btn, #g_nav_favbtn {
    display: none !important;
  }
  #g_nav .g_nav_menu {
    padding: 0;
    display: flex;
  }
  #g_nav .g_nav_menu > li {
    vertical-align: top;
    position: relative;
    margin: 0;
    padding: 0;
  }
  #g_nav .g_nav_menu a {
    line-height: 2em;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: .5em;
    cursor: pointer;
  }
  #g_nav .g_nav_menu > li:not(.dropdown_trigger) > a::after {
    content: "";
    width: 6rem;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: calc(50% - 3rem);
    bottom: -13px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  /*  #g_nav .g_nav_menu > li:not(.dropdown_trigger) > a:hover::after {
    bottom: -10px;
    opacity: 1;
  }*/
  a.header_logo-img:hover img {
    opacity: .8;
    filter: hue-rotate(100deg);
  }
  .dropdown_trigger {
    position: relative;
  }
  .dropdown_trigger .dropdown_menu {
    list-style: none;
    width: 18rem;
    position: absolute;
    z-index: 9999;
    top: 180%;
    left: calc(50% - 9rem);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .dropdown_trigger:hover .dropdown_menu {
    top: 150%;
    opacity: 1;
    visibility: visible;
  }
  #g_nav .g_nav_menu .dropdown_menu_item {
    width: 100%;
  }
  #g_nav .g_nav_menu .dropdown_menu_item a {
    color: #fff;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, sans-serif;
    font-size: 1.3rem;
    padding: 1.5rem 2rem;
    border-top: 1px solid #fff;
    background: rgba(128, 173, 228, 0.9);
  }
  #g_nav .g_nav_menu .dropdown_menu_item a {
    color: #fff;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, sans-serif;
    font-size: 1.3rem;
    padding: 1.5rem 2rem;
    border-top: 1px solid #fff;
    background: rgba(128, 173, 228, 0.9);
  }
  #g_nav .g_nav_menu .dropdown_menu_item a:hover {
    color: #fff;
    background: rgba(128, 173, 228, 0.7);
  }
}
li.nav_inst, li.nav_facb {
  border-bottom: none !important;
}

/* ====ドロップダウン▼============ */
.dropdown-toggle::after {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    right: 1rem;
    position: absolute;
    top: 50%;}




/* ===================
♥お気に入り♥
====================*/
.fav {
  text-align: center;
  position: relative;
  width: 66px;
  height: 62px;
}
.fav a {
  display: block;
  background: url("../images/heart.svg") center top 10px no-repeat;
  background-size: 34px;
  text-decoration: none;
  text-align: center;
}
.fav span {
  color: #0056b3;
  font-size: 11px;
  letter-spacing: -0.2em;
  padding-top: 46px;
  display: block;
}
.badge, .fav span.badge {
  text-align: center;
  font-size: 11px;
  color: #fff;
  display: none;
  width: 20px;
  height: 20px;
  padding-top: 0;
  border: 2px solid #fff;
  border-radius: 12px;
  background-color: #ff5e1f;
  line-height: 19px;
  text-shadow: none;
  position: absolute;
  top: 0px;
  right: 50%;
  transform: translateX(26px);
}
@media screen and (min-width: 992px) {
  .badge, .fav span.badge { /* −−−−お気に入りボタン−−− */
    top: -6px;
    right: 0px;
    transform: none; }
}


/*SP g_nav*/
@media screen and (max-width: 991px) {
  #g_nav_favbtn { /* −−−−お気に入りボタン−−− */
    margin: 0;
    border: 0;
    background-color: #8f9fd3;
    position: absolute;
    top: 0;
    right: 66px;
    z-index: 1500;
    cursor: pointer;}
  li.nav_2.nav_myshop {
    display: none;}
  #g_nav_btn {
    padding: 15px;
    margin: 0;
    border: 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1500;
    cursor: pointer;
  }
  .open #g_nav_btn {
    position: fixed;
  }
  #g_nav_btn > div {
    width: 36px;
    height: 32px;
    position: relative;
  }
  #g_nav_btn > div > span {
    width: 100%;
    height: 1px;
    background: #325ddf;
    left: 0;
    display: block;
    position: absolute;
  }
  #g_nav_btn > div > span:nth-of-type(1) {
    top: 0;
  }
  #g_nav_btn > div > span:nth-of-type(2) {
    top: 50%;
  }
  #g_nav_btn > div > span:nth-of-type(3) {
    bottom: 0;
  }
  .open #g_nav_btn > div > span {
    background: #325ddf;
  }
  .open #g_nav_btn > div > span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(45deg);
    -ms-transform: translateY(16px) rotate(45deg);
    transform: translateY(16px) rotate(45deg);
  }
  .open #g_nav_btn > div > span:nth-of-type(2) {
    opacity: 0;
  }
  .open #g_nav_btn > div > span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(-45deg);
    -ms-transform: translateY(-16px) rotate(-45deg);
    transform: translateY(-16px) rotate(-45deg);
  }
  #g_nav {
    width: 100%;
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    visibility: hidden;
    opacity: 0;
  }
  body.open #g_nav {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #g_nav > nav {
    text-align: center;
    width: 70%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    overflow: auto;
    /*スクロール時メニュー固定*/
    flex-direction: column;
  }
  #g_nav > nav::-webkit-scrollbar {
    display: none;
  }
  #g_nav > nav li {
    border-bottom: 1px dotted #325ddf;
  }
  #g_nav a {
    color: #fff;
    font-size: 1.7rem;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, sans-serif;
    text-decoration: none;
    padding: 2rem 0 1rem;
    display: block;
    position: relative;
  }
  #g_nav a:hover {
    color: #fff;
    opacity: 0.5;
  }
  #g_nav a:link, #g_nav a:visited, #g_nav a:active, #g_nav a:focus {
    color: #325ddf;
  }
  .nav_inst, .nav_facb {
    display: inline !important;
    padding: 0 1em !important;
    line-height: 4em;
  }
  .g_nav_menu > li > a::after {
    font-size: 1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 1rem;
    top: calc(50% - .5rem);
  }
  .dropdown_trigger > a::after {
    content: "\f078";
  }
  body.open {
    /*背景固定*/
    overflow: hidden;
    position: fixed;
  }
  .dropdown_menu {
    display: none;
    padding-left: 2rem;
  }
  .dropdown_menu li:last-child {
    border-bottom: 0;
  }
  /* *closestartは、htmlの.open_dropdown削除*/
  .dropdown_trigger.open_dropdown .dropdown_menu {
    display: block;
  }
  .dropdown_trigger.open_dropdown > a::after {
    content: "\f077";
  }
  .dropdown_trigger.open_dropdown .dropdown_menu_item:last-child {
    border-bottom: 0 !important;
  }
  #g_nav .dropdown_menu_item > a {
    padding-bottom: 20px;
    font-size: 1.3rem;
  }
  #g_nav .dropdown_menu_item:first-child > a {
    padding-top: 10px;
  }
  #g_nav .dropdown_menu_item a::before {
    content: "\2015";
    padding-right: 1.5rem;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #g_nav_btn {
    /*right: 1rem;*/
  }
}


/* ===================
cssだけのタブメニュー
====================*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  margin: 0 auto;
}
/*タブのスタイル*/
.tab_item {
  padding: 0 .5rem;
  height: 50px;
  /*border-bottom: 3px solid #5ab4bd;*/
  background-color: #fff;
  line-height: 50px;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  font-size: 1.5rem;
  text-align: center;
  color: #0056b3;
  ;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;}
@media (min-width: 768px) {
.tab_item {
  padding: 0 1.5rem;}
}

.tab_item:hover {
  color: #3976ab;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  background-color: #d9d9d9;
  display: none;
  padding: 20px;
  clear: both;
  overflow: hidden;
}
.txt_tabs {
  font-weight: bold;
  padding-bottom: 1em;
  text-align: left;}
.txt_tabs span {
  color: #333;
}
/*選択されているタブのコンテンツのみを表示*/
.tab01:checked ~ .tab01_content, .tab02:checked ~ .tab02_content, .tab03:checked ~ .tab03_content, .tab04:checked ~ .tab04_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #d9d9d9;
  color: #333;
}














