@charset "UTF-8";
body {
  line-height: 2;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  color: #333333;
  overflow-x: hidden;
  min-width: 1200px;
}

@media (max-width: 768px) {
  body {
  min-width: 100%;
}
}

@media (max-width: 550px) {
  body {
  font-size: 0.95rem;
  line-height: 1.8;
}
}

header {
  min-width: 100%;
  background-color: #fff;
  background-image: url(../images/under-global.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}

@media (max-width: 768px) {
  header {
  padding: 0;
}
}

@media (max-width: 550px) {
  .main_header {
  width: 100%;
  /* transition: .3s; */
}
}

@media (max-width: 550px) {
  .is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  /* -webkit-transition: all .4s ease 0s,background .6s ease .2s;
    transition: all .4s ease 0s,background .6s ease .2s; */
  -webkit-overflow-scrolling: touch;
  margin-top: 0 !important;
}
.is-fixed .c-hamburger-btn {
  height: 62.5px !important;
  padding: 10px !important;
}
.is-fixed .area_header {
  padding: 0 1rem;
  height: 95px;
}
.is-fixed .area_header .sm_content {
  padding: 0.8rem 0 0 0;
}
.is-fixed #logo {
  height: 68.7px;
  margin-top: 0.5rem;
}
.is-fixed #logo img {
  width: 60px;
}
.is-fixed #header-bar {
  display: none !important;
}
.is-animation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  /* -webkit-transition: all .4s ease 0s,background .6s ease .2s;
    transition: all .4s ease 0s,background .6s ease .2s; */
  -webkit-overflow-scrolling: touch;
  margin-top: 0 !important;
}
.is-animation .c-hamburger-btn {
  height: 62.5px !important;
  padding: 10px !important;
}
.is-animation .area_header {
  padding: 0 1rem;
  height: 90px;
}
.is-animation .area_header .sm_content {
  padding: 0.8rem 0 0 0;
}
.is-animation .area_header .each_store_container {
  top: 86px !important;
}
.is-animation #logo {
  height: 68.7px;
  margin-top: 0.5rem;
}
.is-animation #logo img {
  width: 60px;
}
.is-animation #header-bar {
  display: none !important;
}
}

a:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.6;
}

.Mincho {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

h2 {
  color: #453586;
  font-size: 1.9rem;
  text-align: center;
  margin: 0 0 1em 0;
  font-weight: normal;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

@media (max-width: 550px) {
  h2 {
  font-size: 1.2rem;
}
}

.title {
  color: #604D17;
  font-size: 1.5rem;
  line-height: 1.5;
  background-image: url(../images/ic-h2-top.png), url(../images/ic-h2-under.png);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 340px, 210px;
  padding: 25px 0 15px 0;
  margin-bottom: 3em;
}

@media (max-width: 550px) {
  .title {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
}

.title span {
  display: block;
  font-size: 0.8rem;
}

@media (max-width: 550px) {
  .title span {
  font-size: 0.75em;
}
}

h3 {
  color: #2B1BA0;
  text-align: left;
  font-size: 1.2rem;
  margin: 1.5em 0;
  border-bottom: 1px solid #CEC7EB;
  font-weight: 600;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  padding-left: 30px;
  background-image: url(../images/ic-subtitle.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
  letter-spacing: 0;
}

@media (max-width: 550px) {
  h3 {
  font-size: 0.95rem;
  margin-top: 2em;
  margin-bottom: 1em;
  background-size: 20px;
  padding-left: 23px;
}
}

.decoration {
  width: 45px;
  height: auto;
  display: inline-block;
}

h4 {
  color: #6E5E1B;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 1em;
}

@media (max-width: 550px) {
  h4 {
  font-size: 1rem;
  letter-spacing: 0;
}
}

main {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 550px) {
  .each_container {
  margin-top: 62.06px;
}
}

.bg_gray {
  background-color: #F8F7F0;
  overflow: hidden;
}

#header-bar {
  height: 28px;
  background: #8A73B4;
}

@media (max-width: 768px) {
  #header-bar {
  height: auto;
}
}

#header-bar h1 {
  width: 1200px;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 0.8rem;
  font-weight: normal;
}

@media (max-width: 768px) {
  #header-bar h1 {
  width: 100%;
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
}

.header_sub {
  padding-left: 3%;
  position: relative;
}

@media (max-width: 1100px) {
  .header_sub {
  padding-left: 0%;
}
}

.area_header {
  width: 100%;
  display: block;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  padding: 0 10px 15px 10px;
}

@media (max-width: 1100px) {
  .area_header {
  padding: 0 1rem;
}
}

@media (max-width: 768px) {
  .area_header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
}

.area_header .accordion-content {
  width: calc(100% - 170px);
  position: relative;
}

@media (max-width: 768px) {
  .area_header .accordion-content {
  width: auto;
}
}

.area_header .each_store_container {
  position: absolute;
  top: 0;
  left: 15%;
}

@media (max-width: 768px) {
  .area_header .each_store_container {
  top: 95px;
  width: 100%;
  z-index: 9;
  background-color: #F4EDFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  padding: 0.5rem 1rem;
}
}

.area_header .each_store_container p {
  font-size: 0.9rem;
  color: #453586;
  margin: 0.5em 0 0 0;
}

@media (max-width: 768px) {
  .area_header .each_store_container p {
  margin: 0;
  font-size: 0.8rem;
}
}

.area_header .each_store_container .each_store_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .area_header .each_store_container .each_store_detail {
  line-height: 1.2;
}
}

.area_header .each_store_container .each_store_detail .tel {
  font-size: 1.8rem;
  color: #453586;
  font-weight: 700;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  background-image: url(../images/subheader-denwa.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 27px;
  padding-left: 35px;
}

@media (max-width: 768px) {
  .area_header .each_store_container .each_store_detail .tel {
  font-size: 1.4rem;
}
}

@media (max-width: 550px) {
  .area_header .each_store_container .each_store_detail .tel {
  display: none;
}
}

.area_header .each_store_container .each_store_detail .map {
  margin-left: 10px;
}

.area_header .each_store_container .each_store_detail .map a {
  text-decoration: none;
  color: #453586;
  border: 2px solid #453586;
  border-radius: 6px;
  padding: 7px 10px 7px 30px;
  background-image: url(../images/subheader-map.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 17px;
}

@media (max-width: 768px) {
  .area_header .each_store_container .each_store_detail .map a {
  padding: 5px 10px 5px 30px;
}
}

@media (max-width: 550px) {
  .area_header .each_store_container .each_store_detail .map a {
  padding: 10px 20px 10px 40px;
  background-position: 10px center;
}
}

@media (max-width: 768px) {
  .area_header #local {
  display: none;
}
}

@media (max-width: 768px) {
  .area_header #global {
  display: none;
}
}

