@charset "UTF-8";

/*

Theme Name: matome
Theme URI: https://kaitori-matome.com/
Description: 買取まとめサイトです。

*/
/* /////////////////////////////////////////////////////////////////
01.リセット
02.ヘッダー
03.ナビゲーション
04.フッター
05.パンくず
06.お問い合わせ(中盤)
07.お問い合わせ(フッター)
08.メインエリア
09.サイドエリア
10.タイトル、見出し
11.ページ送り
/////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////
01.リセット
/////////////////////////////////////////////////////////////////*/
/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html {
  color: #262626;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  line-height: 1.8em;
  /*font-size:100%;*/
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

html,
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  /*letter-spacing: .08em;*/
  margin: 0;
  padding: 0;
  font-size: 15px !important;
  line-height: 1.8em;
  color: #4a4a4a;
  background: #fff;
}

a {
  transition: opacity .2s;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  -ms-transition: opacity .2s;
  cursor: pointer;
  outline: none;
  color: #1a0dab;
  font-weight: 500;
  text-decoration: underline;
}

a:hover {
  opacity: .75;
  cursor: pointer;
  outline: none;
}

a:focus {
  outline: none;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

@media screen and (max-width: 480px) {

  html,
  body {
    font-size: 16px;
  }

  a:hover {
    opacity: 1;
    cursor: pointer;
    outline: none;
  }
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

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

  .br_sp {
    display: block;
  }
}

/* /////////////////////////////////////////////////////////////////
02.ヘッダー
/////////////////////////////////////////////////////////////////*/
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

/*---------------------------------------------------------
ヘッダー
---------------------------------------------------------*/
#header {
  /*box-shadow: 0 0 2px rgba(0,0,0, .1);*/
  background: #fff;
  width: 100%;
  padding: 12px 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  text-align: center;
  position: relative;
  z-index: 10;
}

.blog_description_outer {
  width: 100%;
  background: #f5f5f5;
  color: #4a4a4a;
}

.blog_description {
  font-size: 11px;
  color: #4a4a4a;
  display: block;
  padding: 8px;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.header_logo {
  width: 280px;
  float: left;
  margin: 0 auto;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}

.header_logo a {
  text-decoration: none;
}

.logo img {
  width: 70%;
}

.header_logo h1 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  color: #4a4a4a;
  display: block;
  margin: 15px 0 10px 0px;
  text-align: left;
  font-weight: bold;
  line-height: 1.0;
}

.header_navi {
  display: block;
  float: right;
}

.header_navi li {
  float: left;
}

.header_navi li a {
  display: inline-block;
  color: #4a4a4a;
  font-size: 13px;
  padding: 12px 10px;
  letter-spacing: 0em;
}

.header_navi li a i {
  display: inline-block;
  font-size: 80%;
  padding: 5px 2px 0 0;
  vertical-align: text-top;
  color: #B1B2EB;
}

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

/*.header_inquiry {
    transition: 0.6s;
    -webkit-transition: 0.6s;
    float: right;
    width: 100%;
    max-width: 260px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}*/
@media screen and (max-width: 768px) {
  #header {
    padding: 8px 0 5px;
  }

  .blog_description {
    font-size: 11px;
    color: #4a4a4a;
    display: block;
    padding: 8px;
    max-width: 1040px;
    margin: 0 auto;
    text-align: left;
  }

  .header_logo {
    width: 280px;
    /*float: left;*/
    margin: 0 auto;
    transition: 0.6s;
    -webkit-transition: 0.6s;
  }

  .header_logo h1 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    color: #4a4a4a;
    display: block;
    margin: 8px 0 0 0px;
    text-align: left;
    letter-spacing: -0.05em;
    font-weight: bold;
    padding: 0;
    line-height: 1.0;
  }

  .logo img {
    width: 55%;
  }
}

@media screen and (max-width: 480px) {}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.navbar {
  position: relative;
  background: #f5f5f5;
  width: 100%;
  padding: 10px 0;
}

.button {
  display: none;
  padding: auto;
}

@media screen and (max-width: 768px) {
  .button {
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: 4%;
    height: 40px;
    width: 24px;
    cursor: pointer;
    /*overflow: hidden;*/
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    z-index: 200;
  }
}

