@charset "UTF-8";
/* CSS Document */
#faq {
  margin-bottom: 60px;
  padding: 8px;
  background: #fff;
}
#faq .title_block .title {
  margin: 0 auto;
  width: 208px;
}
#faq .title_block {
  height: 460px;
  background: url('/images/shop_title_bg.jpg') no-repeat center;
    background-size: auto;
  background-size: cover;
}
.page_in_nav_ul {
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
  background: #fcf3d6;
}
.page_in_nav_li{
	padding: 0 10px;
}
.page_in_nav_ul .page_in_nav_li {
	background: #e6002d;;
	max-width: 320px;
	width: 100%;
	display: block;
	text-align: center;
	height: 56px;
	line-height: 56px;
	border-radius: 100px;
}
.page_in_nav_ul .page_in_nav_li:nth-child(1){
	margin-right: 20px;
}
.page_in_nav_ul .page_in_nav_li a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.h3_title {
  font-size: 28px;
  text-align: left;
  margin-bottom: 40px;
}
.accordion-container {
  margin: 0 auto;
    margin-bottom: 0px;
  background: #fcf3d6;
  box-sizing: border-box;
  margin-bottom: 60px;
  padding: 60px 32px;
}
.accordion-container .accordion-title {
  font-size: 18px;
  line-height: 1.3;	
  font-weight: bold;
  color: #333;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 20px 36px 20px 20px;
/*  background-color: #fef0c6;*/
  background-color: #ffe39f;	
  text-align: left;
}
.accordion-title.js-accordion-title span {
  margin-right: 10px;
}
#accordion01 {
  padding-bottom: 50px;
}
#accordion02 .accordion-content {
  display: none;
}
.accordion-content a {
  color: red;
}
.accordion_wrap {
  margin-bottom: 10px;
}
.accordion-content {
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;	
}
.accordion-content a {
  margin-left: 10px;
  text-decoration: underline;
  word-break: break-all;	
}
.accordion-content span {
  margin-right: 10px;
}
.accordion-container .accordion-title::after {
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  background-image: url("../images/icn_cross.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.accordion-container .accordion-title.open::after {
  width: 14px;
  height: 2px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../images/icn_cross02.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}


.accordion-container {
  width: 100%;
  margin: 0 auto;
}
.item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 23px 0;
    border-bottom: 1px solid #d0c199;
    font-size: 1.4rem;
    line-height: 1.6;
}
.item:last-child {
    border: none;
}
.item .shop_name {
    flex-basis: 23%;
    font-weight: bold;
}
.item .data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-basis: 64%;
}
.item .add {
    flex-basis: 56%;
}
.item .note {
    color: #e6002d;
}
.item .time {
    flex-basis: 44%;
}
.label img {
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 1px;
}
.item .btn_map {
    margin: 0 0 0 auto;
    width: 76px;
}
.item .btn_map .label {
    position: relative;
    display: inline-block;
    padding: 0 1px 0 16px;
}
.item .btn_map .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    background: #23211f;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
}
.item .btn_map .label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 12px;
    height: 16px;
    background:url("../images/icon_map.png") no-repeat;
    background-size: auto;
    background-size: contain;
}
.btn_entry {
    width: 76px;
	margin-left: 12px;
}
.btn_entry .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    background: #e60012;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
}
.faq_cate_menu {
  display: flex;
  justify-content: space-between;
}
.faq_cate_menu_ul {
  display: flex;
  /* width: 70%; */
  width: 80%;
  flex-wrap: wrap;	
}
.faq_cate_menu_li {
  margin-right: 8px;
  flex: 1;
}
.faq_cate_menu_li:last-child {
  margin-right: 0;
}
.faq_cate_menu_li a {
  font-size: min(1.2vw,13px);
  font-weight: bold;	
  color: #fff;
  background: #009a53;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  border: solid 1px #009a53;
  white-space: nowrap;	
}
.faq_cate_menu_li:nth-child(4) a {
  font-size: min(1.1vw,11px);
}
.h4_cate {
  font-size: 18px;
  border-left: solid 4px #009a53;
  margin-bottom: 20px;
  padding: 10px;
  margin-top: 40px;
  line-height: 1;
}
#cate01 {
  margin-top: 0;
}
.accordion-content img {
  vertical-align: middle;
  margin: 0px 2px;	
}
.top_cate a {
  font-size: 14px;
  padding-right: 20px;
  position: relative;
  color: #000;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid;	
}
.top_cate a::after {
  content: "";
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-bottom: solid 10px #000;
  display: block;
  position: absolute;
  right: 0;
  top: -4px;
}
.top_cate {
  text-align: right;
  margin-top: 30px;
}

@media screen and (max-width:800px){
.h3_title {
    font-size: 26px;	
	white-space: nowrap;
}
}


@media screen and (max-width:740px){
#faq .title_block {
  height: 200px;
}	
#faq .title_block .title {
  width: 136px;
}	
#accordion01 {
  padding-bottom: 20px;
}	
.accordion-container {
  padding: 34px 3% 30px;
}	
.h3_title {
  font-size: 24px;
  margin-bottom: 20px;
}	
.page_in_nav_ul .page_in_nav_li a {
  font-size: 14px;
}	
.page_in_nav_ul {
  padding: 8px;
	}
#sec01 .sec_content {
    padding: 30px 20px 30px 20px;
}	
.accordion-container .accordion-title {
    padding: 16px;
}
.item {
	padding: 20px 0 10px 0;
    flex-direction: column;
    align-items: flex-start;
}	
.item .data {
    display: block;	
}
.btn_entry {
    position: absolute;
    bottom: 10px;
    right: 0;
}
.item .btn_map {
    margin: 0 0 0 auto;
    width: 76px;
    position: absolute;
    bottom: 50px;
    right: 0px;
}	
.accordion-container .accordion-title::after {
	width: 12px;
	height: 12px;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;	
	}
.accordion-container .accordion-title {
    font-size: 16px;
    text-align: left;	
	padding: 16px 30px 16px 30px;
    position: relative;	
}
.accordion-title.js-accordion-title span {
  position: absolute;
  left: 12px;
}
.accordion_wrap:last-child {
  margin-bottom: 0;
}	
.faq_cate_menu {
  display: block;
	}
.faq_cate_menu_ul {
  width: 100%;
  justify-content: space-between;	
}	
.faq_cate_menu_li {
  margin-right: 0;
  flex: inherit;
  width: 49%;
  margin-bottom: 10px;
}	
.faq_cate_menu_li a {
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  border-radius: 100px;
  border: solid 1px #009a53;
}	
.faq_cate_menu_li:nth-child(4) a {
  font-size: 12px;
}	
.faq_cate_menu_ul {
  margin-bottom: 20px;
}	
.page_in_nav_ul .page_in_nav_li {
  height: 40px;
  line-height: 40px;
}
.page_in_nav_ul .page_in_nav_li:nth-child(1) {
  margin-right: 10px;
}	
}

@media screen and (max-width: 414px) {
.h3_title {
  font-size: 21px;
}
}