.area_header .c-hamburger-btn {
  display: none;
}

@media (max-width: 768px) {
  .area_header .c-hamburger-btn {
  display: block;
  background-color: #8E813A;
  border: none;
  color: inherit;
  padding: 0px 8px;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  right: 0.5rem;
  cursor: pointer;
  text-align: center;
  height: 65px;
}
.area_header .c-hamburger-btn .c-hamburger-btn__bars {
  display: block;
  margin: 3px auto;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 22px;
  width: 40px;
}
.area_header .c-hamburger-btn .c-hamburger-btn__bars .c-hamburger-btn__bar {
  background-color: var(--header-text-color, #0A0E46);
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  height: 3px;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  background-color: #fff;
}
.area_header .c-hamburger-btn .c-hamburger-btn__bar:first-of-type {
  top: 0;
}
.area_header .c-hamburger-btn .c-hamburger-btn__bar:nth-of-type(2) {
  top: 10px;
}
.area_header .c-hamburger-btn .c-hamburger-btn__bar:nth-of-type(3) {
  top: 20px;
}
.area_header .c-hamburger-btn .c-hamburger-btn__label {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
}

.area_header .sm_content {
  display: none;
}

@media (max-width: 768px) {
  .area_header .sm_content {
  display: block;
  padding-top: 0.5em;
  margin-right: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.area_header .sm_content li {
  margin: 0 0.4em;
}
.area_header .sm_content .store_tel {
  width: 110px;
}
.area_header .sm_content .store_tel a {
  padding: 8.82px 5px;
  font-size: 0.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #453586;
  text-decoration: none;
  border: 2px solid #453586;
  border-radius: 8px;
  background-image: url(../images/subheader-denwa.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 3px 30px;
}
.area_header .sm_content .store_tel span {
  display: block;
  font-size: 0.9rem;
}
}

.area_header #smnavigation {
  z-index: 99999;
  position: absolute;
  top: 90px;
  left: 0;
  display: none;
  width: 100%;
}

.area_header #smnavigation li {
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
  list-style-type: none;
  text-decoration: none;
  text-indent: 15px;
  background-color: #8E813A;
  z-index: 100000;
}

.area_header #smnavigation li a {
  color: #ffffff;
  text-decoration: none;
}

.area_header #smnavigation li p {
  margin: 0;
}

.area_header .global_btn {
  text-align: left;
  color: #ffffff;
}

.area_header .shop_tel_inner {
  z-index: 99999;
  position: absolute;
  top: 88px;
  left: 0;
  display: none;
  width: 100%;
  margin-right: 0;
}

.area_header .shop_tel_inner li {
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
  list-style-type: none;
  text-decoration: none;
  background-color: #302A7A;
  z-index: 100000;
  margin: 0;
}

.area_header .shop_tel_inner li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 7px 1rem;
}

.area_header .shop_tel_inner li a h5 {
  font-size: 1rem;
}

.area_header .shop_tel_inner li a p {
  margin: 0;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 0.075em;
  font-size: 1.2rem;
  padding: 0 10px 0 40px;
  background-image: url(../images/icon-denwa-white.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 10px center;
}

#logo {
  width: auto;
  height: auto;
  margin: 0;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  #logo {
  position: relative;
}
}

#logo img {
  width: 120px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #logo img {
  width: 70px;
}
}

@media (max-width: 550px) {
  #logo img {
  width: 70px;
}
}

#logo:hover {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0.7;
}

#logo a {
  display: block;
}

#local {
  width: 680px;
  margin-left: auto;
}

@media (max-width: 768px) {
  #local {
  width: auto;
}
}

#local ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 5px 0 0 0;
}

#local ul li {
  list-style: none;
  text-align: center;
  position: relative;
  padding: 0 0 0 3em;
  font-size: 0.9rem;
  background-image: url(/images/arrow.png);
  background-position: 1.5em center;
  background-repeat: no-repeat;
  background-size: 14px;
}

#local ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
}

#login_container {
  margin-top: 0.5rem;
  width: 720px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F4F4F4;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  #login_container {
  z-index: 99999;
  top: 88.16px;
  left: -325px;
  display: none;
  width: 760px;
  margin: 0;
  background-color: #F4F4F4;
  position: absolute !important;
}
}

@media (max-width: 550px) {
  #login_container {
  z-index: 99999;
  top: 88.16px;
  left: -112px;
  display: none;
  max-width: 360px;
  margin: 0;
  background-color: #F4F4F4;
  position: absolute !important;
}
}

@media (max-width: 320px) {
  #login_container {
  max-width: 320px;
  left: -90px;
}
}

@media (max-width: 550px) {
  #login_container iframe {
  min-height: 100px;
}
}

#login_container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5em 1em;
}

@media (max-width: 768px) {
  #login_container ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem 0;
  display: block;
}
}

#login_container ul li {
  font-size: 0.9rem;
}

#login_container ul li input {
  margin-left: 20px;
}

@media (max-width: 550px) {
  #login_container ul li input {
  font-size: 1rem;
}
}

@media (max-width: 768px) {
  #login_container ul li {
  z-index: 100000;
  width: 100%;
  font-size: 1rem;
  text-align: center;
}
}

#login_container ul .btn a {
  color: inherit;
  text-decoration: none;
  background-color: #67665C;
  border-radius: 13px;
  color: #fff;
  padding: 5px 15px;
}

@media (max-width: 550px) {
  #login_container ul .btn a {
  background-color: #380C7E;
  padding: 5px 30px;
}
}

@media (max-width: 550px) {
  #login_container ul .btn {
  margin-top: 0.5em;
}
}

#global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 1em 0 0 10%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  #global ul {
  padding-left: 0;
}
}

#global ul li {
  list-style: none;
  text-align: center;
  color: #453586;
  position: relative;
  padding: 0;
}

@media (max-width: 768px) {
  #global ul li {
  width: 30%;
}
}

#global ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
  background-image: url(../images/ic-global.png);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}

#global ul li a:hover {
  opacity: 1;
  color: #0A0E46;
}

@media (max-width: 768px) {
  #global ul li a {
  font-size: 0.9rem;
  padding-left: 15px;
}
}

#global ul li p {
  margin-bottom: 0;
}

.active::before {
  content: '';
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0A0E46;
}

@media (max-width: 1100px) {
  .active::before {
    background-color: #fff;
}
}

@media (max-width: 550px) {
  .pc {
  display: none;
}
}

