@charset "UTF-8";
/*
Theme Name: 案件名
Description:company
Theme URI: 
Author: MS
Author URI: www/
Version: 1.0
*/
@import "reset.css";
@import "base.css";
/*-------------------------------------------------
	++ FONT-FAMILY
-------------------------------------------------*/
/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
}

.p_btn.type_01, .p_btn.type_01sm {
    background-color: var(--main-color);
}
a, .title.type_02 {
    color: var(--main-color);
}
.title.type_03 {
    border-left: 4px solid var(--main-color);
    
}

.num, .eng {
  font-family: "Roboto", sans-serif;
}

a {
  transition: 0.3s ease;
}

.read p#note {
  margin-top: 15px;
}

.read.small p {
  font-size: 1.2rem;
}

.blank {
  margin-top: 40px;
}

p span.underline{
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  background: linear-gradient(transparent 60%, #FFBF10 60%);
  font-weight: bold;
}

p.mod_date{
  line-height: 1.1;
  font-size: 0.8em;
  color: #777;
  text-align: right;
  margin: 16px;
}
p.diff_date{
  line-height: 1.1;
  font-size: 0.8em;
  color: #777;
  text-align: left;
  margin: 8px 0 16px;
}
.a_header h1 {
    color: var(--main-color);
    text-align: center;
    padding: 40px 0;
}    

.crea_fix {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}


/*-------------------------------------------------
	++ LAYOUT
-------------------------------------------------*/
.l_section .container {
  padding: 1.5vw 7vw 7vw;
}
.l_text__box {
  background-color: #F8F8F8;
  padding: 32px;
  border-radius: 6px;
}
.l_text__box.notice {
  background-color: #FBE8E8;
}
.l_text__box.notice p {
  font-size: 1.3rem;
  color: #B80D0D;
}
.l_text__box.notice p::before {
  content: "(※1)";
}

.l_section:nth-child(odd) {
  --bg-color: #F7F7F7;
  background-color: white;
}
.l_section:nth-child(even) {
  --bg-color: #fff;
  background-color: #F8F8F8;
}

.main_wrap .l_section:nth-child(even)  {
  --bg-color: #FCFAF3;
  background-color: white;
}

.main_wrap .l_section:nth-child(odd) {
  --bg-color: #fff;
  background-color: #FCFAF3;
}

.p_breadcrumb__nav {
  background-color: #f2f2f2;
  padding: 12px 0;
}
.p_breadcrumb__nav .container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.p_breadcrumb__nav .container li {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
.p_breadcrumb__nav .container li::after {
  content: "/";
  margin: 0 10px;
}
.p_breadcrumb__nav .container li a {
  text-decoration: none;
  color: #151515;
}
.p_breadcrumb__nav .container li a:hover {
  text-decoration: underline;
}
.p_breadcrumb__nav .container li a.current {
  font-weight: bold;
  color: #007bff;
  pointer-events: none;
}
.p_breadcrumb__nav .container li:last-child::after {
  content: "";
  margin: 0;
}
.p_breadcrumb__nav .container .home::before {
  content: "\f015";
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 1.3rem;
}

.new_window::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background-image: url(../img/common/ico_new-window.svg);
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .main_wrap{
    width: calc(100% - 250px);
    margin-left: auto;
  }
  .l_footer{
    width: calc(100% - 250px);
    margin-left: auto;
  }
  .l_spacing {
    display: block;
    letter-spacing: 0.08em;
    margin-right: -0.08em;
  }
  #page_top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: block;
    background-color: #4A5895;
    text-align: center;
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 20px 25px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  #page_top:hover {
    display: block;
    background-color: white;
    text-align: center;
    color: #4A5895;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 20px 25px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .l_spacing {
    display: block;
    letter-spacing: 0em;
  }
  .l_section .container {
    padding: 5vw 2.5vw 10vw;
  }
  #page_top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background-color: #161D3B;
    text-align: center;
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    width: 100vw;
    padding: 16px 0;
  }
}
/*-------------------------------------------------
	++ HEADER & FOOTER
-------------------------------------------------*/
.l_footer {
  background-color: #F6F6F6;
}
.l_footer .l_footer__inner {
  padding: 4.5vw 7vw;
}

.l_footer .l_footer__inner .sitemap_nav__menu .sitemap_nav__menutop {
  margin-bottom: 16px;
}
.l_footer .l_footer__inner .sitemap_nav__menu .sitemap_nav__menutop:last-child {
  margin-bottom: 0;
}
.l_footer .l_footer__inner .sitemap_nav__menu .sitemap_nav__menutop a {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  display: block;
  padding: 8px 0;
  position: relative;
  padding-left: 12px;
  border-bottom: 1px solid #000;
}
.l_footer .l_footer__inner .sitemap_nav__menu .sitemap_nav__menutop a::before {
  font-family: 'FontAwesome';
  font-size: 1em;
  content: "\f105";
  color: var(--main-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.l_footer .l_footer__inner .sitemap_nav__menu .sitemap_nav__menuitem {
  display: flex;
  gap: 8px 16px;
  margin-left: 16px;
  flex-wrap: wrap;
}
.l_footer .l_footer__inner .sitemap_nav__menu .sitemap_nav__menuitem li {
  margin: 0;
  padding: 0px;
  list-style-type: none;
  width: calc((100% - 64px) / 5);
}
.l_footer .l_footer__inner .sitemap_nav__menu .sitemap_nav__menuitem li a{
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: normal;
  padding: 8px 0;
  border-bottom: none;
}

.l_footer .l_footer__inner .sitemap_nav__menu .sitemap_nav__menuitem li a::before {
	content: "";
}
.l_footer .l_footer__inner .disclaimer {
  padding: 18px;
  margin: 16px 0;
  background-color: #FFF;
  border-radius: 8px;
}
.l_footer .l_footer__inner .disclaimer p{
  font-size: 1.2rem;
}
.l_footer .l_footer__inner .l_footer__bottom .copyright {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .l_footer .l_footer__inner {
    padding: 5vw 2.5vw
  }
  .l_footer .g-navi-list {
    border-top: 1.5px solid #e1ddc3;
  }

}
/*-------------------------------------------------
	++ PARTS
-------------------------------------------------*/
/*base-style-------------------------------------*/
.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #ccc;
}
.star5_rating::before, .star5_rating::after {
  content: "★★★★★";
}
.star5_rating::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
}
.star5_rating[data-rate="5"]::after {
  width: 100%;
}
.star5_rating[data-rate="4.5"]::after {
  width: 90%;
}
.star5_rating[data-rate="4"]::after {
  width: 80%;
}
.star5_rating[data-rate="3.5"]::after {
  width: 70%;
}
.star5_rating[data-rate="3"]::after {
  width: 60%;
}
.star5_rating[data-rate="2.5"]::after {
  width: 50%;
}
.star5_rating[data-rate="2"]::after {
  width: 40%;
}
.star5_rating[data-rate="1.5"]::after {
  width: 30%;
}
.star5_rating[data-rate="1"]::after {
  width: 20%;
}
.star5_rating[data-rate="0.5"]::after {
  width: 10%;
}
.star5_rating[data-rate="0"]::after {
  width: 0%;
}

