@charset "UTF-8";
/*
Theme Name :
Theme URI:
Author:
Author URI:
Description:
Version: 1.0
*/
/*---font------------------------------------------------------------------*/
/*@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700");*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap");
/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: '';
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans", sans-serif, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #595757;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: 400;
}

a {
  color: #595757;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

a:hover {
  color: #69bd83;
  opacity: 0.7;
}

/* all
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (max-width: 979px) {
  .ta_none {
    display: none !important;
  }
}

@media screen and (min-width: 980px) {
  .ta_min {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

.text_block {
  display: inline-block !important;
}

/* animate
---------------------------------------------------------------------------------------*/
.fade_first_message,
.fadebox {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-slow {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* layout
---------------------------------------------------------------------------------------*/
.sectionblock {
  width: 100%;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .sectionblock {
    padding: 50px 0;
  }
}

.sectionblock_inquiry {
  width: 100%;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .sectionblock_inquiry {
    padding: 40px 0;
  }
}

.sectionblock_line {
  width: 100%;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .sectionblock_line {
    padding: 40px 0;
  }
}

.sectionblock_line_tainyu {
  background: #d4e9d7;
  width: 100%;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .sectionblock_line_tainyu {
    padding: 40px 0;
  }
}

.sectionblock_shoplist {
  width: 100%;
}

.sectionblock_listinfo {
  width: 100%;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .sectionblock_listinfo {
    padding: 50px 0;
  }
}

.sectionblock_keep {
  width: 100%;
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .sectionblock_keep {
    padding: 50px 0 0;
  }
}

.sectionblock_keep_listtop {
  width: 100%;
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .sectionblock_keep_listtop {
    padding: 0 0 50px;
  }
}

.sectionblock_keep_none {
  width: 100%;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .sectionblock_keep_none {
    padding: 50px 0;
  }
}

.sectionblock_searchinfo {
  width: 100%;
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .sectionblock_searchinfo {
    padding: 0 0 50px;
  }
}

.sectionblock_cast {
  width: 100%;
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .sectionblock_cast {
    padding: 50px 0 0;
  }
}

.inr_base_width {
  max-width: 1030px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 979px) {
  .inr_base_width {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }
}

.inr_base_height {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .inr_base_height {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* clearfix
---------------------------------------------------------------------------------------*/
.clr:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clr {
  height: 1%;
}

.clr {
  display: block;
}

/* btn
---------------------------------------------------------------------------------------*/
/*

  リンクボタン（白背景）

*/
.btn_white {
  background: #ffffff;
  display: block;
  padding-top: 10px;
  padding-bottom: 7px;
  border-radius: 6px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn_white {
    padding-top: 8px;
    padding-bottom: 9px;
  }
}

.btn_white p {
  color: #ED8298;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .btn_white p {
    font-size: 1.8rem;
  }
}

.btn_white p:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0%);
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/common/btn_arrow_pink.svg) no-repeat;
  background-size: 16px 16px;
}

/*

  立体型リンクボタン（ピンク背景）

*/
.btn_rittai_M_pink {
  background: #A4195D;
  display: block;
  padding-top: 2px;
  padding-bottom: 15px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.btn_rittai_M_pink:after {
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #E8528D;
  border-radius: 6px;
  z-index: -1;
}

.btn_rittai_M_pink p {
  color: #ffffff;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.2;
  padding-right: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn_rittai_M_pink p {
    font-size: 1.8rem;
  }
}

.btn_rittai_M_pink p:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0%);
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/common/btn_arrow_white.svg) no-repeat;
  background-size: 16px 16px;
}

/*

  立体型リンクボタン（ピンク背景）

*/
.btn_rittai_L_pink {
  background: #A4195D;
  display: block;
  padding-top: 7px;
  padding-bottom: 32px;
  border-radius: 14px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.btn_rittai_L_pink:after {
  position: absolute;
  top: -13px;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #E8528D;
  border-radius: 14px;
  z-index: -1;
}

.btn_rittai_L_pink p {
  color: #ffffff;
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1.2;
  position: relative;
}

.btn_rittai_L_pink p:after {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%) translateX(0%);
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  background: url(../img/common/btn_arrow_white.svg) no-repeat;
  background-size: 32px 32px;
}

