@charset "UTF-8";
.mrb20 {
  margin-bottom: 20px;
}

.mrt20 {
  margin-top: 20px;
}

/*fonticon*/
@font-face {
  font-family: 'icomoon';
  src: url("./fonts/icomoon.eot?6we8y2");
  src: url("./fonts/icomoon.eot?6we8y2#iefix") format("embedded-opentype"), url("./fonts/icomoon.ttf?6we8y2") format("truetype"), url("./fonts/icomoon.woff?6we8y2") format("woff"), url("./fonts/icomoon.svg?6we8y2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shop:before {
  content: "\e900";
  margin-right: 7px;
}

.icon-mega:before {
  content: "\e901";
  margin-right: 7px;
}

.icon-camera:before {
  content: "\e90f";
}

.icon-headphones:before {
  content: "\e910";
}

.icon-music:before {
  content: "\e911";
}

.icon-video-camera:before {
  content: "\e914";
}

.icon-books:before {
  content: "\e920";
}

.icon-lifebuoy:before {
  content: "\e941";
}

.icon-phone:before {
  content: "\e942";
}

.icon-location:before {
  content: "\e947";
  margin-right: 7px;
}

.icon-mobile2:before {
  content: "\e959";
}

.icon-hour-glass:before {
  content: "\e979";
}

.icon-unlocked:before {
  content: "\e990";
}

.icon-mug:before {
  content: "\e9a2";
}

.icon-spoon-knife:before {
  content: "\e9a3";
}

/*slick矢印*/
.slick-prev {
  left: 10px !important;
}

.slick-next {
  right: 10px !important;
}

.cssgrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  padding: 0px 10px;
  margin: 0 0 2em;
}

.cssgrid > div {
  overflow: auto;
  min-width: 0;
  padding: 0.5em;
}

.cssgrid > div a:hover {
  color: #8c8c8c;
}

/*ヘッダー　ロゴ*/
@media (max-width: 1199px) {
  .l-header__logo img {
    width: 190px;
    height: auto;
  }
}

#js-header {
  border-bottom: 1px solid #dddddd;
}

@media (max-width: 991px) {
  #js-header {
    border-bottom: none;
  }
}

.p-page-header {
  border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 1199px) {
  .admin-bar .p-menu-btn {
    top: 0px;
  }
}

@media only screen and (max-width: 782px) {
  .admin-bar .p-menu-btn {
    top: 0px;
  }
}

/*TOPページ用*/
.shoplist {
  width: 30.83333%;
  margin-right: 3.75%;
  margin-bottom: 50px;
}

.shoplist:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 991px) {
  .shoplist {
    width: calc(50% - 25px);
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .shoplist {
    width: 100%;
    margin-bottom: 20px;
  }
}

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

.stitle:before {
  content: "\e92e";
  font-family: "design_plus";
  margin-right: 6px;
}

/*googlemap用*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 99%;
  border: 1px solid #cdcdcd;
}

.shopall h2 {
  position: relative;
}

.shopall h2 span {
  display: inline-block;
  top: 7px;
  position: absolute;
}

.shopall h2::before {
  content: "\e92e";
  font-family: "design_plus";
  font-size: 36px;
  margin-right: 6px;
}

.shopbox {
  text-align: center;
  position: relative;
  border-radius: 5px;
  padding: 20px;
  padding-top: 30px;
  margin-bottom: 30px;
  background: #fffffa;
  border: 2px solid #5d9cbf;
}

.shopbox .title-box13 {
  position: absolute;
  padding: 0 .5em;
  left: 20px;
  top: -10px;
  font-weight: bold;
  background-color: #fff;
  /* タイトル背景色 */
  color: #f09199;
  /* タイトル文字色 */
  font-size: 20px;
}

.shopbox .title-box13 a {
  color: #f09199;
}

.shopbox dl {
  overflow: hidden;
}

