@charset "UTF-8";
@import url(https://use.fontawesome.com/releases/v5.11.2/css/all.css);
body {
  overflow-x: hidden;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

img.svg {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #f1efee;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/*ローディングアニメーション*/
.loader {
  color: #fff;
  font-size: 10px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/*------------------------------------------------------------ly_section*/
.ly_section {
  width: 100%;
  max-width: 1486px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media print, screen and (min-width: 768px) {
  .ly_section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media print, screen and (min-width: 1024px) {
  .ly_section {
    display: flex;
  }
}

@media print, screen and (min-width: 1366px) {
  .ly_section {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/*sidecolumn*/
.ly_sidecolumn {
  display: none;
  width: 230px;
  min-width: 230px;
}

@media print, screen and (min-width: 1200px) {
  .ly_sidecolumn {
    display: block;
    padding-bottom: calc(80px - 24px);
  }
}

@media print, screen and (min-width: 1366px) {
  .ly_sidecolumn {
    width: 250px;
    min-width: 250px;
  }
}

/*maincolumn*/
.ly_maincolumn {
  margin: 0 auto;
  width: 100%;
  padding-bottom: 32px;
}

.ly_maincolumn .ly_maincolumn_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 936px;
}

@media print, screen and (min-width: 768px) {
  .ly_maincolumn {
    padding-bottom: 48px;
  }
}

@media print, screen and (min-width: 1200px) {
  .ly_maincolumn {
    width: calc(100% - 260px);
    padding-left: 30px;
    padding-bottom: 80px;
  }
}

@media print, screen and (min-width: 1366px) {
  .ly_maincolumn {
    width: 100%;
    padding-left: 60px;
    padding-bottom: 80px;
  }
}

/*section space*/
.sec_space_l {
  margin-top: 40px;
}

@media print, screen and (min-width: 1024px) {
  .sec_space_l {
    margin-top: 48px;
  }
  .sec_space_l.line {
    border-top: 1px solid #dbdbdc;
    padding-top: 40px;
  }
}

.sec_space {
  margin-top: 24px;
}

.sec_space.line {
  border-top: 1px solid #dbdbdc;
  padding-top: 24px;
}

@media print, screen and (min-width: 1024px) {
  .sec_space {
    margin-top: 48px;
  }
  .sec_space.line {
    border-top: 1px solid #dbdbdc;
    padding-top: 40px;
  }
}

#search_results_wrap + .sec_space.line {
  border-top: 4px double #585553;
}

/* ----------------------------------------------------------------side columun*/
.side_title {
  background: #f1efee;
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 8px 14px;
  margin-bottom: 16px;
}

/*side_search*/
.side_search_button {
  margin-top: 16px;
  margin-bottom: 32px;
}

.side_search_button button {
  min-width: 200px;
}

/*side_catalog*/
.side_catalog_box {
  text-align: left;
}

.side_catalog_box + .side_catalog_box {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #dbdbdc;
}

.side_catalog_box + .side_title {
  margin-top: 24px;
}

.side_subtitle {
  font-weight: bold;
  font-size: 1.8rem;
}

.side_subtitle a {
  color: #111;
  transition: 0.2s;
}

.side_subtitle a:hover {
  color: #d0823c;
}

.side_catalog_list {
  margin-top: 8px;
}

.side_catalog_list li a {
  color: #111;
  transition: 0.2s;
}

.side_catalog_list li a:hover {
  color: #d0823c;
}

/*side_support*/
.side_support_box {
  margin-bottom: 24px;
}

.side_support_box li + li {
  margin-top: 8px;
}

/* -------------------------------------------------------カテゴリ一覧*/
/*wrap*/
#f_category_list {
  background: #efede9;
  width: 100%;
  padding: 0 18px;
}

#f_category_list li.item_disabled a {
  pointer-events: none;
  color: #9ba6a3;
}

#f_category_list li.item_disabled a .svg {
  fill: #9ba6a3;
}

#f_category_list li.item_disabled a::after {
  color: #9ba6a3;
}

@media print, screen and (min-width: 768px) {
  #f_category_list {
    padding: 0 30px;
  }
}

@media print, screen and (min-width: 1366px) {
  #f_category_list {
    padding: 0 60px;
  }
}

.f_category_list_inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 32px 0;
}

@media print, screen and (min-width: 768px) {
  .f_category_list_inner {
    padding: 48px 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .f_category_list_inner {
    padding: 56px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .f_category_list_wrap {
    display: flex;
    justify-content: space-between;
  }
  .f_category_list_wrap .pc_left_wrap {
    width: calc(50% - 20px);
  }
  .f_category_list_wrap .pc_right_wrap {
    width: calc(50% - 20px);
  }
}

@media print, screen and (min-width: 1200px) {
  .f_category_list_wrap .pc_left_wrap {
    width: calc(50% - 30px);
  }
  .f_category_list_wrap .pc_right_wrap {
    width: calc(50% - 30px);
  }
}

/*----------------
f_category_list_box
---------------*/
.f_category_list_box .f_category_list_ti {
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px dotted #111;
  position: relative;
  padding: 12px 0;
  cursor: pointer;
}

.f_category_list_box .f_category_list_ti::before {
  font-family: 'themify';
  font-weight: normal;
  content: "\e64c";
  margin-right: 6px;
  font-size: 0.8em;
  color: #585553;
}

.f_category_list_box .f_category_list_ti::after {
  font-family: 'themify';
  font-weight: normal;
  content: "\e61a";
  position: absolute;
  right: 6px;
}

.f_category_list_box .f_category_list_ti.open::after {
  content: "\e622";
  color: #585553;
}

.f_category_list_box .f_category_list_item {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .f_category_list_box + .f_category_list_box {
    margin-top: 24px;
  }
  .f_category_list_box .f_category_list_ti {
    pointer-events: none;
    padding: 0 2px 4px;
    border-bottom: 1px solid #111;
  }
  .f_category_list_box .f_category_list_ti::after {
    display: none;
  }
  .f_category_list_box .f_category_list_item {
    display: block;
  }
}

@media print, screen and (min-width: 1024px) {
  .f_category_list_box + .f_category_list_box {
    margin-top: 36px;
  }
}

/*----------------
f_category_list
---------------*/
.f_category_list li {
  text-align: left;
}

.f_category_list li a {
  display: block;
  color: #111;
  text-decoration: none;
  font-size: 1.6rem;
  background: #fff;
  border-bottom: 1px solid #efede9;
  padding: 12px 12px;
  position: relative;
  transition: 0.2s;
}

.f_category_list li a .svg {
  width: 26px;
  height: 26px;
  fill: #111;
  vertical-align: middle;
  margin-right: 8px;
}

.f_category_list li a::after {
  font-family: 'themify';
  content: "\e649";
  position: absolute;
  right: 8px;
  font-size: 0.8em;
  color: #585553;
}

.f_category_list li a:active, .f_category_list li a:hover {
  color: #d0823c;
}

.f_category_list li a:active .svg, .f_category_list li a:hover .svg {
  fill: #d0823c;
}

.f_category_list li a:active::after, .f_category_list li a:hover::after {
  color: #d0823c;
}

.f_category_list li:first-child a::before {
  content: "すべてを見る";
  font-size: 0.8em;
  color: #585553;
  position: absolute;
  right: 28px;
}

.f_category_list.one_item li:first-child a::before {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .f_category_list {
    display: flex;
    flex-wrap: wrap;
  }
  .f_category_list li {
    width: calc(100% / 3);
    margin-top: 16px;
    padding: 0;
  }
  .f_category_list li:first-child {
    display: none;
  }
  .f_category_list li a {
    background: transparent;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    line-height: 1.2;
  }
  .f_category_list li a::after {
    display: none;
  }
  .f_category_list li a .svg {
    width: 60px;
    height: 60px;
    margin: 0 0 8px;
  }
  .f_category_list.one_item li:first-child {
    display: block;
  }
}

@media print, screen and (min-width: 1024px) {
  .f_category_list li a {
    font-size: 1.4rem;
  }
  .f_category_list li a .svg {
    width: 64px;
    height: 64px;
    margin: 0 0 8px;
  }
}

@media print, screen and (min-width: 1200px) {
  .f_category_list {
    margin-top: 6px;
  }
  .f_category_list li {
    width: calc(100% / 5);
    padding: 0 4px;
  }
  .f_category_list li a:active {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

/* -------------------------------------------------------footer info*/
/*wrap*/
#f_info {
  width: 100%;
  padding: 0 18px;
}

@media print, screen and (min-width: 768px) {
  #f_info {
    padding: 0 30px;
  }
}

.f_info_inner {
  padding: 32px 0;
  max-width: 1366px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .f_info_inner {
    padding: 48px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media print, screen and (min-width: 1200px) {
  .f_info_inner {
    padding: 56px 0;
  }
}

.f_info {
  width: 100%;
  max-width: 556px;
  background: #fff;
  border: 1px solid #111;
  border-radius: 3px;
  display: flex;
}

.f_info + .f_info {
  margin-top: 8px;
}

.f_info figure {
  background: #f1efee;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
}

.f_info figure .svg {
  width: 120px;
  height: 120px;
  fill: #111;
}

.f_info .f_info_box {
  width: calc(100% - 140px);
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
}

.f_info .f_info_ti {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 4px;
}

@media print, screen and (min-width: 768px) {
  .f_info {
    width: calc(50% - 30px);
    max-width: 556px;
    margin: 0 15px;
  }
  .f_info + .f_info {
    margin-top: 0;
  }
  .f_info:nth-child(n+3) {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 1024px) {
  .f_info figure {
    width: 41%;
  }
  .f_info figure .svg {
    width: 140px;
    height: 140px;
  }
  .f_info .f_info_box {
    width: 59%;
    padding: 30px;
  }
  .f_info .f_info_ti {
    font-size: 2.4rem;
  }
  .f_info:nth-child(n+3) {
    margin-top: 24px;
  }
}

/* ----------------------------------------------------------------footer*/
/*---------
footer_nav
------------*/
.footer_nav_wrap {
  background: #efede9;
  width: 100%;
  padding: 0 18px;
}

@media print, screen and (min-width: 768px) {
  .footer_nav_wrap {
    padding: 0 30px;
  }
}

@media print, screen and (min-width: 1366px) {
  .footer_nav_wrap {
    padding: 0 60px;
  }
}

.footer_nav_inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  padding: 32px 0;
}

@media print, screen and (min-width: 768px) {
  .footer_nav_inner {
    padding: 48px 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .footer_nav_inner {
    padding: 56px 0;
  }
}

.f_nav_group {
  width: 50%;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .f_nav_group {
    width: calc(100% / 4);
  }
  .f_nav_group.sp_none {
    display: block;
  }
}

.f_nav_ti {
  font-weight: bold;
}

.f_nav_ti span {
  margin-right: 6px;
}

.f_nav_list li {
  margin-top: 1.0rem;
  line-height: 1.2;
}

.f_nav_list li a {
  text-decoration: none;
  color: #111;
  transition: 0.2s;
}

.f_nav_list li a:hover {
  color: #d0823c;
  text-decoration: underline;
}

.f_nav_list li:first-child {
  margin-top: 1.2rem;
}

/*---------
footer_bnr
------------*/
.footer_bnr_warap {
  width: 100%;
  padding: 14px 0 24px;
}

@media print, screen and (min-width: 768px) {
  .footer_bnr_warap {
    padding: 22px 30px 32px;
  }
}

@media print, screen and (min-width: 1200px) {
  .footer_bnr_warap {
    padding: 30px 60px 40px;
  }
}

.footer_bnr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer_bnr li {
  padding: 10px 10px 0;
}

.footer_bnr li a img {
  transition: 0.2s;
}

.footer_bnr li a img:hover {
  opacity: 0.8;
}

/*---------
copyright
------------*/
footer {
  background: #d0823c;
  padding: 8px 15px;
}

footer small {
  color: #fff;
  font-size: 1.0rem;
}

@media print, screen and (min-width: 1024px) {
  footer {
    padding: 12px 30px;
  }
  footer small {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------pagetitle*/
/*----------
pagetitle
------------*/
#pagetitle {
  background: rgba(241, 239, 238, 0.8);
  padding: 24px 16px;
  box-sizing: border-box;
}

#pagetitle .pagetitle_box {
  width: 100%;
  max-width: 1366px;
}

#pagetitle .pagetitle_box h1 {
  font-size: 1.8rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  #pagetitle {
    padding: 32px 30px;
    margin-bottom: 24px;
  }
  #pagetitle .pagetitle_box h1 {
    font-size: 2.4rem;
  }
}

/*----------
pagetitle_visual
------------*/
#pagetitle_visual {
  width: 100%;
  box-sizing: border-box;
}

#pagetitle_visual .pagetitle_visual_box {
  max-width: 1366px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  #pagetitle_visual {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media print, screen and (min-width: 1366px) {
  #pagetitle_visual {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/*----------
pagetitle main column
------------*/
.pagetitle_main_wrap {
  text-align: left;
  position: relative;
  margin-bottom: 32px;
}

.pagetitle_main_wrap::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #d0823c;
}