/*

  立体型リンクボタン（LINE）

*/
.btn_rittai_M_line {
  background: #035726;
  display: block;
  padding-top: 2px;
  padding-bottom: 15px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.btn_rittai_M_line:after {
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  z-index: -1;
}

.btn_rittai_M_line p {
  color: #39ae36;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.2;
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn_rittai_M_line p {
    padding-left: 27px;
    font-size: 1.8rem;
  }
}

.btn_rittai_M_line p:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  display: block;
  content: '';
  width: 25px;
  height: 24px;
  background: url(../img/common/icon_line_green.svg) no-repeat;
  background-size: 25px 24px;
}

@media screen and (max-width: 767px) {
  .btn_rittai_M_line p:after {
    width: 22px;
    height: 21px;
    background-size: 22px 21px;
  }
}

/*

  ページ内リンク用のボタン

*/
.btn_rittai_pagelink {
  background: #A4195D;
  display: block;
  padding-top: 7px;
  padding-bottom: 32px;
  border-radius: 14px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.btn_rittai_pagelink:after {
  position: absolute;
  top: -13px;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #E8528D;
  border-radius: 14px;
  z-index: -1;
}

.btn_rittai_pagelink p {
  color: #ffffff;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn_rittai_pagelink p {
    font-size: 1.8rem;
  }
}

/*

  ページ内リンクの範囲

*/
.pagelink_area_bottom {
  max-width: 570px;
  width: 90%;
  margin: 15px auto 0;
}

/*

  デザインA

*/
.link_design_A {
  padding-top: 11px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.link_design_A:hover {
  opacity: 0.7;
}

.link_design_A__inr {
  background: #A4195D;
  display: block;
  padding-top: 10px;
  padding-bottom: 30px;
  border-radius: 14px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.link_design_A__inr:after {
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 14px;
  z-index: 1;
}

.link_design_A__inr p {
  display: inline-block;
  padding-right: 35px;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2;
  position: relative;
  color: #e8528d;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .link_design_A__inr p {
    padding-right: 23px;
    font-size: 1.8rem;
  }
}

.link_design_A__inr p:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0%);
  content: '';
  width: 26px;
  height: 26px;
  background: url(../img/common/btn_design_A_arrow.svg) no-repeat;
  background-size: 26px 26px;
}

@media screen and (max-width: 767px) {
  .link_design_A__inr p:before {
    width: 18px;
    height: 18px;
    background: url(../img/common/btn_design_A_arrow.svg) no-repeat;
    background-size: 18px 18px;
  }
}

/*

  デザインB（メールアイコン）

*/
.link_design_B {
  padding-top: 11px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.link_design_B:hover {
  opacity: 0.7;
}

.link_design_B__inr {
  background: #A4195D;
  display: block;
  padding-top: 10px;
  padding-bottom: 30px;
  border-radius: 14px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.link_design_B__inr:after {
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #E8528D;
  border-radius: 14px;
  z-index: 1;
}

.link_design_B__inr p {
  display: inline-block;
  padding-left: 30px;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2;
  position: relative;
  color: #ffffff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .link_design_B__inr p {
    padding-right: 23px;
    font-size: 1.8rem;
  }
}

.link_design_B__inr p:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  content: '';
  width: 25px;
  height: 25px;
  background: url(../img/common/btn_icon_mail.svg) no-repeat;
  background-size: 25px 25px;
}

/*

  デザインC（虫メガネアイコン）

*/
.link_design_C {
  padding-top: 11px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.link_design_C:hover {
  opacity: 0.7;
}

.link_design_C__inr {
  background: #A4195D;
  display: block;
  padding-top: 10px;
  padding-bottom: 30px;
  border-radius: 14px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.link_design_C__inr:after {
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #E8528D;
  border-radius: 14px;
  z-index: 1;
}

.link_design_C__inr p {
  display: inline-block;
  padding-left: 30px;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2;
  position: relative;
  color: #ffffff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .link_design_C__inr p {
    padding-left: 25px;
    font-size: 1.8rem;
  }
}

.link_design_C__inr p:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  content: '';
  width: 25px;
  height: 25px;
  background: url(../img/common/icon_heading_search_white.svg) no-repeat;
  background-size: 25px 25px;
}

@media screen and (max-width: 767px) {
  .link_design_C__inr p:before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}

/* header
---------------------------------------------------------------------------------------*/
.header {
  width: 100%;
}

@media screen and (max-width: 979px) {
  .header {
    padding-top: 92px;
  }
}

/*

  ヘッダーナビゲーション（SP）

*/
.header_gnav_sp {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  padding: 5px 15px;
  z-index: 2;
}

.header_gnav_sp__logo {
  width: 160px;
}