.p_btn.type_01 {
  display: block;
  text-align: center;
  margin: 32px auto 0;
  padding: 1.25em 0;
  font-weight: 700;
  border-radius: 100px;
  color: white;
  position: relative;
  width: 100%;
}

.p_btn.type_01sm {
  display: block;
  text-align: center;
  margin: 24px auto 16px;
  padding: 16px 0;
  max-width: 200px;
  border-radius: 100px;
  color: white;
  position: relative;
  font-size: 1.3rem;
}

.p_btn.type_01::after, .p_btn.type_01sm::after{
  font-family: 'FontAwesome';
  content: "\f105";
  color: white;
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.p_btn.type_02 {
  display: block;
  text-align: center;
  margin-top: 40px;
  padding: 1em;
  max-width: 100%;
  font-weight: 700;
  border-radius: 6px;
  color: #151515;
  border: 2px solid #151515;
  line-height: 1.8;
}

.p_btn.type_03 {
  display: block;
  margin: 16px auto;
  text-align: center;
  max-width: 320px;
  background-color: unset;
  color: #333;
  border: 1px solid #333;
  border-radius: unset;
  padding: 1.3rem;
  font-size: 1.4rem;
  position: relative;
  width: 100%;
}
.p_btn.type_03::after {
  font-family: 'FontAwesome';
  content: "\f105";
  color: var(--main-color);
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
table tr td {
  vertical-align: middle;
  text-align: center;
  padding: 8px;
  font-size: 1.5rem;
}
table tr .gold_crown::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url(../img/common/gold_crown.svg);
  background-size: contain;
}
table tr .silver_crown::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url(../img/common/silver_crown.svg);
  background-size: contain;
}
table tr .bronze_crown::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url(../img/common/bronze_crown.svg);
  background-size: contain;
}
table tr .table-img img {
  height: 80px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
}
table tr .money {
  color: #B80D0D;
}

@media screen and (min-width: 769px) {
  .p_btn.type_02:hover {
    opacity: 1 !important;
    background-color: #151515;
    color: white !important;
  }
  table {
    border-radius: 8px;
    overflow: hidden;
  }
  table tr:nth-child(odd) td {
    background: #F2F2F2;
  }
  .p_btn.type_01 {
    max-width: 400px;
  }

}
@media screen and (max-width: 768px) {
  .p_btn.type_01 {
    width: 100%;
    min-width: 320px;
  }
  table {
    border-radius: 6px;
    overflow: hidden;
  }
  table .label {
    display: none;
  }
}

.hikaku_tbl{
  width: 100%;
  margin: 8px 0 24px;
  border: 1.5px solid #e1ddc3;
}
.hikaku_tbl tr:last-child th, .hikaku_tbl tr:last-child td{
  border-bottom: none;
}
.hikaku_tbl th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: var(--main-color2);
  color: white;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1.5px solid #e1ddc3;
}
.hikaku_tbl td{
  text-align: left;
  width:calc(100% / 3);
  text-align: center;
  padding: 10px 0;
  border-right: 1.5px solid #e1ddc3;
  border-bottom: 1.5px solid #e1ddc3;
}
.hikaku_tbl td.price{
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: var(--main-color);
}
.hikaku_tbl td.price span{
  font-size: 1.5rem;
  vertical-align: bottom;
  padding-left: 4px;
}
.hikaku_tbl td.site_jummp a{
    color: unset;
    text-decoration: underline;
    font-weight: bold;
}
.hikaku_tbl td.site_jummp span{
    position: relative;
}
.hikaku_tbl td.site_jummp span::after{
    content: "";
    position: absolute;
    height: 13px;
    width: 13px;
    top: 70%;
    right: -20px;
    transform: translateY(-50%);
    background: url(../img/common/link.svg) 100% 100% / cover;
}
.hikaku_tbl td{
  background: #fff !important;
}
.hikaku_tbl tr td:last-child{
  border-right: none;
}

@media screen and (max-width: 768px) {
  .hikaku_tbl th{
    padding: 8px 4px;
    font-size: 1.3rem;
    line-height: 1.2;
    vertical-align: middle;
  }
}

#shop_data .shop-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: stretch;
}
#shop_data .shop-container li{
  display: flex;
  flex-direction: column;
  width: calc((100% - 32px) / 3);
}
#shop_data .shop-container.max {
  display: block;
}
#shop_data .shop-container.max li{
  display: block;
  width: 100%;
  margin-bottom: 64px;
}
#shop_data .shop-container .p_shop__card{
  flex: 1;
  display: flex;
  flex-direction: column;
}

#shop_data .shop-container h3.shoptitle{
  transform: translateY(50%);
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 15px 10px;
  font-size: 1.4rem;
}
#shop_data .shop-container.max .shoptitle{
  position: relative;
  padding: 20px 0 20px 35px;
  color: #fff;
  background: var(--main-color2);
  font-size: 2rem;
  width: 60%;
  height: 60px;
  transform: translateY(50%);
  border-left: 10px solid var(--main-color);
}
#shop_data .shop-container.max .shoptitle::after{
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  content: '';
  border-width: 60px 30px 0 0;
  border-style: solid;
  border-color: var(--main-color2) transparent transparent transparent;
}
#shop_data .shop-container.max .shoptitle.no_1{
  margin-left: 10px;
}
#shop_data .shop-container.max .shoptitle.no_1::before{
  position: absolute;
  top: -1px;
  left: -30px;
  content: "";
  width: 59px;
  height: 86px;
  margin: 0;
  background-image: url(../img/common/no1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
h2 span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  top: 0;
  right: -100px;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #000;
}
#shop_data .shop-container .no_1{
  background-color: var(--sub-color);
  color: white;
}
#shop_data .shop-container .no_2{
  background-color: var(--sub-color2);
  color: white;
}
#shop_data .shop-container .no_3{
  background-color: var(--sub-color3);
  color: var(--title-color);
}
#shop_data .shop-container .no_99{
  background-color: #7E7E7E;
  color: white;
}
#shop_data .shop-container .satei_good{
  color: var(--sub-color);
}
#shop_data .shop-container .satei_soso{
  color:  #7E7E7E;
}
#shop_data .shop-container .satei_bad{
  color:  #333;
}
#shop_data .shop-container .satei_totalA{
  background-color: var(--sub-color);
  color: white;
}
#shop_data .shop-container .satei_totalB{
  background-color: var(--sub-color2);
  color: white;
}
#shop_data .shop-container .satei_totalC{
  background-color: #7E7E7E;
  color: white;
}