.sp {
  display: none;
}

@media (max-width: 550px) {
  .sp {
  display: inherit;
}
}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.content {
  max-width: 1200px;
  padding: 2rem 0;
  position: relative;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .content {
  padding: 3rem 1rem;
}
}

@media (max-width: 550px) {
  .content {
  padding: 0.5rem;
}
}

.sm_content {
  display: none;
}

@media (max-width: 550px) {
  .sm_content {
  display: block;
}
}

.list_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #dedede;
  margin-top: 3rem;
}

.list_navigation li {
  width: calc(100% / 3);
  text-align: center;
  border-right: solid 1px #dedede;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
}

.list_navigation li:last-child {
  border-right: 0px;
}

@media (max-width: 550px) {
  .list_navigation li {
  font-size: 1rem;
}
}

.list_navigation a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 1rem 0;
  background-image: url("images/side-arrow.svg");
  background-repeat: no-repeat;
  background-position: 85% center;
}

.list_navigation a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 550px) {
  .list_navigation {
  padding: 1.2rem 0 1.8rem 0;
  background-position: center 85%;
}
}

.list_navigation span {
  font-size: 0.9rem;
  font-weight: 600;
  display: block;
  color: #0A0E46;
}

@media (max-width: 550px) {
  .list_navigation span {
  font-size: 0.8rem;
}
}

#area_slider {
  width: 100%;
  height: 600px;
  position: relative;
}

@media (max-width: 768px) {
  #area_slider {
  height: 480px;
}
}

@media (max-width: 550px) {
  #area_slider {
  height: 200px;
}
}

#slide-1 {
  overflow: hidden;
  width: 100%;
  min-height: 600px;
}

@media (max-width: 768px) {
  #slide-1 {
  min-height: 480px;
}
}

@media (max-width: 550px) {
  #slide-1 {
  min-height: 200px;
}
}

.c-breadcrumbs {
  padding: 0;
  color: #FFF;
  font-size: 1rem;
}

.c-breadcrumbs .c-breadcrumbs__item {
  display: inline;
}

.c-breadcrumbs .c-breadcrumbs__item a {
  color: inherit;
  text-decoration: none;
}

.main_message p {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 550px) {
  .main_message p {
  text-align: left;
}
.main_message p br {
  display: none;
}
}

.latest {
  background-color: #8A73B4;
  color: #fff;
  padding: 0.25rem 1rem;
  height: 70px;
}

@media (max-width: 550px) {
  .latest {
  height: 40px;
  font-size: 0.6rem;
  line-height: 1.2;
}
}

.sub_container {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  height: 175px;
  background-image: url(../images/bg-sub.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
}

@media (max-width: 550px) {
  .sub_container {
  height: 100px;
}
}

.sub_container h2 {
  color: #400590;
  font-size: 2.5rem;
  margin: 0;
  padding: 43px 0;
  line-height: 1.5;
}

@media (max-width: 550px) {
  .sub_container h2 {
  font-size: 1.3rem;
  padding: 20px 0;
}
}

.sub_container h2 span {
  display: block;
  color: #650BDE;
  font-size: 1.2rem;
}

@media (max-width: 550px) {
  .sub_container h2 span {
  font-size: 1rem;
}
}

.news_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news_container h3 {
  color: #6E6047;
  margin-bottom: 0.5em;
  border: none;
  margin-left: 0;
  padding-left: 0;
  background-image: none;
}

@media (max-width: 550px) {
  .news_container h3 {
  margin-top: 1em;
}
}

.news_information {

}

@media (max-width: 550px) {
  .news_information {
  width: 100%;
}
}

.news_information ul {
  padding: 1rem;
  border: 1px solid #93928D;
  height: 235px;
  overflow: scroll;
}

.news_information ul li {
  font-size: 0.9rem;
  line-height: 2.8;
  border-bottom: 1px dotted #707070;
}

@media (max-width: 550px) {
  .news_information ul li {
  line-height: 1.8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
}

.sub_content .news_information {
  width: 96%;
}

@media (max-width: 550px) {
  .sub_content .news_information {
  width: 100%;
}
}


.informd_bg0 {
  width: 50%;
  float: right;
  height: 1px;
  }

.informd_bg1 {
  width: 50%;
  float: right;
  height: 400px;
}

.informd_bg1 img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 550px) {
  .informd_bg1 {
  float: none;
  width: 100%;
  height: 200px;
}
.informd_bg1 img {
  height: 200px;
}
}
.inform_topic0 {
  text-align: left;
  float: right;
  width: 50%;
  padding: 0 ;
  position: relative;
}

.inform_topic1 {
  text-align: left;
  float: right;
  width: 50%;
  padding: 3rem 3rem 0 3rem;
  position: relative;
}

@media (max-width: 550px) {
  .inform_topic1 {
  width: 100%;
  float: none;
  padding: 1rem;
}
}

.inform_topic1 p {
  line-height: 2.2;
  margin-bottom: 0;
}

@media (max-width: 550px) {
  .inform_topic1 p {
  line-height: 1.8;
}
}

.informd_bg2 {
  width: 50%;
  float: left;
  height: 400px;
}

.informd_bg2 img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 550px) {
  .informd_bg2 {
  width: 100%;
  float: none;
  height: 200px;
}
.informd_bg2 img {
  height: 200px;
}
}

.inform_topic2 {
  text-align: left;
  float: left;
  width: 50%;
  padding: 3rem 3rem;
  position: relative;
}

@media (max-width: 550px) {
  .inform_topic2 {
  width: 100%;
  float: none;
  padding: 1rem;
}
}

.inform_topic2 p {
  line-height: 2.2;
  margin-bottom: 0;
}

@media (max-width: 550px) {
  .inform_topic2 p {
  line-height: 1.8;
}
}

.informd_bg3 {
  width: 50%;
  float: right;
  height: 400px;
}

.informd_bg3 img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 550px) {
  .informd_bg3 {
  float: none;
  width: 100%;
  height: 200px;
}
.informd_bg3 img {
  height: 200px;
}
}

.bg_gradation {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#4E00AA), to(#060111)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #4E00AA 0%, #060111 100%) 0% 0% no-repeat padding-box;
}

.soothsayer {
  background-image: url(../images/border-uranaisi.png), url(../images/border-uranaisi.png);
  background-repeat: repeat-x;
  background-position: center top, center bottom;
  background-size: auto 20px;
}

.soothsayer h2 {
  color: #FFE940;
  background-image: url(../images/midasi-uranaisi.png), url(../images/midasi-uranaisi.png);
  background-position: 10% center, 90% center;
  background-repeat: no-repeat;
  background-size: 350px;
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .soothsayer h2 {
  background-size: 200px;
  margin-bottom: 1em;
}
}

