@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 13px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.5;
	/* background-image: url(../images/bg_p01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed; */
}

body * {
	box-sizing: border-box;
}

a {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#144d8d;
}

h1 {
	font-size:28px;
}

h2 {
	margin-top:60px;
	margin-bottom:1.3em;
	font-size:20px;
}

h3 {
	margin-bottom:0.25em;
	font-size:18px;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
}


p {
	margin:0;
}

img {
	vertical-align:bottom;
	display: block;
}

ul,ol,dl {
	margin:0;
}
ul li {
	list-style:none;
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
}
header h1 {
}
header h1 img {
	width: 110px;
	margin: 5px auto 10px;
}

header .header_topimg_box {
	position: relative;
	background-color: #000;
	padding: 30px 0;
}
header .header_topimg_box img {
	width: 100%;
}
header .header_topimg_box img.topimg_sp {
	display: none;
}
header .header_topimg_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 16px;
	width: 100%;
	text-align: center;
	text-shadow: 0 0 10px #fff;
}
header .header_topimg_text br {
	display: none;
}


/*================================================
 *  共通
================================================*/
.inner_1200px {
	max-width: 1200px;
	margin: auto;
}
.inner_1000px {
	max-width: 1000px;
	margin: auto;
}
.inner_900px {
	max-width: 900px;
	margin: auto;
}
.inner_600px {
	max-width: 600px;
	margin: auto;
}

.common_box {
	padding: 1px 0 60px;
}
.common_box_e {
	background-color: #eee;
	padding: 1px 0 60px;
}

table.common_table {
	width: 100%;
}
table.common_table tr {
	border-bottom: 1px solid #ddd;
}
table.common_table th,
table.common_table td {
	padding: 15px 10px;
}
table.common_table th {
	text-align: left;
	vertical-align: middle;
	width: 28%;
}

/*================================================
 *  コンテンツ
================================================*/
#contents {
	padding: 40px 0;
}


#contents h2.common_title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}


/*================================================
 *  EXIT/ENTER
================================================*/
.exit_enter_box {
	max-width: 500px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: end;
	text-align: center;
}
.exit_box {
	width: 38%;
}
.exit_box img {
	width: 70px;
	margin: 0 auto 20px;
}
.enter_box {
	width: 58%;
}
.exit_bt, .enter_bt {
	background: linear-gradient(#fff, #fff, #eee);
	box-shadow: 0 1px 2px 0px #bbb;
	border-radius: 30px;
	padding: 10px 0;
	letter-spacing: 3px;
}
.exit_bt span, .enter_bt span {
	font-weight: bold;
	font-size: 120%;
}
.enter_text {
	margin: 0 0 35px;
}

/*================================================
 *  collection_box
================================================*/
.collection_box ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	max-width: 900px;
	margin: 0 auto 50px;
}
.collection_box ul li {
	position: relative;
	width: 31%;
	margin: 10px 0;
	background-color: #fff;
	/* padding: 2px; */
	box-shadow: 0 0 15px 0px #ccc;
	/* border: 1px solid #666; */
}
.collection_box ul li img {
	width: 100%;
}
.collection_box ul li .branch {
	position: absolute;
	top: 30%;
	left: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}
.collection_box ul li .branch span {
	display: block;
	font-size: 12px;
}


/*================================================
 *  News
================================================*/
.news_box {
	background-color: #eee;
	padding: 1px 0 60px;
}