#shop_data .shop-container h3.no_1::before{
  position: absolute;
  top: -15px;
  left: calc(50% - 13px);
  content: "";
  width: 26px;
  height: 26px;
  margin: 0;
  background-image: url(../img/common/crown.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#shop_data .shop-container .p_shop__card{
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
#shop_data .shop-container.max .p_shop__card{
  box-shadow: unset;
  border: 1.5px solid #e1ddc3;
}
#shop_data .shop-container .p_shop__card p.license{
  margin: 32px 0 16px 15px;
  font-size: 0.8em;
  color: #777;
}
#shop_data .shop-container .p_shop__card p.license.blank{
  margin: 32px 0 16px 60px;
}
#shop_data .shop-container .p_shop__card .access_data  {
  border-radius: 8px;
  overflow: hidden;
  padding: 16px;
  display: flex;
}
#shop_data .shop-container .p_shop__card .access_data img,
#shop_data .shop-container .p_shop__card .access_data iframe {
  height: 320px;
}
#shop_data .shop-container .p_shop__card .access_data img {
  width: 30%;
  -o-object-fit: cover;
      object-fit: cover;
}
#shop_data .shop-container .p_shop__card .access_data iframe {
  width: 70%;
}
#shop_data .shop-container .p_shop__card .source p{
  line-height: 1.1;
  font-size: 0.8em;
  color: #777;
  text-align: center;
}
#shop_data .shop-container .p_shop__card .p_shop__thumb figure img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  vertical-align: bottom;
}
#shop_data .shop-container .p_shop__card .p_shop__content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
#shop_data .shop-container .p_shop__card .p_shop__content .title.type_03 {
  margin: 8px 0;
  font-size: 1.7rem;
  padding: 0 8px;
  line-height: 1.7;
}

#shop_data .shop-container .p_shop__card .p_shop__content .features {
  font-size: 0.9em;
  line-height: 1.5;
  min-height: 6em;
}
#shop_data .shop-container .p_shop__card .p_shop__content .satei_tbl {
  margin: 24px 0;
  border-radius: unset;
  table-layout: fixed;
  width: 100%;
}
#shop_data .shop-container.max .p_shop__card .p_shop__content .satei_tbl {
  border-radius: 8px;
  border: 1.5px solid #e1ddc3;
}
#shop_data .shop-container .p_shop__card .p_shop__content .satei_tbl th{
  text-align: center;
  background-color: var(--main-color2);
  color: white;
  font-weight: normal;
  padding: 8px;
  font-size: 0.9em;
  border-right: 1.5px solid #e1ddc3;
}
#shop_data .shop-container .p_shop__card .p_shop__content .satei_tbl th:last-child{
  border-right: none;
}

#shop_data .shop-container .p_shop__card .p_shop__content .satei_tbl td{
  padding: 8px;
  font-weight: normal;
  font-size: 0.9em;
  border-right: 1.5px solid #e1ddc3;
}
#shop_data .shop-container .p_shop__card .p_shop__content .satei_tbl td:last-child{
   border-right: none;
}

#shop_data .shop-container .p_shop__card .p_shop__content .info_tbl {
  margin: 16px 0;
  border-radius: unset;
  table-layout: fixed;
  width: 100%;
}
#shop_data .shop-container.max .p_shop__card .p_shop__content .info_tbl {
  margin: 16px;
  font-size: 1.8rem;

}
#shop_data .shop-container .p_shop__card .p_shop__content .info_tbl th{
  text-align: left;
  font-weight: bold;
  padding: 8px 0 0;
  font-size: 0.8em;
  width: 25%;
}

#shop_data .shop-container .p_shop__card .p_shop__content .info_tbl td{
  padding: 8px;
  font-weight: normal;
  font-size: 0.8em;
  text-align: left;
  background-color: unset;
}
#shop_data .shop-container .p_shop__card .p_shop__content .info_tbl a{
  word-wrap:break-word;
  text-decoration: underline;
}
#shop_data .shop-container .p_shop__card .p_shop__content .comment{
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 10px;
  font-size: 0.9em;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  #shop_data .shop-container {
    display: block;
  }
  #shop_data .shop-container li{
    width: 100%;
  }
  #shop_data .shop-container.max .shoptitle{
    padding: 12px 18px;
    width: 95%;
    font-size: 2rem;
    transform: translateY(30%);
    height: 65px;
    line-height: 1.2;
  }
    #shop_data .shop-container.max .shoptitle span{
    display: block;
    font-size: 0.8em;
    line-height: 1.2;
  }
  #shop_data .shop-container.max .shoptitle::after{
    right: -15px;
    top: 0;
    border-width: 65px 15px 0 0;
  }
  #shop_data .shop-container.max .shoptitle.no_1{
    width: 85%;
    margin-left: 40px;
  }
  #shop_data .shop-container.max .shoptitle.no_1::before{
    left: -50px;
  }
  #shop_data .shop-container.max .p_shop__card{
    border: none;
    border-top: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6;
    border-radius: 0;
  }
  #shop_data .shop-container .p_shop__card p.license{
    margin: 24px 0 8px 15px;
    font-size: 0.6em;
  }
  #shop_data .shop-container .p_shop__card p.license.blank{
    margin: 24px 0 8px 65px;
  }
  #shop_data .shop-container .p_shop__card .access_data  {
    display: block;
  }
  #shop_data .shop-container .p_shop__card .access_data img {
    width: 100%;
  }
  #shop_data .shop-container .p_shop__card .access_data iframe {
    width: 100%;
  }
  #shop_data .shop-container .p_shop__card .p_shop__content .title.type_03{
    margin: 16px 0;
  }
  #shop_data .shop-container .p_shop__card .p_shop__content .features {
    min-height: 10em;
  }
  #shop_data .shop-container.max .p_shop__card .p_shop__content .satei_tbl {
    border-radius: 0;
  }
  #shop_data .shop-container.max .p_shop__card .p_shop__content .info_tbl{
    margin: 16px 0;
  }
  #shop_data .shop-container .p_shop__card .p_shop__content .info_tbl th{
    font-size: 0.75em;
  }
  #shop_data .shop-container .p_shop__card .p_shop__content .info_tbl td{
    font-size: 0.75em;
  }
  #shop_data .shop-container.max .p_shop__card .access_data {
    padding: 16px 0;
  }
  #shop_data .shop-container.max .p_shop__card .p_shop__content{
    padding: 16px 0;
  }
  #shop_data .shop-container.max li{
    margin-bottom: 32px;
  }
  #shop_data .shop-container .p_shop__card .p_shop__content .comment{
    margin-top: 0;
  }
}


.contents_box{
    display: flex;
    padding: 16px;
    border-bottom: 1px solid #E7E7E7;
}
.contents_box:last-child{
    border-bottom: none;
}
.contents_box div:first-child{
    margin-right: 32px;
}
.contents_box .contents_img{
    width: 30%;
}
.contents_box .contents_img img{
    border-radius: 8px;
}
.contents_box .contents_text p{
    font-size: 1em;
}
@media screen and (max-width: 768px) {
  .contents_box{
    flex-direction: column;
    padding: 16px 0 48px;
    margin-bottom: 32px;
  }
  .contents_box .contents_img{
    width: 100%;
  }
  .contents_box div:first-child{
    margin-right: 0;
  }
  .contents_box h3{
    margin-top: 16px;
  }
}

