@charset "UTF-8";
/*-------	. =Reset　---------*/
* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
hr,
th,
em {
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
}
ul,
ol,
li {
  list-style: none;
}
table {
  border-collapse: 0;
  border-spacing: 0;
}
th,
td {
  line-height: 120%;
  letter-spacing: normal;
}
img,
img a,
a img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}
/* a */
a {
  text-decoration: none;
  color: #232323;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
img {
  width: 100%;
  -webkit-backface-visibility: hidden;
} /*クロームボケ*/
.hide {
  display: none;
}
hr {
  border: none;
  height: 0px;
  border-bottom: 1px solid #666;
}
.clear {
  clear: both;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
/*　space */
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
/* TypeType - TT Chocolates Medium */
@font-face {
  font-family: "TTC";
  src: url("../font/TTChocolates-medium.otf") format("truetype");
  font-weight: 400;
}
/* TypeType - TT Chocolates bold */
@font-face {
  font-family: "TTC";
  src: url("../font/TTChocolates-bold.otf") format("truetype");
  font-weight: 700;
}

/* ----------------------- サブメニュー配置 ----------------------- */
.gnav li {
  position: relative;
}
.gnav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  min-width: 12em;
  width: auto;
  white-space: nowrap;
  z-index: 100;
  box-sizing: border-box;
}
.gnav .sub-menu li {
  width: 100%;
  margin: 0;
  text-align: left;
  border: 1px solid #f0f0f0;
}
.gnav .sub-menu li a {
  display: block;
  font-size: 86%;
  padding: 10px 1em;
  background-color: rgba(255, 255, 255, 0.8);
}
.gnav .sub-menu li:last-child {
  margin-right: 0;
  border-top: none;
}

.gnav .sub-menu li:last-child a {
  border-bottom: none;
}
.gnav li:hover > .sub-menu {
  display: flex;
  flex-direction: column;
}

/* ----------------------- ENDサブメニュー配置 ----------------------- */

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* カラー *
base ピンク　{ color: #ff8c82 }
薄ピンク　{ color: #fff6f5 }
*/
html {
  scroll-behavior: smooth;
}
/*-----------------------body ---------------------------*/
body {
  color: #232323;
  font-size: 16px;
  line-height: 1.8;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%; /*モバイルテキスト自動拡大アルゴリズム制御*/
  background-color: #ffffff;
  overflow-x: hidden; /* 横幅を親要素を超えて100％の調整 */
  border: 10px solid #ff8c82;
}
@media only screen and (max-width: 767px) {
  body {
    width: 100vw;
    box-sizing: border-box;
    border: 5px solid #ff8c82;
  }
}
/*----------------------- ヘッダー ---------------------------*/
header {
  position: relative;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  height: 160px;
  padding: 30px 3% 0;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header h1 {
  width: 200px;
}

.gnav {
  position: relative;
  margin-top: 25px;
  text-align: center;
  width: 85%;
  text-align: right;
}
.gnav li {
  display: inline-block;
  margin-left: 3%;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}
.gnav li:last-child {
  margin-right: 230px;
}
.gnav li a {
  color: #232323;
}
.gnav span {
  display: block;
  font-family: "TTC";
  font-weight: 400;
  font-size: 10px;
  color: #ff8c82;
}

/* 検索枠 */
.searchBar {
  text-align: left;
  width: 200px;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #232323;
}
.searchBar input {
  height: 26px;
  border: none;
}
.searchBar input#s {
  background-color: transparent;
  padding-left: 10px;
  box-sizing: border-box;
  width: 165px;
  font-size: 14px;
}
#searchsubmit {
  margin-left: 6px;
  width: 20px;
  height: 20px;
  background: url(../img/all/icon_search.svg) #fff;
  background-size: contain;
}

@media only screen and (max-width: 1200px) {
  header {
    padding: 20px 3% 0;
  }
  .gnav li {
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 2%;
  }
  .gnav li:last-child {
    margin-right: 0;
  }
  .searchBar {
    top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  header {
    position: relative;
    display: block;
    height: 90px;
    padding: 10px 5% 0;
  }
  header a:hover {
    text-decoration: none;
  }
  header h1 {
    width: 150px;
  }
}

/* ---------- 左 SNS ---------- */
.head_sns {
  width: 26px;
  font-size: 14px;
  font-family: "TTC";
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 530px;
  left: 3%;
}
.head_sns span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.head_sns a {
  display: block;
  margin: 10px 0;
}
/* ---------- 右 scroll down  ---------- */
.head_scrolldown {
  width: 14px;
  font-size: 14px;
  line-height: 1;
  font-family: "TTC";
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 530px;
  right: 3%;
}
@media only screen and (max-width: 1600px) {
  .head_sns,
  .head_scrolldown {
    right: 2.5%;
    top: 450px;
  }
  .home .head_sns,
  .home .head_scrolldown {
    right: 2.5%;
    top: 390px;
  }
}
@media only screen and (max-width: 1200px) {
  .head_sns,
  .head_scrolldown {
    right: 2.5%;
    top: 400px;
  }
  .home .head_sns,
  .home .head_scrolldown {
    right: 2.5%;
    top: 300px;
  }
}
.head_scrolldown .txt {
  padding-bottom: 14px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.head_scroll_arrow {
  height: 100px;
  position: relative;
}
.Arrow-Item {
  position: absolute;
  left: 1px;
  display: block;
  width: 1px;
  border-radius: 1px;
  background: #000;
}
.Arrow-Item:nth-of-type(1) {
  top: 0;
  left: 7px;
  height: 100px;
}
.Arrow-Item:nth-of-type(2) {
  bottom: 0;
  left: 11.5px;
  height: 17px;
  transform: rotate(30deg);
}

/* --------------------  ハンバーガー  ------------------------------ */
@media only screen and (max-width: 767px) {
  .h_nav_cont .drawer_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(51, 51, 51, 0.2);
    display: none;
    top: 0;
    left: 0;
  }
  .drawer_button .drawer_bar {
    /* ハンバーガーメニュー三本線の色 */
    background-color: #fff;
  }
  .drawer_button {
    box-sizing: content-box;
    display: block;
    background: #ff8c82;
    border: none;
    padding: 0;
    width: 36px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 5px;
    padding: 15px 15px 15px 20px;
    z-index: 1001;
    text-align: center;
    outline: none;
  }
  .drawer_button.active .drawer_bar {
    width: 36px;
    margin-left: 2px;
  }
  .drawer_button.active .drawer_bar1 {
    transform: rotate(40deg);
  }
  .drawer_button.active .drawer_bar2 {
    opacity: 0;
  }
  .drawer_button.active .drawer_bar3 {
    transform: rotate(-40deg);
    margin-left: 2px;
  }

  .drawer_bar {
    display: block;
    height: 2px;
    margin: 10px 0;
    transition: all 0.2s;
    transform-origin: 0 0;
  }
  .drawer_bar3 {
    margin: 10px 0 6px;
  }

  /* -------------------- ハンバーガー　メニュー中身  -------------------- */
  .h_nav {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    transform: translate(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff; /* ドロワーメニュー内背景色 */
    overflow-x: hidden;
    overflow-y: auto;
    border: 10px solid #ff8c82;
    box-sizing: border-box;
  }
  .h_nav a {
    color: #232323;
  }

  header .h_nav h1 {
    margin: 10px 0 0 5%;
  }

  .h_nav .bg_pink {
    margin-top: 20px;
    padding: 20px 8% 30px;
  }

  /* 検索枠 */
  .searchBar {
    width: 98%;
    position: static;
    margin: 10px auto 25px;
  }
  .searchBar input#s {
    width: 87%;
  }

  /* Hメニュー本体 */
  .sp_hnav {
    margin-bottom: 20px;
  }
  .sp_hnav li {
    border-bottom: 1px solid #ccc;
    line-height: 56px;
  }
  .sp_hnav li:last-child {
    border-bottom: none;
  }
  .sp_hnav li a {
    color: #232323;
    font-weight: 700;
    display: block;
    position: relative;
    text-align: left;
  }
  .sp_hnav li a span {
    padding-left: 15px;
    font-family: "TTC";
    font-weight: 400;
    font-size: 10px;
    color: #ff8c82;
  }
  .sp_hnav li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #969696;
    border-right: solid 1px #969696;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sp_hnav_sns {
    text-align: right;
  }
  .sp_hnav_sns img {
    width: 30px;
    margin-left: 10px;
  }

  .h_nav .bg_white {
    margin-top: 20px;
    padding: 20px 8% 30px;
  }
  .sp_hnav_publish_ttl {
    font-weight: 700;
    margin-bottom: 6px;
  }
  .bg_white ul {
    margin-bottom: 30px;
  }
  .bg_white li {
    line-height: 30px;
    font-size: 15px;
  }
  .bg_white li a {
    position: relative;
  }
  .sp_hnav_publish li a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #969696;
    border-right: solid 1px #969696;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    right: -15px;
  }

  /* ----------------------- サブメニュー配置 ----------------------- */
  .sp_hnav .sub-menu {
    border-top: solid 1px #ccc;
  }

  .sp_hnav .sub-menu a {
    padding-left: 1.5em;
  }

  /* ----------------------- サブメニュー配置END ----------------------- */

  /* メニュー機能 footnav_3 */
  #menu-footnav_3 li {
    font-size: 14px;
    margin-right: 40px;
    position: relative;
  }
  #menu-footnav_3 li:last-child a:after {
    position: absolute;
    top: 3px;
    right: -24px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 10px;
    background-image: url(../img/all/icon_link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  /* ハンバーガーのフッター */
  .sp_hnav_foot {
    background: #ff8c82;
    padding: 15px 0 10px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sp_hnav_foot li {
    width: 33%;
  }
  .sp_hnav_foot li {
    width: 50%;
  } /* 特集なしの時 */

  .sp_hnav_foot li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_hnav_foot a {
    display: inline-block;
    padding: 10px;
    color: #fff;
  }

  .sp_hnav_foot span {
    display: block;
    font-family: "TTC";
    font-weight: 400;
    font-size: 10px;
  }

  .h_nav.open {
    transform: translate(0);
  }
}

/************* Breadcrumbs *************/
.breadcrumbs {
  background: #fff6f5;
  font-size: 12px;
  line-height: 1.2;
  padding: 10px 0 10px 3%;
  margin-bottom: 100px;
}
.home .breadcrumbs {
  display: none;
}
.breadcrumbs a {
  padding: 0 3px;
  color: #888;
}

.breadcrumbs a:hover {
  text-decoration: underline;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 40px;
    font-size: 11px;
    line-height: 1.3;
    padding: 10px 5%;
  }
}

/* *-----------------------　共通　*----------------------- */
.bg_pink {
  background: #fff6f5;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .w1200 {
    width: 90% !important;
  }
}
/* moreボタン　共通 */
.btn_arrow {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 380px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  /*font-weight: 700;*/
  background: #646464;
  color: #fff;
  border: 1px solid #646464;
  border-radius: 30px;
  position: relative;
}
.btn_arrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 40%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_arrow:hover {
  background: #fff;
  color: #232323;
}
.btn_arrow:hover:after,
.btn_arrow.btn_back:hover:after {
  border-top: solid 1px #646464;
  border-right: solid 1px #646464;
}
/* backボタン　共通 */
.btn_arrow.btn_back:after {
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(225deg);
  position: absolute;
  left: 20px;
  right: auto;
}