.shopbox dt {
  padding-top: 5px;
  height: 1.5rem;
  margin: 0px 15px 0px 0px;
  float: left;
  display: block;
  font-weight: bold;
}

.shopbox dd {
  margin: 0px 15px 0px 0px;
  float: left;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  display: block;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  line-height: 1.3;
}

.shopbox dd.last {
  width: 100%;
  text-align: left;
  margin-left: 0.1rem;
  margin-top: 9px;
}

.shopbox dd span {
  display: inline-block;
  border-radius: 4px;
  padding: 5px;
  font-size: 80%;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

.shopbox dd .shop_icon::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("https://kamoshin.net/wp-content/themes/avant_tcd060/svg/symbol-defs.svg#icon-shop");
  margin-right: 1rem;
  vertical-align: middle;
}

.shopbox dd .shop1 {
  border: 2px solid red;
  color: red;
}

.shopbox dd .shop2 {
  border: 2px solid #be23e8;
  color: #be23e8;
}

.shopbox dd .shop3 {
  border: 2px solid #070f14;
  color: #070f14;
}

.shopbox dd .shop4 {
  border: 2px solid #ea7206;
  color: #ea7206;
}

.shopbox dd .shop5 {
  border: 2px solid #0a71b7;
  color: #0a71b7;
}

.shopbox dd .shop6 {
  border: 2px solid #17a504;
  color: #17a504;
}

.shopbox dd .shop7 {
  border: 2px solid #d306fc;
  color: #d306fc;
}