.button.active .top {
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
  transform: translateY(9px) translateX(0) rotate(45deg);
  background: #fff;
}

.button.active .middle_1 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #fff;
}

.button.active .middle_2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background: #fff;
}

.button.active .bottom {
  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
  transform: translateY(-9px) translateX(0) rotate(-45deg);
  background: #fff;
}

.button:hover {
  opacity: .7;
}

.button span {
  background: #031638;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  border-radius: 4px;
}

.button span:nth-of-type(2) {
  top: 9px;
  border-radius: 4px;
}

.button span:nth-of-type(3) {
  top: 9px;
  border-radius: 4px;
}

.button span:nth-of-type(4) {
  top: 18px;
}

.item {
  height: 100px;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}

.item:nth-of-type(2) {
  margin-top: 50px;
}

.item .box {
  float: left;
  height: 60%;
  width: 20%;
  margin-left: 20px;
  border-radius: 4px;
  background: gainsboro;
}

.item span {
  float: left;
  background: gainsboro;
  height: 10px;
  width: 63%;
  margin-left: 100px;
  margin-top: -60px;
  position: relative;
  border-radius: 3px;
}

.item span:nth-of-type(2) {
  margin-top: -35px;
}

.item span:nth-of-type(3) {
  margin-top: -10px;
  width: 25%;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 0%;
  opacity: 0;
  background: #B1B2EB;
  -webkit-transition: opacity .35s ease, visibility .35s ease, width .35s ease;
  transition: opacity .35s ease, visibility .35s ease, width .35s ease;
  visibility: hidden;
  z-index: 100;
}

.overlay.open {
  opacity: .9;
  visibility: visible;
  width: 100%;
}

.overlay.open li {
  -webkit-animation: menuFade .5s ease forwards;
  animation: menuFade .5s ease forwards;
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.overlay nav {
  position: relative;
  height: 80%;
  /*top: 50%;*/
  /*top: 65%;*/
  top: 37%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  font-size: 34px;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 400;
  text-align: center;
}

.overlay ul {
  list-style: none;
  padding: 0 20px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow-y: auto;
}

.overlay ul li {
  display: block;
  /*height: 25%;*/
  height: 10%;
  /*height: calc(100% / 10);*/
  height: calc(100% / 10);
  min-height: 34px;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
  /*text-shadow: 0 0 3px rgb(231,41,136, .8);*/
}

.overlay ul li a i {
  display: inline-block;
  padding: 24px 4px 0 0;
  font-size: 70%;
  vertical-align: top;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
  -webkit-transition: .35s;
  transition: .35s;
}

.eria_list {
  width: 90%;
  margin: 0 auto;
}

.eria_list_box {
  margin: 10px auto 10px;
  color: #804755;
  font-weight: bold;
  border-left: 5px solid #fb7496;
  padding-left: 15px;
}

.eria_list_t {
  padding-left: 15px;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  font-weight: bold;
}

.eria_list_t a {
  /*color:rgb(28, 30, 28);*/
  font-weight: bold;
}


ul.map_area_list {
  width: 90%;
  margin: 0 auto;
  padding: 0px 0 15px;
}

#wrap_shop_list ul li {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ecebeb;
  border-radius: 5px;
  float: left;
  font-size: 15px;
  line-height: 1.2rem;
  margin: 3px 5px;
  font-weight: normal !important;
}

#wrap_shop_list ul li a {
  color: #20151b;
  display: block;
  padding: 5px;
  text-decoration: none;
  font-weight: normal !important;
}

@-webkit-keyframes menuFade {
  0% {
    opacity: 0;
    right: -25%;
  }

  100% {
    opacity: 1;
    right: 0;
  }
}