/* flex　共通  spは各自指定*/
.flex {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*----------------------- フッター ---------------------------*/
footer {
  background: #ff8c82;
  padding: 60px 0 40px;
}
footer a {
  color: #fff;
}
.footer_wrap {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.foot_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.foot_logo {
  width: 200px;
}

.foot_body {
  width: 700px;
  position: relative;
}
.foot_nav {
  color: #fff;
  margin-bottom: 90px;
  position: relative;
}
.foot_nav li {
  display: inline-block;
}
.foot_nav_1 {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
.foot_nav_1 li {
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  footer {
    padding: 40px 0 20px;
  }
  .foot_flex {
    display: block;
  }
  .foot_logo {
    margin-bottom: 20px;
    width: 100px;
  }
  .foot_body {
    width: 100%;
  }
  .foot_nav {
    color: #fff;
    margin-bottom: 40px;
  }
  .foot_nav_1 {
    font-size: 0;
    padding-bottom: 0;
  }
  .foot_nav_1 li {
    width: 49.8%;
    font-size: 16px;
    /* border-bottom: 1px solid #fff; */
    margin-bottom: 14px;
    padding-bottom: 14px;
    margin-right: 0;
  }
  .foot_nav_1 li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}

/* ----------------------- サブメニュー配置 ----------------------- */

.foot_nav_1 li.menu-item-has-children {
  display: inline-flex;
  /* flex-direction: column; */
  width: auto;
}

.foot_nav_1 li.menu-item-has-children .sub-menu {
  margin-left: 20px;
  display: flex;
}

.foot_nav_1 li.menu-item-has-children .sub-menu li {
  display: flex;
  align-items: center;
  width: auto;
  white-space: nowrap;
  margin-right: 20px;
}

.foot_nav_1 li.menu-item-has-children .sub-menu li:last-child {
  margin-right: 0;
}

.foot_nav_1 li.menu-item-has-children .sub-menu li:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .foot_nav_1 > div > ul.menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .foot_nav_1 > div > ul.menu li {
    width: 100%;
  }

  .foot_nav_1 li.menu-item-has-children {
    flex-direction: column;
    width: 49.8%;
  }
  .foot_nav_1 li.menu-item-has-children .sub-menu {
    margin-left: 0;
    display: block;
  }
  .foot_nav_1 li.menu-item-has-children .sub-menu li {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }

  .foot_nav_1 li.menu-item-has-children .sub-menu li:last-child {
  }
}

/* ----------------------- サブメニュー配置END ----------------------- */

.foot_nav_2 {
  border-bottom: 1px solid #fff;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
.foot_nav_2 > li:nth-of-type(1) {
  width: 15%;
  font-size: 14px;
  font-weight: 700;
}
.foot_nav_2 > li:nth-of-type(2) {
  width: 80%;
  font-size: 13px;
}
.foot_nav_2 li a {
  position: relative;
  padding-right: 12px;
}
.foot_nav_2 li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .foot_nav_2.foot_flex {
    align-items: start;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .foot_nav_2 > li:nth-of-type(1) {
    font-size: 15px;
    width: 40%;
  }
  .foot_nav_2 > li:nth-of-type(2) {
    font-size: 14px;
    width: 55%;
  }
  .foot_nav_2 .foot_flix {
    display: block;
  }
  .foot_advtpublish p:not(:last-child) {
    display: block;
    padding-bottom: 10px;
    width: 100%;
  }
}

.foot_nav_3box {
  position: relative;
  display: flex;
}
/* メニュー機能 footnav_3 */
#menu-footnav_3-1 li a {
  font-size: 13px;
  margin-right: 40px;
  position: relative;
}
#menu-footnav_3-1 li:last-child a:after {
  position: absolute;
  top: 2px;
  right: -24px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  background-image: url(../img/all/icon_link_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/*  フッターのSNS */
.foot_sns_area {
  /* position: absolute;
  right: 0;
  top: 0; */
  flex: 0 0 auto;
}
.foot_sns_area img {
  width: 26px;
  margin-left: 10px;
}
.foot_bnr_area {
  text-align: right;
}
.foot_bnr_area img {
  height: 72px;
  width: auto;
  margin-right: 12px;
}
.copyright {
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
  margin-top: 50px;
  border-top: 1px solid #fff;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #menu-footnav_3-1 {
    padding-top: 40px;
  }
  #menu-footnav_3-1 li {
    display: block;
  }
  #menu-footnav_3-1 li a {
    font-size: 14px;
    padding: 3px 0;
    display: inline-block;
  }
  #menu-footnav_3-1 li:last-child a:after {
    top: 9px;
  }

  .foot_sns_area {
    position: absolute;
    right: 0;
    top: 0;
  }

  .foot_sns_area img {
    width: 32px;
    margin-left: 16px;
  }
  /*.foot_bnr_area{
        display: -webkit-flex;
	    display: flex;
        -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
        justify-content: space-between;
        flex-direction: row-reverse;}*/
  .foot_bnr_area img {
    width: 46%;
    height: auto;
  }
  .foot_bnr_area a {
    margin-bottom: 10px;
  }
  .copyright {
    padding-top: 10px;
    margin-top: 35px;
  }
}

