@charset "utf-8";
@import url("root.css");

/***************************************
---------------- ACCESS ----------------
***************************************/
.access_area {
  width: 100%;
  display: block;
  margin: 0px 0;
}
.access_wrap {
  width: 96%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 10px;
}
.store_about {
	width: 49%;
  background-color: var(--base-color03);
  padding: 20px;
  border-radius: 8px;
  box-sizing: border-box;
}
.access_img{
  width: 49%;
}
#access iframe {
  width: 100%;
  height: 540px;
  vertical-align: bottom;
}
.store_about > * {
  width: 100%;
  line-height: 1.0;
  color: var(--base-color02);
}
.access_img .store_pic{
	display: flex;
  flex-wrap: wrap;
	justify-content:space-between;
}
.access_img .store_pic li{
	width: 48%;
  margin-bottom: 20px;
}
.access_img .store_pic li:nth-last-child(-n+2){
  margin-bottom: 0;
}

.access_img .store_pic li img{
	width: 100%;
}
.store_about dl{
	display: flex;
	margin-bottom: 10px;
}
.store_about dl:last-child{
  margin-bottom: 0;
}
.store_about dl dt{
  color: var(--base-color03);
  width: 122px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  vertical-align: top;
	margin-right: 15px;
}
.store_about dl dt b{
  width: 100%;
  display: block;
  background-color: var(--base-color02);
  padding: 0px 5px 1px;
}
.store_about dl dd{
  padding: 0px 5px 1px 0px;
	width: calc(100% - 130px);
}
.sns_mark{
  display: flex;
}
.sns_mark p{
  margin-right: 14px;
}
.sns_mark p:nth-child(1){
  width: 50px;
}
.sns_mark p:nth-child(2){
  width: 50px;
}
.sns_mark p:nth-child(3){
  width: 72px;
}
.sns_mark p:nth-child(4){
  width: 50px;
  margin-right: 0;
}
.access_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin: 25px auto 0;
}
.f_logo{
	width: 100%;
  height: 80px;
  background: url(../img/stripe.svg) repeat top left / 190px;
	text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f_logo img{
  aspect-ratio: 150/37;
	width: auto;
  height: 65%;
  object-fit: contain;
}
#access .container {
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
#access .ac_btn_links a {
  font-size: 18px;
}
#access .tel_btn .ac_btn_links a {
  font-size: 22px;
}
}
@media screen and (max-width: 930px) {
.access_wrap {
  display: block;
}
.access_img {
  width: 100%;
  margin-bottom: 30px;
}
.store_about {
  width: 100%;
}
.access_wrap ul.access_btn {
  display: block;
}
.access_wrap ul.access_btn li{
	width: 100%;
	margin-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
.store_about {
  width: 100%;
  padding: 10px;
}
.store_about dl {
  display: block;
}
.store_about dl dt {
  width: 100%;
	text-align: left;
	padding: 5px;
	font-size: 16px;
}
.store_about dl dd {
  width: 100%;
	padding: 5px ;
}
.access_wrap ul {
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
}
.access_wrap ul li {
	width: 90%;
}
.access_wrap ul li:last-child {
	margin-bottom: 0;
}
.access_img {
  margin-bottom: 20px;
}
.access_wrap {
  margin: 5px auto 0;
  padding: 10px;
}
#access iframe {
  height: 200px;
}
#access .ac_btn_links a {
  padding: 11px 5px 11px;
}
#access .tel_btn .ac_btn_links a {
  font-size: 19px;
}
#access .mail_btn .ac_btn_links a {
  font-size: 16px;
}
.access_wrap ul.access_btn {
  margin-top: 0px;
}
}