@keyframes menuFade {
  0% {
    opacity: 0;
    right: -25%;
  }

  100% {
    opacity: 1;
    right: 0;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* /////////////////////////////////////////////////////////////////
03.ナビゲーション
/////////////////////////////////////////////////////////////////*/
.header_nav {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}

/* /////////////////////////////////////////////////////////////////
04.フッター
/////////////////////////////////////////////////////////////////*/
#footer {
  margin: 40px 0 0 0;
  padding: 10px 0 0;
  width: 100%;
  background: #f5f5f5;
}

.footer_banner {
  margin: 30px auto 0;
}

.footer_banner_mobile {
  display: none;
}

.footer_navi {
  display: block;
  text-align: center;
  padding: 10px 0;
}

.footer_navi li {
  display: inline-block;
}

.footer_navi li a {
  display: inline-block;
  color: #4a4a4a;
  font-size: 13px;
  padding: 12px 10px;
  letter-spacing: 0em;
}

.footer_navi li a i {
  display: inline-block;
  font-size: 80%;
  padding: 5px 2px 0 0;
  vertical-align: text-top;
  color: #B1B2EB;
}

.pagetop a i {
  color: #B1B2EB;
  margin-right: 4px;
}

.footer_logo {
  max-width: 200px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.footer_list_title {
  border-left: 2px solid #cdcdcd;
  padding: 2px 0 2px 8px;
  font-size: 14px;
  color: #888;
}

.footer_list {
  margin: 10px 0 20px;
}

.footer_list li {
  margin: 3px 24px 3px 0;
  float: left;
}

.footer_list li a {
  color: #888;
}

.footer_list li a i {
  display: inline-block;
  padding: 0 4px 0 0;
}

.copyright_outer {
  font-size: 12px;
  background: #B1B2EB;
  padding: 14px 0 10px;
  width: 100%;
  border-top: 1px solid #f1f1f1;
  color: #fff;
}

.copyright_title {
  text-align: left;
  color: #fff;
}

.copyright {
  font-size: 11px;
  /*background-image: -webkit-linear-gradient(top, #e62786, #f6449d);
  background-image: linear-gradient(to bottom, #e62786, #f6449d);*/
  padding: 8px;
  background: #f5f5f5;
  text-align: center;
  color: #333;
}

.footer_mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  #footer {
    margin: 40px 0 0 0;
    padding: 10px 0 0;
    width: 100%;
  }

  .footer_banner {
    display: block;
    margin: 20px auto 0;
  }

  .footer_banner_mobile {
    display: block;
    margin: 0 auto;
  }

  .footer_navi {
    display: block;
    text-align: center;
    padding: 0 0 10px;
  }

  .footer_logo {
    max-width: 200px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .footer_list_title {
    border-left: 2px solid #cdcdcd;
    padding: 2px 0 2px 8px;
    font-size: 14px;
    color: #888;
    margin: 20px 0 0 0;
  }

  .copyright_title {
    text-align: center;
    color: #fff;
    font-size: 10px;
  }

  .copyright {
    text-align: center;
    font-size: 10px;
    /*padding: 6px 0 0;*/
  }
}

@media screen and (max-width: 480px) {
  .footer_banner {
    display: block;
    margin: 0 auto;
  }

  .footer_logo {
    max-width: 140px;
    font-size: 7px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }

  .copyright_title {
    text-align: center;
    color: #fff;
    font-size: 9px;
    letter-spacing: 0em;
  }

  .copyright {
    text-align: center;
    font-size: 9px;
    /*padding: 6px 0 0;*/
  }

  .footer {
    display: none;
  }

  .footer_mobile {
    display: block;
    padding: 0 0 40px 0;
    background: #f9f9f9;
  }

  .footer_mobile a {
    display: block;
    text-align: center;
  }

  .footer_company {
    margin: 15px 0 0 0;
  }
}

.pagetop {
  float: right;
  text-align: center;
  z-index: 10;
  top: 0;
  right: 0;
  position: relative;
  margin: -42px 0 0 0;
}

.pagetop a {
  display: block;
  background: #f5f5f5;
  padding: 12px 30px;
  font-size: 11px;
  width: 255px;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: none;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #4a4a4a;
}

@media screen and (max-width: 768px) {
  .pagetop {
    float: none;
    text-align: center;
    z-index: 10;
    top: 0;
    right: 0;
    position: relative;
  }

  .pagetop a {
    color: #4a4a4a;
    display: block;
    background: #f5f5f5;
    padding: 12px 30px;
    font-size: 11px;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }
}

@media screen and (max-width: 480px) {}

/* /////////////////////////////////////////////////////////////////
05.パンくず
/////////////////////////////////////////////////////////////////*/
.breadcrumb_head_outer {
  /*border-bottom: 1px solid #f9f9f9;
  background: #f5f5f5;*/
  width: 100%;
  margin: 0 0 20px 0;
}

#breadcrumb_head {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 5px 0 5px 10px;
}