/* 投稿リストのスタイル */
.cat-dates {
  padding: 1vw 0 2vw;
  text-align: left;
  color: #FFF9EE;
  font-size: 0.9em;
}
.postbox {
  margin: 32px 0 16px;
  border-bottom: 1px solid #aaa;
}
.postbox:last-child {
  border-bottom: none;
}
.postbox div.text{
  padding: 16px 0;
}
.postbox p.source{
  margin: 16px 0;
  font-size: 0.8em;
  color: #777;
}

@media screen and (max-width: 768px) {
  .site-dates {
    padding: 0 0 4vw;
    text-align: center;
  }
}


/* shop一覧のスタイル */
.p_card__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
  gap:24px;
}

/* 2カラム横並びレイアウト */
.p_card__list .card_list__item {
  flex: 0 0 calc(50% - 12px);
  background-color: #F6F6F6;
  border-radius: 6px;
  overflow: hidden;
  padding: 16px;
}
.p_card__list .card_list__item .entry_date {
  align-items: center;
  margin-bottom: 12px;
  text-align: right;
}
.p_card__list .card_list__item .entry_date .num {
  font-size: 1.2rem;
  color: #666;
  margin-right: 8px;
}

.p_card__list .card_list__item {
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 6px;
  overflow: hidden;
}
.p_card__list .card_list__item .card_list__item-inner {
  display: flex;
  align-items: center;
  padding: 16px 0 0;
  color: #333;
}
.p_card__list .card_list__item .card_list__item-inner .card_list__item-image {
  flex: 0 0 30%;
  height: 100%;
  overflow: hidden;
}
.p_card__list .card_list__item .card_list__item-inner .card_list__item-image img {
  width: 100%;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
}
.p_card__list .card_list__item .card_list__item-content {
  flex: 0 0 70%;
  padding-left: 16px;
}
.p_card__list .info_tbl {
  border-radius: unset;
  table-layout: fixed;
  width: 100%;
}
.p_card__list .info_tbl th{
  text-align: left;
  font-weight: bold;
  padding: 8px 0 0;
  font-size: 0.8em;
  width: 25%;
}
.p_card__list .info_tbl td{
  padding: 8px;
  font-weight: normal;
  font-size: 0.8em;
  text-align: left;
  background-color: unset;
}
.p_card__list .info_tbl a{
  word-wrap:break-word;
  text-decoration: underline;
}
.p_card__list .card_list__item .read_more {
  border-top: 1px dotted #ccc;
  padding: 16px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .p_card__list {
    gap: 32px;
  }
  .p_card__list .card_list__item {
    flex: 0 0 100%;
  }
  .p_card__list .card_list__item .entry_date {
  text-align: center;
  }
  .card_list__item-content {
    padding-left: 0 !important;
    margin-top: 16px;
  }
  .p_card__list .card_list__item .card_list__item-inner {
    display:block
  }
  .p_card__list .card_list__item .card_list__item-inner .card_list__item-image img {
    width: 100%;
    height: auto;
  }
  .p_card__list .info_tbl th{
    font-size: 0.75em;
  }
  .p_card__list .info_tbl td{
    font-size: 0.75em;
  }

}
.accordion_area {
  align-items: flex-start;
  gap: 24px;
}
.accordion_area .accordion_one {
  border-radius: 6px;
  overflow: hidden;
  flex: 0 0 calc(50% - 12px);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.accordion_area .accordion_one:last-child {
  margin-bottom: 0;
}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  padding: 1.8rem 4rem 1.8rem 2rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.i_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  text-align: left;
}
.i_box::before, .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.i_box::before {
  border-top: 2px solid #fff;
  width: 10px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 11px;
  border-color: var(--main-color);
}

.i_box::after {
  border-left: 2px solid #fff;
  width: 0;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 15px;
  transition: 0.3s;
  border-color: var(--main-color);
}
.open .i_box::after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.8rem 2rem 1.8rem 2rem;
  box-sizing: border-box;
  background: #F8F8F8;
  position: relative;
}
.accordion_area .box {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .accordion_area .accordion_one {
    flex: 0 0 100%;
  }
  .accordion_area .accordion_one .ac_header {
    padding: 2rem 3.5rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 2rem 3.5rem;
  }
  .i_box {
    width: 54px;
    background-color: var(--main-color);
  }
  .i_box::before {
    right: 23px;
    border-color: #FFF;
  }

  .i_box::after {
    right: 27px;
    border-color: #FFF;
  }
}
.ac_header{
  counter-reset: num 0;
}
.ac_header .p-mun__headinner {
  display: block;
  line-height: 1.5;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 1rem 2rem 1rem calc(5% + 8px);
  background: white;
  border: 1.5px solid #e1ddc3;
}


.ac_header .p-mun__headinner::before {
  position: absolute;
  top: 0;
  left: 0;
  content:  '0' counter(num);
  counter-increment: num 1;
  color: white;
  background-color: var(--main-color);
  height: 100%;
  width: 5%;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width: 768px) {
  .ac_header .p-mun__headinner {
    display: block;
    line-height: 1.5;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
    padding: 0;
  }
  .ac_header .p-mun__headinner::before {
    content: none;
  }
  .ac_header .p-mun__headinner p.p-mun__q-title {
    padding: 0.3rem 1rem;
    background-color: var(--main-color);
    color: white;
    text-align: center;
  }

  .ac_header .p-mun__headinner p.p-mun__q-txt {
    font-size: 14px;
    padding: 1rem;
  }
}

.p-tips__headinner {
  display: block;
  line-height: 1.5;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin: 20px 0;
  padding: 0.6rem 2rem 0.6rem calc(10% + 8px);
  background: white;
  border: 1.5px solid #e1ddc3;
}

.p-tips__headinner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: 'Tips';
  height: 100%;
  width: 10%;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 2%;
  justify-content: center;
  align-items: center;
  background-image: url(../img/common/megaphone.svg);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: left center;
  color: white;
  background-color: var(--main-color);
  display: flex;
}