@media (max-width: 550px) {
  .soothsayer h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-size: 80px;
}
}

.soothsayer .under_v {
  padding-bottom: 1em;
  background-image: url(../images/midasi-uranaisi.png);
  background-position: center bottom;
  background-size: 350px;
}

@media (max-width: 550px) {
  .soothsayer .under_v {
  margin-top: 1rem;
  background-size: 180px;
}
}

.soothsayer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.soothsayer_list li {
  width: 20%;
  text-align: center;
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .soothsayer_list li {
  width: 25%;
}
}

@media (max-width: 550px) {
  .soothsayer_list li {
  width: 33%;
}
}

.soothsayer_list li h4 {
  font-size: 1rem;
  color: #FFE940;
  margin-bottom: 0;
  line-height: 1.5;
}

@media (max-width: 550px) {
  .soothsayer_list li h4 {
  font-size: 0.55rem;
}
}

.soothsayer_list li h4 span {
  display: block;
  color: #fff;
  font-size: 0.55rem;
}

@media (max-width: 550px) {
  .soothsayer_list li h4 span {
  font-size: 0.5rem;
}
}

.soothsayer_list li img:first-child {
  background-image: url(../images/bg-uranaisi.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
  padding: 1em;
  max-width: 180px;
}

@media (max-width: 550px) {
  .soothsayer_list li img:first-child {
    background-size: 100%;
  max-width: 115px;
}
}

.soothsayer_list li img {
  margin: auto;
}

@media (max-width: 550px) {
  .soothsayer_list img:last-child {
    padding: 5px;
}
}

.judgment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 550px) {
  .judgment {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}

.judgment li {
  width: 20%;
  margin-right: 2em;
}

@media (max-width: 768px) {
  .judgment li {
  width: 25%;
}
}

@media (max-width: 550px) {
  .judgment li {
  width: 32%;
  margin-right: 0;
}
}

.judgment li a {
  text-align: center;
  display: block;
  text-decoration: none;
  background-color: #7C7B59;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.25em 0;
  background-image: url(../images/mokuteki-kazari-l.png);
  background-repeat: no-repeat;
  background-size: 98% 90%;
  background-position: center center;
}

@media (max-width: 550px) {
  .judgment li a {
  font-size: 0.8rem;
}
}

.judgment li a span {
  font-size: 1.1rem;
  margin-right: 20px;
}

@media (max-width: 550px) {
  .judgment li a span {
  font-size: 0.8rem;
}
}

.fortune-telling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 550px) {
  .fortune-telling {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}

.fortune-telling li {
  width: 14.4%;
  margin-right: 2em;
  margin-bottom: 1em;
}

@media (max-width: 1100px) {
  .fortune-telling li {
  width: 20%;
  font-size: 1rem;
}
.fortune-telling li:nth-child(4n) {
  margin-right: 0;
}
}

.fortune-telling li:nth-child(6n) {
  margin-right: 0;
}

@media (max-width: 1100px) {
  .fortune-telling li:nth-child(6n) {
    margin-right: 2em;
}
}

@media (max-width: 550px) {
  .fortune-telling li:nth-child(6n) {
    margin-right: 0;
}
}

@media (max-width: 550px) {
  .fortune-telling li {
  width: 32%;
  margin-right: 0;
}
}

.fortune-telling li a {
  text-align: center;
  display: block;
  text-decoration: none;
  background-color: #29005D;
  color: #fff;
  font-size: 1.05rem;
  padding: 0.35em 0;
  background-image: url(../images/mokuteki-kazari-l.png);
  background-repeat: no-repeat;
  background-size: 98% 90%;
  background-position: center center;
}

@media (max-width: 1100px) {
  .fortune-telling li a {
  font-size: 1rem;
}
}

@media (max-width: 550px) {
  .fortune-telling li a {
  font-size: 0.8rem;
}
}

.consultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 550px) {
  .consultation {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}

.consultation li {
  width: 14.4%;
  margin-right: 2em;
  margin-bottom: 1em;
}

@media (max-width: 1100px) {
  .consultation li {
  width: 20%;
  font-size: 1rem;
}
.consultation li:nth-child(4n) {
  margin-right: 0;
}
}

.consultation li:nth-child(6n) {
  margin-right: 0;
}

@media (max-width: 1100px) {
  .consultation li:nth-child(6n) {
    margin-right: 2em;
}
}

@media (max-width: 550px) {
  .consultation li:nth-child(6n) {
    margin-right: 0;
}
}

@media (max-width: 550px) {
  .consultation li {
  width: 32%;
  margin-right: 0;
}
}

.consultation li a {
  text-align: center;
  display: block;
  text-decoration: none;
  background-color: #B55B88;
  color: #fff;
  font-size: 1.05rem;
  padding: 0.35em 0;
  background-image: url(../images/mokuteki-kazari-l.png);
  background-repeat: no-repeat;
  background-size: 98% 90%;
  background-position: center center;
}

@media (max-width: 550px) {
  .consultation li a {
  font-size: 0.8rem;
}
}

.bg_tw {
  background-color: #7C7B59;
  background-image: url(../images/sche_bg.png), url(../images/sche_bg.png);
  background-repeat: repeat-x;
  background-position: center top, center bottom;
}

.embedding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.embedding h3 {
  text-align: center;
  color: #fff;
  border: none;
  padding-left: 70px;
  background-image: url(../images/icon-she.png);
  margin: 0 0 3em 0;
  background-size: 35px;
  background-position: 33% center;
}

@media (max-width: 550px) {
  .embedding h3 {
  margin-bottom: 1em;
  background-size: 25px;
  padding-left: 50px;
}
}

.embedding div {
  width: 45%;
}

@media (max-width: 550px) {
  .embedding div {
  width: 100%;
}
}

.embedding .twitter_container h3 {
  background-image: url(../images/twicons.png);
  background-position: 40% center;
}

@media (max-width: 550px) {
  .embedding .twitter_container {
  margin: 1em 0;
}
}

.embedding .schedule_inner {
  width: 100%;
  padding: 10px;
  overflow: scroll;
  background-color: #fff;
}

.embedding .twitter_inner {
  width: 100%;
  padding: 10px;
  overflow: scroll;
  background-color: #fff;
}

.frame_container {
  background: #EDE8FF;
}

.frame_container .frame_inner {
  background-image: url(../images/border-topic-common.png), url(../images/border-topic-common.png);
  background-repeat: repeat-x;
  background-position: center top, center bottom;
  background-size: 100% 10px;
  padding: 3em;
}

@media (max-width: 768px) {
  .frame_container .frame_inner {
  padding: 3em 1rem;
}
}

@media (max-width: 550px) {
  .frame_container .frame_inner {
  padding: 1rem;
}
}

.frame_container .frame_inner p {
  margin-bottom: 0;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.media li {
  width: 48%;
  margin-bottom: 3em;
}

@media (max-width: 550px) {
  .media li {
  width: 100%;
}
}

.media li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: inherit;
  text-decoration: none;
}

.media li img {
  width: 30%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 550px) {
  .media li img {
  height: 70px;
}
}

.media li .media_text {
  width: 65%;
}

.media li .media_text p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.voice li {
  width: 30%;
  font-size: 0.9rem;
}

@media (max-width: 550px) {
  .voice li {
  width: 100%;
}
}

.voice .profile_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.voice .profile_container .profile_detail {
  margin: 0.5em 0 0 1em;
}

.voice .profile_container .profile_detail span {
  color: #707070;
}

.voice .profile_container .profile_detail p {
  line-height: 1.3;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0;
}

.voice .profile_container img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 70px;
  height: 70px;
}