#breadcrumb_head li {
  float: left;
  padding: 0 6px 0 0;
  font-size: 11px;
  overflow: hidden;
  max-width: 650px;
  color: #4a4a4a;
}

#breadcrumb_head li a {
  color: #4a4a4a;
  text-decoration: none;
}

#breadcrumb_head li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*@media screen and (max-width: 1200px) {
  .breadcrumb_head_outer {
    padding: 0 10px;
  }
  #breadcrumb_head {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 0;
  }
}*/
@media screen and (max-width: 1040px) {
  #breadcrumb_head {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb_head_outer {
    background: #f5f5f5;
    margin: 0 0 0px 0;
  }

  #breadcrumb_head {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 5px 10px;
  }

  #breadcrumb_head {
    margin: 0;
  }

  #breadcrumb_head {
    overflow: hidden;
    width: 100%;
  }

  #breadcrumb_head li {
    float: left;
    padding: 0 3px 0 0;
    font-size: 10px;
    overflow: hidden;
    max-width: 650px;
    color: #4a4a4a;
    letter-spacing: 0em;
  }

  #breadcrumb_head li p {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}

@media screen and (max-width: 480px) {
  .breadcrumb_head_outer {}
}

#breadcrumb_bottom {
  float: left;
  margin: 10px 0 0 0;
}

#breadcrumb_bottom {
  max-width: 760px;
  overflow: hidden;
}

#breadcrumb_bottom li {
  float: left;
  padding: 0 6px 0 0;
  font-size: 11px;
  overflow: hidden;
  max-width: 650px;
  color: #4a4a4a;
}

#breadcrumb_bottom li a {
  color: #4a4a4a;
}

#breadcrumb_bottom li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #breadcrumb_bottom {
    float: none;
    margin: 20px 0 0 0;
  }

  #breadcrumb_bottom {
    max-width: 760px;
    overflow: hidden;
    width: 100%;
  }

  #breadcrumb_bottom li p {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}

/* /////////////////////////////////////////////////////////////////
08.メインエリア
/////////////////////////////////////////////////////////////////*/
#main_content {
  max-width: 1020px;
  margin: 0 auto;
}

.header_description {
  width: 100%;
  padding: 10px 10px;
  background: #fef3f8;
  text-align: center;
}

.header_description h2 {
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  color: #E62786;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .header_description {
    width: 100%;
    padding: 5px 10px;
    background: #fef3f8;
    text-align: left;
  }

  .header_description h2 {
    -webkit-text-size-adjust: 100%;
    font-size: 11px;
    color: #E62786;
    line-height: 1.2;
  }
}

#main {
  max-width: 770px;
  float: left;
  margin: 40px 0;
}

#main_post_outer {
  margin: 20px 0 0 0;
}

.header_banner {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 970px) {}

@media screen and (max-width: 768px) {
  #main_post_outer {
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 480px) {
  #main_post_outer {
    margin: 0 0 0 0;
  }
}

/* /////////////////////////////////////////////////////////////////
09.サイドエリア
/////////////////////////////////////////////////////////////////*/
#sidearea {}

/* /////////////////////////////////////////////////////////////////
10.タイトル、見出し
/////////////////////////////////////////////////////////////////*/
/*.headline01{
  font-weight: bold;
  font-size: 15px;
  padding: 10px;
  position: relative;
  margin: 0 0 5px 0;
  color: #fff;
  background: #B1B2EB;
}

.headline01{
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0;
position: relative;
margin: 0 0 5px 0;
color: #4a4a4a;
border-bottom: 1px solid #ccc;
}

.headline01_st { border-left: 9px solid #B1B2EB;
padding-left: 20px;}*/
.headline01 {
  position: relative;
  text-align: center;
  /*display: inline-block;*/
  padding: 20px 20px 10px;
  /*margin: 0px auto 16px;*/
}

.headline01:before {
  width: 25px;
  border-top: 3px double #ccc;
  content: " ";
  display: inline-block;
  position: relative;
  top: -4px;
  right: 20px;
}

.headline01:after {
  width: 25px;
  border-top: 3px double #ccc;
  content: " ";
  display: inline-block;
  position: relative;
  top: -4px;
  left: 20px;
}

