@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 768px) { .hide-pc { display: block; }
.hide-sp { display: none; } }
.wrap { color: #000; font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif; font-size: 15px; line-height: 1.5; text-align: center; -webkit-text-size-adjust: 100%; repeat-x fixed top;}
@media screen and (max-width: 840px) { .wrap { min-width: 320px; } }
.wrap a { color: #00c; text-decoration: underline; }
.wrap a:hover { text-decoration: none; }
.wrap img { max-width: 100%; }


@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}

/*================================================================================
取扱店舗==============*/
.hall_serch {
	max-width: 1200px;
	display: inline-block;
	width: 87%;
}

.hall_serch h2{
	/*都道府県で探す*/
	color: #d12e1c;
	font-size: 2.5rem;
	font-weight: bold;
	padding: 40px 0 10px 0;
	text-align: left;
	border-bottom:solid 3px #000;
	margin-bottom: 40px;
	
}
.hall_serch dl {
	/*北海道・東北などのエリア部分*/
    display: flex;
    flex-wrap: wrap;
    padding: 40px 40px 0px 0px;
	text-align: left;
	border-bottom: solid 1px #c8c8c8;
	width: 100%;
}

.hall_serch dt {
	/*エリア名*/
    width: 20%;
	font-size: 2rem;
/*	line-height: 1.8;*/
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

dd.list{
	/*都道府県名　部分*/
	font-size: 1.2rem;
	padding-left: 25px;
    width: 80%;
/*    border-bottom: solid 1px #c8c8c8;*/
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
  }

dd.list a {
	/*都道府県名　部分*/
	color: #000000;
    border: 1px solid #9F9F9F;
	padding: 4px 27px;
	border-radius: 25px;
	margin-right: 30px;
	margin-bottom: 30px;
	text-decoration: none;
}
dd.list a:hover{
	/*都道府県名　部分*/
	opacity: 0.5;
	cursor : default;
}

dd.list a span {
	/*都道府県名　件数　部分*/
	color: #FF0004;
	padding-left: 10px;
	display: inline;
}
.toriatuiai_halltext p{
	color: #828282;
	font-size: 1.6rem;
	text-align:right;
}
/*======================================================*/
p.toriatuiai_halltextpc {
	color: #d12e1c;
	text-align: left;
	font-weight: bold;
	font-size: 17px;
}
p.toriatuiai_halltextsp {
	color: #d12e1c;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	margin-top: 20px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
取扱いホール一覧
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.serch_list h2{
	/*取り扱いホール一覧*/
	color: #d12e1c;
	font-size: 2.5rem;
	font-weight: bold;
	padding: 40px 0 10px 0;
	text-align: left;
	border-bottom:solid 3px #000;
	
}
.serch_list {
	max-width: 1200px;
	display: inline-block;
	width: 90%;
	
}
h1.hall01 {
	/*取り扱いホール一覧 エリア名部分*/
	color: #777;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	margin: 80px 0px 30px -4px;
	background-color:#DADADA;
	padding: 10px;
	
}
h1.hall {
	/*取り扱いホール一覧　県名部分*/
	color: #777;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	margin: 80px 0px 10px -4px;
	background-color:#EBEBEB;
	padding: 5px 10px;
}
.serch_list dl {
	/*北海道・東北などのエリア部分*/
    display: flex;
    flex-wrap: wrap;
    padding: 40px 40px 40px 5px;
	text-align: left;
	border-bottom: solid 1px #c8c8c8;
	width: 100%;
}
.serch_list dt {
	/*取り扱いホール一覧 ホール名部分*/
	width: 40%;
	font-size: 1.6rem;
	font-weight: bold;
	display: flex;
    flex-wrap: wrap;
}
.serch_list dd {
	/*取り扱いホール一覧 住所部分*/
	width: 60%;
	text-decoration: none;
	padding-left: 2%;
}
.serch_list dd a{
	text-decoration: none;
	font-size: 1.4rem;
	display: inline;
/*
	display: flex;
    flex-wrap: wrap;
*/
	color: #828282;
}

.serch_list dd a:hover{
	text-decoration: none;
	 color: #BCBCBC;
}


/*７３２
============================================================================================================================================================================================================================================================================================================================================================*/
@media (max-width:732px) {

	.hall_serch h2{
	/* 都道府県で探す index*/
	color: #d12e1c;
	font-size: 2.5rem;
	font-weight: bold;
	padding: 10px 0 8px 0;
	text-align: left;
	border-bottom:solid 3px #000;
	margin-bottom: 20px;
	
}
/*
	h1#serch img {
		display: none;
	}
*/
	.hall_serch　dl {
		/*北海道・東北などのエリア部分*/
		padding: 0px 40px 20px 0px;
/*		display: block;*/
		display: inline-block;
		width: 100%;
	}
	.hall_serch dt {/*エリア名*/
		width: 100%;
		font-size: 2rem;
		line-height: 2.5;
		display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	}
	dd.list{
	/*都道府県名　部分*/
	font-size: 1.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
		width: 100%;
		padding: 0;
  }
	dd.list a {
	/*都道府県名　部分*/
	color: #000000;
    border: 1px solid #9F9F9F;
	padding: 4px 20px;
	border-radius: 25px;
	text-decoration: none;
	margin-right: 20px;
		margin-left: 5px;
	margin-bottom: 25px;
}
dd.list a:hover{
	/*都道府県名　部分*/
	opacity: 0.5;
	cursor : default;
}

dd.list a span {
	/*都道府県名　件数　部分*/
	color: #FF0004;
	padding-left: 10px;
	display: inline;
}


/*================================================
=========取扱いホール一覧732==============================*/
	.serch_list h2{
	/*取り扱いホール一覧*/
	color: #d12e1c;
	font-size: 2.3rem;
	font-weight: bold;
	padding: 40px 0 0 0;
	text-align: left;
	border-bottom:solid 3px #000;
	
}
	h1.hall01 {
/*エリア名部分*/
	color: #777;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	margin: 20px 0px 30px -4px;
	background-color:#DADADA;
	padding: 10px;
	
}
	h1.hall {
/*取り扱いホール一覧　県名部分*/
	color: #777;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	margin: 80px 0px 0px -4px;
	background-color:#EBEBEB;
	padding: 5px 10px;
}
.serch_list dt {
	/*取り扱いホール一覧 ホール名部分*/
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	display: flex;
    flex-wrap: wrap;
}
.serch_list dd {
	/*取り扱いホール一覧 住所部分*/
	width: 100%;
	text-decoration: none;
	padding-left: 2%;
	padding-top: 5px;
}
.serch_list dd a{
	text-decoration: none;
	font-size: 1.4rem;
	display: inline;
/*
	display: flex;
    flex-wrap: wrap;
*/
	color: #828282;
}

.serch_list dd a:hover{
	text-decoration: none;
	 color: #BCBCBC;
}
.toriatuiai_halltext p{
	color: #828282;
	font-size: 1.2rem;
	position: relative;
	top: 8px;
}
}
/*=====↑↑↑↑↑↑↑取扱いホール一覧732↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑======================================================*/

a.anchor{
    display: block;
    padding-top: 20px;
    margin-top: -20px;
}

/* 都道府県で探すに戻る　ボタン部分*/
.buttn22{
  display: flex;
/*  justify-content: center;   */
	/*主軸の中央に寄せるように揃えます。*/
	margin-top: auto;
	margin-bottom: -50px;
/*	padding: 0% 0% 3% 4%;*/
}

.button_base {
    border: 0;
/*    font-size: 0.85rem;*/
	font-size: 1.5rem;
    text-align: center;
	-moz-border-radius:5px;/*角丸*/
	-webkit-border-radius:5px;/*角丸*/
	border-radius:5px;/*角丸*/
	width: 250px;
}
.buttn22 a{
	text-decoration: none;
/*	transition: 0.8s ;*/
	color: #fff;
	background-color: #000;
}
.buttn22 a:hover{
	text-decoration: none;
/*	transition: 0.8s ;*/
	background-color: rgba(0,0,0,0.81);
}


.button_base:hover {
    cursor: pointer;
}

.b01 {
    /*border: #000000 solid 1px;*/
    /*padding: 10px;*/
    padding: 1.2% 2%;
/*	margin: 0% 3% 1% 0%;*/
	margin:0;
}

@media (max-width:732px) {
.buttn22{
  display: flex;
	margin-top: auto;
	margin-bottom: -70px;
}
.button_base {
    border: 0;
    /*font-size: 0.85rem;*/
    text-align: center;
	-moz-border-radius:5px;/*角丸*/
	-webkit-border-radius:5px;/*角丸*/
	border-radius:5px;/*角丸*/
	width: 50%;
}
.buttn22 a{
	text-decoration: none;
	transition: 0.8s ;
	font-size: 1.2rem ;
}

.button_base:hover {
    cursor: pointer;
}

.b01 {
    color: #000000;
    /*border: #000000 solid 1px;*/
    /*padding: 10px;*/
    background-color: #ffffff;
	padding: 3% 5%;
/*	margin: 0 3% 1% 0%;*/
}

}
/* モバイル↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
----------------------------*/

/*common.cssからの引用 画像表示時の処理*/
[class*=js-fadeUp] {
	position: relative;
	z-index: 1;
	opacity: 0;
}