.voice img {
  width: 128px;
  height: auto;
}

.hosi {
  color: #FCCB00;
  font-size: 20px;
  letter-spacing: 0.3em;
}

.voice_more {
  text-align: center;
  margin-top: 3em;
}

@media (max-width: 550px) {
  .voice_more {
  margin-top: 0;
}
}

.medea_another_pattern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.medea_another_pattern li {
  width: 30%;
  margin-bottom: 3em;
}

@media (max-width: 550px) {
  .medea_another_pattern li {
  width: 49%;
}
}

.medea_another_pattern li a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.medea_another_pattern li a img {
  width: 100%;
  height: auto;
}

.medea_another_pattern .media_text {
  margin: 1rem 0;
  font-size: 0.9rem;
}

.medea_another_pattern .media_text p {
  margin: 0 0 0.5rem 0;
  line-height: 1.7;
}

.c-button {
  position: relative;
  border: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}

.c-button a {
  position: relative;
  border: none;
  background: #3C1919;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding: 7px 50px;
}

.bg_pattern {
  background: url(../images/pttern.png);
}

.bg_pattern .bg_pattern_inner {
  background-image: url(../images/border-blog.png), url(../images/border-blog.png);
  background-repeat: repeat-x;
  background-position: center top, center bottom;
  background-size: 100% 20px;
}

.list_container {
  margin-bottom: 3em;
}

.list_container h3 {
  margin: 0 0 2em 0;
  border: none;
  color: #FFE940;
  padding-left: 0;
  background-image: none;
}

@media (max-width: 550px) {
  .list_container h3 {
  margin-bottom: 1em;
}
}

.list_container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_container .list li {
  width: 23%;
}

@media (max-width: 550px) {
  .list_container .list li {
  width: 49%;
}
}

.list_container .list li a {
  color: inherit;
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 0.9rem;
}

.list_container .list li a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 0.5em;
}

.list_container .list li a h4 {
  color: #fff;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .list_container .list li a h4 {
  font-size: 0.9rem;
}
}

@media (max-width: 550px) {
  .list_container {
  margin: 1rem 0;
}
}

.list_container:last-of-type {
  margin-bottom: 0;
}

.index_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index_list li {
  width: 23%;
  padding: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}

@media (max-width: 768px) {
  .index_list li {
  width: 49%;
  margin-bottom: 1em;
}
}

@media (max-width: 550px) {
  .index_list li {
  width: 49.5%;
  padding: 1rem 10px;
}
}

.index_list li:first-child {
  background-color: #230848;
  background-image: url(../images/linkbg-kantei.png);
}

.index_list li:nth-child(2) {
  background-color: #080D48;
  background-image: url(../images/linkbg-syokai.png);
  background-size: 80%;
}

.index_list li:nth-child(3) {
  background-color: #36022E;
  background-image: url(../images/linkbg-sche.png);
}

.index_list li:last-child {
  background-color: #3E0848;
  background-image: url(../images/linkbg-tenpo.png);
}

.index_list li h3 {
  margin: 0 0 0.5em 0;
  border: none;
  color: #FFE940;
  text-align: center;
  width: 100%;
  background-image: url(../images/link-kazari.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 50%;
  padding-top: 1.2em;
  padding-left: 0;
}

@media (max-width: 550px) {
  .index_list li h3 {
  font-size: 0.9rem;
}
}

.index_list li p {
  text-align: center;
  color: #fff;
}

@media (max-width: 550px) {
  .index_list li p {
  font-size: 0.75rem;
}
}

.index_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.index_list .index_button {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  color: #fff;
  text-align: center;
  background-color: #1E0245;
  border: 1px solid #4E4290;
  font-weight: bold;
  width: 80%;
  background-image: url(../images/arw.png);
  background-repeat: no-repeat;
  background-position: 90% center;
}

@media (max-width: 550px) {
  .index_list .index_button {
  font-size: 0.8rem;
  width: 90%;
}
}

.shopinfo_title {
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  margin: 0;
  color: #FFE940;
  border: none;
  padding: 20px 0;
  background-image: none;
}

@media (max-width: 550px) {
  .shopinfo_title {
  font-size: 1rem;
  padding: 10px 0;
}
}

@media (max-width: 550px) {
  .boda {
  height: 10px;
}
}

.slick1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 35px !important;
  background-image: url(../images/border-topic-common.jpg);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 100% 14.41px;
}

@media (max-width: 550px) {
  .slick1 {
  background-size: 100% 10px;
  padding-bottom: 20px !important;
}
}

.slick-list {
  width: 100% !important;
}

@media (max-width: 550px) {
  .slick-prev {
  height: 20px !important;
  margin-top: 40px !important;
  background-size: 20px auto !important;
}
}

@media (max-width: 550px) {
  .slick-next {
  height: 20px !important;
  margin-top: 40px !important;
  background-size: 20px auto !important;
}
}

.shop_card {
  width: 100%;
}

.shop_card a {
  display: block;
  text-decoration: none;
  position: relative;
}

.shop_card a img {
  width: 100%;
  height: auto;
}