/*.headline01:before {
  left:0;
}
.headline01:after {
  right: 0;
}*/
/* /////////////////////////////////////////////////////////////////
11.ページ送り
/////////////////////////////////////////////////////////////////*/
/*.pagination {
  display: block;
  padding-left: 0;
  margin: 20px auto;
  border-radius: 4px;
}
.main_list_pagination ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: center;
}
.main_list_pagination li {
  counter-increment: pagination;
  list-style: none;
  display: inline;
  padding: 0px;
}
.main_list_pagination li:hover a {
  color: #fdfdfd;
  background-color: #F3A8BB;
  border: solid 1px #F3A8BB;
}
.main_list_pagination li.active a {
  color: #fdfdfd;
  background-color: #F3A8BB;
  border: solid 1px #F3A8BB;
}
.main_list_pagination li:nth-child(1) {
  counter-reset: pagination;
}
.main_list_pagination li a {
  border: solid 1px #dedede;
  color: #7d7d7d;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 0.9rem;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
}
.main_list_pagination li a:after {
  content: " " counter(pagination) " ";
}
.main_list_pagination li a {
  display: none;
}
.main_list_pagination li:first-child a {
  display: inline-block;
}
.main_list_pagination li:nth-child(2) a {
  display: inline-block;
}
.main_list_pagination li:nth-child(3) a {
  display: inline-block;
}
.main_list_pagination li:nth-child(4) a {
  display: inline-block;
}
.main_list_pagination li:nth-child(5) a {
  display: inline-block;
}
.main_list_pagination li:last-child a {
  display: inline-block;
}
.main_list_pagination li:nth-last-child(2) a {
  display: inline-block;
}
.main_list_pagination li:nth-last-child(3) {
  display: inline-block;
}
.main_list_pagination li:nth-last-child(3):after {
  padding: 0 8px;
  content: "...";
}
@media screen and (max-width: 480px) {
  .main_list_pagination ul {
    margin: 0 0 20px 0;
  }
  .main_list_pagination li a {
    padding: 0.4rem 0.6rem;
    margin: 2px 0;
    box-sizing: border-box;
  }
}*/
/*アコーディオン*/
#qa {
  padding: 0 0 42px 0;
}

.accordion {
  width: 100%;
  max-width: 800px;
  margin: 10px auto;
  text-align: left;
}

.accordion h3,
.accordion dt {
  padding: 12px 0;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  line-height: 140%;
  background-color: #fff;
  border-radius: 4px;
}

.accordion h3 span.accordion_q_text {
  width: 94%;
  display: block;
  padding: 0 0 0 10px;
  letter-spacing: 0em;
}

.accordion h3 span.accordion_q_text p {
  display: block;
}

.accordion h3:before,
.accordion dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #e62786;
}

.accordion h3:after,
.accordion dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #fff;
}

.accordion h3.active:before,
.accordion dt.active:before {
  margin-top: -2px;
}

.accordion h3.active:after,
.accordion dt.active:after {
  margin-top: 3px;
}

.accordion li,
.accordion dd {
  width: 100%;
  margin: 8px 0;
  background: #fff;
  border: 1px solid #e62786;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.accordion li div {
  width: 95%;
  margin: 0px 10px 10px;
  padding: 5px 0 0 0;
  background: #FFF;
  color: #4a4a4a;
  line-height: 1.7;
  font-size: 15px;
  border-top: 2px dotted #e62786;
}

.accordion li div p {
  display: block;
  padding: 4px 0 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.qa_text {
  font-size: 12px;
  letter-spacing: 0em;
  text-align: center;
  margin: 10px 0 0 0;
}

.qa_link {
  display: block;
  font-size: 13px;
  border-radius: 4px;
  margin: 13px auto 10px;
  padding: 18px 0;
  width: 100%;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 1);
  color: #000;
  border: 1px solid #dddcdd;
  background-image: -webkit-linear-gradient(top, #fcfcfc, #c3c3c3);
  background-image: linear-gradient(to bottom, #fcfcfc, #c3c3c3);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 1);
}

.qa_link:hover {
  border: 1px solid #bdbdbd;
}

.qa_link i {
  display: inline-block;
  padding: 0 4px 0 0;
}

/*ビジュアルエディタ　スタイル*/
.gray_box {
  /*font-size: 15px;*/
  padding: 15px;
  /*background-color: #fafafa;*/
  border: 1px solid #d9d9d9;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-top: 15px;
  line-height: 1.8em;
}

#chamo_category {
  width: 100%;
  padding: 20px 0;
  background-color: rgb(29, 26, 253);
}

#chamo_category a {
  color: #fff !important;
}