.pagetitle_main_wrap .pagetitle_main {
  font-weight: bold;
  font-size: 2.4rem;
  padding: 0 0 12px;
  line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
  .pagetitle_main_wrap {
    margin-bottom: 32px;
  }
  .pagetitle_main_wrap::after {
    width: 80px;
  }
  .pagetitle_main_wrap .pagetitle_main {
    font-size: 3.2rem;
    padding: 0 0 16px;
  }
}

@media print, screen and (min-width: 1200px) {
  .pagetitle_main_wrap {
    margin-bottom: 40px;
  }
}

/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media print, screen and (min-width: 768px) {
  #pankuzu {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media print, screen and (min-width: 1366px) {
  #pankuzu {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.pankuzu_wrap {
  width: 100%;
  max-width: 1486px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.pankuzu_wrap ol {
  list-style: none;
  overflow: hidden;
}

.pankuzu_wrap ol li {
  float: left;
  font-size: 12px;
  padding: 0 7px 0 10px;
  position: relative;
  line-height: 1.2;
}

.pankuzu_wrap ol li .pankuzu_ico {
  margin-right: 4px;
  vertical-align: middle;
  color: #d0823c;
}

.pankuzu_wrap ol li em {
  font-style: normal;
}

.pankuzu_wrap ol li.home {
  padding-left: 0;
}

.pankuzu_wrap ol li:nth-child(n+2) {
  padding: 0 7px 0 16px;
}

.pankuzu_wrap ol li:nth-child(n+2)::before {
  content: "\e649";
  font-family: 'themify';
  font-size: 0.8rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin: auto 0 auto auto;
}

.pankuzu_wrap ol li a:link, .pankuzu_wrap ol li a:visited, .pankuzu_wrap ol li a:hover, .pankuzu_wrap ol li a:active {
  text-decoration: underline;
}

/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
  height: 1px;
  clear: both;
  margin: 60px 0px;
  border-top: 1px dotted #666;
  border-right: 0 dotted #CCC;
  border-bottom: 0 dotted #CCC;
  border-left: 0 dotted #CCC;
}

/*------------------------------------------------------------Text*/
/*title*/
.title01 {
  text-align: left;
  font-weight: bold;
  font-size: 2.0rem;
  color: #111;
  margin-bottom: 8px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .title01 {
    font-size: 2.6rem;
    margin-bottom: 16px;
  }
}

.title02 {
  font-size: 1.6rem;
  text-align: left;
  padding-left: 1.1em;
  position: relative;
  margin-bottom: 16px;
}

.title02::before {
  content: "\e64c";
  font-family: 'themify';
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin: auto 0 auto auto;
}

@media print, screen and (min-width: 768px) {
  .title02 {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .title02::before {
    font-size: 2.0rem;
  }
}

.title03 {
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 16px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .title03 {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}

@media print, screen and (min-width: 1024px) {
  .title03 {
    font-size: 2.4rem;
  }
}

.title04 {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .title04 {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}

.title05 {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  text-align: left;
  padding: 14px 6px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 16px;
}

@media print, screen and (min-width: 768px) {
  .title05 {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}

.title06 {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 12px;
  position: relative;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .title06 {
    font-size: 2.0rem;
    margin-bottom: 16px;
  }
}

a.title_more {
  position: absolute;
  right: 0;
  font-size: 1.2rem;
  color: #585553;
  padding-right: 16px;
  transition: 0.2s;
}

a.title_more::after {
  font-family: 'themify';
  content: "\e649";
  font-size: 0.8em;
  margin-left: 6px;
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.title_more:hover, a.title_more:active {
  color: #d0823c;
}

/*TextRight*/
.tx_right {
  text-align: right;
}

/*TextLeft*/
.tx_left {
  text-align: left;
}

/*TextCenter*/
.tx_cent {
  text-align: center;
}

.tx_cent_left {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .tx_cent_left {
    text-align: left;
  }
}

/*bold*/
.tx_bold {
  font-style: normal;
  font-weight: bold;
}

/*TextRed*/
.tx_red {
  color: #cb2e2e;
}

.tx_gray {
  color: #585553;
}

.tx_main {
  color: #d0823c;
}

.tx_sub {
  color: #D9A980;
}

.tx_blue {
  color: #1B87CC;
}

.tx_s {
  font-size: 0.8em;
  letter-spacing: -0.1em;
}

.tx_16 {
  font-size: 1.6rem;
}

/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
  float: left;
}

/*FloatRight*/
.float_right {
  float: right;
}

/*ClearBoth*/
.clearboth {
  clear: both;
}

/*phbox*/
.phbox_right,
.phbox_left {
  text-align: center;
}

.phbox_right img,
.phbox_left img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.ov_hidden {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .phbox_right {
    float: right;
    margin-left: 10px;
    margin-bottom: 0px;
  }
  .phbox_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
  }
}

/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t06 {
  margin-top: 6px;
}

.margin_t08 {
  margin-top: 8px;
}

.margin_t10 {
  margin-top: 10px;
}

.margin_t16 {
  margin-top: 16px;
}

.margin_t24 {
  margin-top: 24px;
}

.margin_t32 {
  margin-top: 32px;
}

.margin_t40 {
  margin-top: 40px;
}

/*MarginBottom*/
.margin_b06 {
  margin-bottom: 6px;
}

.margin_b08 {
  margin-bottom: 8px;
}

.margin_b10 {
  margin-bottom: 10px;
}

.margin_b16 {
  margin-bottom: 16px;
}

.margin_b24 {
  margin-bottom: 24px;
}

.margin_b32 {
  margin-bottom: 32px;
}

.margin_b40 {
  margin-bottom: 40px;
}

/*MarginRight*/
.margin_r06 {
  margin-right: 6px;
}

.margin_r8 {
  margin-right: 8px;
}

.margin_r16 {
  margin-right: 16px;
}

.margin_r24 {
  margin-right: 24px;
}

/*MarginLeft*/
.margin_l06 {
  margin-left: 6px;
}

.margin_l08 {
  margin-left: 8px;
}

.margin_l16 {
  margin-left: 16px;
}

.margin_l24 {
  margin-left: 24px;
}

/*------------------------------------------------------------ClearFix*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*------------------------------------------------------------parts*/
.btn01 a {
  display: block;
  color: #fff;
  background: #323131;
  border-radius: 3px;
  border: none;
  padding: 10px 16px;
  box-shadow: 0 3px 0 #BFBFBF;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  position: relative;
  transition: 0.2s;
}

.btn01 a span {
  margin-right: 14px;
  font-weight: normal;
  color: #f1efee;
}

.btn01 a span .svg {
  fill: #f1efee;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.btn01 a::before {
  content: "\e649";
  display: block;
  font-family: 'themify';
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-weight: normal;
  font-size: 0.8em;
}

.btn01 a:hover {
  opacity: 0.8;
}

.btn01 a:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0 0 0 #BFBFBF;
}

.btn01.none_arrow a {
  text-align: center;
}

.btn01.none_arrow a::before {
  display: none;
}

.btn01.center a {
  text-align: center;
}

.btn01.color01 a {
  background: #d0823c;
}

.btn01.color01 a:hover {
  opacity: 0.8;
}

.btn01.color01 a:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0 0 0 #BFBFBF;
}

.btn01.color02 a {
  background: #585553;
}

.btn01.color02 a:hover {
  opacity: 0.8;
}

.btn01.color02 a:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0 0 0 #BFBFBF;
}

