@charset "UTF-8";
/* CSS Document */

img {
	width: 100%;
	height: auto;
}

.visiblePc {
	display: block;
}

.visibleSp {
	display: none;
}

.contents {
	letter-spacing: 0.03em;
}

.mw900 {
	position: relative;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

/*-----------------------section1------------------------*/

.contents h1 {
	margin-top: 70px;
	margin-bottom: 35px;
	font-size: 80px;
	color: #004ea2;
	letter-spacing: -0.05em;
	font-family: 'Roboto Condensed', sans-serif;
}

.contents h1 span {
	color: #000;
	font-size: 24px;
	padding-left: 50px;
	letter-spacing: 0.03em;
  	font-family: "AXIS Std", "メイリオ", Meiryo, Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.ttl-subtile {
	margin: 60px auto 0;
	font-size: 24px;
	text-align: center;
}

/*-----------------------map------------------------*/
.box-map {
	margin: 50px auto 0;
	width: 100%;
}
.box-map iframe{
	width: 100%;
}
/*-----------------------shop------------------------*/
.list-tab > ul > li .btn-srch_area {
	position: relative;
	width: 100%;
	margin: 50px auto 0;
	background: #000;
	cursor: pointer;
	transition: .5s ease all;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: .15rem;
}

.list-tab > ul > li .btn-srch_area::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2%;
	margin: auto 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
}

.list-tab > ul > li .btn-srch_area:hover {
	background: #737373;
}

.lst-shop {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lst-shop li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 45px auto 0;
	padding: 0;
	width: 100%;
	background: #eee;
}

.lst-shop h3 {
	width: 100%;
	background: #b5b5b5;
	color: #fff;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.lst-shop figure {
	width: 321px;
  margin-bottom: 0px; /* WPのstyle.min.cssでfigureにmarginがついているので打ち消し */
}

.lst-shop figure img {
	width: 100%;
	height: auto;
}

.lst-shop .box-inform {
	padding: 0 45px 0 0;
	width: calc(100% - 350px);
}

.lst-shop .address,
.lst-shop .box-tel {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: #000;
}

.lst-shop .box-tel {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin: 5px 0 0;
}
.lst-shop .box-tel dd a{
	color:#000;
}

.lst-shop dt.fax {
	margin-left: 1rem;
}

.lst-shop a {
	color: #fff;
}

.btn-link {
	display: block;
	margin: 30px 0 0 auto;
	border-radius: 25px;
	background: #004ea2;
	width: 268px;
	transition: .5s ease all;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 46px;
	letter-spacing: .25rem;
}
.btn-link.ex {
	display: inline-block;
	width: 240px;
	margin-right: 10px;
}
.btn-link.ex2 {
	display: inline-block;
	width: 155px;
	margin-right: 10px;
	letter-spacing: 0;
}
.btn-link:hover {
	background: #2d8ae8;
}

.mb120 {
	margin-bottom: 120px;
}


/*---------------------------------------------------------*/
.list-tab > ul > li .list-tex {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 24px;
    background: #de2726;
    color: #fff;
    display: block;
    width: 100%;
}
.list-tab > ul > li {
    display: inline-block;
    width: 100%;
	text-align: center;
    color: #fff;
    position: relative;
    line-height: 1;
    margin-bottom: 34px;
    cursor: pointer;
    /* z-index: 2; */
}
.list-tab > ul > li > ul > li{
	width: 100%;
	display: inline-block;
    text-align: center;
	border: 1px solid #000;
	border-top: none;
    color: #fff;
	background-color: #eee;
    position: relative;
    line-height: 1;
    cursor: pointer;
	font-size: 16px;
    /* z-index: 2; */
	transition-duration: 0.4s;
}
.list-tab > ul > li > ul > li:hover{
	background: #C6C6C6;
}
.list-tab > ul > li > ul > li > a{
	display: block;
	padding: 3% 0;
}
.panel li > ul {
    display: none;
    position: absolute;
    /*top: 84px;*/
    height: 100%;
    width: 100%;
    z-index: 3;
    opacity: 0;
    transition: border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
}
.panel li.open > ul {
    display: block;
    opacity: 1;
}
.area-box {
    width: 100%;
    overflow: hidden;
}
.lst-shop li.is-hide {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: none;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: none;
    transition: border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
}
.link_area{
	padding-top: 130px;
	margin-top: -140px;
}
.lst-shop li.link_area{
	padding-top: 130px;
	margin-top: -140px;
	background: none;
	pointer-events: none;
}
/*---------------------------------------------------------*/



@media screen and (max-width: 1000px) {

	.mw900 {
		width: 90%;
	}

	.contents h1 span {
		padding-left: 2vw;
	}

	.box-map,
	.btn-srch_area,
	.lst-shop li {
		margin: 6vw auto 0;
	}

	.lst-shop .address,
	.lst-shop .box-tel {
		font-size: 100%;
	}

	.lst-shop .box-tel {
		flex-wrap: wrap;
		margin: 0;
	}

	.lst-shop .box-tel dt {
		width: 15%;
	}

	.lst-shop .box-tel dd {
		width: 85%;
	}
	.lst-shop dt.fax {
		margin: 0;
	}

	.btn-link {
		margin: 2vw auto 0;
	}
	.link_area{
		padding-top: 10vw;
		margin-top: -10vw;
	}
}

@media screen and (max-width: 768px) {



	.contents h1 {
		font-size: 10.5vw;
		margin-top: 11vw;
		margin-bottom: 3.5vw;
		width: 100%;
		line-height: 1;
	}

	.contents h1 span {
		display: inline-block;
		font-size: 4.5vw;
		margin: 3vw 0 0;
		padding-left: 0;
	}

	.lst-shop {
		display: block;
		width: 100%;
		font-size: 3vw;
	}

	.lst-shop h3 {
		font-size: 4vw;
		line-height: 1.5;
		padding:5% 2%;
	}

	.lst-shop li {
		padding: 0 0 4vw;
	}

	.lst-shop figure {
		width: 100%;
		margin: 0 auto;
	}

	.lst-shop .box-inform {
		width: 100%;
		margin: 2vw auto 0;
		padding: 0 3vw;
	}

	.lst-shop .address,
	.lst-shop .box-tel {
		font-size: 100%;
	}
	.lst-shop .box-tel.ex dt {
		width: 50%;
	}

	.lst-shop .box-tel.ex dd {
		width: 50%;
	}

	.btn-link,.btn-link.ex,.btn-link.ex2 {
		margin: 2vw auto 0;
		font-size: 3vw;
		display: block;
		width: 70%;
		letter-spacing: .05rem;
	}
	.mb120{
		margin-bottom: 15vw;
	}
	.list-tab > ul > li > ul > li > a{
		padding: 6% 0;
	}
}
@media (max-width:420px){
	.lst-shop .box-tel.ex dt {
		width: 50%;
	}

	.lst-shop .box-tel.ex dd {
		width: 50%;
	}
}
@media print, screen and (min-width: 768px) {
  .lst-shop .box-tel dd a{
      pointer-events: none;
  }
}