.cat_list {
  width: 100%;
}

.cat_list li {
  list-style: none;
  margin: 0;
  font-size: 14px;
  padding: 4px;
  margin: 0 0 0 20px;
}

.fa {
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-caret-right:before {
  content: "\f0da";
}

li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .gray_box {
    padding: 12px;
  }
}

.gray_dashed_box {
  margin: 20px 0;
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 2px;
  font-size: 18px;
  border: 1px dashed #ccc;
}

/*.point { font-weight:bold !important;}*/
.point::before {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(img/ico_shapes.svg);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-right: 5px;
}

.post_body blockquote {
  background: #fafafa;
  /*font-style: italic;
	padding-top: 35px;
	padding-bottom: 35px;*/
  color: #676767;
  position: relative;
  text-align: left;
  padding: 35px 20px;
  border-left: none;
}

.post_body blockquote:before {
  position: absolute;
  top: 13px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #e5e5e5;
  font-size: 28px;
  line-height: 1;
}

.post_body blockquote p {
  margin-top: 10px;
  padding-right: 40px;
  padding-left: 40px;
  line-height: 30px;
}

@media screen and (max-width: 479px) {
  .post_body blockquote {
    padding: 35px 40px 35px 35px;
  }

  .post_body blockquote p {
    padding-right: 0px;
    padding-left: 10px;
  }
}

/*引用リンク*/
.post_body .b_source {
  text-align: right;
}

.post_body .b_source a {
  /*font-style: italic;*/
  color: #999 !important;
  font-size: 11px !important;
  /*font-weight:bold !important;	*/
  text-decoration: none;
}

.pink_bottom_line {
  background: linear-gradient(transparent 50%, rgba(255, 88, 88, .24) 50%);
}

.txt_pink {
  color: #fe7186;
  font-weight: bold;
}

.txt_purple {
  color: #9394e2;
  font-weight: bold;
}

.bg_yellow {
  padding: 6px;
  background: #fffdbf;
  margin: 10px 0;
  font-weight: bold;
  display: inline-block;
}

.yellow_line {
  background: linear-gradient(transparent 70%, #fff6c2 0);
  font-weight: 700;
  padding: 2px 3px;
  font-weight: bold;
}

.cont_block {
  position: relative;
  z-index: 10;
  background-color: #fafafa;
  padding: 20px;
  box-sizing: border-box;
  margin: 30px auto;
  /*font-size:15px;*/
}

.cont_block:before {
  content: " ";
  width: 15px;
  height: 15px;
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
  position: absolute;
  left: 0;
  top: 0;
}

.cont_block:after {
  content: " ";
  width: 15px;
  height: 15px;
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
}

.cont_block .bottom {
  position: relative;
}

.cont_block .bottom::before {
  content: " ";
  width: 15px;
  height: 15px;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  position: absolute;
  left: -20px;
  bottom: -20px;
}

.cont_block .bottom::after {
  content: " ";
  width: 15px;
  height: 15px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  position: absolute;
  right: -20px;
  bottom: -20px;
}

.purple_point_box {
  padding: 15px;
  background-color: #f2f2f7;
  margin: 30px auto;
}

.movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bold {
  font-weight: bold;
}

/**************************************************/
/*お問合せ*
*******************************************
*/
.hd_btn,
.fd_btn,
#button_set_bottom {
  line-height: 1.0;
  overflow: hidden;
}

.hd_btn {
  width: 335px;
}

.fd_btn {
  width: 100%;
  margin: 20px 0 0 3%;
}

.hd_btn a,
.fd_btn a,
#button_set_bottom a {
  color: #fff;
  position: relative;
  display: block;
  background: #fd6797;
  color: #ffffff !important;
  border: none;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s;
  float: left;
}

.hd_btn a {
  width: 160px;
}

.fd_btn a {
  width: 190px;
}

#button_set_bottom a {
  width: 10%;
}