.header_gnav_sp__nav {
  position: absolute;
  top: 10px;
  right: 55px;
}

.header_gnav_sp__nav__list li {
  float: left;
  width: 40px;
  height: 40px;
  border: 2px solid #000000;
  padding: 2px;
  margin-right: 10px;
}

.header_gnav_sp__nav__list li:last-child {
  margin-right: 0;
}

.header_gnav_sp__nav__list li img {
  width: 32px;
  height: 32px;
}

.header_gnav_sp__nav__list__keep {
  position: relative;
}

.header_gnav_sp__nav__list__keep__number {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ED8298;
  display: block;
  font-size: 1.2rem;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
}

.header_gnav_sp .hiraku-open-btn {
  position: absolute;
  top: 10px;
  right: 15px;
}

.header_gnav_sp .hiraku-open-btn .menu_txt {
  color: #000000;
  font-size: 1rem;
  position: absolute;
  bottom: -10px;
  left: 50%;
  font-weight: bold;
  transform: translateY(0%) translateX(-50%);
}

.header_gnav_sp_canvas {
  padding: 20px;
  border: 10px solid #f092aa;
}

.header_gnav_sp_canvas__list__item {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #595757;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.header_gnav_sp_canvas__list__item:last-child {
  margin-bottom: 0;
}

.header_gnav_sp_canvas__list__item:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon_arrow.svg) center no-repeat;
  background-size: 15px 15px;
}

.header_gnav_sp_canvas__list__item ul {
  margin-top: 20px;
}

.header_gnav_sp_canvas__list__item ul li {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #595757;
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}

.header_gnav_sp_canvas__list__item ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #595757;
}

.header_subnav_sp {
  width: 100%;
  position: fixed;
  top: 60px;
  z-index: 2;
}

.header_subnav_sp nav {
  width: 100%;
  height: 32px;
  background: rgba(237, 130, 152, 0.8);
}

.header_subnav_sp nav ul {
  padding: 2px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.header_subnav_sp nav ul li {
  width: 25%;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}

.header_subnav_sp nav ul li:last-child {
  border-right: none;
}

.header_subnav_sp nav ul li a {
  display: block;
  width: 100%;
  line-height: 28px;
  font-size: 1.2rem;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
}

.header_subnav_sp nav ul li a:hover {
  color: #ffffff;
}

/*

  ヘッダーインフォメーション

*/
.header_info {
  width: 100%;
  padding: 7px 19px 7px 25px;
  background: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
}

@media screen and (max-width: 979px) {
  .header_info {
    padding: 4px 15px;
    background: #fef7ff;
    border-bottom: 1px solid #ED8298;
  }
}

.header_info__read {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
}

@media screen and (max-width: 979px) {
  .header_info__read {
    font-size: 1rem;
    color: #959595;
  }
}

.header_info__breadcrumb {
  font-size: 1.2rem;
}

.header_info__breadcrumb li {
  float: left;
  padding-right: 13px;
  position: relative;
}

.header_info__breadcrumb li:after {
  content: '>';
  position: absolute;
  right: 3px;
}

.header_info__breadcrumb li:last-child {
  padding-right: 0;
}

.header_info__breadcrumb li:last-child:after {
  display: none;
}

.header_info__breadcrumb li a:hover {
  color: #ED8298;
}

.header_info__breadcrumb .active {
  color: #ED8298;
}

.header_info__nav {
  font-size: 1.2rem;
  line-height: 1.4;
}

.header_info__nav li {
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  position: relative;
}

.header_info__nav li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: 0;
  content: '/';
  display: block;
  width: 3px;
}

.header_info__nav li a:hover {
  color: #ED8298;
}

/*

  ヘッダースライダー

*/
.header_slider {
  background: #ffffff;
}

.swiper-container {
  width: 100%;
}

.swiper-container a:hover {
  opacity: 1;
}

.swiper-container a img {
  width: 100%;
}

/*

  ヘッダーナビゲーション（PC）

*/
.header_gnav_pc {
  width: 100%;
  padding: 24px 0;
  background: #ED8298;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
}

.header_gnav_pc ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.header_gnav_pc ul li {
  padding-right: 12px;
  padding-left: 12px;
  position: relative;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.4;
}

.header_gnav_pc ul li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: 0px;
  content: '/';
  display: block;
  width: 3px;
}

.header_gnav_pc ul li a {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.4;
}