.btn01.color03 a {
  background: #ccc;
  color: #585553;
}

.btn01.color03 a:hover {
  opacity: 0.8;
}

.btn01.color03 a:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0 0 0 #BFBFBF;
}

.btn01.color04 a {
  background: #cb2e2e;
}

.btn01.color04 a:hover {
  opacity: 0.8;
}

.btn01.color04 a:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0 0 0 #BFBFBF;
}

.btn02 a {
  display: block;
  color: #fff;
  background: #323131;
  border-radius: 3px;
  border: none;
  padding: 10px 16px;
  box-shadow: 0 3px 0 #BFBFBF;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  position: relative;
  transition: 0.2s;
}

.btn02 a span {
  margin-right: 14px;
  font-weight: normal;
  color: #f1efee;
}

.btn02 a span .svg {
  fill: #f1efee;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.btn02 a::before {
  content: "\e64a";
  display: block;
  font-family: 'themify';
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-weight: normal;
  font-size: 0.8em;
}

.btn02 a:hover {
  opacity: 0.8;
}

.btn02 a:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0 0 0 #BFBFBF;
}

.btn02.color01 a {
  background: #d0823c;
}

.btn02.color01 a:hover {
  opacity: 0.8;
}

.btn02.color01 a:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0 0 0 #BFBFBF;
}

.btn02.color02 a {
  background: #585553;
}

.btn02.color02 a:hover {
  opacity: 0.8;
}

.btn02.color02 a:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0 0 0 #BFBFBF;
}

.btn02.color03 a {
  background: #ccc;
  color: #585553;
}

.btn02.color03 a:hover {
  opacity: 0.8;
}

.btn02.color03 a:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0 0 0 #BFBFBF;
}

.btn02.color04 a {
  background: #cb2e2e;
}

.btn02.color04 a:hover {
  opacity: 0.8;
}

.btn02.color04 a:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0 0 0 #BFBFBF;
}

.max_360 {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.max_240 {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.left_posi {
  margin-left: 0;
  margin-right: auto;
}

.right_posi {
  margin-left: auto;
  margin-right: 0;
}

.double_btn li[class^="btn"] a {
  text-align: center;
}

.double_btn li + li {
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .double_btn {
    display: flex;
    justify-content: center;
  }
  .double_btn li {
    margin: 0 16px;
    width: 320px;
  }
  .double_btn li + li {
    margin-top: 0;
  }
  .double_btn li:nth-child(1) {
    order: 2;
  }
}

/*------------------------------------------------------------
form
------------------------------------------------------------*/
.select_box {
  border: 1px solid #9ba6a3;
  border-radius: 3px;
  position: relative;
  box-sizing: border-box;
}

.select_box::after {
  content: "";
  display: block;
  background: url(../img/ico_img/arrow.svg) center center no-repeat;
  background-size: 12px auto;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}

.select_box::before {
  content: "";
  display: block;
  background: #9ba6a3;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 1;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

.select_box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  outline: none;
  background: white;
  background: linear-gradient(0deg, white 0%, #e3e6e5 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  border: none;
  padding: 10px 40px 10px 10px;
  font-size: 1.6rem;
}

.select_box select option {
  background: #fff;
}

.select_box select option[class="cate_parent"] {
  font-weight: bold;
  background: #f1efee;
}

.select_box + .search_box,
.select_box + .select_box {
  margin-top: 8px;
}

/*searchbox*/
.search_box {
  position: relative;
  border: 1px solid #9ba6a3;
  border-radius: 3px;
}

.search_box input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  border: none;
}

.search_box + .search_box,
.search_box + .select_box {
  margin-top: 8px;
}

/*search_btn*/
.search_button {
  text-align: center;
}

.search_button button {
  color: #fff;
  background: #323131;
  border-radius: 3px;
  border: none;
  padding: 10px 24px;
  box-shadow: 0 3px 0 #BFBFBF;
  font-size: 1.6rem;
  transition: 0.2s;
  font-weight: bold;
}

.search_button button span {
  color: #dbdbdc;
  margin-right: 8px;
}

.search_button button:hover {
  background: #585553;
}

.search_button button:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0 0 0 #BFBFBF;
}

.search_button.color01 button {
  background: #585553;
}

.search_button.color02 button {
  background: #d0823c;
}

/*input*/
.input_box input {
  border: 1px solid #9ba6a3;
  border-radius: 3px;
  padding: 10px;
  font-size: 1.6rem;
  width: 100%;
}

input.input_style {
  border: 1px solid #9ba6a3;
  border-radius: 3px;
  padding: 10px;
  font-size: 1.6rem;
}

/*radio*/
.radio_style01 {
  position: relative;
  display: inline-flex;
  min-height: 1.4em;
  min-width: 1.4em;
}

.radio_style01 .check {
  background: #f1efee;
  border-radius: 100%;
  border: 1px solid #b7ada8;
  display: block;
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  top: 0;
  cursor: pointer;
  text-align: center;
}

.radio_style01 .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  width: 0.8em;
  height: 0.8em;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.radio_style01 input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.radio_style01 input[type="radio"]:checked ~ .check::before {
  background: #d0823c;
}

.radio_style01 input[type="radio"]:focus ~ .check::before {
  background: #d0823c;
}

.radio_style01 label {
  margin-left: 1.8em;
}

/**/
.form_dl {
  text-align: left;
}

.form_dl > dt {
  padding-right: 4px;
  font-size: 1.6rem;
}

.form_dl > dt::after {
  content: "：";
  margin-left: 4px;
}

.form_dl > dd .input_style + .input_style {
  margin-top: 8px;
}

.form_dl + .form_dl {
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .form_dl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .form_dl > dd .input_style {
    margin-right: 8px;
  }
  .form_dl > dd .input_style + .input_style {
    margin-top: 0;
  }
}

/*btn*/
.form_btn {
  border: none;
  background: #323131;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 12px 32px;
  color: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 3px 0 #bfbfbf;
  width: 100%;
  cursor: pointer;
  transition: 0.2s;
}

.form_btn:hover {
  opacity: 0.8;
}

.form_btn.color01 {
  background: #d0823c;
}

.form_btn.color02 {
  background: #585553;
}

.form_btn.color03 {
  background: #ccc;
  color: #585553;
}

/*step img*/
.step_img_wrap {
  text-align: left;
}

/*------------------------------------------------------------
mypage
------------------------------------------------------------*/
/*mypage link*/
.mypage_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mypage_link li {
  width: calc(50% - 4px);
  margin-bottom: 6px;
}

.mypage_link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1efee;
  border-bottom: 2px solid #BFBFBF;
  text-decoration: none;
  color: #111;
  padding: 8px;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .mypage_link {
    justify-content: flex-start;
  }
  .mypage_link li {
    width: calc(100% / 3 - 6px);
    margin-bottom: 8px;
    margin-right: 9px;
  }
  .mypage_link li:nth-child(3n) {
    margin-right: 0;
  }
}

/*現在のポイント*/
.point_announce {
  margin-top: 32px;
  border: 1px solid #323131;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 16px;
  text-align: left;
}

.point_announce p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.point_announce .user_name {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 4px 0 6px;
}

.point_announce .point {
  font-weight: bold;
  margin: 0 6px;
  color: #d0823c;
}

.point_announce .dl_basic01 {
  padding: 16px;
  margin-top: 16px;
  background: rgba(217, 169, 128, 0.2);
}

.point_announce .dl_basic01 dd {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .point_announce {
    padding: 24px;
  }
  .point_announce .point {
    font-size: 1.2em;
  }
}

/*----------------------------------------------------------------------
item
--------------------------------------------------------------------*/
.item_box_ly_s + .item_box_ly_s {
  margin-top: 8px;
}

.item_box_ly_s + .item_box_ly_m {
  margin-top: 16px;
}

.item_box_ly_s + .item_box_ly {
  margin-top: 24px;
}

.item_box_ly_s + .item_box_ly_l {
  margin-top: 32px;
}

.item_box_ly_m + .item_box_ly_s {
  margin-top: 8px;
}

.item_box_ly_m + .item_box_ly_m {
  margin-top: 16px;
}

.item_box_ly_m + .item_box_ly {
  margin-top: 24px;
}

.item_box_ly_m + .item_box_ly_l {
  margin-top: 32px;
}

.item_box_ly + .item_box_ly_s {
  margin-top: 8px;
}

.item_box_ly + .item_box_ly_m {
  margin-top: 16px;
}

.item_box_ly + .item_box_ly {
  margin-top: 24px;
}

.item_box_ly + .item_box_ly_l {
  margin-top: 32px;
}

.item_box_ly_l + .item_box_ly_s {
  margin-top: 8px;
}

.item_box_ly_l + .item_box_ly_m {
  margin-top: 16px;
}

.item_box_ly_l + .item_box_ly {
  margin-top: 24px;
}

.item_box_ly_l + .item_box_ly_l {
  margin-top: 32px;
}

/*------------------------------------------------------------area_search*/
.area_search_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.area_search_box li {
  width: calc(100% / 3 - 8px);
  box-sizing: border-box;
  margin-right: 12px;
}

.area_search_box li:nth-child(3n) {
  margin-right: 0;
}

.area_search_box li:nth-child(n+4) {
  margin-top: 8px;
}

.area_search_box li a {
  display: block;
  background: #dbdbdc;
  color: #111;
  text-decoration: none;
  transition: 0.2s;
  border-radius: 3px;
  padding: 4px;
}

.area_search_box li a:hover {
  background: #D9A980;
  color: #fff;
}