/**********
 PAGE TOP
**********/
.pagetop {
  position: absolute;
  top: -90px;
  right: -100px;
  background: #646464;
  border-radius: 50%;
  cursor: pointer;
  width: 54px;
  height: 54px;
  z-index: 100;
}
.pagetop::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 42%;
  right: 38%;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1500px) {
  .pagetop {
    right: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .pagetop,
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* ページタイトル */
.pagettl_type1 {
  text-align: center;
}
.pagettl_type1 h2 {
  position: relative;
  text-align: center;
  font-family: "TTC";
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
  color: #ff8c82;
}
.pagettl_type1 h2:before {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 1px;
  height: 40px;
  content: "";
  background: #ff8c82;
}
.pagettl_type1 h2 span {
  font-size: 10px;
  margin-bottom: 10px;
  display: block;
}

/* *-----------------------　検索結果ページ　*----------------------- */
.search_results {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 160px;
}
.search_results_header {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.search_results_header h3 {
  text-align: center;
  font-weight: 700;
}
.search_results ul {
  margin-left: 30px;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search_results li {
  width: 45%;
  text-align: left;
  padding: 15px 0;
  display: flex;
}
.search_results li > a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search_results .archive_img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0;
}
.search_results .archive_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search_results .archive_data_box {
  flex: 1;
}
.search_results li:nth-child(even) {
}

/* location map */
#mapp0-layout {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1300px) {
  #mapp0-layout {
    width: 90% !important;
  }
}
@media only screen and (max-width: 767px) {
  .mapp-wrapper,
  element.style {
    height: 400px !important;
  }
  .mapp-menu-toggle,
  .mapp-menu {
    z-index: 2 !important;
  }
}