@media (max-width: 550px) {
  .shop_card a img {
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
}

.shop_card a h4 {
  width: 90%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 5%;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  color: #000;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

@media (max-width: 550px) {
  .shop_card a h4 {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
}

.other_information {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.other_information li {
  width: 28%;
}

@media (max-width: 768px) {
  .other_information li {
  width: 30%;
}
}

@media (max-width: 550px) {
  .other_information li {
  width: 48%;
}
}

.other_information li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 10px 30px;
}

@media (max-width: 550px) {
  .other_information li a {
  padding: 5px 10px;
}
}

.other_information li a h4 {
  width: 75%;
  margin-left: 20%;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: bold;
  background-image: url(../images/midasi-uranaisi.png), url(../images/midasi-uranaisi.png);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 100%;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .other_information li a h4 {
  font-size: 1rem;
}
}

@media (max-width: 550px) {
  .other_information li a h4 {
  margin-left: 20px;
  width: 85%;
  padding: 10px 0;
}
}

.other_information li:first-child {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#AA9700), to(#695700)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #AA9700 0%, #695700 100%) 0% 0% no-repeat padding-box;
}

.other_information li:first-child a {
  background-image: url(../images/bn-ic-sche.png);
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 12.5%;
}

@media (max-width: 550px) {
  .other_information li:first-child a {
    background-position: 10px center;
}
}

.other_information li:nth-child(2) {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#84B600), to(#3E7900)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #84B600 0%, #3E7900 100%) 0% 0% no-repeat padding-box;
}

.other_information li:nth-child(2) a {
  background-image: url(../images/bn-ic-cam.png);
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 14.5%;
}

@media (max-width: 550px) {
  .other_information li:nth-child(2) a {
    background-position: 10px center;
}
}

.other_information li:last-child {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#703EEF), to(#1E0173)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #703EEF 0%, #1E0173 100%) 0% 0% no-repeat padding-box;
}

.other_information li:last-child a {
  background-image: url(../images/bn-ic-bosyu.png);
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 16.5%;
}

@media (max-width: 550px) {
  .other_information li:last-child a {
    background-position: 10px center;
}
}

.other_information li:last-child a h4 {
  padding: 30px 0;
}

@media (max-width: 550px) {
  .other_information li:last-child a h4 {
    padding: 15px 0;
}
}

.normal {
  padding-left: 0;
  border: none;
  color: #0A0E46;
  font-size: 1.4rem;
  background-image: none;
  margin: 0 auto;
  max-width: 1200px;
}

@media (max-width: 1100px) {
  .normal {
  padding: 0 1rem;
}
}

@media (max-width: 550px) {
  .normal {
  font-size: 1rem;
}
}

.store_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 550px) {
  .store_list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}

.store_list li {
  width: 24%;
  margin-bottom: 1em;
  margin-right: 1.3%;
  background-color: #7D55C6;
}

@media (max-width: 768px) {
  .store_list li {
  width: 30%;
  margin-right: 5%;
}
}

@media (max-width: 550px) {
  .store_list li {
  width: 49%;
  margin-right: 0;
}
}

.store_list li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .store_list li:nth-child(4n) {
    margin-right: 5%;
}
}

@media (max-width: 550px) {
  .store_list li:nth-child(4n) {
    margin-right: 0;
}
}

@media (max-width: 768px) {
  .store_list li:nth-child(3n) {
    margin-right: 0;
}
}

@media (max-width: 768px) {
  .store_list li:nth-child(n + 7) {
    margin-bottom: 1em;
}
}

.store_list li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  background-image: url(../images/sche-icon.png), url(../images/sche-arrow.png);
  background-repeat: no-repeat;
  background-position: 10px center, 90% center;
  padding: 2px 0 2px 50px;
}

@media (max-width: 768px) {
  .store_list li a {
  font-size: 1rem;
}
}

@media (max-width: 550px) {
  .store_list li a {
  font-size: 0.8rem;
  background-size: 15px, 7px;
  background-position: 10px center, 95% center;
  padding: 5px 0 5px 35px;
}
}

.store_list-tab {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .store_list-tab {
  width: 100%;
}
}

.store_list-tab .select {
  background-color: #401298;
}

.store_list-tab li {
  width: 24%;
  margin-bottom: 1em;
  margin-right: 1.3%;
  background-color: #7D55C6;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  background-image: url(../images/sche-icon.png), url(../images/sche-arrow2.png);
  background-repeat: no-repeat;
  background-position: 10px center, 90% center;
  padding: 2px 0 2px 50px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .store_list-tab li {
  width: 32%;
  margin-right: 2%;
  font-size: 1rem;
}
}

@media (max-width: 550px) {
  .store_list-tab li {
  width: 32.5%;
  margin-right: 1%;
  margin-bottom: 1%;
  font-size: 0.65rem;
  background-size: 12px, 7px;
  background-position: 5px center, 95% center;
  padding: 5px 0 5px 20px;
}
}

.store_list-tab li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .store_list-tab li:nth-child(4n) {
    margin-right: 2%;
}
}

@media (max-width: 550px) {
  .store_list-tab li:nth-child(4n) {
    margin-right: 1%;
}
}

@media (max-width: 768px) {
  .store_list-tab li:nth-child(3n) {
    margin-right: 0;
}
}

@media (max-width: 550px) {
  .store_list-tab li:nth-child(3n) {
    margin-right: 0;
}
}

@media (max-width: 768px) {
  .store_list-tab li:nth-child(n + 7) {
    margin-bottom: 2%;
}
}

@media (max-width: 550px) {
  .store_list-tab li:nth-child(n + 7) {
    margin-bottom: 1%;
}
}

@media (max-width: 768px) {
  .store_list-tab li:nth-child(n + 10) {
    margin-bottom: 0;
}
}

.store_info_container {
  padding: 20px 0;
  background-image: url(../images/border_info.png), url(../images/border_info.png);
  background-repeat: repeat-x, repeat-x;
  background-position: center top, center bottom;
}

.store_info_container .content {
  padding: 2rem 0;
}

.store_info_container h3 {
  margin: 1em 0;
}

.store_info_container .normal {
  padding-left: 0;
}

.store_info_inner {
  background-image: url(../images/bg-subtopic.jpg);
  padding: 0 1rem;
}

.pur {
  color: #5D50BD;
  font-size: 1.4rem;
}

.store_inside_container {
  background-color: #ECEAFF;
  background-image: url(../images/border-topic-common.jpg), url(../images/border-topic-common.jpg);
  background-repeat: repeat-x, repeat-x;
  background-position: center top, center bottom;
  background-size: auto 10px;
  margin: 4rem 0;
}

@media (max-width: 550px) {
  .store_inside_container {
  margin-top: 1rem;
  padding: 1rem 0;
}
}

.store_inside_container .normal {
  text-align: center;
  color: #6038CC;
  font-size: 1.8rem;
}

@media (max-width: 550px) {
  .store_inside_container .normal {
  font-size: 1.4rem;
}
}