.hd_btn .request_btn a,
.fd_btn .request_btn a,
#button_set_bottom .request_btn a {
  background-color: #fd6797;
  padding: 10px;
}

.hd_btn .request_btn a {
  margin-right: 15px;
}

.fd_btn .request_btn a {
  margin: 0 15px 15px 0;
}

#button_set_bottom .request_btn a {
  margin: 0 7px 0 0;
  padding: 17px 5px;
}

.hd_btn .request_btn a span,
.fd_btn .request_btn a span,
#button_set_bottom .request_btn a span {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

.hd_btn .recruit_btn a,
.fd_btn .recruit_btn a,
#button_set_bottom .recruit_btn a {
  background-color: #85d8d0;
  padding: 17px 10px;
}

/*追従ボタン*/
#button_set_bottom {
  width: 100%;
  margin: 20px 0 0 0%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background: white none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 -2px 2px -1px rgba(0, 0, 0, 0.2);
  display: none;
  padding: 8px 0;
  position: fixed;
  z-index: 9999;
}

.button_set_bottom_in {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 5px;
}

#button_set_bottom a {
  float: left;
  width: 49%;
  /*margin-left: 30%;*/
  color: #C60;
  letter-spacing: -0.05em;
}

/*@media only screen and (min-width: 640px) {
	 #button_set_bottom {
		 width:100%;
	 }
 }*/
.ico_mail {
  display: inline-block;
  width: 18px;
  margin: 0 3px;
}

/*サイドバー*/
.side_list_left img {
  width: 60px;
  height: 39px;
  object-fit: cover;
}

/*目次　screen.min.css*/
#toc_container {
  background: none !important;
  border: none !important;
  margin-bottom: 0px;
  padding: 0px 0px;
  width: 100% !important;
}

#toc_container a {
  font-weight: bold;
  font-size: 16px;
}

ul.toc_list li a span:after {
  content: ".";
}

#toc_container p.toc_title {
  text-align: left !important;
  font-weight: normal;
}

#toc_container p.toc_title:before {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(img/list.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  margin-right: 5px;
}

#toc_container p.toc_title+ul.toc_list {
  /*background: #f5f5f5 !important;
	border: 1px dashed #ccc;*/
  border: 1px dotted #B1B2EB;
  padding: 20px 20px 20px 40px;
}

#toc_container .toc_list {
  border: none;
  list-style-type: decimal !important;
  margin-left: 0px;
}

#toc_container .toc_list>ul {
  list-style-type: decimal;
}

#toc_container .toc_list>li:before {
  content: none;
}

#toc_container .toc_list>li a {
  text-decoration: none !important;
  color: #6f70d1;
  font-weight: normal;
}

#toc_container .toc_list>li ul {
  border: none;
  list-style: none !important;
  margin-left: 0;
}

#toc_container .toc_list>li>ul li:before {
  content: "・";
  color: #4a4a4a;
  margin-right: 10px;
  /* position: absolute;
    left: 0;
    top: 0px;*/
}

a,
body,
html {
  color: #434343;
}

a,
a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

a {
  background-color: transparent;
}

@media only screen and (min-width: 641px) {
  #toc_container {
    padding: 25px 20px;
  }

  #toc_container .toc_title {
    font-size: 1.3em;
    font-weight: normal;
  }

  #toc_container .toc_list>li {
    margin-bottom: 18px !important;
    margin-left: 12px;
    font-size: 1em;
  }

  #toc_container .toc_list>li:after {
    left: -48px;
    top: 0px;
    font-size: 16px;
  }

  .p-more-link {
    display: none;
  }

  .p-more-btn {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .p-more-btn .p-more-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    border: .2vw solid #f08fc1;
    color: #f08fc1;
    text-align: center;
    width: 26vw;
    height: 8vw;
    border-radius: 8vw;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, .3);
    position: absolute;
    left: -13vw;
    top: 15vw;
    font-size: 13px;
  }

  .p-more-btn {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: 0;
    padding: 0vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1rem;
    position: relative;
    z-index: 4;
  }

  .section-search-inner {
    position: relative;
    overflow: hidden;
  }

  .is-close {
    height: 30vw;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  #toc_container {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  #toc_container a {
    font-weight: bold;
    font-size: 16px;
  }

  #toc_container p.toc_title {
    font-size: 18px;
  }

  .point {
    font-size: 18px;
  }

  .bg_gray {
    margin: 10px;
    margin-bottom: 60px;
  }

  .gray_dashed_box {
    font-size: 16px;
  }
}