.area_search_box li a.active {
  background: #D9A980;
  color: #fff;
  pointer-events: none;
}

.area_search_box li.active a {
  background: #D9A980;
  color: #fff;
  pointer-events: none;
}

@media print, screen and (min-width: 1200px) {
  .area_search_box li {
    width: calc(100% / 4 - 12px);
    margin-right: 16px;
  }
  .area_search_box li:nth-child(3n) {
    margin-right: 16px;
  }
  .area_search_box li:nth-child(n+4) {
    margin-top: 0;
  }
  .area_search_box li:nth-child(4n) {
    margin-right: 0;
  }
  .area_search_box li:nth-child(n+5) {
    margin-top: 8px;
  }
  .area_search_box li a {
    padding: 8px;
  }
}

/*-----------------------------------------------------item_number*/
.item_number {
  background: #f1efee;
  box-sizing: border-box;
  padding: 10px 8px 8px;
}

.item_number.search_style {
  background: rgba(217, 169, 128, 0.2);
}

@media print, screen and (min-width: 768px) {
  .item_number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px 16px;
  }
}

.item_number_tx em {
  font-weight: bold;
  font-style: normal;
}

.item_number_tx span {
  font-weight: bold;
}

.item_number_conditions {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.item_number_conditions .select_box {
  width: calc(50% - 8px);
}

.item_number_conditions .select_box select {
  font-size: 1.4rem;
}

.item_number_conditions .select_box select option {
  font-size: 1.4rem;
}

.item_number_conditions .select_box.select_box {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .item_number_conditions {
    margin-top: 0;
  }
  .item_number_conditions .select_box {
    margin: 0;
  }
}

.item_number_keyword {
  padding-bottom: 8px;
  width: 100%;
  text-align: left;
}

.item_number_keyword .keyword_wrap .keyword {
  background: #fff;
}

/*-----------------------------------------------------conditions*/
/*-------------------------絞り込み条件を変更*/
.conditions_toggle {
  position: relative;
  background: #323131;
  text-align: left;
  padding: 10px 16px;
  border-radius: 3px;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0 3px 0 #BFBFBF;
  transition: 0.2s;
  cursor: pointer;
  z-index: 100;
}

.conditions_toggle::after {
  content: "\e65f";
  font-family: 'themify';
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.conditions_toggle:hover {
  background: #585553;
}

.conditions_toggle.open {
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 0 #BFBFBF;
}

.conditions_toggle.open::after {
  content: "\e65c";
}

@media print, screen and (min-width: 1024px) {
  .conditions_toggle {
    font-size: 1.8rem;
    padding: 16px 24px;
  }
  .conditions_toggle::after {
    font-size: 2.0rem;
  }
}

.conditions_wrap {
  display: none;
  border: 1px solid #111;
  border-top: none;
  border-radius: 0 0 3px 3px;
  text-align: left;
  box-shadow: 0 3px 0 #BFBFBF;
}

/*現在*/
.now_warp {
  padding: 16px;
}

.now_warp .now_title {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .now_warp .now_title {
    font-size: 1.6rem;
  }
}

.item_now_box {
  text-align: left;
}

.item_now_box .now_warp {
  padding: 0;
}

.item_number .now_warp {
  margin-top: 8px;
  padding: 10px 0 8px;
  width: 100%;
  text-align: left;
  border-top: 1px dotted #585553;
}

/*キーワード　不揃い*/
.keyword_wrap .keyword {
  background: #ececec;
  display: inline-flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 8px;
  margin-top: 8px;
}

.keyword_wrap .keyword .del_btn {
  border: none;
  font-size: 0.8em;
  color: #666;
  margin-left: 16px;
  white-space: nowrap;
  padding: 0;
  cursor: pointer;
  background: transparent;
}

/*conditions_search_wrap*/
.conditions_search_wrap {
  padding: 0 16px;
  box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  .conditions_search_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .conditions_search_wrap .select_box {
    width: calc(50% - 8px);
  }
  .conditions_search_wrap .select_box + .select_box {
    margin: 0;
  }
  .conditions_search_wrap .search_box {
    width: calc(50% - 8px);
  }
}

.conditions_button_wrap {
  padding: 24px 16px;
}

/*-------------
PageNavi
---------------*/
.pagenavi {
  text-align: center;
}

.pagenavi li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  padding: 0;
}

.pagenavi li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  vertical-align: middle;
  color: #585553;
  border: 1px solid rgba(155, 166, 163, 0.6);
  background: #f1efee;
  border-radius: 3px;
  padding: 6px 12px;
}

.pagenavi li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  vertical-align: middle;
  color: #d0823c;
  border: 1px solid rgba(155, 166, 163, 0.6);
  background: #fff;
  border-radius: 3px;
  padding: 6px 12px;
}

.pagenavi li a:hover {
  opacity: 0.7;
}

/*-----------------------------------------------------item_number*/
.item_search_results_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.item_search_results_wrap .search_item {
  width: calc(50% - 8px);
  margin-top: 32px;
  transition: 0.2s;
}

.item_search_results_wrap .search_item:nth-child(2n) {
  margin-left: 16px;
}

.item_search_results_wrap .search_item a {
  text-decoration: none;
  color: #111;
}

.item_search_results_wrap .search_item:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 0.8;
}

@media print, screen and (min-width: 768px) {
  .item_search_results_wrap .search_item {
    width: calc(100% / 4 - 15px);
    margin-right: 20px;
  }
  .item_search_results_wrap .search_item:nth-child(2n) {
    margin-left: 0;
  }
  .item_search_results_wrap .search_item:nth-child(4n) {
    margin-right: 0;
  }
}

.search_item_img {
  overflow: hidden;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 100%;
  border: 1px solid #dbdbdc;
}

.search_item_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.search_item_ti {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 6px;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 2.5em;
  /*★★3行表示のとき
	-webkit-line-clamp:3;
max-height:4.5em;
	*/
}

@media print, screen and (min-width: 768px) {
  .search_item_ti {
    font-size: 1.8rem;
  }
}

.search_item_num {
  margin-top: 8px;
}

.search_item_num.detail_number dt {
  font-size: 1.2rem;
  min-width: 50px;
}

.search_item_num.detail_number dd {
  font-size: 1.4rem;
}

.search_price {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 6px;
}

@media print, screen and (min-width: 768px) {
  .search_price {
    font-size: 1.6rem;
  }
}

/*-----------------------------------------------------pickup_list*/
.pickup_list_wrap .pickup_list a {
  color: #111;
  text-decoration: none;
}

.pickup_list_wrap .pickup_list .inner_box {
  transition: 0.2s;
}

.pickup_list_wrap .pickup_list .inner_box:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 0.8;
}

/*---------------------------------------------------carousel*/
/*-----------------------------------------------------
最近チェックした商品用
-----------------------------------------------------*/
.cheack_carousel_wrap {
  /*右にいっぱいにするため*/
  margin-right: -16px;
}

@media print, screen and (min-width: 768px) {
  .cheack_carousel_wrap {
    margin-right: 0;
  }
}

.cheack_carousel {
  width: 100%;
  margin: 0 auto;
}

.cheack_carousel .slick-list {
  padding: 0 20% 0 0 !important;
}

.cheack_carousel .slick-list .slick-track {
  margin-left: 0 !important;
  margin-right: auto;
}

.cheack_carousel .slick-arrow {
  z-index: 100;
}

.cheack_carousel .slick-arrow::before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.cheack_carousel .slick-next {
  right: 10px;
  top: 38%;
  width: 24px;
  height: 24px;
}

.cheack_carousel .slick-next::before {
  background: url(../img/common_img/arrow_r.png) !important;
  background-size: contain !important;
}

@media print, screen and (min-width: 768px) {
  .cheack_carousel .slick-next {
    width: 30px;
    height: 30px;
    right: 6px;
  }
}

.cheack_carousel .slick-prev {
  left: 2px;
  top: 38%;
  width: 24px;
  height: 24px;
}

.cheack_carousel .slick-prev::before {
  background: url(../img/common_img/arrow_l.png) !important;
  background-size: contain !important;
}

@media print, screen and (min-width: 768px) {
  .cheack_carousel .slick-prev {
    width: 30px;
    height: 30px;
    left: 6px;
  }
}

.cheack_carousel .slide-item {
  width: 100%;
  max-width: 160px;
}

.cheack_carousel .inner_box {
  width: 100%;
  padding: 0 16px 0 0;
  box-sizing: border-box;
  transition: 0.2s;
}

.cheack_carousel .inner_box a {
  text-decoration: none;
  color: #111;
}

.cheack_carousel .inner_box:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 0.8;
}