@media screen and (max-width: 979px) {
  .header_gnav_pc ul li a {
    font-size: 1.3rem;
    letter-spacing: 0em;
  }
}

.header_gnav_pc ul li a:hover {
  color: #ffffff;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.breadcrumb_pc {
  padding: 4px 25px;
  background: #fef7ff;
  border-bottom: 1px solid #ED8298;
  display: -webkit-flex;
  display: flex;
}

/*

  フィックスサイドナビゲーション

*/
.fix_side {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0%);
  z-index: 10001;
}

.fix_side__nav__list li {
  width: 40px;
  height: 40px;
  background: #E8528D;
  padding: 3px;
  margin-bottom: 10px;
}

.fix_side__nav__list li:last-child {
  margin-bottom: 0;
}

.fix_side__nav__list li img {
  width: 34px;
  height: 34px;
}

.fix_side__nav__list__keep {
  position: relative;
}

.fix_side__nav__list__keep__number {
  position: absolute;
  top: -8px;
  left: -8px;
  background: #ED8298;
  display: block;
  font-size: 1.2rem;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
}

/* main
---------------------------------------------------------------------------------------*/
main {
  display: block;
}

/* footer
---------------------------------------------------------------------------------------*/
.footer {
  width: 100%;
  background: #ffffff;
}

.footer__inr {
  padding-top: 100px;
  padding-bottom: 25px;
}

@media screen and (max-width: 979px) {
  .footer__inr {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}

.footer__inr__heading {
  color: #E8528D;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media screen and (max-width: 979px) {
  .footer__inr__heading {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
}

.footer__inr__info {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .footer__inr__info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    /* Safari */
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
  }
}

@media screen and (min-width: 980px) {
  .footer__inr__info__profile {
    max-width: 630px;
    width: 70%;
  }
}

@media screen and (max-width: 979px) {
  .footer__inr__info__profile {
    width: 100%;
  }
}

.footer__inr__info__profile__img {
  margin-bottom: 30px;
}

@media screen and (max-width: 979px) {
  .footer__inr__info__profile__img {
    margin-bottom: 15px;
  }
}

.footer__inr__info__profile__img img {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .footer__inr__info__nav {
    max-width: 270px;
    width: 30%;
  }
}

@media screen and (max-width: 979px) {
  .footer__inr__info__nav {
    width: 100%;
    margin-top: 50px;
  }
}

.footer__inr__info__nav__child {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #595757;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.footer__inr__info__nav__child:last-child {
  margin-bottom: 0;
}

.footer__inr__info__nav__child:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon_arrow.svg) center no-repeat;
  background-size: 15px 15px;
}

.footer__inr__info__nav__child ul {
  margin-top: 20px;
}

.footer__inr__info__nav__child ul li {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #595757;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}

.footer__inr__info__nav__child ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #595757;
}

.footer__inr__area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin-top: 100px;
}

@media screen and (max-width: 979px) {
  .footer__inr__area {
    margin-top: 30px;
  }
}

.footer__inr__area__block {
  width: 25%;
  margin-bottom: 30px;
}

@media screen and (max-width: 979px) {
  .footer__inr__area__block {
    width: 33.33333%;
  }
}

@media screen and (max-width: 767px) {
  .footer__inr__area__block {
    width: 100%;
    border-top: 1px solid #959595;
    margin-bottom: 0;
  }
  .footer__inr__area__block:last-child {
    border-bottom: 1px solid #959595;
  }
}

.footer__inr__area__block__heading {
  color: #E8528D;
  font-size: 1.3rem;
  margin-bottom: 20px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .footer__inr__area__block__heading {
    pointer-events: all;
    margin-bottom: 0px;
    padding: 10px;
    position: relative;
    background: #fef4f8;
  }
  .footer__inr__area__block__heading:after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) translateX(0%);
    content: '';
    width: 8px;
    height: 8px;
    background: url(../img/common/icon_trigger.svg) no-repeat;
    background-size: 8px 8px;
  }
}

@media screen and (max-width: 767px) {
  .footer__inr__area__block__list {
    display: none;
  }
}

.footer__inr__area__block__list li {
  padding: 0 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .footer__inr__area__block__list li:first-child {
    margin-top: 5px;
  }
}

.footer__inr__area__block__list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .footer__inr__area__block__list li:last-child {
    margin-bottom: 5px;
  }
}

.footer__inr__pr {
  margin-top: 30px;
}

@media screen and (max-width: 979px) {
  .footer__inr__pr {
    margin-top: 30px;
  }
}

