@charset "UTF-8";

/*--------PC表示設定--------*/
.sp {
  display: none;
}
.pc {
  display: block;
}
/*--------PC表示設定--------*/
/* company section-start */


.company-container {
	padding-top: 64px;
    padding-right: 9vw;
    padding-bottom: 64px;
    padding-left: 9vw;
}
.company-img {
    width: 50%;
    margin-right: 5.5%
}
.company-img img {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
}
.company-img2 {
    width: 50%;
}
.company-p-h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    text-align: justify;
}
.company-p {
    width: 50%;
}
.company-p-p {
    font-size: 16px;
    line-height: 1.75em;
    margin: 12px 0 24px;
}
.company-list ul li {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* table-body */
.table-body1-container {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #b5b1b1;
}
.table-tr {
	border-bottom: 1px solid #b5b1b1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
}

.table-header {
  font-size: 16px;
  font-weight: bold;
  padding: 12px 16px;
	border: none;
	text-align: left;
  width: 30%;
  background-color: #f8f8f8;
}
.table-contents {
  font-size: 16px;
	padding: 12px 16px;
	border: none;
	text-align: left;
  width: 70%;
}
/* company section-end */
/* accessmap section-start */
.accessmap-container {
	padding-top: 64px;
    padding-right: 9vw;
    padding-bottom: 64px;
    padding-left: 9vw;
    background-color: #f9f7f7;
}
.accessmap-title-h2 {
	font-weight: 700;
    font-size: 32px;
    line-height: 1.4em;
    text-align: justify;
}
.accessmap-title-h3 {
    color: #ed1c24;
    margin-top: 12px;
	font-size: 12px;
    margin-bottom: 48px;
}
.accessmap-title-p {
    font-size: 18px;
    line-height: 1.75em;
    margin-top: 32px;
    margin-bottom: 0px;
}
.accessmap-container iframe {
  width:100%;
  height: 400px;
  border-radius: 8px;
  margin-top: 48px;
}
/* accessmap section-end */
/* store section-start */
#store {
    padding-top: 64px;
    padding-right: 9vw;
    padding-bottom: 64px;
    padding-left: 9vw;
    background-color: #FFFFFF!important;
}
.store-title-h2 {
	font-weight: 700;
    font-size: 32px;
    line-height: 1.4em;
    text-align: justify;
}
.store-title-h3 {
    color: #ed1c24;
    margin-top: 12px;
	font-size: 12px;
}
.store-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
    box-sizing: border-box;
}
.store-list li {
    width: 30%;
    box-sizing: border-box;
    margin:0 1.5%;
}
.store-p-h3 {
	font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 16px;
}
.store-img img {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
}
/* store section-end */


@media screen and (max-width: 980px) {
/*--------PC表示設定--------*/
.sp {
  display: block;
}
.pc {
  display: none;
}
/*--------PC表示設定--------*/

/* company section-start */
	.company-container {
	padding-top: 32px;
    padding-right: 5vw;
    padding-bottom: 32px;
    padding-left: 5vw;
}
	.company-list ul li {
    margin-top: 48px;
	display: block;
        }
	.company-img p {
    margin-right: 0;
}
	.company-img {
    width: 100%;
}
	.company-p-h3 {
    margin-top: 12px;
    font-size: 21px;
}
	.company-p {
    width: 100%;
}
.table-body1-container {
    max-width: 1080px;
    margin: 30px auto 0;
}
/* company section-end */
/* accessmap section-start */
.accessmap-title-h2 {
    font-size: 24px;
}
	.accessmap-container {
	padding-top: 32px;
    padding-right: 5vw;
    padding-bottom: 32px;
    padding-left: 5vw;
}
	.accessmap-list ul li {
    margin-top: 48px;
		display: block;}
	.accessmap-img {
    width: 100%;
}
.accessmap-title-h3 {
    margin-bottom: 16px;
}
.accessmap-title-p {
    margin-top: 16px;
}
.accessmap-list ul li {
    margin-top: 32px;
}
/* accessmap section-end */
/* store section-start */
	#store {
		padding-top: 32px;
    padding-right: 5vw;
    padding-bottom: 32px;
    padding-left: 5vw;
	}
    .store-title-h2 {
    font-size: 24px;
    }
	.store-list {
		display: block;
    }
	.store-list li {
    margin: 0;
}
	.store-list li {
    width: 100%;
    box-sizing: border-box;
    margin-top: 32px;
}
/* recommend section-end */
  
}

@media screen and (max-width: 480px) {


}