@media print, screen and (min-width: 768px) {
  .cheack_carousel {
    display: flex;
  }
  .cheack_carousel .slide-item {
    width: calc(100% / 5 - 12px);
    max-width: initial;
  }
  .cheack_carousel .slide-item:nth-child(n+2) {
    margin-left: 15px;
  }
  .cheack_carousel .slide-item:nth-child(n+6) {
    display: none;
  }
  .cheack_carousel .inner_box {
    padding: 0;
  }
  .cheack_carousel .inner_box .search_item_ti {
    font-size: 1.6rem;
  }
  .cheack_carousel .inner_box .search_price {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 1200px) {
  .cheack_carousel .slide-item {
    width: calc(100% / 5 - 28px);
    max-width: initial;
  }
  .cheack_carousel .slide-item:nth-child(n+2) {
    margin-left: 35px;
  }
  .cheack_carousel .inner_box .search_price {
    font-size: 1.6rem;
  }
}

/*-----------------------------------------------------
商品カテゴリ用
-----------------------------------------------------*/
.carousel_wrap {
  /*右にいっぱいにするため*/
  margin-right: -16px;
}

@media print, screen and (min-width: 768px) {
  .carousel_wrap {
    margin-right: 0;
  }
}

.carousel {
  width: 100%;
  margin: 0 auto;
}

.carousel .slick-list {
  padding: 0 20% 0 0 !important;
}

.carousel .slick-list .slick-track {
  margin-left: 0 !important;
  margin-right: auto;
}

.carousel .slick-arrow {
  z-index: 100;
}

.carousel .slick-arrow::before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel .slick-next {
  right: 10px;
  top: 38%;
  width: 24px;
  height: 24px;
}

.carousel .slick-next::before {
  background: url(../img/common_img/arrow_r.png) !important;
  background-size: contain !important;
}

@media print, screen and (min-width: 768px) {
  .carousel .slick-next {
    width: 30px;
    height: 30px;
    right: 6px;
  }
}

.carousel .slick-prev {
  left: 2px;
  top: 38%;
  width: 24px;
  height: 24px;
}

.carousel .slick-prev::before {
  background: url(../img/common_img/arrow_l.png) !important;
  background-size: contain !important;
}

@media print, screen and (min-width: 768px) {
  .carousel .slick-prev {
    width: 30px;
    height: 30px;
    left: 6px;
  }
}

.carousel .slide-item {
  width: 100%;
  max-width: 160px;
}

@media print, screen and (min-width: 768px) {
  .carousel .slide-item {
    max-width: 260px;
  }
}

.carousel .inner_box {
  width: 100%;
  padding: 0 16px 0 0;
  box-sizing: border-box;
  transition: 0.2s;
}

.carousel .inner_box a {
  text-decoration: none;
  color: #111;
}

.carousel .inner_box:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 0.8;
}

@media print, screen and (min-width: 768px) {
  .carousel .inner_box {
    padding: 0 24px 0 0;
  }
}

/*-----------------------------------------------------
商品詳細 swiper
-----------------------------------------------------*/
/*wrap*/
.item_swiper_wrap {
  display: flex;
  flex-wrap: wrap;
}

.item_swiper_wrap .gallery_wrap {
  order: 1;
  width: 100%;
  max-width: 500px;
  margin: 0 0 30px 0;
}

.item_swiper_wrap .gallery_detail {
  order: 2;
  width: 100%;
  text-align: left;
}

.item_swiper_wrap .thumbs_wrap {
  padding-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .item_swiper_wrap .gallery_wrap {
    margin: 0 auto;
  }
  .item_swiper_wrap .gallery_detail {
    padding: 32px 80px 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .item_swiper_wrap .gallery_wrap {
    width: 420px;
    margin: 0;
  }
  .item_swiper_wrap .gallery_detail {
    width: calc(100% - 460px);
    margin: 0 0 0 auto;
    padding: 0;
  }
  .item_swiper_wrap .gallery_detail .title01 {
    margin-bottom: 8px;
  }
}

@media print, screen and (min-width: 1200px) {
  .item_swiper_wrap .gallery_wrap {
    width: 500px;
  }
  .item_swiper_wrap .gallery_detail {
    width: calc(100% - 548px);
  }
}

/*メイン*/
.gallery_top {
  width: 100%;
  max-width: 500px;
}

.gallery_top .swiper-slide > img {
  width: 100%;
}

.gallery_top .swiper-slide a {
  text-decoration: none;
  transition: 0.2s;
}

.gallery_top .swiper-slide a:hover {
  color: #585553;
}

.gallery_top .gallery_img {
  overflow: hidden;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 100%;
}

.gallery_top .gallery_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.gallery_top .swiper-button-next {
  right: 0;
  top: 48%;
}

.gallery_top .swiper-button-next::after {
  content: "\e649";
  font-family: 'themify';
  font-size: 3.0rem;
  color: #fff;
}

.gallery_top .swiper-button-prev {
  right: 0;
  left: 0;
  top: 48%;
}

.gallery_top .swiper-button-prev::after {
  content: "\e64a";
  font-family: 'themify';
  font-size: 3.0rem;
  color: #fff;
}

/*サムネイル*/
.gallery_thumbs .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.gallery_thumbs .swiper-wrapper .swiper-slide {
  width: calc(100% / 3 - 16px) !important;
  margin-right: 0 !important;
  cursor: pointer;
  transition: 0.2s;
}

.gallery_thumbs .swiper-wrapper .swiper-slide:not(:nth-child(3n)) {
  margin-right: 24px !important;
}

.gallery_thumbs .swiper-wrapper .swiper-slide:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 0.8;
}

.gallery_thumbs .swiper-wrapper .swiper-slide img {
  border: 1px solid #dbdbdc;
}

.gallery_thumbs .swiper-wrapper .swiper-slide p {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 8px 0;
}

.gallery_thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.5;
}

.gallery_thumbs .swiper-wrapper .thumbs_img {
  overflow: hidden;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 100%;
}

.gallery_thumbs .swiper-wrapper .thumbs_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .gallery_thumbs .swiper-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .gallery_thumbs .swiper-wrapper .swiper-slide {
    /*4分割*/
    width: calc(100% / 4 - 18px) !important;
    /* 6分割
				width: calc(100% / 6 - 20px) !important;

				&:not(:nth-child(3n)) {
					margin-right: 0 !important;
				}

				&:not(:nth-child(6n)) {
					margin-right: 24px !important;
				}
				*/
  }
  .gallery_thumbs .swiper-wrapper .swiper-slide:not(:nth-child(3n)) {
    margin-right: 0 !important;
  }
  .gallery_thumbs .swiper-wrapper .swiper-slide:not(:nth-child(4n)) {
    margin-right: 24px !important;
  }
  .gallery_thumbs .swiper-wrapper .swiper-slide p {
    font-size: 1.4rem;
  }
}

.zoom_btn {
  opacity: 0;
  color: #111;
  font-size: 1.6rem;
  margin: 8px 0 0 auto;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  background: #f1efee;
  padding: 4px;
  border-radius: 3px;
}

.zoom_btn span {
  margin-right: 6px;
  vertical-align: middle;
  font-size: 1.4em;
}

.gallery_top .swiper-slide-active .zoom_btn {
  -webkit-animation: zoomBottom 0.6s ease-in-out 0.2s 1 normal both;
          animation: zoomBottom 0.6s ease-in-out 0.2s 1 normal both;
}

@-webkit-keyframes zoomBottom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomBottom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.smartphoto-dismiss {
  width: 32px !important;
  height: 32px !important;
  transition: 0.2s;
}

.smartphoto-dismiss:hover, .smartphoto-dismiss:active {
  opacity: 0.6;
}

@media print, screen and (min-width: 768px) {
  .smartphoto-dismiss {
    top: 32px !important;
    right: 32px !important;
  }
}

/*-----------------------------------------------------
smartphoto
-----------------------------------------------------*/
.smartphoto {
  background: rgba(0, 0, 0, 0.8) !important;
  z-index: 100000 !important;
}

.smartphoto .smartphoto-count {
  display: none !important;
}

/*-----------------------------------------------------
gallery detail parts
-----------------------------------------------------*/
/*商品名*/
#detail_pagetitle {
  padding: 24px 16px 0;
}

@media print, screen and (min-width: 768px) {
  #detail_pagetitle {
    padding: 32px 30px 0;
  }
}

@media print, screen and (min-width: 1024px) {
  #detail_pagetitle {
    padding: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  #detail_pagetitle_sp {
    display: none;
  }
}

/*シークレットセール*/
.secret_sale {
  text-align: left;
  margin-bottom: 10px;
}

.secret_sale span {
  display: inline-flex;
  border: 3px solid #111;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 12px 3px;
  position: relative;
  line-height: 1;
}

.secret_sale span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #111 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .secret_sale span {
    font-size: 1.6rem;
  }
}

/*ステータスアイコン*/
.status_icon {
  text-align: left;
}

.status_icon > li {
  padding: 4px 4px 0 0;
}

@media print, screen and (min-width: 1200px) {
  .status_icon {
    padding-bottom: 8px;
  }
}

.item_ico {
  display: inline-block;
  /*NEW*/
  /*時間指定不可*/
  /*代金引換*/
  /*SALE*/
  /*オーダーメイド*/
  /*メーカー直送*/
}

.item_ico span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 8px;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .item_ico span {
    font-size: 1.4rem;
  }
}

.item_ico.ico01 span {
  background: #cb2e2e;
  color: #fff;
}

.item_ico.ico02 span {
  background: #1B87CC;
  color: #fff;
}

.item_ico.ico03 span {
  background: #2A805D;
  color: #fff;
}

.item_ico.ico04 span {
  background: #E3682D;
  color: #fff;
}

.item_ico.ico05 span {
  background: #E39B2D;
  color: #fff;
}

.item_ico.ico06 span {
  background: #771CD4;
  color: #fff;
}

/*注文番号*/
.detail_number {
  display: flex;
  align-items: center;
  color: #585553;
}

.detail_number dt {
  min-width: 70px;
  background: #f1efee;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  font-size: 1.4rem;
}

.detail_number dd {
  padding-left: 6px;
  font-size: 1.4rem;
}

.detail_number + .title01 {
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .detail_number + .title01 {
    margin-top: 16px;
  }
}

/*値段*/
.detail_price {
  font-size: 1.6rem;
}

.detail_price em {
  font-weight: bold;
  font-size: 1.8em;
  font-style: normal;
  margin-right: 4px;
}

.detail_price .tax {
  vertical-align: 10px;
}

/*ポイント*/
.detail_point {
  margin-top: 16px;
  display: flex;
  color: #585553;
}

.detail_point dt {
  font-size: 1.6rem;
  white-space: nowrap;
  padding-right: 8px;
}

.detail_point dd {
  font-size: 1.6rem;
}

.detail_point dd span {
  color: #d0823c;
}

/*よりどりグループ*/
.detail_yoridori {
  text-align: left;
  color: #585553;
  margin-top: 6px;
  font-size: 1.2rem;
}

/*関連カテゴリ*/
.detail_connection {
  display: flex;
  margin-top: 6px;
}

.detail_connection dt {
  font-size: 1.2rem;
  white-space: nowrap;
  padding-right: 8px;
  color: #585553;
}

.detail_pankuzu {
  display: flex;
  flex-wrap: wrap;
}