.p-tips__headinner p.p-tips__q-txt {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-tips__headinner {
    margin: 20px 0 0;
    padding: 30px 0 0;
  }

  .p-tips__headinner::before {
    height: 30px;
    width: 100%;
    padding-left: 10px;
    background-size: 20% 50%;
    background-position: 40% center;
  }
  .p-tips__headinner p.p-tips__q-txt {
    padding: 0.6rem;
  } 
}
/*-------------------------------------------------
	++ 投稿テンプレート
-------------------------------------------------*/
.p_post .meta{
    padding: 2vw 7vw 0;
    max-width: 1264px;
    margin: 0 auto;
}
.p_post .tagbox{
    display: flex;
    gap: 10px;
    margin: 16px 0;    
}
.p_post .tagbox p{
    padding: 4px 8px;
    background-color: #FF4300;
    color: white;
    border-radius: 8px;
    font-size: 1.1rem;
}
.p_post .single_thumb{
    width: 90%;
    margin: 32px auto;
}
.p_post .single_thumb img{
    border-radius: 8px;
}
.p_post .read{
    padding: 16px;
    background-color: #ecf4fb;
    border-radius: 8px;
}
.p_post .page_index{
    border-radius: 8px;
    border: 2px solid var(--main-color2);
    background-color: white;
    margin: 32px 0;
}
.p_post .page_index .index_title{
    padding: 10px;
    background-color: var(--main-color2);
    color: white;
    text-align: center;
    position: relative;
}
.p_post .page_index .index_title::before {
    content: "";
    position: absolute;
    height: 16px;
    width: 23px;
    top: 50%;
    left: calc(50% - 50px);
    transform: translateY(-50%);
    background: url(../img/common/contents.svg) 100% 100% / cover;
}

.p_post .page_index ul{
    padding: 8px;
    counter-reset: item;
    list-style-type: none;
}
.p_post .page_index ul li{
    padding: 4px 0;
}
.p_post .page_index ul li:before {
    padding-right: 0;
    counter-increment: item;
    content: "0" counter(item) ".";
    font-weight: bold;
    color: var(--main-color2);
}
.p_post .page_index ul li a{
    color: #0096F9;
    font-size: 0.9em;
    font-weight: 700;
    padding-left: 8px;
}
.p_post .bt_line {
    border-bottom: 1px dotted #aaa;    
}

.p_post .p_box {
    margin: 16px 0;
}
.p_post .p_box p {
    font-size: 1.45rem;
    margin-bottom: 8px;
}
.p_post table {
    border-spacing: 1px 1px;
}
.p_post table th, .p_post table td{
    padding: 16px;
    text-align: center;
    font-weight: 700;
}
.p_post table th{
    background-color: #E98400;
    color:white;
}
.p_post table th.first {
    background-color: #F69D53;
    color:white;
}
.p_post table td {
    background-color: #FFF0E2!important;
    color:#E98400;
}

@media screen and (max-width: 768px) {
  .p_post table th, .p_post table td{
    padding: 8px;
  }
}
/*-------------------------------------------------
	++ 覆面調査レポートテンプレート
-------------------------------------------------*/
#shop_hyoka{
  padding: 16px;
  border: 1.5px solid #e1ddc3;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 32px;
}
#shop_hyoka .runk{
  background: linear-gradient(transparent 60%, #FFBF10 60%);
  width: fit-content;
  font-size: 2em;
  font-weight: 900;
  margin: 32px auto;
}
#shop_hyoka .runk span{
  color: var(--main-color);
}
#shop_hyoka .score{
  display: block;
  line-height: 1.5;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 0;
  border: 3px solid var(--main-color);
}
#shop_hyoka .score p{
  padding: 8px;
}
#shop_hyoka .score p:first-child{
  background-color: var(--main-color);
  color: white;
  text-align: center;
  font-weight: 700;
}
#shop_hyoka .score p:last-child{
  font-size: 2.3em;
  text-align: center;
  font-weight: 900;
  color: var(--main-color);
}
#shop_hyoka ul.notes{
  margin-bottom: 32px;
}
#shop_hyoka ul.notes li{
  line-height: 1.1;
  font-size: 0.8em;
  color: #777;
  text-align: left;
  margin: 8px 0;
}
#shop_hyoka .hyoukaritsu_tbl{
  margin: 16px 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1.5px solid #e1ddc3;
}
#shop_hyoka .hyoukaritsu_tbl th, #shop_hyoka .hyoukaritsu_tbl td{
  border-right: 1.5px solid #e1ddc3;
  border-bottom: 1.5px solid #e1ddc3;
  padding: 16px 32px;
  text-align: left;
  font-weight:700;
}
#shop_hyoka .hyoukaritsu_tbl th{
  width: 30%;
  background: #F2F2F2;
}
#shop_hyoka .hyoukaritsu_tbl th.score1{
  color: #0080C2;
}
#shop_hyoka .hyoukaritsu_tbl th.score2{
  color: #008627;
}
#shop_hyoka .hyoukaritsu_tbl th.score3{
  color: #EEA600;
}
#shop_hyoka .hyoukaritsu_tbl th.score4{
  color: #F15800;
}
#shop_hyoka .hyoukaritsu_tbl th.score5{
  color: #D62B2C;
}

#shop_hyoka .hyoukaritsu_tbl td{
  background-color: #fff;
}
#shop_hyoka .hyoukaritsu_tbl td:last-child{
  border-right: none;
}
#shop_hyoka .hyoukaritsu_tbl tr:last-child th, #shop_hyoka .hyoukaritsu_tbl tr:last-child td{
  border-bottom: none;
}

#shop_hyoka .hyoka_tbl{
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1.5px solid #e1ddc3;
}
#shop_hyoka .hyoka_tbl li{
  flex: 0 0 calc(100% / 2);
}
#shop_hyoka .hyoka_tbl li p{
  display: inline-flex;
  padding: 16px;
  text-align: left;
  font-size: 1.5rem;
}
#shop_hyoka .hyoka_tbl li p:first-child{
  width: 50%;
  background: #F2F2F2;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #shop_hyoka{
    margin: 32px -16px 0;
  }
  #shop_hyoka .hyoukaritsu_tbl th, #shop_hyoka .hyoukaritsu_tbl td{
    display: block;
    padding: 14px 0;
    text-align: center;
    width: 100%;
  }
  #shop_hyoka .hyoka_tbl{
    display: block;
  }
  #shop_hyoka .hyoka_tbl li{
    display: flex;
    border-bottom: 1.5px solid #e1ddc3;
  }
  #shop_hyoka .hyoka_tbl li:last-child{
    border-bottom: none;
  }
  #shop_hyoka .hyoka_tbl li p:first-child{
    border-right: 1.5px solid #e1ddc3;
  }
  #shop_hyoka .hyoka_tbl li p{
    padding: 12px 8px;
    font-size: 1.3rem;
  }
}

#goldrate .rate{
  display: block;
  line-height: 1.5;
  border-radius: 6px;
  overflow: hidden;
  padding: 16px;
  border: 4px solid var(--main-color);
}
#goldrate p{
  line-height: 1.1;
  font-size: 0.8em;
  color: #000;
  text-align: left;
  margin: 8px 0;
}
#goldrate .rate p{
  font-size: 1em;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
  background: linear-gradient(transparent 60%, yellow 30%);
}
#goldrate .rate p span{
  font-size: 3em;
  line-height: 0.6;
  font-weight: 900;
  color: var(--main-color);
  margin: 0 8px;
}
@media screen and (min-width: 769px) {

  #goldrate{
    margin-top: 32px;
   }
  #goldrate .rate{
    padding: 32px;
    width: 80%;
    margin: 0 auto;
  }
  #goldrate p{
    text-align: center;
  }
}