.store_inside_inner {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 550px) {
  .store_inside_inner {
  margin-top: 1em;
}
}

.store_inside_inner li {
  width: 48%;
  padding: 1.4em;
  background-image: url(../images/bg-tenpophoto.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .store_inside_inner li {
  background-size: 96%;
}
}

@media (max-width: 550px) {
  .store_inside_inner li {
  width: 49%;
  padding: 0.5em;
  background-size: 100%;
}
}

.store_inside_inner li:nth-child(n + 3) {
  margin-top: 2em;
}

@media (max-width: 550px) {
  .store_inside_inner li:nth-child(n + 3) {
    margin-top: 1em;
}
}

.store_inside_inner li img {
  width: 100%;
  height: auto;
}

.flow_container {
  background-color: #FBEAFC;
  background-image: url(../images/under-global.png), url(../images/under-global.png);
  background-repeat: repeat-x, repeat-x;
  background-position: center top, center bottom;
  background-size: auto 10px;
  margin-bottom: 1rem;
}

.flow_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flow_inner .img_area {
  width: 38%;
}

.flow_inner .img_area img {
  width: 100%;
  height: auto;
}

@media (max-width: 550px) {
  .flow_inner .img_area {
  width: 100%;
  text-align: center;
}
.flow_inner .img_area img {
  width: 70%;
  margin: 1em auto;
}
}

.flow_inner .text_area {
  width: 59%;
}

@media (max-width: 550px) {
  .flow_inner .text_area {
  width: 100%;
}
}

.flow_inner .text_area h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #504404;
  background-image: url(../images/stepicon.png);
  background-size: 45px auto;
  padding-left: 50px;
  border-bottom: 1px dotted #0A0E46;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0 0 1em 0;
}

.flow_inner .text_area h3 span {
  margin-right: 20px;
}

.flow-arrow {
  width: 50px;
  height: auto;
  margin-bottom: 1rem;
}

@media (max-width: 550px) {
  .flow-arrow {
  width: 30px;
}
}

.faq_container ul li {
  margin-bottom: 2em;
}

@media (max-width: 550px) {
  .faq_container ul li {
  margin-bottom: 1em;
}
}

.faq_container ul li .q_area {
  color: #907400;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  background-image: url(../images/qicon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 55px;
  padding: 1em 0 1em 70px;
  margin-bottom: 1em;
}

@media (max-width: 550px) {
  .faq_container ul li .q_area {
  font-size: 0.95rem;
  background-size: 35px;
  padding-left: 40px;
}
}

.faq_container ul li .a_area {
  background-color: #EAFDEB;
  border: 1px solid #C6D171;
  padding: 1em;
  background-image: url(../images/aicon.png);
  background-repeat: no-repeat;
  background-position: 1em 1em;
  background-size: 65px;
  padding: 1em 0 1em 100px;
}

@media (max-width: 550px) {
  .faq_container ul li .a_area {
  font-size: 0.9rem;
  background-size: 35px;
  padding-left: 60px;
}
}

footer {
  text-align: center;
  padding: 1.5em 0 0 0;
  position: relative;
}