.detail_pankuzu li {
  font-size: 1.2rem;
  padding-right: 4px;
}

.detail_pankuzu li:nth-child(n+2) {
  padding-left: 12px;
  padding-right: 0;
  position: relative;
}

.detail_pankuzu li:nth-child(n+2)::before {
  content: "\e649";
  font-family: 'themify';
  position: absolute;
  color: #585553;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.0rem;
}

/*遅延案内*/
.detail_delay {
  margin-top: 16px;
  padding: 6px 8px;
  color: #cb2e2e;
  background: rgba(203, 46, 46, 0.1);
  font-size: 1.4rem;
  line-height: 1.4;
}

/* 購入エリア */
.detail_order_box {
  margin-top: 24px;
  border-top: 1px solid #dbdbdc;
  padding-top: 24px;
}

@media print, screen and (min-width: 1024px) {
  .detail_order_box {
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdc;
  }
}

/**/
.stock_status {
  text-align: center;
  background: #f1efee;
  color: #d0823c;
  font-size: 1.4rem;
  padding: 4px 8px;
  font-weight: bold;
  border-radius: 50px;
  margin-bottom: 16px;
  border: 1px solid rgba(208, 130, 60, 0.5);
  /*在庫あり*/
  /*残りわずか*/
  /*入荷待ち*/
  /*申し訳ございませんが、品切れとなりました*/
}

.stock_status.color01 {
  color: #111;
}

.stock_status.color02 {
  color: #3c6d9a;
}

.stock_status.color03 {
  color: #3c6d9a;
}

.stock_status.color04 {
  color: #cb2e2e;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .stock_status {
    padding: 4px 24px;
    font-size: 1.6rem;
    margin: 0 auto 24px;
    max-width: 360px;
  }
}

/* サイズ/数量 -------------*/
/*
nput[type="number"]装飾
*/
@media print, screen and (min-width: 768px) {
  /* デフォルトの装飾は消しておく */
  /* Chrome/Safari */
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  /* Firefox */
  input[type="number"] {
    -moz-appearance: textfield;
  }
  .input_box {
    position: relative;
    display: inline-block;
  }
  .input_box > .__arrow {
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    display: inline-block;
    border-width: 6px 5px;
    border-style: solid;
    border-color: transparent transparent black;
    cursor: pointer;
  }
  .p-cart_detail .input_box > .__arrow {
    top: calc(50% - 7px);
    border-width: 5px 3px;
    border-style: solid;
    border-color: transparent transparent black;
  }
  .input_box > .__arrow.__down {
    top: calc(50% + 9px);
    border-bottom: 6px solid transparent;
    border-top: 6px solid black;
  }
  .p-cart_detail .input_box > .__arrow.__down {
    border-bottom: 5px solid transparent;
    border-top: 5px solid black;
    top: calc(50% + 7px);
  }
  .input_box__input {
    width: 91px;
    height: 40px;
    border: 1px solid #707070;
    border-radius: 5px;
    padding-left: 25px;
  }
}

/*本体*/
.detail_quantity li {
  display: flex;
  align-items: center;
}

.detail_quantity li span {
  width: 60px;
}

.detail_quantity li.detail_size_box {
  font-size: 1.8rem;
}

.detail_quantity li.detail_size_box .select_box {
  margin-left: 8px;
}

.detail_quantity li.detail_num_box {
  margin-top: 8px;
  font-size: 1.8rem;
  text-align: center;
}

.detail_quantity li.detail_num_box .input_box {
  width: 60px;
  margin-left: 8px;
  font-size: 1.8rem;
}

.detail_quantity li.detail_num_box .input_box input[type=number] {
  text-align: center;
}

.detail_quantity li.detail_num_box .input_box .__arrow {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .detail_quantity {
    display: flex;
  }
  .detail_quantity li span {
    width: auto;
  }
  .detail_quantity li.detail_num_box {
    margin-top: 0;
    margin-left: 12px;
    text-align: left;
  }
  .detail_quantity li.detail_num_box .input_box .__arrow {
    display: inline-block;
  }
  .detail_quantity li.detail_num_box .input_box input[type=number] {
    text-align: left;
  }
}

/* 購入 */
.detail_btn_wrap {
  margin-top: 16px;
}

.detail_btn_wrap .detail_btn.cart_btn button[type="submit"] {
  background: #d0823c;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 12px 0;
  color: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 3px 0 #BFBFBF;
  width: 100%;
  cursor: pointer;
}

.detail_btn_wrap .detail_btn.cart_btn button[type="submit"]:hover {
  background: #D9A980;
}

.detail_btn_wrap .detail_btn.cart_btn button[type="submit"]:active {
  background: #D9A980;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  box-shadow: 0 0 0 #BFBFBF;
}

.detail_btn_wrap .detail_btn.cart_btn.inactive_btn button[type="submit"] {
  cursor: initial;
  pointer-events: none;
  background: rgba(88, 85, 83, 0.2);
  color: rgba(88, 85, 83, 0.5);
}

.detail_btn_wrap .detail_btn.favorite_btn {
  margin-top: 16px;
  text-align: center;
}

.detail_btn_wrap .detail_btn.favorite_btn button[type="submit"] {
  font-size: 1.6rem;
  color: #d0823c;
  border: none;
  background: transparent;
  text-decoration: underline;
}

.detail_btn_wrap .detail_btn.favorite_btn button[type="submit"]:hover {
  color: #D9A980;
}

.detail_btn_wrap .detail_btn.favorite_btn button[type="submit"]:hover .svg {
  fill: #D9A980;
}

.detail_btn_wrap .detail_btn.favorite_btn button[type="submit"]:active {
  color: #D9A980;
}

.detail_btn_wrap .detail_btn.favorite_btn button[type="submit"]:active .svg {
  -webkit-animation: heart 0.5s forwards;
          animation: heart 0.5s forwards;
  fill: #D9A980;
}

.detail_btn_wrap .detail_btn.favorite_btn .svg {
  fill: #d0823c;
  width: auto;
  height: 36px;
  margin-right: 8px;
  vertical-align: middle;
}

.detail_btn_wrap .detail_btn.favorite_btn_off {
  margin-top: 16px;
  text-align: center;
  color: rgba(88, 85, 83, 0.7);
}

.detail_btn_wrap .detail_btn.favorite_btn_off .svg {
  fill: rgba(88, 85, 83, 0.7);
  width: 20px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
}

@-webkit-keyframes heart {
  0% {
    -webkit-transform: scale(40%);
            transform: scale(40%);
  }
  50% {
    -webkit-transform: scale(120%);
            transform: scale(120%);
  }
  100% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
}

@keyframes heart {
  0% {
    -webkit-transform: scale(40%);
            transform: scale(40%);
  }
  50% {
    -webkit-transform: scale(120%);
            transform: scale(120%);
  }
  100% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
}

/*消費税*/
.tax {
  font-size: 1.2rem;
  font-weight: bold;
  color: #cb2e2e;
}

/*-----------------------------------item_detail*/
#item_detail {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #dbdbdc;
}

/*02*/
.item_detail02_wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .item_detail02_wrap {
    display: block;
  }
}

.item_detail02_tx {
  order: 1;
}

.item_detail02_tx p {
  font-size: 1.6rem;
  text-align: left;
}

.item_detail02_tx p + p {
  margin-top: 8px;
}

.item_detail02_tx p + ul {
  margin-top: 16px;
}

.item_detail02_tx ul + p {
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .item_detail02_tx {
    overflow: hidden;
  }
  .item_detail02_tx p + ul {
    margin-top: 24px;
  }
  .item_detail02_tx ul + p {
    margin-top: 24px;
  }
}

.item_detail02_sub_img {
  order: 2;
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .item_detail02_sub_img {
    float: right;
    padding-left: 32px;
    margin-top: 0;
  }
}

.item_detail02_movie {
  max-width: 640px;
  margin: 0 auto;
  padding-top: 24px;
}

.item_detail02_movie figure {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.item_detail02_movie figure iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 1200px) {
  .item_detail02_movie {
    padding-top: 34px;
  }
}

/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 99888;
}

#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d0823c;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

#pagetop a span {
  font-size: 18px;
}

@media print, screen and (min-width: 768px) {
  #pagetop {
    bottom: 16px;
    right: 30px;
  }
  #pagetop a {
    width: 56px;
    height: 56px;
  }
  #pagetop a span {
    font-size: 22px;
  }
}

/*レスポンシブblock/none*/
@media print, screen and (min-width: 1024px) {
  .pc_none {
    display: none;
  }
}

.sp_none {
  display: none;
}

@media print, screen and (min-width: 1024px) {
  .sp_none {
    display: inline-block;
  }
}

/*tel*/
.tel-link a {
  text-decoration: underline;
  color: inherit;
}

.tel-link a:hover {
  opacity: 0.8;
}

/*JAF会員勧誘banner*/
.point_bnr_area {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 42.5%;
  background: url(../img/banner_img/bnr_point.jpg) center center no-repeat;
  background-size: cover;
}

.point_bnr_area .point {
  position: absolute;
  font-weight: bold;
  bottom: 13%;
  right: 22%;
}