/*タブ切り替えコンテンツ部分*/
.tab-group {
	display: flex;
	justify-content: space-between;
	margin: 0;
}
/*.tab-group .type01 {
	background-color: #4695eb;
}*/
.tab-group li {
	width: 33.5%;
	padding: 1em;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.tab.is-active {
	background: #000;
	transition: all 0.2s ease-out;
	color: #fff;
	border: 1px solid #000;
}
.panel-group {
	/* padding: 2em; */
	/* background-color: #22201f; */
	/*color: #fff;*/
	border-top: none;
}
.panel {
	display: none;
}
.panel.is-show {
	display: block;
}

.panel ul li {
	text-decoration: none;
	display: block;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: -1px 0 0 -1px;
	padding: 20px 20px 17px;
}
.panel ul li a:hover time {
	color: #333;
}
/* .panel ul li span {
	display: inline-flex;
	vertical-align: text-top;
	padding: 2px 8px 1px;
	border-radius: 30px;
	font-size: 11px;
	margin: 0 10px;
	color: #fff;
} */
.panel ul li time {
	color: #999;
	margin-right: 20px;
}
.panel ul li span.shinchaku  {
	background-color: #000;
}
.panel ul li span.tainyu  {
	background-color: #999;
}
.panel ul li h3 {
	display: inline-block;
	font-size: 15px;
	margin: 0;
	font-weight: normal;
}


/*================================================
 *  card
================================================*/
.card_box img {
	width: 100%;
	margin: auto;
}



/*================================================
 *  フッター
================================================*/
footer {
	background-color: #901c62;
	color: #fff;
}

.footer_box {
	display: flex;
	align-items: center;
	padding: 10px 0;
	justify-content: space-between;
}
.footer_box .footer_logo {
	width: 17%;
}
.footer_box .footer_logo img {
	width: 100%;
}
.footer_box .copyright {
	width: 70%;
	font-size: 10px;
	text-align: right;
}





/*================================================
 *  ページトップへの戻り
 ================================================*/
/* .totop {
	position:fixed;
	bottom: 130px;
	right: -30px;
	transform:rotate(90deg);
}
.totop a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid;
	padding: 0 5px 0px 15px;
}
.totop a::after {
	content: "";
	width: 11px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 16px;
	transform: rotate(-45deg);
	left: 0px;
}
.totop a:hover {
	color: #000;
} */


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
}


/*================================================
 *  スマートフォン向けデザイン（追加）7/8
 ================================================*/
@media screen and (max-width:767px) {

	body {
		font-size: 12px;
	}

	header {
	}
	header h1 img {
		width: 80px;
		margin: 0 auto 20px;
	}
	header .header_topimg_box {
		padding: 20px 0;
	}
	header .header_topimg_box img.topimg_sp {
		display: block;
	}
	header .header_topimg_box img.topimg_pc {
		display: none;
	}
	header .header_topimg_text {
		font-size: 14px;
	}
	header .header_topimg_text br {
		display: block;
	}


	.exit_enter_box {
		font-size: 11px;
		padding: 5px 15px;
		-webkit-box-align: flex-end;
		-ms-flex-align: flex-end;
		align-items: flex-end;
	}
	.exit_box {
		width: 33%;
	}
	.exit_box img {
		width: 55px;
		margin: 0 auto 10px;
	}
	.enter_box {
		width: 63%;
	}
	.enter_text {
		margin: 20px 0;
	}
	.exit_bt, .enter_bt {
		padding: 10px 0 5px;
		letter-spacing: 2px;
	}


	h2 {
		margin-top: 30px;
		margin-bottom: 0.8em;
		font-size: 15px;
	}


	#contents {
		padding: 20px 0px 10px;
	}
	#contents h2.common_title {
		font-size: 15px;
		padding: 5px;
	}


	.common_box {
		padding: 1px 15px 40px;
	}
	.common_box_e {
		padding: 1px 15px 40px;
	}
	table.common_table {
		font-size: 11px;
	}
	table.common_table th, table.common_table td {
		padding: 15px 5px;
	}


	/* collection_box */
	.collection_box ul {
		margin: 0 10px 20px;
	}
	.collection_box ul li {
		width: 47%;
		margin: 5px 0;
		font-size: 10px;
		/* padding: 15px; */
		box-shadow: 0 0 10px 0px #ddd;
	}
	.collection_box ul li .branch {
		top: 28%;
		left: 18px;
		font-size: 22px;
	}


	.news_box {
		padding: 1px 15px 40px;
	}
	.tab-group li {
		width: 33.7%;
		padding: 0.7em;
		font-size: 1.0em;
	}
	.panel ul li {
		padding: 10px;
	}
	.panel ul li h3 {
		display: block;
		font-size: 12px;
	}


	/*== フッター ==*/
	footer {
	}
	.footer_box {
		padding: 10px;
	}
	.footer_box .footer_logo {
		width: 20%;
	}
	.footer_box .copyright {
		width: 80%;
		font-size: 8px;
	}


	/*== ページトップへの戻り ==*/
	/* .totop {
		bottom: 45px;
		right: 10px;
	}
	.totop img {
		width: 40px;
	} */


}