.shopbox div {
  border-bottom: 1px dashed #bbb;
  width: 100%;
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.shopbox div:last-child {
  border-bottom: none;
}

/*商店街一覧ページ*/
.bg_dotted:after {
  position: absolute;
  top: 35px;
  left: 0vw;
  z-index: -5;
  content: "";
  display: block;
  height: 90%;
  width: 95%;
  background: url(https://kamoshin.net/wp-content/uploads/2019/08/bg_dotted.png) repeat;
  -webkit-transform: rotateZ(-10deg);
          transform: rotateZ(-10deg);
}

.bg_dotted {
  position: relative;
  padding-bottom: 108px;
}

.kamoshin_mozibg:after {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 0;
  content: "";
  display: block;
  height: 147px;
  width: 150px;
  background: url("https://llkamoike.com/wp-content/uploads/2020/03/masagon.png") no-repeat;
  opacity: 0.1;
  -webkit-transform: rotateZ(-37deg);
          transform: rotateZ(-37deg);
}

.kamoshin_mozibg {
  position: relative;
  padding-bottom: 100px;
}

/*商店街詳細ページ*/
.mar_t30 {
  margin-top: 30px;
}

.mar_t50 {
  margin-top: 50px;
}

.mar_b30 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .p-page-header__upper {
    width: 27.5%;
    left: -15px;
  }
}

@media (min-width: 768px) {
  .shopinfo h2 {
    display: inline;
    font-size: 28px;
    position: relative;
    line-height: 1.3;
    padding: 5px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #edf4fc));
    background: linear-gradient(transparent 70%, #edf4fc 70%);
  }
}

@media (max-width: 767px) {
  .shopinfo h2 {
    display: inline;
    font-size: 7.46667vw;
    position: relative;
    line-height: 1.5;
    padding: 1.33333vw 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #edf4fc));
    background: linear-gradient(transparent 70%, #edf4fc 70%);
  }
}

.bg_shoplist:after {
  position: absolute;
  top: 35px;
  left: 0vw;
  z-index: -5;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: url(https://kamoshin.net/wp-content/uploads/2019/08/icatch_new3.png) no-repeat;
  opacity: 0.2;
  border-radius: 5px;
}

.bg_shoplist {
  position: relative;
  min-height: 570px;
  margin-bottom: 100px;
}

@media (max-width: 420px) {
  .bg_shoplist {
    min-height: 260px;
  }
  .bg_shoplist h2 {
    font-size: 1em;
  }
  .bg_shoplist .cssgrid {
    margin-top: 35px;
  }
  .bg_shoplist .cssgrid > div {
    padding: 0.2em;
  }
  .bg_shoplist:after {
    background-size: contain;
    border-radius: 0;
  }
}

/*お知らせ部分*/
.inside {
  width: 100%;
  padding: 35px 30px 40px;
  margin: 0 auto 40px;
  border: 2px solid #003366;
  border-radius: 10px;
  position: relative;
  background: #fffffa;
}

.inside::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -2px;
  right: 0;
  margin: 0 auto;
  background: url(https://kamoshin.net/wp-content/themes/avant_tcd060/svg/under.svg) no-repeat center center;
  background-size: 20px 20px;
}

/*商店街へのリンク*/
.allshop {
  font-size: 18px;
  margin-top: 15px;
  position: relative;
  text-align: right;
  margin-bottom: 60px;
}

.allshop a:hover {
  color: #cdcdcd;
}

.allshop span::before {
  content: "\e92e";
  font-family: "design_plus";
  font-size: 22px;
  margin-right: 6px;
}

.shopbg {
  position: relative;
}

.shopbg::after {
  position: absolute;
  top: 75px;
  left: 30px;
  z-index: 3;
  content: "";
  display: block;
  height: 168px;
  width: 593px;
  background: url(https://kamoshin.net/wp-content/uploads/2019/08/kamoshin_big2.png) no-repeat;
  opacity: 0.05;
  -webkit-transform: rotateZ(-5deg);
          transform: rotateZ(-5deg);
}

/*固定ページ等の画像のグラデーション*/
.p-page-header::after, .p-page-header__lower::before {
  background: none !important;
  background: none !important;
}

.p-page-header__upper-title {
  font-size: 28px;
  margin-bottom: 3px;
}

.p-page-header__upper-sub {
  padding-left: 5px;
}

/*お問合せページ*/
.subtitle_contact h2 {
  position: relative;
}

.subtitle_contact h2 span {
  display: inline-block;
  top: 7px;
  position: absolute;
}

.subtitle_contact h2::before {
  content: "\e936";
  font-family: "design_plus";
  font-size: 36px;
  margin-right: 6px;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
.wpcf7 input, .wpcf7 textarea, .inquiry {
  width: 100%;
}

@media (max-width: 580px) {
  .inquiry th, .inquiry td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
}

@media (max-width: 580px) and (max-width: 420px) {
  .wpcf7 input, .wpcf7 textarea {
    width: 100%;
  }
}

@media (max-width: 580px) {
  /* 必須・任意のサイズ調整 */
  .inquiry .haveto, .inquiry .any {
    font-size: 10px;
  }
}

/*見出し欄*/
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
}

/*通常欄*/
.inquiry td {
  font-size: 13px;
  border: solid 1px #d7d7d7;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
  border: solid 1px #d7d7d7;
}

/*必須の調整*/
.haveto {
  font-size: 7px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*任意の調整*/
.any {
  font-size: 7px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 15px;
  max-width: 350px;
  background: #ffaa56;
  color: #fff;
  height: 58px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  margin: 25px auto 0;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #00b9eb;
  color: #ffffff;
  border: 2px solid #ffaa56;
}

/*MAPページ*/
.subtitle_map h2 {
  position: relative;
}

.subtitle_map h2 span {
  display: inline-block;
  top: 7px;
  position: absolute;
}

.subtitle_map h2::before {
  content: "\e933";
  font-family: "design_plus";
  font-size: 36px;
  margin-right: 6px;
}

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

td,
th {
  padding: 0;
}

@media print {
  thead {
    display: table-header-group;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 992px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.table_inbox1 .inbox_1, .table_inbox1 .inbox_2 {
  width: 35px;
  text-align: center;
}

.text-center {
  text-align: center;
}

/*一覧の月送り部分*/
.parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.kanri_cal {
  text-align: center;
  padding: 9px 0 9px 0;
  background: #e4ac47;
  height: auto;
  color: #ffffff;
}

.left {
  position: absolute;
  left: 15px;
  top: 9px;
}

.right1 {
  position: absolute;
  right: 15px;
  top: 9px;
}

.calbtn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn_no {
  pointer-events: none;
}

/*カモカルタイトル*/
.kamokaruall {
  margin-top: -40px;
}

.kamokaruall.p-headline02 {
  margin-bottom: 5px;
}

.kamokaruall h2 {
  position: relative;
  width: 100%;
}

.kamokaruall h2 span {
  display: inline-block;
  top: 7px;
  position: absolute;
}

.kamokaruall h2::before {
  content: "\e92e";
  font-family: "design_plus";
  font-size: 36px;
  margin-right: 6px;
}

.kamokaruall h3 {
  position: relative;
  width: 100%;
  text-align: center;
}

.kamokaruall h3 span {
  display: inline-block;
  top: 7px;
}

.kamokaruall h3::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  margin-right: 6px;
}

.mar_b30 {
  margin-bottom: 30px;
}

.mar_b30_h {
  margin-bottom: 30px;
}

#item-list {
  width: 100%;
  margin-top: 100px;
}

.l-item-list .l-inner {
  background-color: #ed6942;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.l-leadline-side-2line {
  text-align: center;
  width: 92%;
  margin: auto;
  position: relative;
  top: -80px;
}

.l-leadline-side-2line .inner {
  display: block;
  position: relative;
}

.l-leadline-side-2line .inner:before {
  left: 0;
}

.l-leadline-side-2line .inner:before, .l-leadline-side-2line .inner:after {
  content: '';
  width: 50%;
  height: 2px;
  background-color: #c9c6bc;
  position: absolute;
  bottom: 12px;
}

@media screen and (max-width: 768px) {
  .l-leadline-side-2line .inner:before, .l-leadline-side-2line .inner:after {
    display: none;
  }
  .inner3 img {
    width: 200px;
  }
}

@media screen and (max-width: 375px) {
  .inner3 img {
    width: 170px;
  }
  .kamokaruall h3, .kamokaruall h3::before {
    font-size: 100%;
  }
}

@media screen and (max-width: 320px) {
  .kamokaruall h3, .kamokaruall h3::before {
    font-size: 85%;
  }
  .inner3 img {
    width: 135px;
  }
}

.l-leadline-side-2line .inner2 {
  display: block;
  position: relative;
}

.l-leadline-side-2line .inner2:before {
  left: 2px;
}

.l-leadline-side-2line .inner3 {
  z-index: 2;
  display: inline-block;
  position: relative;
}

.l-leadline-side-2line .m-text {
  display: block;
  color: #4c4948;
  font-size: 1.575rem;
  line-height: 1em;
  text-align: center;
  position: relative;
  top: 15px;
}

.table_inbox1_fast {
  background: #ffffff;
}

@media screen and (max-width: 1023px) {
  .l-item-list .l-inner {
    padding: 0 10px;
  }
  .l-leadline-side-2line {
    width: 100%;
    top: -50px;
  }
  .l-leadline-side-2line .inner3 {
    width: 50%;
    margin: auto;
  }
  .l-leadline-side-2line .m-text {
    font-size: 1.2rem;
    top: 5px;
  }
}

/*TOPページ広告リンク部分*/
.non_title::before {
  background: none;
}

/*プライバシーポリシー*/
.privacy-policy .p-entry__body {
  line-height: 1.5em;
}

.privacy-policy .p-entry__body h2 {
  margin-top: 25px;
  margin-bottom: 15.2px;
}

.privacy-policy .p-entry__body h3 {
  margin-top: 0;
}

.page-id-75 .p-entry__img {
  display: none;
}

@media only screen and (max-width: 1320px) {
  .admin-bar .p-global-nav {
    top: 60px;
  }
}

.common_contens {
  width: 100%;
  height: auto;
}

.common_contens img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=style_new.css.map */