@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Marcellus);
/* Reset Style */
/* =======================================

	Browser Reset CSS
	Last Up Date 09/09/28

========================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

body {
  background: #F8F8F8;
  color: #000;
  -webkit-text-size-adjust: none;
  letter-spacing: 1px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}

* html body {
  font-size: small;
}

*:first-child + html body {
  font-size: small;
}

#wrapper {
  overflow: hidden;
}

img {
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #000;
}

ul, dl, ol {
  text-indent: 0;
}

ul li {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

body {
  position: relative;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.pconly {
  display: block;
}
@media all and (max-width: 480px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 480px) {
  .sponly {
    display: block;
  }
}

.land_on {
  display: none;
}
@media all and (max-width: 896px) {
  .land_on {
    display: block;
  }
}

.w1200 {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

img {
  max-width: 100%;
}
img.fitimg {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  width: 100%;
  height: 100%;
  max-width: none;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.overlay_search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
}

header {
  display: flex;
  justify-content: space-between;
  background: #F8F8F8;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
@media all and (max-width: 896px) {
  header {
    padding: 10px 0;
  }
}
header .area_nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  max-width: 1200px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
header .area_nav .blcok_txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 33.333%;
  margin-left: 10px;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  header .area_nav .blcok_txt {
    position: absolute;
    top: 5px;
    left: 0;
    width: 150px;
    font-size: 10px;
  }
}
header .area_nav .blcok_txt p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", serif, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin: -5px 0 -3px 0;
}
@media all and (max-width: 896px) {
  header .area_nav .blcok_txt p {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 1.5em;
  }
}
@media all and (max-width: 480px) {
  header .area_nav .blcok_txt p {
    display: none;
  }
}
header .area_nav .block_logo {
  width: 33.333%;
  text-align: center;
}
@media all and (max-width: 480px) {
  header .area_nav .block_logo {
    width: auto;
  }
}
header .area_nav .block_logo img {
  max-width: 200px;
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  header .area_nav .block_logo img {
    max-width: 150px;
    margin-top: 10px;
  }
}
@media all and (max-width: 480px) {
  header .area_nav .block_logo img {
    margin: 16px 0 0 10px;
  }
}
header .area_nav .block_search {
  width: 33.333%;
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 480px) {
  header .area_nav .block_search {
    width: auto;
  }
}
header .area_nav .block_search .logo {
  margin: 0 10px;
}
header .area_nav .block_search .logo img {
  height: 70px;
}
header .area_nav .block_search .saerch_btn {
  background: #46241A;
  display: block;
  color: #fff;
  min-width: 70px;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  margin: 0 6px;
  box-sizing: border-box;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  header .area_nav .block_search .saerch_btn {
    width: 25%;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50px;
    border-radius: 0;
    margin: 0;
  }
}
header .area_nav .block_search .saerch_btn span {
  text-align: center;
}
@media all and (max-width: 896px) {
  header .area_nav .block_search .saerch_btn span {
    display: flex;
  }
}
header .area_nav .block_search .saerch_btn span i {
  font-size: 20px;
}
@media all and (max-width: 896px) {
  header .area_nav .block_search .saerch_btn span i {
    position: relative;
    top: 1px;
  }
}
header .area_nav .block_search .saerch_btn span p {
  line-height: 1em;
  font-size: 10px;
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  header .area_nav .block_search .saerch_btn span p {
    font-size: 14px;
    margin: 0 0 0 10px;
    position: relative;
    top: 2px;
  }
}
header .area_nav .block_search .saerch_btn .area_search {
  display: none;
  position: fixed;
  z-index: 101;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 5vh 0;
}
@media all and (max-width: 480px) {
  header .area_nav .block_search .saerch_btn .area_search {
    max-height: 400px;
    padding: 3vh 0;
  }
}
header .area_nav .block_search .saerch_btn .area_search .btn_close {
  color: #fff;
  position: absolute;
  top: -40px;
  right: 30px;
  font-size: 50px;
  width: 30px;
  cursor: pointer;
}
header .area_nav .block_search .saerch_btn .area_search .box_tab {
  max-width: 1200px;
  margin: 0 auto 50px auto;
}
@media all and (max-width: 480px) {
  header .area_nav .block_search .saerch_btn .area_search .box_tab {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 480px) {
  header .area_nav .block_search .saerch_btn .area_search .box_tab li {
    font-size: 12px;
    box-shadow: none;
    margin: 5px;
    width: 33%;
    padding: 10px 5px 25px 5px;
  }
}
header .area_nav .block_search .saerch_btn .area_search .panel, header .area_nav .block_search .saerch_btn .area_search .panel_nav {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  header .area_nav .block_search .saerch_btn .area_search .panel.left:before, header .area_nav .block_search .saerch_btn .area_search .panel_nav.left:before {
    left: 10%;
  }
  header .area_nav .block_search .saerch_btn .area_search .panel.center:before, header .area_nav .block_search .saerch_btn .area_search .panel_nav.center:before {
    left: 45%;
  }
  header .area_nav .block_search .saerch_btn .area_search .panel.right:before, header .area_nav .block_search .saerch_btn .area_search .panel_nav.right:before {
    left: 70%;
  }
}
@media all and (max-width: 480px) {
  header .area_nav .block_search .saerch_btn .area_search .panel .sec_search, header .area_nav .block_search .saerch_btn .area_search .panel_nav .sec_search {
    overflow-y: scroll;
    max-height: 230px;
  }
}
header .area_nav .block_search .data_btn {
  text-align: center;
  padding: 5px 5px 0px 5px;
  box-sizing: border-box;
  border: 1px solid #46241A;
  background: #fff;
  color: #46241A;
  border-radius: 5px;
  letter-spacing: 0.5px;
  margin: 0 5px 0 0;
}
header .area_nav .block_search .data_btn .txt {
  font-size: 10px;
  line-height: 1.8em;
}
header .area_nav .block_search .data_btn .data {
  font-size: 22px;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  header .area_nav .block_search .data_btn .data {
    font-size: 20px;
  }
}
header .area_nav .block_search .data_btn .week {
  font-size: 12px;
  font-weight: bold;
}
header .area_nav .block_search .menu_btn {
  background: #fff;
  color: #fff;
  min-width: 70px;
  height: 70px;
  border-radius: 5px;
  position: relative;
}
header .area_nav .block_search .menu_btn p {
  line-height: 1em;
  font-size: 11px;
  margin-top: 5px;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: -1px;
  text-align: center;
}

.sp_menu {
  width: 100%;
}
.sp_menu .menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 38px;
  right: 20px;
  z-index: 102;
}
.sp_menu .menu-trigger.active span {
  background-color: #46241A;
}
.sp_menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
.sp_menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.sp_menu .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
.sp_menu .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #46241A;
  transition: all .5s;
}
.sp_menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.sp_menu .menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.sp_menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.sp_menu nav {
  width: 350px;
  height: 100%;
  padding-top: 100px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  transform: translate(350px);
  transition: all .5s;
}
.sp_menu nav.open {
  transform: translateZ(0);
}
.sp_menu nav ul {
  padding: 0 30px;
  box-sizing: border-box;
}
.sp_menu nav ul li {
  text-align: center;
}
.sp_menu nav ul li a {
  color: #46241A;
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

footer {
  border-top: 1px solid #ccc;
  background: #fff;
}
@media all and (max-width: 896px) {
  footer {
    margin-bottom: 50px;
  }
}
footer .area_foot {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 480px) {
  footer .area_foot {
    justify-content: space-between;
  }
}
footer .area_foot ul {
  width: 25%;
  margin-bottom: 15px;
}
@media all and (max-width: 896px) {
  footer .area_foot ul {
    width: 49%;
  }
}
footer .area_foot ul li.title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
@media all and (max-width: 480px) {
  footer .area_foot ul li.title {
    font-size: 12px;
  }
}
footer .area_foot ul li a {
  font-size: 13px;
  padding: 2px 0;
  display: block;
}
@media all and (max-width: 480px) {
  footer .area_foot ul li a {
    font-size: 11px;
    letter-spacing: 0px;
  }
}
footer .area_foot ul li a:before {
  content: "〉";
  color: #46241A;
  font-size: 12px;
}
@media all and (max-width: 480px) {
  footer .area_foot ul li a:before {
    font-size: 10px;
  }
}
footer .footerMenu {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 1025px) {
  footer .footerMenu {
    padding-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  footer .footerMenu {
    padding-top: 30px;
  }
}
footer .footerMenu > div {
  width: calc((100% / 3) - 10px);
}
@media all and (max-width: 480px) {
  footer .footerMenu > div {
    width: 100%;
  }
}
footer .footerMenu > div > dl {
  margin-bottom: 40px;
}
footer .footerMenu > div > dl dt {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
@media all and (max-width: 480px) {
  footer .footerMenu > div > dl dt {
    font-size: 12px;
  }
}
footer .footerMenu > div > dl dd {
  margin-top: 7px;
  font-size: 0.95em;
}
footer .footerMenu > div > dl a {
  font-size: 13px;
  padding: 2px 0;
  display: block;
}
@media all and (max-width: 480px) {
  footer .footerMenu > div > dl a {
    font-size: 11px;
    letter-spacing: 0px;
  }
}
footer .footerMenu > div > dl a:before {
  content: "〉";
  color: #46241A;
  font-size: 12px;
}
@media all and (max-width: 480px) {
  footer .footerMenu > div > dl a:before {
    font-size: 10px;
  }
}
footer .area_caption {
  padding: 20px 0;
}
footer .area_caption dl {
  display: flex;
  flex-wrap: wrap;
}
footer .area_caption dl dt {
  width: 130px;
}
@media all and (max-width: 480px) {
  footer .area_caption dl dt {
    margin: 0 auto 15px auto;
    text-align: center;
  }
}
footer .area_caption dl dd {
  width: calc(100% - 130px);
  font-size: 12px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 480px) {
  footer .area_caption dl dd {
    width: 100%;
    line-height: 1.5em;
  }
}
footer .area_caption .copyright {
  text-align: right;
  font-size: 12px;
}

.main {
  margin-top: 90px;
}
.main .area_main {
  height: 280px;
}
@media all and (max-width: 480px) {
  .main .area_main {
    height: 150px;
  }
}
.main .area_main.u_page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .area_main.u_page h1 {
  background: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", serif, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.8);
}
@media all and (max-width: 480px) {
  .main .area_main.u_page h1 {
    height: 80px;
  }
}
.main .area_main.u_page h1 span {
  display: block;
  align-items: center;
  font-weight: bold;
  color: #46241A;
  font-size: 25px;
  letter-spacing: 3px;
}

.area_kensaku {
  max-width: 1200px;
  margin: 0 auto;
}
.area_kensaku .search_container {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 3px 10px;
  border-radius: 5px;
  width: calc(100% - 10px);
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 auto 20px auto;
}
@media all and (max-width: 896px) {
  .area_kensaku .search_container {
    font-size: 16px;
  }
}
@media all and (max-width: 480px) {
  .area_kensaku .search_container {
    margin-top: 5px;
  }
}
.area_kensaku .search_container input[type="text"] {
  border: none;
  height: 2.0em;
  background: #fff;
  width: 100%;
}
.area_kensaku .search_container input[type="text"]:focus {
  outline: 0;
}
.area_kensaku .search_container input[type="submit"] {
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3F3F3F;
  position: absolute;
  height: 2.5em;
  right: 8px;
  top: -5px;
  outline: none;
  z-index: 2;
}
@media all and (max-width: 896px) {
  .area_kensaku .search_container input[type="submit"] {
    top: -8px;
  }
}
.area_kensaku .search_container ::-webkit-input-placeholder {
  color: #3F3F3F;
  opacity: 0.5;
}

.area_search .box_tab {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.area_search .box_tab li {
  width: 33.333%;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #46241A;
  padding: 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  border-radius: 5px;
  border: 1px solid #46241A;
  box-shadow: 0px 0px 0px 5px #fff,0px 3px 15px 0px #00000029;
  margin: 0 10px;
  position: relative;
}
@media all and (max-width: 480px) {
  .area_search .box_tab li {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0px;
  }
}
.area_search .box_tab li:first-child .icon {
  top: 10px;
}
.area_search .box_tab li.select {
  background: #46241A;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 5px #46241A, 0px 3px 15px 0px #00000029;
}
.area_search .box_tab li.select .svg_img path {
  fill: #fff;
}
.area_search .box_tab li.checked:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 14px;
  position: absolute;
  right: -9px;
  top: -11px;
  color: red;
}
@media all and (max-width: 480px) {
  .area_search .box_tab li.checked:before {
    right: -6px;
    top: -6px;
    left: inherit;
    bottom: inherit;
  }
}
.area_search .box_tab li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0ab";
  position: absolute;
  right: 10px;
}
@media all and (max-width: 480px) {
  .area_search .box_tab li:after {
    right: 0;
    left: 0;
    bottom: 5px;
  }
}
.area_search .box_tab li .icon {
  position: absolute;
  left: 12px;
  top: 13px;
}
@media all and (max-width: 480px) {
  .area_search .box_tab li .icon {
    position: relative;
    left: 0;
    right: 0;
    top: 0 !important;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
  }
}
.area_search .box_tab li:hover {
  background: #46241A;
  color: #fff;
  transition: 0.3s;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 5px #46241A, 0px 3px 15px 0px #00000029;
}
.area_search .box_tab li:hover .svg_img path {
  fill: #fff;
}
.area_search .panel, .area_search .panel_nav {
  position: relative;
}
.area_search .panel:before, .area_search .panel_nav:before {
  position: absolute;
  top: -20px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #E1DCDB transparent;
}
.area_search .panel.left:before, .area_search .panel_nav.left:before {
  left: 20%;
}
.area_search .panel.center:before, .area_search .panel_nav.center:before {
  left: 48%;
}
.area_search .panel.right:before, .area_search .panel_nav.right:before {
  left: 75%;
}
.area_search .panel.hide, .area_search .panel_nav.hide {
  display: none;
}

.search_content {
  padding: 30px 15px 15px 15px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  margin: 30px 0 0 0;
}
.search_content dl {
  position: relative;
  font-weight: bold;
}
.search_content dl dt {
  position: absolute;
  width: 130px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #46241A;
  color: #fff;
  top: -40px;
  left: 0;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 480px) {
  .search_content dl dt {
    right: 0;
    margin: 0 auto;
  }
}
.search_content dl dt:before {
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  background: url("../images/search_icon.png") no-repeat center center/100% auto;
  margin: 0 5px 0 0;
}
@media all and (max-width: 480px) {
  .search_content dl dd {
    font-size: 13px;
  }
}
.search_content dl dd span:before {
  content: "／";
  margin: 0 3px;
}
.search_content dl dd span:first-child:before {
  display: none;
}

.sec_column {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .sec_column {
    margin-bottom: 30px;
  }
}
.sec_column.slider {
  display: block;
  margin-left: -5px;
}
@media all and (max-width: 480px) {
  .sec_column.slider {
    margin-left: -10px;
  }
}
.sec_column.slider .slick-slide {
  padding: 5px;
  box-sizing: border-box;
}
.sec_column.slider .slick-slide > div {
  background: #fff !important;
  height: 100% !important;
  border-radius: 5px;
}
.sec_column.slider .block_column {
  width: auto;
  background: none !important;
}
.sec_column.slider .block_column dl {
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.sec_column.slider .block_column dl dt {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}
@media all and (max-width: 480px) {
  .sec_column.slider .block_column dl dt {
    width: 125px;
    height: 100px;
  }
}
.sec_column.slider .block_column dl dd {
  width: 100%;
}
@media all and (max-width: 480px) {
  .sec_column.slider .block_column dl dd {
    width: calc(100% - 135px);
  }
}
.sec_column.slider .slide-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .sec_column.slider .slide-arrow {
    width: 25px;
  }
}
.sec_column.slider .prev-arrow {
  left: -10px;
}
@media all and (max-width: 480px) {
  .sec_column.slider .prev-arrow {
    left: 0px;
  }
}
.sec_column.slider .next-arrow {
  right: -20px;
}
@media all and (max-width: 480px) {
  .sec_column.slider .next-arrow {
    right: -10px;
  }
}
.sec_column .block_column {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  margin: 5px;
  width: calc(50% - 10px);
  position: relative;
}
@media all and (max-width: 896px) {
  .sec_column .block_column {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .sec_column .block_column {
    padding: 10px;
  }
}
.sec_column .block_column.w100 {
  width: 100%;
}
.sec_column .block_column.new dl dd .data span {
  color: #8B8B8B;
}
.sec_column .block_column.new dl dd .data span:before {
  display: inline-block;
  content: "NEW";
  color: #FF2F32;
  margin-right: 10px;
  font-weight: bold;
}
.sec_column .block_column dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .sec_column .block_column dl {
    margin-bottom: 10px;
  }
}
.sec_column .block_column dl dt {
  width: 200px;
  height: 130px;
  border-radius: 5px;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .sec_column .block_column dl dt {
    width: 140px;
    height: 85px;
  }
}
.sec_column .block_column dl dd {
  width: calc(100% - 220px);
}
@media all and (max-width: 896px) {
  .sec_column .block_column dl dd {
    width: calc(100% - 150px);
  }
}
.sec_column .block_column dl dd .name {
  background: #46241A;
  color: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 5px;
  display: block;
  font-size: 14px;
}
@media all and (max-width: 480px) {
  .sec_column .block_column dl dd .name {
    font-size: 11px;
    line-height: 1.4em;
    letter-spacing: 0px;
  }
}
.sec_column .block_column dl dd .data {
  font-size: 80%;
  letter-spacing: 0px;
}
.sec_column .block_column dl dd .data span {
  margin-left: 10px;
}
.sec_column .block_column dl dd .title {
  font-weight: bold;
  margin-bottom: 5px;
}
@media all and (max-width: 480px) {
  .sec_column .block_column dl dd .title {
    font-size: 80%;
    line-height: 1.5em;
  }
}
.sec_column .block_column dl dd .txt {
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .sec_column .block_column dl dd .txt {
    display: none;
  }
}
.sec_column .block_column dl dd .txt p {
  font-size: 13px;
  height: 41.6px;
  line-height: 1.6;
  position: relative;
}
.sec_column .block_column dl dd .txt p:before, .sec_column .block_column dl dd .txt p:after {
  background: #fff;
  position: absolute;
}
.sec_column .block_column dl dd .txt p:before {
  content: "...";
  top: 20.8px;
  right: 0;
}
.sec_column .block_column dl dd .txt p:after {
  content: "";
  height: 100%;
  width: 100%;
}
@media all and (max-width: 480px) {
  .sec_column .block_column dl dd .txt p {
    font-size: 13px;
  }
}

.staff {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media all and (max-width: 480px) {
  .staff {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.staff li {
  overflow: hidden;
}
.staff li.staff_name {
  display: flex;
  font-size: 90%;
}
@media all and (max-width: 480px) {
  .staff li.staff_name {
    margin-bottom: 5px;
  }
}
.staff li.staff_name a {
  display: flex;
  align-items: center;
  font-size: 90%;
}
.staff li.staff_name a .staffimg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}
.staff li.staff_name a .staffimg img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  width: 100%;
  height: 100%;
}
.staff li.commetnt {
  width: calc(100% - 230px);
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .staff li.commetnt {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .staff li.commetnt {
    width: 100%;
  }
}
.staff li.commetnt p {
  font-size: 13px;
  height: 20.8px;
  line-height: 1.6;
  position: relative;
  padding-top: 2px;
  display: block;
  width: 100%;
  overflow: hidden;
}
.staff li.commetnt p:before, .staff li.commetnt p:after {
  background: #fff;
  position: absolute;
}
.staff li.commetnt p:before {
  content: "...";
  top: 0px;
  right: 0;
}
.staff li.commetnt p:after {
  content: "";
  height: 100%;
  width: 100%;
}
@media all and (max-width: 480px) {
  .staff li.commetnt p {
    font-size: 13px;
  }
}

.tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  height: 35px;
  overflow: hidden;
}
.tag li {
  background: #E1DCDB;
  padding: 2px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 3px;
  font-size: 12px;
  letter-spacing: 0px;
}
.tag li a {
  color: #46241A;
  font-weight: bold;
}
.tag li:before {
  content: "#";
  margin-right: 3px;
}

.view_icon {
  display: flex;
  justify-content: flex-end;
}
.view_icon li {
  display: flex;
  padding: 0 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.view_icon li.clicked .icon path {
  fill: #E60012;
}
.view_icon li p {
  display: flex;
  align-items: center;
}
.view_icon li p.favIcon {
  font-size: 0.8em;
  border-radius: 7px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  line-height: 100%;
  cursor: pointer;
  box-shadow: 2px 2px 0 0 rgba(34, 34, 34, 0.05);
}
.view_icon li p.favIcon::after {
  content: "";
  margin-left: 5px;
  background-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20576%20512%22%20style%3D%22enable-background%3Anew%200%200%20576%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23EEEEEE%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M353.9%2C195.5h199.4c0.7%2C0%2C1.2%2C0.5%2C1.2%2C1.2v0.5c0%2C0.4-0.2%2C0.8-0.5%2C1L392.3%2C315.3c-0.4%2C0.3-0.6%2C0.9-0.4%2C1.4%20l63.3%2C192.6c0.2%2C0.6-0.1%2C1.3-0.8%2C1.5l0%2C0c-0.4%2C0.1-0.8%2C0.1-1.1-0.2l-164-118.9c-0.4-0.3-1-0.3-1.4%2C0l-164%2C118.9%20c-0.3%2C0.2-0.7%2C0.3-1.1%2C0.2h0c-0.6-0.2-1-0.9-0.8-1.5l63.3-192.6c0.2-0.5%2C0-1-0.4-1.4L23%2C198.1c-0.3-0.2-0.5-0.6-0.5-1v-0.5%20c0-0.7%2C0.5-1.2%2C1.2-1.2h199.4c0.5%2C0%2C1-0.3%2C1.1-0.8L287.1%2C2.8c0.2-0.5%2C0.6-0.8%2C1.1-0.8h0.6c0.5%2C0%2C1%2C0.3%2C1.1%2C0.8l62.8%2C191.8%20C352.9%2C195.1%2C353.4%2C195.5%2C353.9%2C195.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: text-bottom;
}
.view_icon li p.favIcon.on {
  color: #fff;
  background-color: #222;
}
.view_icon li p.favIcon.on::after {
  background-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M182.7%2C440.2L33.4%2C290.9c-9-9-9-23.5%2C0-32.5l32.5-32.5c9-9%2C23.5-9%2C32.5%2C0l100.6%2C100.6l215.4-215.4%20c9-9%2C23.5-9%2C32.5%2C0l32.5%2C32.5c9%2C9%2C9%2C23.5%2C0%2C32.5L215.2%2C440.2C206.2%2C449.1%2C191.7%2C449.1%2C182.7%2C440.2L182.7%2C440.2z%22%2F%3E%3C%2Fsvg%3E);
}
@media all and (max-width: 480px) {
  .view_icon li .icon .desvg, .view_icon li .icon img {
    height: 15px;
  }
}
.view_icon li .number {
  padding: 2px 0 0 5px;
  font-weight: bold;
  color: #E60012;
}

.sec_search {
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #E1DCDB;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  text-align: left;
  position: relative;
}
@media all and (max-width: 896px) {
  .sec_search {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .sec_search {
    padding: 15px;
    border-radius: 0;
  }
}
.sec_search > li {
  margin-bottom: 15px;
  width: 100%;
}
.sec_search > li.w50 {
  width: 50%;
}
@media all and (max-width: 896px) {
  .sec_search > li.w50 {
    width: 100%;
  }
}
.sec_search > li.area .block_check {
  padding: 5px 0;
}
.sec_search > li.column_season {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .sec_search > li.column_season {
    flex-wrap: wrap;
  }
}
.sec_search > li.column_season .block_pull {
  margin-left: 20px;
  padding-top: 2px;
}
.sec_search > li.column_season .block_pull select {
  padding: 3px 10px 3px 5px;
  box-sizing: border-box;
  border-radius: 3px;
  border: none;
  font-size: 16px;
  width: 100px;
  margin: 3px;
}
.sec_search > li.column_season .block_pull select.month {
  width: 70px;
}
.sec_search > li.column_tag {
  position: relative;
  padding-bottom: 40px;
}
.sec_search > li.column_tag .grad-btn {
  padding: 5px 15px 5px 0;
  box-sizing: border-box;
  display: block;
  width: 110px;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: -2px;
  z-index: 2;
  border: 1px solid #46241A;
  border-radius: 3px;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
}
@media all and (max-width: 480px) {
  .sec_search > li.column_tag .grad-btn {
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
}
.sec_search > li.column_tag .grad-btn:before {
  content: "タグ一覧";
  text-align: right;
}
.sec_search > li.column_tag .grad-btn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  right: 10px;
}
.sec_search > li.column_tag .grad-item {
  position: relative;
  overflow: hidden;
  height: 70px;
}
.sec_search > li.column_tag .grad-item:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  content: "";
}
.sec_search > li.column_tag .grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}
.sec_search > li.column_tag .grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる";
}
.sec_search > li.column_tag .grad-trigger:checked ~ .grad-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  position: absolute;
  right: 10px;
}
.sec_search > li.column_tag .grad-trigger:checked ~ .grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}
.sec_search > li.column_tag .grad-trigger:checked ~ .grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.sec_search > li.column_tag .block_tag {
  display: flex;
  flex-wrap: wrap;
  margin-right: 130px;
}
@media all and (max-width: 480px) {
  .sec_search > li.column_tag .block_tag {
    margin-right: 0;
  }
}
.sec_search > li.column_tag .block_tag li {
  padding: 5px;
  box-sizing: border-box;
  margin: 0 0 2px 0;
}
.sec_search > li.column_tag .block_tag li label {
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 13px;
  background: #fff;
}
@media all and (max-width: 480px) {
  .sec_search > li.column_tag .block_tag li label {
    font-size: 12px;
    letter-spacing: 0px;
  }
}
.sec_search > li.column_tag .block_tag li label:before {
  content: "#";
  margin-right: 3px;
}
.sec_search > li.column_tag .block_tag li input {
  display: none;
}
.sec_search > li.column_tag .block_tag li .check_box:checked + .label {
  background: #46241A;
  color: #fff;
}
.sec_search > li.category_list .block_check {
  padding-right: 150px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .sec_search > li.category_list .block_check {
    padding-right: 0;
  }
}
.sec_search > li .title {
  font-weight: bold;
  letter-spacing: 0px;
  text-align: left;
}
.sec_search > li .block_check {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media all and (max-width: 480px) {
  .sec_search > li .block_check > li {
    width: 50%;
    font-size: 13px;
    letter-spacing: 0px;
  }
}
.sec_search > li .block_check > li.btn_all {
  position: absolute;
  right: 0;
  top: -3px;
  width: 130px;
  text-align: center;
  background: #E7E7E7;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
}
@media all and (max-width: 896px) {
  .sec_search > li .block_check > li.btn_all {
    position: relative;
    top: 0;
    font-size: 90%;
  }
}
.sec_search > li .block_check > li.btn_all a {
  width: 100%;
  height: auto;
  font-size: 95%;
  color: #000;
}
.sec_search > li .block_check > li input[type=checkbox] {
  display: none;
}
.sec_search > li .block_check > li .checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 5px 5px 30px;
  position: relative;
  width: auto;
}
.sec_search > li .block_check > li .checkbox::before {
  background: #fff;
  border: 1px solid #E7E7E7;
  content: '';
  display: block;
  height: 15px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.sec_search > li .block_check > li .checkbox::after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.sec_search > li .block_check > li input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}
.sec_search > li.input_btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec_search > li.input_btn div {
  margin: 5px;
  position: relative;
}
.sec_search > li.input_btn div.clear_btn input {
  background: #fff;
  color: #46241A;
}
.sec_search > li.input_btn div.clear_btn:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  left: 15px;
  top: 12px;
  z-index: 1;
  color: #46241A;
  font-size: 18px;
}
.sec_search > li.input_btn div.search_btn input {
  background: #46241A;
  color: #fff;
}
.sec_search > li.input_btn div.search_btn:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00e";
  left: 15px;
  top: 12px;
  z-index: 1;
  color: #fff;
  font-size: 18px;
}
.sec_search > li.input_btn div input {
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  text-align: center;
  width: 200px;
  display: block;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  letter-spacing: 2px;
  font-size: 100%;
  cursor: pointer;
}

.close_btn {
  margin-bottom: 0;
}
.close_btn p {
  background: #fff;
  border: 1px solid #46241A;
  border-radius: 50px;
  text-align: center;
  display: block;
  width: 200px;
  color: #46241A;
  padding: 5px;
  box-sizing: border-box;
  margin: 15px auto 0 auto;
  cursor: pointer;
  position: relative;
}
.close_btn p:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  left: 15px;
  top: 5px;
  z-index: 1;
  color: #46241A;
  font-size: 18px;
}

.area_ranking {
  width: 32%;
}
@media all and (max-width: 896px) {
  .area_ranking {
    width: 100%;
  }
}
.area_ranking .sec_column {
  margin-bottom: 30px;
}
.area_ranking .sec_column .block_column {
  background: none !important;
  padding: 15px 0 20px 0;
  border-bottom: 2px dotted #46241A;
  border-radius: 0;
  width: 100%;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_ranking .sec_column .block_column:nth-child(n + 4) {
    display: none;
  }
}
.area_ranking .sec_column .block_column dl {
  margin-bottom: 10px;
}
.area_ranking .sec_column .block_column dl dt {
  width: 140px !important;
  height: 100px;
  position: relative;
}
.area_ranking .sec_column .block_column dl dt .rank {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px 0 0 0;
}
.area_ranking .sec_column .block_column dl dt .rank.one {
  background: #B1A05A;
}
.area_ranking .sec_column .block_column dl dt .rank.two {
  background: #ABABAB;
}
.area_ranking .sec_column .block_column dl dt .rank.tree {
  background: #AE7878;
}
.area_ranking .sec_column .block_column dl dt .rank.other {
  background: #46241A;
}
.area_ranking .sec_column .block_column dl dd {
  width: calc(100% - 150px);
}
.area_ranking .sec_column .block_column dl dd .title {
  font-size: 80%;
  line-height: 1.5em;
}
.area_ranking .sec_column .block_column .staff {
  margin-bottom: 0px;
}
.area_ranking .sec_column .block_column .view_icon {
  position: absolute;
  bottom: 5px;
  right: 0;
}
@media all and (max-width: 896px) {
  .area_ranking .sec_column .block_column .view_icon {
    position: relative;
    bottom: 0;
  }
}
.area_ranking .sec_column .block_list li {
  padding: 2px 0;
  font-size: 90%;
}

#pagetop {
  position: fixed;
  right: 20px;
  z-index: 99;
}
@media all and (max-width: 896px) {
  #pagetop {
    margin-bottom: 30px;
  }
}
#pagetop a {
  overflow: hidden;
  outline: none;
}
@media all and (max-width: 896px) {
  #pagetop a img {
    width: 50px;
  }
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