.footer__inr__pr__heading {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
}

.footer__inr__pr__heading:after {
  border-top: 1px solid #595757;
  content: '';
  flex-grow: 1;
  margin-left: 1rem;
}

@media screen and (max-width: 979px) {
  .footer__inr__pr__heading {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
}

.footer__inr__pr__bnr {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}

.footer__inr__pr__bnr li {
  -webkit-flex: 0 0 22%;
  flex: 0 0 22%;
  margin: 0 1.5% 30px;
}

@media screen and (max-width: 979px) {
  .footer__inr__pr__bnr li {
    -webkit-flex: 0 0 30.333333%;
    flex: 0 0 30.333333%;
    margin: 0 1.5% 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer__inr__pr__bnr li {
    -webkit-flex: 0 0 48%;
    flex: 0 0 46%;
    margin: 0 2% 10px;
  }
}

.footer__inr__copy {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

.footer__inr__copy__read {
  font-size: 1.1rem;
  letter-spacing: 0em;
  line-height: 1.2;
  margin-bottom: 10px;
}

.footer__inr__copy__caution {
  font-size: 1.1rem;
  letter-spacing: 0em;
}

/*

  ページトップへ戻る

*/
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  cursor: pointer;
}

#pagetop img {
  width: 60px;
  height: 60px;
}

/* background
---------------------------------------------------------------------------------------*/
.bg_dots {
  background: url(../img/common/bg_pattern_dots.gif) center repeat;
  background-size: 15px 30px;
}

.bg_dots_line {
  background: url(../img/common/bg_pattern_dots_green.gif) center repeat;
  background-size: 15px 30px;
}

.bg_stripe_slanting {
  background: url(../img/common/bg_pattern_slanting.gif) center repeat;
}

.bg_stripe_length {
  background: url(../img/common/bg_pattern_length.gif) center repeat;
}

/* slick（ドットのデザインカスタマイズ）
---------------------------------------------------------------------------------------*/
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*
.slide-dots {
  text-align: center;
}

.slide-dots li {
  display: inline-block;
  margin: 0 12px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.slide-dots li button:before {
  color: #CCCCCC;
  content: '●';
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}

.slide-dots li.slick-active button:before {
  color: #ee8399;
  content: '●';
}
*/

/* tab（全体共通要素）
---------------------------------------------------------------------------------------*/
.tabarea1 .tab#1_label {
  background: #e9528e;
  color: #ffffff;
}

.tabarea1 .tab#2_label {
  background: #e9528e;
  color: #ffffff;
}

.tabarea1 .tab#3_label {
  background: #e9528e;
  color: #ffffff;
}

.tabarea1 .tab#4_label {
  background: #e9528e;
  color: #ffffff;
}

.tabarea1 .tab#5_label {
  background: #e9528e;
  color: #ffffff;
}

.tabarea1 .tab#6_label {
  background: #e9528e;
  color: #ffffff;
}

.tabarea1 .tab#7_label {
  background: #e9528e;
  color: #ffffff;
}

.panel_area #panel#1 {
  display: block;
}

.panel_area #panel#2 {
  display: block;
}

.panel_area #panel#3 {
  display: block;
}

.panel_area #panel#4 {
  display: block;
}

.panel_area #panel#5 {
  display: block;
}

.panel_area #panel#6 {
  display: block;
}

.panel_area #panel#7 {
  display: block;
}

/* お役立ちコンテンツ（全体共通要素）
---------------------------------------------------------------------------------------*/
.be-useful {
  width: 100%;
}

.be-useful__headingbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.be-useful__headingbox__heading {
  padding-left: 37px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .be-useful__headingbox__heading {
    padding-left: 32px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.be-useful__headingbox__heading:before {
  padding-left: 37px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  content: '';
  width: 32px;
  height: 25px;
  background: url(../img/common/icon_heading_beuseful.svg) no-repeat;
  background-size: 32px 25px;
}

@media screen and (max-width: 767px) {
  .be-useful__headingbox__heading:before {
    width: 27px;
    height: 21px;
    background-size: 27px 21px;
  }
}

.be-useful__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.be-useful__list__item {
  width: 30%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .be-useful__list__item {
    width: 47.5%;
    margin-bottom: 15px;
  }
}

.be-useful__list__item a {
  width: 100%;
}


/*

簡単検索ワード検索の入力条件表示部分

*/
.sectionblock_bc_search {
  width: 100%;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .sectionblock_bc_search {
    padding: 50px 0;
  }
}