@media print, screen and (min-width: 768px) {
  .point_bnr_area .point {
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .point_bnr_area .point {
    font-size: 3.0rem;
    bottom: 14%;
  }
}

/*layout-----------------------*/
/*2*/
.ly_card_2column > div + div,
.ly_card_2column > div + li,
.ly_card_2column > li + div,
.ly_card_2column > li + li {
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .ly_card_2column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ly_card_2column > div,
  .ly_card_2column > li {
    width: calc(100% / 2 - 15px);
  }
  .ly_card_2column > div + div,
  .ly_card_2column > div + li,
  .ly_card_2column > li + div,
  .ly_card_2column > li + li {
    margin-top: 0;
  }
  .ly_card_2column > div:nth-child(n+3),
  .ly_card_2column > li:nth-child(n+3) {
    margin-top: 30px;
  }
}

/*3*/
.ly_card_3column > div + div,
.ly_card_3column > div + li,
.ly_card_3column > li + div,
.ly_card_3column > li + li {
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .ly_card_3column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ly_card_3column::after {
    content: "";
    display: block;
    width: calc(100% / 3 - 15px);
  }
  .ly_card_3column > div,
  .ly_card_3column > li {
    width: calc(100% / 3 - 15px);
  }
  .ly_card_3column > div + div,
  .ly_card_3column > div + li,
  .ly_card_3column > li + div,
  .ly_card_3column > li + li {
    margin-top: 0;
  }
  .ly_card_3column > div:nth-child(n+4),
  .ly_card_3column > li:nth-child(n+4) {
    margin-top: 30px;
  }
}

/*4*/
.ly_card_4column > div + div,
.ly_card_4column > div + li,
.ly_card_4column > li + div,
.ly_card_4column > li + li {
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .ly_card_4column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ly_card_4column::before {
    content: "";
    display: block;
    width: calc(100% / 4 - 15px);
    order: 1;
  }
  .ly_card_4column::after {
    content: "";
    display: block;
    width: calc(100% / 4 - 15px);
  }
  .ly_card_4column > div,
  .ly_card_4column > li {
    width: calc(100% / 4 - 15px);
  }
  .ly_card_4column > div + div,
  .ly_card_4column > div + li,
  .ly_card_4column > li + div,
  .ly_card_4column > li + li {
    margin-top: 0;
  }
  .ly_card_4column > div:nth-child(n+5), .ly_card_4column > div:nth-child(n+5),
  .ly_card_4column > li:nth-child(n+5),
  .ly_card_4column > li:nth-child(n+5) {
    margin-top: 24px;
  }
}

/*2*/
.ly_2column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ly_2column > div,
.ly_2column > li {
  width: calc(100% / 2 - 10px);
}

.ly_2column > div + div,
.ly_2column > div + li,
.ly_2column > li + div,
.ly_2column > li + li {
  margin-top: 0;
}

.ly_2column > div:nth-child(n+3),
.ly_2column > li:nth-child(n+3) {
  margin-top: 20px;
}

@media print, screen and (min-width: 1024px) {
  .ly_2column > div,
  .ly_2column > li {
    width: calc(100% / 2 - 15px);
  }
  .ly_2column > div:nth-child(n+3),
  .ly_2column > li:nth-child(n+3) {
    margin-top: 30px;
  }
}

/*3*/
.ly_3column {
  display: flex;
  flex-wrap: wrap;
}

.ly_3column > div,
.ly_3column > li {
  width: calc(100% / 3 - 14px);
  margin-right: 21px;
}

.ly_3column > div:nth-child(3n),
.ly_3column > li:nth-child(3n) {
  margin-right: 0px;
}

.ly_3column > div:nth-child(n+4),
.ly_3column > li:nth-child(n+4) {
  margin-top: 16px;
}

@media print, screen and (min-width: 1024px) {
  .ly_3column > div,
  .ly_3column > li {
    width: calc(100% / 3 - 32px);
    margin-right: 48px;
  }
  .ly_3column > div:nth-child(n+4),
  .ly_3column > li:nth-child(n+4) {
    margin-top: 30px;
  }
}

/*2→3*/
.ly_2_3column {
  display: flex;
  flex-wrap: wrap;
}

.ly_2_3column > div,
.ly_2_3column > li {
  width: calc(100% / 2 - 12px);
  margin-right: 24px;
}

.ly_2_3column > div:nth-child(even),
.ly_2_3column > li:nth-child(even) {
  margin-right: 0px;
}

.ly_2_3column > div:nth-child(n+3),
.ly_2_3column > li:nth-child(n+3) {
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .ly_2_3column > div,
  .ly_2_3column > li {
    width: calc(100% / 3 - 32px);
    margin-right: 48px;
  }
  .ly_2_3column > div:nth-child(even),
  .ly_2_3column > li:nth-child(even) {
    margin-right: 48px;
  }
  .ly_2_3column > div:nth-child(n+3),
  .ly_2_3column > li:nth-child(n+3) {
    margin-top: 0;
  }
  .ly_2_3column > div:nth-child(3n),
  .ly_2_3column > li:nth-child(3n) {
    margin-right: 0;
  }
  .ly_2_3column > div:nth-child(n+4),
  .ly_2_3column > li:nth-child(n+4) {
    margin-top: 30px;
  }
}

/*golden ratio*/
.ly_gold {
  display: flex;
  flex-direction: column;
}

.ly_gold .ly_gold_s {
  margin-top: 24px;
}

.ly_gold .ly_gold_s + .ly_gold_b {
  order: -1;
}

@media print, screen and (min-width: 768px) {
  .ly_gold {
    flex-direction: row;
  }
  .ly_gold .ly_gold_s {
    width: 50%;
    padding-right: 40px;
    margin-top: 0;
  }
  .ly_gold .ly_gold_s + .ly_gold_b {
    order: 1;
  }
  .ly_gold .ly_gold_b {
    width: 50%;
  }
  .ly_gold .ly_gold_b + .ly_gold_s {
    padding-left: 40px;
    padding-right: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .ly_gold .ly_gold_s {
    width: 38%;
  }
  .ly_gold .ly_gold_b {
    width: 62%;
  }
}

/*half*/
.ly_half {
  display: flex;
  flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .ly_half {
    flex-direction: row;
  }
  .ly_half > li,
  .ly_half > div {
    width: 50%;
  }
}

/*------------------------------------------------------------parts*/
/*table*/
.sheet_basic {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #9ba6a3;
  border-bottom: none;
}

.sheet_basic tr > th {
  border-bottom: 1px solid #9ba6a3;
  background: #f1efee;
  padding: 10px;
  display: block;
}

.sheet_basic tr > td {
  border-bottom: 1px solid #9ba6a3;
  padding: 10px;
  display: block;
}

.sheet_basic.table_color01 {
  border: 1px solid #323131;
  border-bottom: none;
}

.sheet_basic.table_color01 tr > th {
  border-bottom: 1px solid #323131;
  background: rgba(217, 169, 128, 0.2);
}

.sheet_basic.table_color01 tr > td {
  border-bottom: 1px solid #323131;
}

@media print, screen and (min-width: 768px) {
  .sheet_basic tr > th,
  .sheet_basic tr > td {
    display: table-cell;
    padding: 16px;
  }
}

.table_basic {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #9ba6a3;
  border-bottom: none;
}

.table_basic tr > th {
  border-bottom: 1px solid #9ba6a3;
  background: #f1efee;
  padding: 10px;
}

.table_basic tr > td {
  border-bottom: 1px solid #9ba6a3;
  padding: 10px;
}

.table_basic.table_color01 {
  border: 1px solid #323131;
  border-bottom: none;
}

.table_basic.table_color01 tr > th {
  border-bottom: 1px solid #323131;
  background: rgba(217, 169, 128, 0.2);
}

.table_basic.table_color01 tr > td {
  border-bottom: 1px solid #323131;
}

@media print, screen and (min-width: 768px) {
  .table_basic tr > th,
  .table_basic tr > td {
    padding: 16px;
  }
}

.table_basic.calendar tr > td:not(.nowrap) {
  font-size: 2em;
  color: #d0823c;
  padding: 10px 16px;
}

.table_basic.calendar tr > td:not(.nowrap).close {
  color: #585553;
}

@media print, screen and (min-width: 768px) {
  .table_basic.calendar tr > td {
    padding: 8px 16px;
  }
}

.nowrap {
  white-space: nowrap;
}

.table_scroll {
  overflow-x: scroll;
  margin-right: -16px;
}

@media print, screen and (min-width: 768px) {
  .table_scroll {
    overflow-y: visible;
    margin-right: 0;
  }
}

.change_table {
  width: 100%;
  border-collapse: collapse;
}

.change_table tr {
  display: block;
  border: 1px solid #9ba6a3;
  border-bottom: none;
  margin-bottom: 16px;
}

.change_table tr > td {
  border-bottom: none;
  padding: 0;
  display: block;
}

.change_table tr.sp_none {
  display: none;
}

.change_table tr:last-child {
  margin-bottom: 0;
}

.change_table .sp_table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.change_table .sp_table > dt {
  padding: 10px;
  background: #f1efee;
  border-bottom: 1px solid #9ba6a3;
  width: 35%;
  font-weight: bold;
}

.change_table .sp_table > dd {
  border-bottom: 1px solid #9ba6a3;
  padding: 10px;
  width: 65%;
}

.change_table.table_color01 tr {
  border: 1px solid #323131;
  border-bottom: none;
}

.change_table.table_color01 .sp_table > dt {
  background: rgba(217, 169, 128, 0.2);
  border-bottom: 1px solid #323131;
}

.change_table.table_color01 .sp_table > dd {
  border-bottom: 1px solid #323131;
}

@media print, screen and (min-width: 768px) {
  .change_table {
    border-bottom: 1px solid #9ba6a3;
    border-right: none;
  }
  .change_table tr {
    display: table-row;
  }
  .change_table tr.sp_none {
    display: table-row;
  }
  .change_table tr > th {
    display: table-cell;
    padding: 16px;
    background: #f1efee;
    border-right: 1px solid #9ba6a3;
  }
  .change_table tr > td {
    display: table-cell;
    padding: 16px;
    border-right: 1px solid #9ba6a3;
  }
  .change_table .sp_table {
    display: block;
  }
  .change_table .sp_table > dt {
    display: none;
    background: #f1efee;
    width: 0;
  }
  .change_table .sp_table > dd {
    padding: 0;
    border-bottom: none;
    width: 100%;
  }
  .change_table.table_color01 {
    border-bottom: 1px solid #323131;
    border-right: none;
  }
  .change_table.table_color01 tr > th {
    background: rgba(217, 169, 128, 0.2);
    border-right: 1px solid #323131;
  }
  .change_table.table_color01 tr > td {
    border-right: 1px solid #323131;
  }
  .change_table.table_color01 .sp_table > dt {
    background: rgba(217, 169, 128, 0.2);
  }
  .change_table.table_color01 .sp_table > dd {
    border-bottom: none;
  }
}

/*dl*/
.dl_basic01 {
  overflow: hidden;
}

.dl_basic01 > dt {
  clear: both;
  float: left;
  white-space: nowrap;
  font-size: 1.6rem;
  padding-right: 4px;
  color: #585553;
}

.dl_basic01 > dt::after {
  content: "：";
  margin-left: 4px;
}

.dl_basic01 > dd {
  font-size: 1.6rem;
  overflow: hidden;
}

.dl_basic02 {
  text-align: left;
}

.dl_basic02 > dt {
  line-height: 1.2;
}

.dl_basic02 > dd + dt {
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .dl_basic02 > dd + dt {
    margin-top: 40px;
  }
}

/*dl number付き*/
.dl_num {
  text-align: left;
  counter-reset: number;
}

.dl_num > dt {
  font-weight: bold;
  position: relative;
  padding: 0 0 0 2em;
}

.dl_num > dt::before {
  counter-increment: number;
  content: "0" counter(number) ".";
  color: #585553;
  position: absolute;
  left: 0;
  top: 0;
}

.dl_num > dd {
  margin-top: 8px;
}

.dl_num > dd + dt {
  margin-top: 16px;
}

/*ol*/
.ol_basic {
  text-align: left;
  counter-reset: number;
}

.ol_basic > li {
  list-style: none;
  position: relative;
  padding: 0 0 0 2em;
}

.ol_basic > li::before {
  counter-increment: number;
  content: "0" counter(number) ".";
  color: #585553;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
}

.ol_basic > li + li {
  margin-top: 8px;
}

/*期間*/
.period_box {
  background: rgba(241, 239, 238, 0.8);
  text-align: center;
  padding: 16px 8px;
}

.period_box > li {
  font-size: 1.6rem;
  padding: 0 16px;
  line-height: 1.4;
}

.period_box > li br {
  display: none;
}

.period_box > li:first-child {
  position: relative;
  padding-bottom: 24px;
}

.period_box > li:first-child::before {
  content: "～";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto auto 0;
}

@media print, screen and (min-width: 768px) {
  .period_box {
    display: flex;
    justify-content: center;
  }
  .period_box > li {
    font-size: 1.4rem;
  }
  .period_box > li:first-child {
    padding-bottom: 0;
  }
  .period_box > li:first-child::before {
    bottom: 0;
    left: auto;
    right: -0.6rem;
    margin: auto 0 auto auto;
  }
}

@media print, screen and (min-width: 1200px) {
  .period_box > li {
    font-size: 1.6rem;
  }
  .period_box > li br {
    display: block;
  }
  .period_box > li:first-child::before {
    bottom: 20%;
  }
}

[class^="title"] + .period_box {
  margin-top: -8px;
}

@media print, screen and (min-width: 768px) {
  [class^="title"] + .period_box {
    margin-top: -16px;
  }
}

/*anchorlink*/
.anchorlink {
  background-color: rgba(241, 239, 238, 0.5);
  border-radius: 3px;
  padding: 16px 16px 24px;
  box-sizing: border-box;
  border: 1px solid #dbdbdc;
  box-shadow: 0 0 0 4px #fff inset;
}

.anchorlink li a {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  padding: 8px 8px 12px 0;
  text-align: left;
  line-height: 1.2;
  font-size: 1.6rem;
  border-bottom: 1px dotted #BFBFBF;
  color: #111;
  font-weight: bold;
  text-align: left;
  transition: 0.2s;
}

.anchorlink li a .svg {
  height: 30px;
  width: auto;
  fill: #d0823c;
  margin-right: 6px;
}

.anchorlink li a .arrow {
  margin-left: auto;
}

.anchorlink li a:hover, .anchorlink li a:active {
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  .anchorlink {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 16px 16px 20px;
  }
  .anchorlink li {
    width: calc(50% - 15px);
  }
  .anchorlink li a {
    padding: 12px 8px 12px 6px;
  }
  .anchorlink li a .svg {
    height: 36px;
    stroke-width: 1px;
    stroke: #d0823c;
  }
}

.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .anchor {
    top: -80px;
  }
}

@media print, screen and (min-width: 1200px) {
  .anchor {
    top: -100px;
  }
}

/*list*/
.list_basic {
  text-align: left;
}

.list_basic > li {
  position: relative;
  padding: 0 0 0 1em;
}

.list_basic > li::before {
  content: "";
  background-color: #585553;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0.8em;
  font-size: 0.6em;
}

.list_basic > li + li {
  margin-top: 10px;
}

.list_basic.inline > li {
  display: inline-block;
}

.list_basic.inline > li + li {
  margin-top: 0;
  margin-left: 16px;
  white-space: nowrap;
}

/*list 注釈*/
.list_notes > li {
  position: relative;
  text-align: left;
  padding: 0 0 0 1.2em;
}

.list_notes > li::before {
  content: "※";
  color: #cb2e2e;
  position: absolute;
  left: 0;
  top: 0;
}

.list_notes > li + li {
  margin-top: 6px;
}

.list_notes.less_space > li + li {
  margin-top: -3px; 
  line-height: normal;
}

.list_content_div {
    margin-left: 1rem;
    margin-top: 10px;
}

.list_content_div ul,
.list_content_div div {
    margin-left: 1rem;
}

/**/
.cts_p {
  font-size: 1.6rem;
}

.cts_p + .cts_p {
  margin-top: 16px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.bnr_img {
  max-width: 100%;
  height: auto;
  transition: 0.2s;
}

.img_bd {
  border: 1px solid #dbdbdc;
}

a:hover .bnr_img {
  opacity: 0.8;
}

a:active .bnr_img {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.color_box01 {
  background: #f1efee;
  padding: 8px;
}

@media print, screen and (min-width: 768px) {
  .color_box01 {
    padding: 16px;
  }
}

.color_box02 {
  border-top: 2px solid #dbdbdc;
  border-bottom: 2px solid #dbdbdc;
  padding: 16px 4px;
}

.color_box03 {
  border: 2px solid #dbdbdc;
  padding: 16px;
}

@media print, screen and (min-width: 1024px) {
  .color_box03 {
    padding: 24px;
  }
}

/*photo*/
.ph_li figure figcaption {
  padding-top: 8px;
  color: #585553;
  font-size: 1.2rem;
  line-height: 1.4;
}

.ph_li + li {
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .ph_li figure figcaption {
    font-size: 1.4rem;
  }
}

/*map*/
.gmap {
  margin-top: 20px;
}

.gmap iframe {
  width: 100%;
  height: 300px;
}

/*plice_list*/
.plice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.plice_list dt {
  text-align: left;
  width: calc(100% - 100px);
  border-bottom: 1px solid #9ba6a3;
  padding: 16px 2px 6px;
}

.plice_list dd {
  width: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #cb2e2e;
  border-bottom: 1px solid #9ba6a3;
  padding: 16px 2px 6px;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .plice_list dt,
  .plice_list dd {
    padding: 24px 4px 8px;
    font-size: 1.6rem;
  }
}

/*-----------flow*/
/*box*/
.flow_box {
  background: #fff;
  box-sizing: border-box;
  padding: 16px 16px 24px;
  position: relative;
  list-style: none;
  border: 1px solid #dbdbdc;
  border-radius: 3px;
}

.flow_box + .flow_box {
  margin-top: 40px;
}

.flow_box .dl_basic02 > dt {
  color: #d0823c;
}

.flow_box figure + .dl_basic02 {
  margin-top: 16px;
}

.flow_box .dl_basic02 + figure {
  margin-top: 16px;
}

.flow_box::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 24px 0 24px;
  border-color: #d0823c transparent transparent transparent;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  margin: auto auto 0;
}

.flow_box:last-child:after {
  display: none;
}

/*flow01*/
@media print, screen and (min-width: 768px) {
  .flow01 .flow_box {
    display: flex;
    padding: 24px;
  }
  .flow01 .flow_box figure {
    width: 280px;
  }
  .flow01 .flow_box figure + .dl_basic02 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 30px;
  }
  .flow01 .flow_box .dl_basic02 {
    width: calc(100% - 280px);
    margin-left: 0;
    margin-right: 30px;
  }
  .flow01 .flow_box .dl_basic02 + figure {
    margin-top: 0;
  }
  .flow01 .flow_box + .flow_box {
    margin-top: 48px;
  }
}

/*flow02*/
@media print, screen and (min-width: 768px) {
  .flow02 {
    display: flex;
    flex-wrap: wrap;
  }
  .flow02 .flow_box {
    width: calc(100% / 3 - 20px);
    margin-right: 30px;
  }
  .flow02 .flow_box::after {
    border-width: 18px 0 18px 16px;
    border-color: transparent transparent transparent #d0823c;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -24px;
    margin: auto 0 auto auto;
  }
  .flow02 .flow_box + .flow_box {
    margin-top: 0;
  }
  .flow02 .flow_box:nth-child(3n) {
    margin-right: 0;
  }
  .flow02 .flow_box:nth-child(3n)::after {
    display: none;
  }
  .flow02 .flow_box:nth-child(n+4) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 1024px) {
  .flow02 .flow_box {
    width: calc(100% / 3 - 28px);
    margin-right: 42px;
  }
  .flow02 .flow_box::after {
    right: -30px;
  }
}

/*link_box*/
.link_box a {
  text-decoration: none;
}

.link_box a img {
  transition: 0.2s;
}

.link_box a p {
  display: block;
  text-align: left;
  color: #585553;
  font-size: 1.6rem;
  margin: 6px auto 24px;
  position: relative;
  padding: 0 1.4em 0 0;
  max-width: 300px;
  transition: 0.2s;
}

.link_box a p::before {
  font-family: 'themify';
  content: "\e65d";
  color: #d0823c;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
}

.link_box a:hover img,
.link_box a:hover p, .link_box a:active img,
.link_box a:active p {
  opacity: 0.8;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

@media print, screen and (min-width: 768px) {
  .link_box a p {
    margin: 6px auto 0;
  }
}