iframe.wp-embedded-content {
  width: 100% !important;
  /*height: 100% !important;*/
}

.wp-embed-footer {
  display: none !important;
}

/*slider
**********************************************/
.slick-item {
  display: inline-block;
  overflow: hidden;
  margin: 0 5px;
  border: 1px solid #bebaba;
  padding: 15px;
  border-radius: 5px;
}

.slick-box2 .slick-item .slick_item_name {
  text-align: center;
  /*margin-bottom: 10px;*/
  font-weight: bold;
  font-size: 13px;
}

.slick-box2 .slick-item img {
  /*border: 1px solid #bebaba;*/
  margin-bottom: 10px;
}

.slick_txt {
  font-size: 13px;
  line-height: 1.2;
}

.slick-box2 a {
  color: #333;
  text-decoration: none;
}

.slider_wrap {
  margin: 40px 0;
}

.slick-box2 {
  width: 90%;
  margin: 0 auto;
}

.slider_wrap .t_st1 {
  margin: 0 auto 30px;
}

html {
  scroll-behavior: smooth;
}

.table_of_contents {
  display: inline-block;
  margin-bottom: 30px;
  padding: 1em 1em 1em 2em;
  border: 1px solid #999;
  background-color: #f7f7f7;
  color: #333333;
}

.table_of_contents div {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 5px 0;
}

.table_of_contents label::after {
  margin-left: 5px;
  font-size: .8em;
  color: #166c9d;
  content: "[開く]";
  cursor: pointer;
}

.table_of_contents:has(:checked) label::after {
  content: "[閉じる]";
}

.table_of_contents input {
  display: none;
}

.table_of_contents ul {
  list-style-type: disc;
  margin: 0;
  padding: 0 1.2em;
  overflow: hidden;
  display: block !important;
}

.table_of_contents>ul {
  height: 0;
}

.table_of_contents:has(:checked)>ul {
  height: auto;
}

.table_of_contents ul ul {
  margin-top: 5px;
}

.table_of_contents li {
  padding: 5px 0;
  display: list-item;
}

.table_of_contents a {
  color: #166c9d;
}

/*店舗詳細*/
.main_list_contents_inner {
  margin-bottom: 30px;
  padding: 20px;
  /* Added border-radius for styling */
}

.google_map iframe {
  margin-bottom: 20px;
  width: 100% !important;
  height: auto;
}

.shop_name {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.glsr-reviews-wrap.swiper-container {
  max-width: 100%;
  /* 外に対して制限したければ任意に */
  margin: 0 auto;
}

/* Site Reviewsの各レビュー（Swiperスライドにもなる） */
.glsr-review {
  /*padding: 16px;*/
  display: block !important;
  gap: 0 !important;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
}

/* Swiper全体（Site Reviewsのラッパー） */
.glsr-reviews {
  display: flex !important;
  align-items: stretch;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 46%;
  /* Swiperが使うため */
  margin-bottom: 10px;
}

.glsr-default .glsr-review {
  display: block !important;
  gap: 0 !important;
  flex-wrap: nowrap !important;
}

.glsr-reviews-wrap {
  width: 100%;
  display: flex !important;
  /* Swiperが使うため */
}

.glsr-summary-percentages {
  display: none;
}

@media screen and (max-width: 1040px) {
  .glsr-reviews {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .glsr-reviews {
    width: 92%;
  }
}


#feature {
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
}

.top_pickup_title {
  font-size: 48px;
  font-weight: bold;
  color: #692F4C;
  text-align: center;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  line-height: 100%;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}

.top_pickup_title h2 span {
  line-height: 1.6;
}

.area_btn_box {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
}

.area_btn_box .col-xs-6,
.area_btn_box .col-sm-3 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.area_btn {
  text-align: center;
  margin-bottom: 15px;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.area_btn_link {
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #8BA5EF;
  color: #FFF;
  border-bottom: solid 4px #6581d0;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #6581d0;
}

.area_nb {
  display: block;
  font-size: 13px;
}

.area_na {
  display: block;
  font-size: 15px;
  font-weight: bold;
}