#researcher{
  margin-top: 32px;
  border-radius: 8px;
  overflow: hidden;
  border: 1.5px solid #e1ddc3;
  padding: 20px;
  background-color: #fff;
  display: flex;
}
#researcher .img figcaption{
  color: #DCAA22;
  text-align: center;
  padding: 8px;
  font-size: 1.1em;
  font-weight: 700;
}
#researcher .info{
  margin: auto 32px;
}
#researcher .info p{
  font-size: 1em;
}
#researcher .info p:first-child{
  font-size: 1.3em;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #researcher{
    border-left: 5px solid #DCAA22;
  }
  #researcher .img{
    width: 30%;
    min-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  #researcher{
    border-top: 5px solid #DCAA22;
    display: block;
  }
  #researcher .img figure{
    margin: 0 auto;
    width: 50%;
  }
  #researcher .info {
    margin: 16px 0 0;
  }
}


#chosa_item .chosa_item_list{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
}
#chosa_item .chosa_item_list .chosa_item_list_box{
  flex: 0 0 calc((100% - 32px) / 3);
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 6px;
  box-sizing: border-box;
}
#chosa_item .chosa_item_list .chosa_item_list_box img{
  border-radius: 4px;
  height: 200px;
  width: 100%;
  object-fit: cover;
}
#chosa_item .chosa_item_list .chosa_item_list_box p.title{
  font-size: 1em;
  font-weight: 700;
}
#chosa_item .chosa_item_list .chosa_item_list_box p{
  font-size: 0.8em;
  padding: 16px 0 0;
}


@media screen and (max-width: 768px) {
  #chosa_item .chosa_item_list{
    gap: 32px;
    margin: 16px 0 0;
  }
  #chosa_item .chosa_item_list .chosa_item_list_box{
    flex: 0 0 calc(100%);
  }
}

#report .time_required {
  padding: 8px;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  background-color: #F6F6F6;
  margin: 16px 0;
  font-size: 1em;
  color: #777;
}
#report .time_required span{
  color:var(--main-color);
}
#report .time_required:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url(../img/common/clock.svg);
  background-size: contain;
  vertical-align: middle;
}

#report .shop_side,#report .hukumen_side{
  display: flex;
  padding: 8px 0;
  min-height: 150px;
}
#report .shop_side::before{
  content: "";
  display: inline-block;
  width: 145px;
  margin-right: 8px;
  background-image: url(../img/common/kanteishi.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#report .shop_side .balloon, #report .hukumen_side .balloon {
  position: relative;
  display: flex;
  padding: 16px;
  border: 2px solid #cccccc;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  width: calc(100% - 20px);
  height: auto;
  flex-direction: column;
  justify-content: center;
}
/* 左向き */
#report .shop_side .balloon {
  margin-left: 20px;
  border-color: #008628;
}
#report .shop_side .balloon::before,
#report .shop_side .balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  translate: -100% -50%;

}
#report .shop_side .balloon::before {
  border-width: 12.5px 20px 12.5px 0;
  border-color: transparent #008628 transparent transparent;
}
#report .shop_side .balloon::after {
  border-width: 10.1px 16.2px 10.1px 0;
  border-color: transparent #ffffff transparent transparent;
}

#report .hukumen_side::after{
  content: "";
  display: inline-block;
  width: 145px;
  margin-left: 8px;
  background-image: url(../img/common/hukumen.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 右向き */
#report .hukumen_side .balloon {
  margin-right: 20px;
  border-color: #e8a81a;
}
#report .hukumen_side .balloon::before,
#report .hukumen_side .balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  translate: 100% -50%;
}

#report .hukumen_side .balloon::before {
  border-width: 12.5px 0 12.5px 20px;
  border-color: transparent transparent transparent #e8a81a;
}
#report .hukumen_side .balloon::after {
  border-width: 10.1px 0 10.1px 16.2px;
  border-color: transparent transparent transparent #ffffff;
}

#report p {
  font-size: 1.4rem;
  line-height: 1.5em;
}

#report .note{
  padding: 16px;
  background-color: #ecf4fb;
  border: 2px solid #cccccc;
  border-radius: 8px;
  margin: 8px 0;
}
#report .note p{
  line-height: 1.8;
  font-size: 1.45rem;
}


@media screen and (max-width: 768px) {
  #report .shop_side::before{
    background-position: center top;
  }
  #report .shop_side .balloon::before,
  #report .shop_side .balloon::after {
    top: 40px;
  }
  #report .hukumen_side::after{
    background-position: center top;
  }
  #report .hukumen_side .balloon::before,
  #report .hukumen_side .balloon::after {
    top: 40px;
  }
}

#report_tmp .title.type_03 {
  margin: 8px 0;
  font-size: 1.7rem;
  padding: 0 8px;
  line-height: 1.7;
}


/*-------------------------------------------------
	++ TOP-PAGE
-------------------------------------------------*/
.title.type_01 {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.title.type_01::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  flex: 0 0 18px;
  content: "";
}

@media screen and (max-width: 768px) {
  .title.type_01 {
    line-height: 1.5;
  }
}
.title.type_02 {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
  line-height: 1.3;
}
.title.type_02::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 56px;
  height: 2px;
}

.title.type_03 {
  padding: 8px;
  margin-bottom: 24px;
  line-height: 1;
  color: #151515 !important;
}
.title.type_04 {
  border-left: 4px solid var(--main-color);
  padding: 16px 8px;
  margin-bottom: 8px;
  line-height: 1;
  background-color: var(--main-color2);
  color: #fff;
  font-size: 2rem;
}
.title.type_05 {
  margin: 24px 0 16px;
  font-size: 1.8rem;
  padding-left: 12px;
  position: relative;
}
.title.type_05::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent var(--main-color);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .title.type_01 {
    font-size: 1.8rem;
  }
  .title.type_03 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .title.type_01 {
    font-size: 4.2vw;   
  }
  .title.type_03, h4 {
    font-size: 4.6vw;
  }
}

/*section-style----------------------------------*/
.section_header {
  text-align: center;
  margin-bottom: 32px;
}
.section_header .section_title {
  font-size: 2.2rem;
  text-align: center;
  padding: 0;
}