footer .footer_inner {
  max-width: 1200px;
  margin: 1em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  footer .footer_inner {
  padding: 0 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}

@media (max-width: 550px) {
  footer .footer_inner {
  margin: 0 auto;
}
}

footer nav {
  margin: 0 0 2em 4em;
}

@media (max-width: 768px) {
  footer nav {
  width: 79%;
  margin-left: 1em;
}
}

@media (max-width: 550px) {
  footer nav {
  width: 100%;
  margin-left: 0;
}
}

footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 550px) {
  footer nav ul {
  margin-top: 1em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}

footer nav ul li {
  width: 25%;
  text-align: left;
}

@media (max-width: 768px) {
  footer nav ul li {
  width: 33.333%;
}
}

@media (max-width: 550px) {
  footer nav ul li {
  width: 49%;
  line-height: 2.2;
}
}

footer nav ul li a {
  font-size: 0.9rem;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 550px) {
  footer nav ul li a {
  font-size: 0.8rem;
}
}

footer nav ul li a:hover {
  text-decoration: underline;
}

footer nav .menu_list {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #707070;
}

footer .logo_area {
  width: 150px;
}

@media (max-width: 768px) {
  footer .logo_area {
  width: 15%;
}
}

@media (max-width: 550px) {
  footer .logo_area {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
}

footer .logo_area img {
  width: 100%;
  height: auto;
}

@media (max-width: 550px) {
  footer .logo_area img {
  width: 30%;
  margin: auto;
}
}

footer small {
  font-size: 0.77rem;
  color: #fff;
}

@media (max-width: 550px) {
  footer small {
  font-size: 0.7rem;
  padding: 5px 0;
}
}

.pagetop {
  width: 80px;
  position: absolute;
  bottom: 80%;
  right: 3%;
}

@media (max-width: 768px) {
  .pagetop {
  bottom: 90%;
  right: 0;
}
}

.object-fit-img {
  font-family: 'object-fit: cover;';
}

.center_btn {
  display: block;
  margin: auto;
}

@media (max-width: 550px) {
  .center_btn {
  width: 80%;
}
}

.price_text {
  padding: 15px;
  background-image: url(../images/bg-price.png);
  background-repeat: repeat;
  color: #333;
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 32px;
  overflow: hidden;
  background-size: 150px;
  margin-top: 25px;
}

@media (max-width: 480px) {
  .price_text {
  font-size: 16px;
}
}

.price_photo {
  width: 35%;
  float: left;
  text-align: center;
}

.price_photo p {
  background-color: #5A5A21;
  font-size: 18px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Georgia, "メイリオ", Meiryo, serif;
  color: #fff;
  padding: 5px;
}

.price_photo img {
  width: 200px;
  height: auto;
}

@media (max-width: 480px) {
  .price_photo p {
  font-size: 14px;
  line-height: 1.5;
  padding: 2px;
}
}

.price_topic {
  width: 60%;
  float: left;
  margin-left: 5%;
}

.price_topic h3 {
  font-weight: 400;
  font-size: 18px;
  background-color: #4F2284;
  color: #ffffff;
  border-bottom: none;
  border-left: solid #E3E2D5 7px;
  margin-top: 0;
}

.price_topic .telkantei {
  background-image: url(/images/icon-denwa-white.png);
  background-size: 12px;
  background-position: 5px center;
}

.price_topic .mailkantei {
  background-image: url(/images/uranai-icon-mail.png);
  background-size: 15px;
}

.price_topic .taimenkantei {
  background-image: url(/images/icon-taimen-white.png);
  background-size: 16px;
  background-position: 5px center;
}

@media (max-width: 480px) {
  .price_topic h3 {
  font-size: 16px;
}
}

.content-2c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 20px;
}

.content-2c li {
  width: 48%;
  margin-right: 4%;
}

.content-2c li:last-child {
  margin-right: 0;
}

@media (max-width: 480px) {
  .content-2c {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
}

@media (max-width: 480px) {
  .content-2c li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
}

.kuchikomi_area {
  max-height: 400px;
  overflow: auto;
  color: #333;
  background-color: #F4FAFF;
  padding: 10px;
}


.kuchikomi_area table.schedule td:nth-child(0) {
width:100px;
}

.kuchikomi_area table.schedule td:nth-child(1) {
width:32%;
}


.kuchikomi_area table.schedule td:nth-child(2) {
width:100px;
}




.tenpo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

@media (max-width: 550px) {
  .tenpo_list {
  display: block;
}
}

.tenpo_list li {
  margin: 0 20px 20px 0;
}

@media (max-width: 550px) {
  .tenpo_list li {
  margin: 15px 0;
}
}

.tenpo_list li:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .tenpo_list li:nth-of-type(3n) {
    margin-right: 20px;
}
}

@media (max-width: 550px) {
  .tenpo_list li:nth-of-type(3n) {
    margin-right: 0px;
}
}

.tenpo_list li:nth-of-type(2n) {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .tenpo_list li:nth-of-type(2n) {
    margin-right: 0px;
}
}

.tenpo_banner {
  width: 380px;
  height: 120px;
  padding: 0 5px 0 0;
  border: #968C3E solid 2px;
  background: #020024;
  background: -webkit-gradient(linear, left bottom, left top, from(#020024), color-stop(39%, #b05bee), to(rgba(245, 215, 251, 0.248337)));
  background: linear-gradient(0deg, #020024 0%, #b05bee 39%, rgba(245, 215, 251, 0.248337) 100%);
  text-align: center;
  color: #FFFFFF;
  font-size: 80%;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .tenpo_banner {
  width: 356px;
}
}

@media (max-width: 550px) {
  .tenpo_banner {
  width: 98%;
  height: 90px;
}
}

.tenpo_banner h5 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Georgia, "メイリオ", Meiryo, serif;
  color: #310663;
  line-height: 1.2;
  margin: 10px 0 5px 0;
}

@media (max-width: 550px) {
  .tenpo_banner h5 {
  font-size: 16px;
  line-height: 1.1;
  margin: 5px 0 3px 0;
}
}

.tenpo_banner img {
  float: left;
  height: 116px;
  margin-top: -10px;
  padding: 4px;
}

@media (max-width: 550px) {
  .tenpo_banner img {
  height: 86px;
}
}

.tenpo_banner .tel {
  font-size: 20px;
  background: url(../images/tp-tel.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 8px;
  padding-left: 13px;
}

@media (max-width: 550px) {
  .tenpo_banner .tel {
  font-size: 16px;
}
}

.tenpo_banner a {
  display: block;
  background-image: url(../images/banner_tenpo-bg.png);
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: right;
  color: #ffffff;
  text-decoration: none;
}

.shoplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shoplist li {
  width: 32%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Georgia, "メイリオ", Meiryo, serif;
  background-color: #EBE3FF;
  margin-bottom: 20px;
  background-repeat: repeat-x;
  background-image: url(../images/tel-bar.png), url(../images/tel-bar.png);
  background-position: top center, bottom center;
}

.shoplist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .shoplist li {
  width: 100%;
}
}

.shoplist li .shop {
  font-weight: bold;
  font-size: 0.9rem;
  color: #3D4105;
}

@media (max-width: 768px) {
  .shoplist li .shop {
  font-size: 1rem;
}
}

.shoplist li .tel_number {
  color: #0A0E46;
  font-weight: bold;
  font-size: 1.1rem;
  padding-left: 20px;
  background-image: url(../images/taimen_tel.png);
  background-position: left center;
  background-size: 15px;
}

@media (max-width: 768px) {
  .shoplist li .tel_number {
  font-size: 1.1rem;
}
}

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

.price_container {
  background-color: #E9F4D4;
  background-image: url(../images/under-global.png), url(../images/under-global.png);
  background-repeat: repeat-x, repeat-x;
  background-position: center top, center bottom;
  background-size: auto 10px;
  margin-bottom: 1rem;
}

.banner_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner_area li {
  width: 32%;
}

@media (max-width: 550px) {
  .banner_area li {
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}
.banner_area li:last-child {
  margin-bottom: 0;
}
.banner_area li img {
  width: 100%;
  height: auto;
}
}

.banner_area a {
  display: block;
}

.br-sp {
  display: none;
}

@media (max-width: 550px) {
  .br-sp {
  display: block;
}
}

.tenpo_annai_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tenpo_annai_area .tenpo_annai_photo {
  float: left;
  width: 33.3%;
  padding: 1% 3%;
  line-height: 1.6;
}

.tenpo_annai_area .tenpo_annai_photo img {
  margin-bottom: 5px;
}

@media (max-width: 550px) {
  .tenpo_annai_area .tenpo_annai_photo {
  width: 50%;
}
}

.teikei_thumb {
  width: 50%;
  float: left;
  text-align: center;
}

.teikei_thumb img {
  max-width: 300px;
  margin: auto;
}

@media (max-width: 768px) {
  .teikei_thumb img {
  max-width: 70%;
}
}

@media (max-width: 550px) {
  .teikei_thumb img {
  max-width: 80%;
}
}

.copylicense p {
  margin-bottom: 0;
  padding-bottom: 10px;
}

@media (max-width: 550px) {
  .control-label {
  width: 100%;
}
}

@media (max-width: 550px) {
  .form-control {
  width: 98%;
  margin-left: 0px;
}
}

#smunder_yoyaku {
  padding-top: 0px;
  padding-bottom: 5px;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 100;
  display: none;
}

.smunder_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.smunder_btn a img {
  width: 100%;
  height: auto;
}

.smunder_btn a:hover {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  opacity: 1;
}

@media (max-width: 550px) {
  .accordion__title {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: url(../images/ic-subtitle.png), url(../images/sidearrow.png);
    background-repeat: no-repeat;
    background-position: left center,right center;
    background-size: 24px auto, 22px;
    padding-left: 30px;
  }
}

@media (max-width: 550px) {
  .accordion__content {
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
  }
}

@media (max-width: 550px) {
  .accordion__content.is-open {
    line-height: normal;
    height: auto;
    opacity: 1;
  }
}

.each_sm_container{
	display:none;
}
/*# sourceMappingURL=style.css.map */