@charset "utf-8";
/* hall.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../images/hall_top_kv.png);
	background-position: center bottom;
}
#kv h2 img {
	width: 34px;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* lead        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#lead span  {
	text-decoration: underline #F00C0C;
	text-underline-offset: 5px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 一覧        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.hall_list {
	width: 320px;
	margin-right: 20px;
	margin-bottom: 130px;
	text-align: center;
	float: left;
}
.hall_list:nth-child(3n) {
	margin-right: 0px;

}
.hall_thumb {
	margin-bottom: 25px;
}
.hall_thumb img {
	width: 100%;
	height: auto;
}
.hall_list h3 {
	font-size: 25px;
	margin-bottom: 8px;
}
.hall_list ul {
	margin-bottom: 25px;
}
.hall_list li a {
	text-decoration: none;
	color: #333333;
}

/* ボタン */
.hall_bt {
	text-align: center;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.hall_bt a {
	webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.hall_bt a:hover {
	background-color: rgba(0,0,0,0.15);
}

/* 矢印用 */
.hall_bt .btnarrow{
	position: relative;
	display: inline-block;
	padding-top: 7px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 7px;
	color: #333333;
	text-decoration: none;
	outline: none;
	border: 1px solid #333333;
	width: 120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
}
.hall_bt .btnarrow::before{
    content: '';
	position: absolute;
    bottom:22px;
    left: 100px;
    width: 119px;
    height: 1px;
	background:#333333;
    transition: all .3s;
}
.hall_bt .btnarrow::after{
    content: '';
	position: absolute;
    bottom:27px;
    left: 204px;
    width: 15px;
    height:1px;
	background:#333333;
    transform: rotate(35deg);
    transition: all .3s;
}

/* （hoverした際の移動） */
.hall_bt .btnarrow:hover::before{
    left:139px;
}
.hall_bt .btnarrow:hover::after{
    left:244px;
}














/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 一覧        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.hall_list {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 55px;
	float: none;
}
.hall_list h3 {
	font-size: 25px;
	margin-bottom: 8px;
}
.hall_list ul {
	margin-bottom: 25px;
}
.hall_list li a {
	text-decoration: none;
	color: #333333;
}

/* ボタン */
.hall_bt {
	width: 300px;
}

/* 矢印用 */
.hall_bt .btnarrow{
	width: 300px;
	background-image: url(../images/hall_top_bt_sp.png);
	background-repeat: no-repeat;
	background-position: 170px 12px;
	background-size: 64px auto;
}
.hall_bt .btnarrow::before{
	display: none;
}
.hall_bt .btnarrow::after{
	display: none;
}

}