.section_header .section_title::before{
  content: "";
  display: block;
  width: 24px;
  height: 33px;
  margin: 0 auto 16px;
  background-image: url(../img/common/title-deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.section_header .section_title::after{
  content: "";
  display: block;
  width: 25%;
  margin: 16px auto;
  border-top: 3px solid var(--main-color);
}

.section_header .read {
  margin-top: 32px;
}
.section_header .read.annotation {
  margin-top: 16px;
  color: #BF2525;
  font-weight: 700;
}
.read p {
  line-height: 1.8;
  font-size: 1.45rem;
}

@media screen and (min-width: 769px) {
  .section_title {
    font-size: 3.2rem;
  }
  .section_header {
    margin: 32px 0;
  }
  .section_header .section_title {
    font-size: 2.6rem;
  }
  .section_header .section_title::after{
    width: 10%;
  }

}
@media screen and (max-width: 768px) {
  .section_title {
    font-size: 5.85vw;
  }
  .section_header h1.section_title {
    line-height: 1.3em;
    margin-top: 32px
  }

}
/*-------------------------------------------------
	++ UNDER-PAGE
-------------------------------------------------*/
.pagenation {
  margin: 32px auto 32px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.4rem;
}

.pagenation .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 12px;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #ccc;
  border-radius: 8px;
}

.pagenation .next,
.pagenation .prev {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
}

.pagenation .current {
  color: #fff;
  background-color: #161D3B;
}


picture {
  display: block;
  text-align: center;
}
.float_wrap {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.float_img {
  display: block;
  width: 40%;
}
.float_text {
  text-align: justify;
  width: 100%;
}
.float_l {
  float: left;
  margin-right: 20px;
}
.float_r {
  float: right;
  margin-left: 20px;
}
li::marker {
  content: none;
}
.sec3Box {
  padding-left: 0!important;
}
@media screen and (max-width: 768px) {
  .float_img {
    width: 100%;
    margin-bottom: 15px;
  }
  .float_l {
    float: none;
    margin-right: 0;
  }
  .float_r {
    float: none;
    margin-left: 0;
  }
}

.btn_big a {
  display: block;
  color: white;
  text-align: center;
  font-weight: 700;
  border-radius: 6px;
  padding: 18px;
  background-color: #76A2A8;
  border-bottom: 3px solid #5C8B91;
}
.icon_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow_r_w::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url(../img/common/arrow_w.svg) 100% 100% / cover;
}
.icon_btn span::before {
  content: url("");
  margin-right: 0.16em;
}

/*----------------------------------------*/
/* header                                 */
/*----------------------------------------*/
  .g-header .g-header-bar .sitename{
    background-color: #E6E6E6;
    padding: 8px;
}
  .g-header .g-header-bar .sitename a{
    color: #383838;
    font-size: 1.2rem;
}
  .g-header .g-header-bar .sitename:before{
    display: inline-block;
    width: 3.4rem;
    margin: 0 0.8rem 0 0;
    background: #333;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    content: "PR";
}

@media screen and (min-width: 751px) {
  
  .g-header{
    background-color: #fff;
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    box-shadow: 2px 2px 6px -2px #555, 3px 3px 8px rgba(255, 255, 255, 0.8) inset;
  }
  .g-header .g-header-bar .top-link{
    padding: 24px;
  }
  .g-header .g-header-bar .top-link a{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .g-header .g-header-bar .top-link a:hover{
    opacity: 0.7;
  }
  .g-header .g-header-bar .sitename{
    border-top: 3px solid;
    border-image: linear-gradient(to right, var(--main-color), var(--main-color2)) 1;
  }
  .g-navi-list {
    margin: 16px 0;
  }
  .g-navi-list .g-navi-list__item {
    padding: 0;
    font-weight: bold;
    border-bottom: 1px solid #7e7e7e;
    line-height: 1.4;
    list-style-type: none;
  }
  .g-navi-list .g-navi-list__item:hover,  .g-navi-list  .g-navi-listsubitem:hover{
    background: #C2C2C2;
  }

  .g-navi-list .g-navi-list__item .ac_bar{
    position: relative;
    display: flex;
  }

  .g-navi-list .g-navi-list__item:hover > .g-navi-list__sub {
    display: block;
  }
  .g-navi-list .g-navi-list__item .g-navi-list__link--menu {
    position: relative;
  }
  .g-navi-list .g-navi-list__item .g-navi-list__link {
    padding: 20px 30px 20px 8px;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    color: var(--main-color2);
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    position: relative;
  }
  .g-navi-list .g-navi-list__sub {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding-bottom: 10rem;
    background-color: #F7F7F7;
    padding: 60px 0;
    box-shadow: 2px 2px 6px -2px #555, 3px 3px 8px rgba(255, 255, 255, 0.8) inset;
    overflow-y: auto;
  }
  .g-navi-list .g-navi-list__sub .g-navi-listsubitem {
    display: block;
    box-sizing: border-box;
    width: 100%;
    color: var(--main-color2);
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #7e7e7e;
  }
  .g-navi-list .g-navi-list__link:not(.g-navi-list__link--menu)::after {
    font-family: 'FontAwesome';
    content: "\f105";
    color: var(--main-color);
    margin-left: auto;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
  .g-header .g-header-inner #g-nav-toggle{
    display: none;
  }

  .g-header .g-header-inner .g-nav{
    display: block !important;
  }

}

@media screen and (max-width: 750px) {
  .g-header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 0;
  }

  .g-header .g-header-bar{
    display: inline-flex;
    justify-content: space-between;
    flex: 1;
    width: 100%;
    border-top: 3px solid;
    border-image: linear-gradient(to right, var(--main-color), var(--main-color2)) 1;
    box-shadow: 2px 2px 6px -2px #555, 3px 3px 8px rgba(255, 255, 255, 0.8) inset;
  }
  .g-header .top-link{
    align-items: center;
    height: 60px;
    width: 80px;
    background-color: #fff;
  }
  .g-header .top-link a{
    display: block;
    padding: 5px;
  }
  .g-header .top-link a img{
    width: auto;
    height: 50px;
    margin: 0 auto;
    display: block;
  }
  .g-header .g-header-bar .sitename {
    width: calc(100% - 143px);
    margin-right: auto;
    background-color: #fff;
  }

  .g-header .g-header-inner .g-nav-sm {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
  }

  .g-header .g-header-inner #g-nav-toggle {
    cursor: pointer;
    text-align: center;
    height: 63px;
    width: 63px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    background-color: var(--main-color);
  }

  .g-header .g-header-inner #g-nav-toggle p{
    color: #252525;
    font-size: 1.6rem;
    font-weight: 700;
    line-height:60px;
  }

  .g-header .g-header-inner #g-nav-toggle .g-icon{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .g-header .g-header-inner #g-nav-toggle .g-icon::before{
    font-family: 'FontAwesome';
    content: "\f0c9";
    color: #fff;
    font-size: 3.5rem;
    margin: 8px auto;
  }

  .g-header .g-header-inner #g-nav-toggle .g-close::before{
    font-family: 'FontAwesome';
    content: "\f00d";
  }

  .g-header .g-header-inner .g-nav-sm{
    display: none;
  }

  .g-navi-list .g-navi-list__item {
    padding: 0;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    line-height: 1.4;
    list-style-type: none;
    background-color: white;
  }

  .g-navi-list .g-navi-list__item .ac_bar{
    position: relative;
    display: flex;
  }

  .g-navi-list .g-navi-list__item .g-navi-list__link--menu {
    position: relative;
    width: calc(100% - 54px)!important;
  }

  .g-navi-list .g-navi-list__item .g-navi-list__link {
    padding: 20px 30px 20px 24px;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    color: var(--main-color2);
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    position: relative;
  }

  .g-navi-list .g-navi-list__item .g-navi-list__link::before {
    font-family: 'FontAwesome';
    content: "\f105";
    color: var(--main-color);
    margin-left: auto;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }

  .g-navi-list .g-navi-list__sub {
    width: 100%;
    height: 100%;
    display: none;
    padding-bottom: 10rem;
    background-color: #F7F7F7;
    padding: 0;
  }
  .g-navi-list .g-navi-list__sub .g-navi-listsubitem {
    display: block;
    box-sizing: border-box;
    width: 100%;
    color: var(--main-color2);
    border-bottom: 1px solid #aaa;
  }
  .g-navi-list .g-navi-list__sub .g-navi-listsubitem:last-child{
    border-bottom: none;
  }

  .g-navi-list .g-navi-list__sub .g-navi-listsubitem .g-navi-list__link{
    font-weight: normal;
    font-size: 1.2rem;
    text-align: left;
    text-decoration: none;
    padding: 15px 30px 15px 8px;
  }
  
  .g-navi-list .g-navi-list__sub .g-navi-listsubitem .g-navi-list__link::after {
    font-family: 'FontAwesome';
    content: "\f105";
    color: var(--main-color);
    margin-left: auto;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .g-navi-list .g-navi-list__sub .g-navi-listsubitem .g-navi-list__link::before {
    content: "";
  }

}

