@charset "UTF-8";
/* CSS Document */


/*-----------------------------------------------
layout
-----------------------------------------------*/
.contents {
    margin: 0 auto;
    padding: 0;
    max-width: 1276px;
}
.page_main {
    width: 100%;
	margin-bottom: 80px;
}
.section {
    background: #fcf3d6;
    border: solid 8px #fff;
    box-sizing: border-box;
	margin-bottom: 60px;
}
.sec_content {
    padding: 60px;
}
.media_pc{
	display: block;
}
.media_sp{
	display: none;
}

@media screen and (max-width:768px){
.page_main {
    margin-bottom: 40px;
}
.sec_content {
    padding: 30px 20px;
}
.section {
    border: solid 4px #fff;
    margin-bottom: 30px;
    border-right: 0;
    border-left: 0;
}
.media_pc{
	display: none;
}
.media_sp{
	display: block;
}
.breadcrumb {
    display: none;
}	
}

/*-----------------------------------------------
title
-----------------------------------------------*/
.title_block {
    text-align: center;
}
.title_block{
	width: 100%;
	height: 290px;
	background-image: url("../images/sec01_titile_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#sec01 .title_block{
	background-image: url("../images/sec01_titile_bg.jpg");
}
#sec02 .title_block{
	background-image: url("../images/sec02_titile_bg.jpg");
}
#sec03 .title_block{
	background-image: url("../images/sec03_titile_bg.jpg");
}
#sec04 .title_block{
	background-image: url("../images/sec04_titile_bg.jpg");
}


@media screen and (max-width:768px){
.title_h2 {
    width: 106px;
    margin: 0 auto;
}
.title_block {
    height: 140px;
	}
}


/*-----------------------------------------------
sec01
-----------------------------------------------*/

#sec01 .sec_content {
    padding: 30px 100px 60px 100px;
}

.accordion-container .accordion-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 20px;
  background-color: #fef0c6;
  text-align: center;
  margin-bottom: 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: 28px;
  background-image: url("../images/icn_cross02.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/*CSS for CodePen*/

.accordion-container {
  max-width: 800px;
  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;
}

@media screen and (max-width:768px){
#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: 17px;
    right: 10px;	
	}
.accordion-container .accordion-title {
    font-size: 16px;
    text-align: left;	
}
}


/*-----------------------------------------------
sec02
-----------------------------------------------*/
.h3_style {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 60px;
}
.sec02_list_title {
    font-size: 26px;
    font-weight: 700;
    position: relative;
	padding: 14px 0 14px 80px;
	margin-bottom: 40px;
}
.sec02_list_title::after {
    content: "";
    width: calc(100% - 80px);
    height: 4px;
    border-bottom: dotted 4px #edbd42;
    position: absolute;
    right: 0;
    bottom: 0;
}
.number {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec02_list_ul {
    margin-bottom: 100px;
}
.sec02_list_ul:last-child {
    margin-bottom: 0;
}
.sec02_list_li {
    margin-bottom: 60px;
}
.sec02_list_li:last-child{
	margin-bottom: 0;
}
.sec02_list_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec02_list_content_l {
    width: 42%;
}
.sec02_list_content_l img {
    width: 100%;
    height: auto;
}
.sec02_list_content_r {
    width: 54%;
}
.txt_sec02 {
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (max-width:768px){
.h3_style {
    font-size: 21px;
	margin-bottom: 20px;
}
.sec02_list_ul {
    margin-bottom: 50px;
}
.sec02_list_li {
    margin-bottom: 30px;
}
.number img {
    width: 30px;
}	
.sec02_list_title {
    font-size: 17px;
    padding: 7px 0 7px 36px;
    margin-bottom: 20px;
}	
.sec02_list_title::after {
    width: calc(100% - 36px);
    height: 3px;
    border-bottom: dotted 3px #edbd42;	
	}
.sec02_list_content {
    display: block;	
	}
.sec02_list_content_l {
    width: 100%;
	margin-bottom: 10px;
}	
.sec02_list_content_r {
    width: 100%;
}	
.txt_sec02 {
    font-size: 14px;
    line-height: 1.6;
}	
}

/*-----------------------------------------------
sec03
-----------------------------------------------*/
.sec03_txt {
    font-size: 18px;
    line-height: 1.8;
	text-align: left;
	margin-bottom: 40px;
}
.sec03_image_ul {
    display: flex;
    justify-content: center;
}
.sec03_image_li img {
    width: 100%;
    height: auto;
}

.image01 .sec03_image_li:nth-child(1) {
    width: 60%;
}
.image01 .sec03_image_li:nth-child(2) {
    width: 40%;
}
.sec03_list_ul {
    text-align: center;
}
.sec03_list_li {
    padding-bottom: 40px;
    border-bottom: solid 2px #fff;
    margin-bottom: 60px;
}
.sec03_list_li:last-child{
    margin-bottom: 0;
}
.h3_style.sec03 {
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 60px;
    display: inline-block;
}
.sec03_h3_deco {
    text-align: left;
    margin-bottom: 4px;
    margin-left: -10px;
}

@media screen and (max-width:768px){
.h3_style.sec03 {
    font-size: 18px;
    margin-bottom: 20px;
}
.sec03_h3_deco img {
    width: 90px;
}	
.sec03_txt {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 20px;
}
.sec03_list_li {
    padding-bottom: 20px;
    border-bottom: solid 1px #fff;
    margin-bottom: 30px;
}	
}
	
/*-----------------------------------------------
sec04
-----------------------------------------------*/
.qa_dl {
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 20px;
    margin-bottom: 16px;
    border-bottom: solid 1px #b28850;
}
.qa_dt span {
	font-size: 21px;
    color: #0c9451;
    margin-right: 10px;
}
.qa_dt, .qa_dd {
    text-indent: -1.4em;
    padding-left: 1.4em;
}
.qa_dd span {
	font-size: 21px;
    color: #e60012;
    margin-right: 10px;
}
.qa_dt {
    margin-bottom: 4px;
}

@media screen and (max-width:768px){
.qa_dl {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 10px;
    margin-bottom: 8px;
}
.qa_dt span {
    font-size: 18px;
    margin-right: 5px;
}
.qa_dd span {
    font-size: 18px;
    margin-right: 5px;
}		
}