.footer-sp-only {
  display: none;
}
@media screen and (max-width: 750px) {
  .footer-sp-only {
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: rgba(155, 141, 101,0.8);
    position: fixed;
    bottom: 0;
    left: 0; 
    z-index: 9999;
    padding: 10px;
  }
  .footer-sp-only a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
  }
  .footer-sp-only .footerbtn_tel {
    width: 60%;
    background-color: #252525;
    color: #fff;
  }
  .footer-sp-only .footerbtn_reserve {
    width: 35%;
    line-height: 1.2;
    background-color: #fff;
    color: #9b8d65;
  }
  .footer-sp-only .footerbtn_tel_text {
    margin: 0;
    line-height: 1.2;
    font-size: 15px;
  }
  .footer-sp-only .footerbtn_tel_subtext {
    font-size: 12px;
    font-weight: bold;
  }
  .footer-sp-only .fa-phone::before {
    margin-right: 7px;
  }
  .footer-sp-only .fa-house-chimney::before {
    margin-right: 7px;
  }
}

/* 会社情報 */
table.cmp_info{
  display: table;
  width: 100%;
  margin: 32px 0;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
}
table.cmp_info tbody{
  width: 100%;
  border: none;
  display: table-row-group;
}
table.cmp_info tr{
  width: 100%;
  border: none;
  display: table-row;
}
table.cmp_info th{
  box-sizing: border-box;
  display: table-cell;
  width: 15em;
  padding: 8px;
  border: none;
  border-bottom: white solid 1px;
  background-color: var(--main-color);
  color: white;
  font-weight: normal;
}
table.cmp_info td{
  box-sizing: border-box;
  padding: 8px;
  border: none;
  display: table-cell;
  width: auto;
  border-bottom: #E7E7E7 solid 1px;
  text-align: left;
  background: none !important;
}
@media screen and (max-width: 768px) {
  table.cmp_info {
    display: block;
    margin: 16px 0;
    font-size: 1.5rem;
  }
  table.cmp_info tbody{
    display: block;
  }
  table.cmp_info tr{
    display: block;
  }
  table.cmp_info th{
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 4px 8px;
  }
  table.cmp_info td{
    border: none;
  }
}

/* slick カスタマイズ */ 
.slick-slider,
.slick-list,
.slick-track {
  height: 100%;
}

.mv_zone .slick-track {
  display: flex;
}

.mv_zone .slick-slide {
  display: flex;
}
.mv_zone .slick-arrow {
  width: 30px;
  height: 60px;
  background-color: #949494;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 20%;
  z-index: 1;
  opacity: .75;
  padding: 10px;
}

.mv_zone .slick-prev {
  left: 0;
}

.mv_zone .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  opacity: 1;
}

.mv_zone .slick-next {
  right: 0;
}

.mv_zone .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  opacity: 1;
}

.mv_zone .slick-dots li {
  padding: 5px;
}

.mv_zone .slick-dots li button {
  border-radius: 5px;
  width: 8px;
  height: 8px;
  background: #e6e6e6c0;
}

.mv_zone .slick-dots li button:before {
  content: none;
}

.mv_zone .slick-dots li.slick-active button {
  background: var(--main-color);
}

@media screen and (min-width: 769px) {
  .mv_zone .slick-arrow {
    top: 50%;
  }
  .mv_zone .slick-dots {
    bottom: -40px;
  }
}

/* mv style */
.mv_zone {
  background-color: #000;
  padding: 4vw;
}
.mv_zone .dates_box{
  color: #FFF9EE;
}
.mv_item {
  position: relative;
}
.slick-box{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;  
}
.slick-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.slick-item img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.slick-item .slick_info {
  padding: 16px;
  background-color: white;
  flex-grow: 1;
}

.slick-item .slick_info p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
}

.slick-item .slick_info p.pickup {
  font-size: 1.4rem;
  padding: 2px 8px;
  color: white;
  background-color: var(--main-color);
  width: fit-content;
  border-radius: 5px;
  margin-bottom: 8px;
}

.slick-item .slick_info p.title {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 16px;
}

.slick-item .slick_info .p_btn {
  display: inline-block;
  text-align: center;
  margin: 32px auto 0;
  padding: 1.2em 0;
  width: 100%;
  font-weight: 700;
  border-radius: 100px;
  color: white;
  position: relative;
}

@media screen and (min-width: 769px) {
  .mv_zone .slick-track {
    display: flex;
  }

  .mv_zone .slick-slide {
    display: flex;
  }

  .mv_zone {
    padding: 1.5vw 7vw 4.5vw;
  }
  .slick-item {
    display: flex;
    flex-direction: unset;
  }

  .slick-item img {
    width: auto;
    height: 350px;
  }

  .slick-item .slick_info {
    padding: 16px 16px 16px 64px;
    height: 350px;
    width: 80%;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, white 5%);
    mask-image: linear-gradient(to right, transparent 0%, white 5%);
  }
}

.dates_box{
  padding: 0 0 4vw;
  font-size: 0.9em;
  text-align: center;  
}
@media screen and (min-width: 769px) {
  .dates_box{
    padding: 1vw 0 2vw;
    text-align: left;
  }
}

#ChartWrap{
  background-color: white;
  border: 1.5px solid #e1ddc3;
}

/*# sourceMappingURL=style.css.map */

