@charset "utf-8";

body {
	font-family: -apple-system, BlinkMacSystemFont,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 -apple-system, BlinkMacSystemFont,"メイリオ", Meiryo, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", sans-serif;
}

.wrapper .content-wrapper { background: #333; }
.container {
	max-width: 1170px;
	width: 100%;
}
.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
/*--- header --------------------------------------*/
.main-header {
	max-height: 100%;
}

.skin-blue .main-header .navbar {
	background: none;
}

.navbar-header a {
	font-size: 24px;
	font-weight: bold;
}
.main-header .navbar-collapse { font-size: 0.95em; }
.skin-blue .main-header .navbar .nav > li > a:hover { color: #d44a78; background: none;  }
.main-header .navbar-collapse #globalNav li.active { background: #a2000f; }
.skin-blue .main-header .navbar-collapse #globalNav li.active:hover { color: #fafafa; background: rgba(0, 0, 0, 0.2);}
.skin-blue .main-header li.user-header,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer a.btn  { background: #33434b; }
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p { margin: 5px 0; }
.navbar-nav > .user-menu > .dropdown-menu > .user-body { color: #333; }
.navbar-nav > .user-menu > .dropdown-menu > .user-footer a.btn { 
	background: #33434b;
	color: #fff;
	border: 1px solid #33434b;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer a:hover {
	background: #6c7e87;
}

/* 規約ページ等で仕様 */
.nav-pills > li >a {
	color: #fff;
}
.nav-pills > li >a:hover {
	color: #d44a78;
	background: none;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  border-top-color: transparent;
  background-color: initial;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
}
.nav-pills > li.active {
	background-color: #a2000f;
}
.nav-pills > li.active > a {
	color: #fff;
	font-weight: 400;
}
.nav-pills > li.active:hover {
	background: none;
}
.nav-pills > li.active > a:hover {
	color: #d44a78;
}


/*--- login --------------------------------------*/

.login-page {
	background: #f6f9fc;
}

.login-page .login-box {
    width: 500px;
    margin-top: 10%;
    margin-bottom: 10%;
}

.login-page .login-box-body {
	background: #b0c8d8;
	width: 100%;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 30px 50px;
}
.login-page .login-box-body .login-logo span {
	display: inline-block;
	color: #95a6b2;
	border: 10px solid #95a6b2;
	border-radius: 50%;
	padding: 50px 10px 50px 20px;
	font-weight: bold;
	letter-spacing: 10px;
	text-shadow: 0 -1px 1px #333, 1px 1px 1px rgba(255, 255, 255, 0.8);
	box-shadow: 0 -1px 1px #333, 1px 1px 1px rgba(255, 255, 255, 0.6);
}

.login-page .login_s {
	color: #fff;
	font-size: 16px;
}

input.form-control::-moz-placeholder,
.glyphicon-envelope::before,
.glyphicon-lock::before {
	color: #bdcbd5;
}

.form-control {
	border-radius: 5px;
}

.login-page form .checkbox {
	margin-top: 0;
	
}
.btn-bg {
	background: #5b676f;
	color: #fff;
	border-radius: 5px; 
	border: none;
	padding: 8px 20px 6px;
	box-shadow: 0px 5px 2px -3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 5px 2px -3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 5px 2px -3px rgba(0,0,0,0.5);
}

.btn-bg:hover {
	color: #00505a;
}
.login-page form .checkbox .checkbox-input {
	display: none;
}
.login-page form .checkbox .checkbox-parts {
	padding-left: 21px;
	position: relative;
	color: #fff;
}
.login-page form .checkbox .checkbox-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	background: #fff;
}

.login-page form .checkbox .checkbox-input:checked + .checkbox-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 5px;
	width: 8px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #26c6da;
	border-right: 3px solid #26c6da;
}
.login-page form .login_btn {
	width: 160px;
	float: right; 
	margin-bottom: 30px;
	
}
.login-page form p {
	font-size: 0.95em;
	color: #008ea0;
}
.login-page form p span { margin-left: 5px; }
.navbar-header .navbar-toggle {
	border: 1px solid #fff;
}

.navbar-toggle {
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	
}
.navbar-header .navbar-toggle .icon-bar {
	background-color: #fff;
}

/*--- TOP --------------------------------------*/
.member_area .content-wrapper,
.member_area .main-footer,
.member_area .main-header .navbar {
	margin-left: 0;
}

.main_img_area .sp_img { display: none; }
.navbar-nav .user-menu .hidden-xs i,
section .event_box .event_inner .event_info button i { margin-left: 5px; }
.navbar-nav > .user-menu > .dropdown-menu > li.user-header { height: auto; }
section { margin: 30px auto; overflow: hidden; }
section .event_box {
	background: #eef3f7;
	overflow: hidden;
	margin-bottom: 30px;
}
section .event_box h3 {
	color: #26c6da;
	font-weight: bold;
	margin: 0 0 15px;
}
section .event_box .event_inner {
	background: #fff;
	margin: 15px;
	padding: 15px 0;
	overflow: hidden;
}
section .event_box .event_inner .event_info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
section .event_box .event_inner .img_area {
	margin: 0 auto;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*---top information --------------------------------------*/
.info_area h3 {
	color: #ccc;
	margin-bottom: 1.1em;
	font-size: 1.8em;
	font-family: 'Volkhov', serif;
	font-weight: bold;
}

.info_area h3 span {
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
	/* width: 88%; */
	transition: all 1s ease;
	margin: 0 auto;
	display: block;
}

.info_area h3:after {
	content: "";
	display: block;
	width: 25%;
	height: 3px;
	background: #999;
	margin: .3em 0 .5em 0;
}
.info_area .card_content {
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.info_area .card_content li {
	width: 24%;
	margin-bottom: 1.5em;
	overflow: hidden;
	background-size: cover;
	transition: all 0.5s ease;
	height: calc(100% - 40px);
	box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.5);
}
.info_area .card_content li a {
	background-color: transparent;
	display: flex;
	flex-direction: column;
	-moz-box-pack: justify;
	justify-content: space-between;
	height: 100%;
	color: inherit;
}
.info_area .card_content li a .content-thumbnail {
	display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 200px;
  height: auto;
}
.info_area .card_content li a .content-thumbnail img {
	width: 100%;
  max-height: 200px;
  height: auto;
  transition: all 0.7s ease;
  transform: translate3D(0, -1px, 0) scale(1);
  object-fit: cover;
  max-width: 100%;
}
.info_area .card_content li:hover .content-thumbnail img {
  transition: all 0.7s ease;
  transform: translate3D(0, -1px, 0) scale(1.1);
}
.info_area .card_content li .content_text {
	position: relative;
	padding: 10px 8px 0;
	color: #ccc;
}
.info_area .card_content li .content_text::before {
  background-color: #5b676f;
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  top: -4px;
  left: 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.info_area .card_content li:hover .content_text::before {
	width: 100%;
}

.info_area .card_content li .content_text .event_title {
  font-size: 1.1em;
  font-weight: bold;
  padding-left: .5em;
}
.info_area .card_content li .content_text .event_start_date {
	font-size: 0.85em;
	font-weight: bold;
	font-family: 'Tahoma';
}

.info_area .card_content li .content_text .event_start_date:before {
	content: "";
	display: inline-block;
	width: 8%;
	height: 2px;
	background: #999;
	vertical-align: middle;
	margin-right: 8px;
}

.info_area .card_content li .content_text .event_place {
	margin: 8px 0;
	padding: 0 .5em;
}
.info_area .card_content li .o_read {
	font-size: 0.85em;
	line-height: 1.2;
	text-align: right;
	padding: 0 8px 10px;
	font-family: 'Volkhov', serif;
}
.info_area .card_content li .o_read span {
	background: #5b676f;
	color: #fff;
	padding: 6px 15px;
	display: inline-block;
}


.various_area {
	overflow: hidden;
	margin-bottom: 60px;
}
.various_area a:hover img { opacity: 0.8; }
.various_area .up_col { margin-bottom: 30px; }
.various_area img {
	border: 1px solid #eee;
	box-sizing: border-box;
}

/*---top panel --------------------------------------*/
section .panel_menu {
	margin: 80px 0 120px;
}
section .panel_menu .panel_menuinner {
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
	list-style: none;
}
section .panel_menu .panel_menuinner li {
	width: calc(100% / 3);
	margin-bottom: 20px;
}
section .panel_menu .panel_menuinner li a .panel_bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 60%;
	position: relative;	
}
section .panel_menu .panel_menuinner li a .panel_bg .panel_tit {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-\\\ transform: translateY(-50%) translateX(-50%);
	margin: auto;
	font-size: 27px;
	color: #fff;
	z-index: 10;
	text-align: center;
	line-height: 1.2;	
	font-family: 'Volkhov', serif;
	text-shadow: 2px 2px 3px #000;
}

section .panel_menu .panel_menuinner li a .panel_bg:after {
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(91,103,111,0.7);
	outline: #fff solid 1px;
	outline-offset: -20px;
	display: block;
	opacity: 0;
	z-index: 1;	
}
section .panel_menu .panel_menuinner li:hover .panel_bg::after {
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	opacity: 1;
}

section .panel_menu  .panel_bg_01 {
	background-image: url("../../dist/img/top_event.jpg");
}
section .panel_menu  .panel_bg_02 {
	background-image: url("../../dist/img/top_blog.jpg");
}
section .panel_menu  .panel_bg_03 {
	background-image: url("../../dist/img/top_contact.jpg");
}

/*--- イベント --------------------------------------*/
.main_img_area {
	position: absolute;
	top: 0;
}

.main_img_area .contact_image,
.main_img_area .event_image {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.main_img_area h2 {
	font-family: 'Volkhov', serif;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 40px;
	text-shadow: 0 -1px 1px #333, 1px 1px 1px rgba(255, 255, 255, 1);
	opacity: 0.9;
	color: #fff;
}
.event_list {
	margin: 20px 30px 10px;
	overflow: hidden; 
}
.event_list .list_box {
	overflow: hidden;
	padding: 15px;
	border-bottom: 1px solid #bdbdbd;
}
.event_list .list_box .eve_date {
	color: #ccc;
	font-size: 0.85em;
	font-weight: bold;
	font-family: 'Tahoma';
}

.eve_date::before {
  content: "";
  display: inline-block;
  width: 6%;
  height: 2px;
  background: #999;
  vertical-align: middle;
  margin-right: 10px;
}

.event_list .list_box .eve_tit {
	font-size: 1.6em;
	color: #ccc;
	font-weight: bold;
	padding-left: 1em;
}
.event_list .list_box .eve_tit a { color: #26c6da; }
.event_list .list_box .eve_tit a:hover { text-decoration: underline; color: #23afc0; }
.event_list .list_box .eve_text {
	padding: 0 10px;
	margin-top: 1em;
}
.event_list .list_box .eve_text p {
	display: block;
	text-align: right; 
	margin: 10px 0 0;
}
.event_list .list_box .eve_text p a {
	display: inline-block;
	background: #5b676f;
	padding: 6px 20px 5px;
	font-size: 0.9em;
	border-radius: 30px;
	color: #fff;
}

.event_list .list_box .eve_text p a:hover {
	text-decoration: underline;
}

/*--- イベント 詳細 --------------------------------------*/
.detail_box { 
	margin: 10px auto 40px; 
	overflow: hidden; 
}
.detail_box h3 { 
	color: #ccc;
	margin-bottom: 1.1em; 
	font-size: 1.5em;
}
.detail_box h3 span {
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  /* width: 83%; */
  transition: all 1s ease;
  margin: 0 auto;
  display: block;
}
.detail_box h3:after {
	content: "";
	display: block;
	width: 33%;
	height: 3px;
	background: #999;
	margin: .7em 0;
}

.detail_box .detail_inner {
	max-width: 680px;
	margin: 20px auto 0; 
	width: 100%;
}
.detail_box .detail_inner:after {
	content: "";
	display: block;
	width: 40%;
	height: 2px;
	background: #75828b;
	margin: 6rem auto 2rem;
}

.detail_box .detail_inner p { line-height: 1.6; margin-bottom: 2.2rem; }
.detail_box .detail_inner img {
	margin: 20px auto;
	display: block;
}

/*--- お問い合わせ --------------------------------------*/
.mail_area {
  border: 1px solid #666;
  background: #444;
  padding: 30px 50px;
  margin: 30px 15px;
  color: #fff;
}
.mail_area h3 {
	margin: 0 0 10px;
	font-weight: bold;
}
.mail_area h3:before {
	content: "\f04d";
	font-family: FontAwesome;
	padding-right: 8px;
	color: #a2000f;
}
.mail_area .mail_area_text,
.mypage_area ul {
	padding: 20px 0 25px 25px;
	margin-left: 10px;
}
.mail_area .mail_area_text li,
.mypage_area ul li {
	text-indent: -10px;
	list-style: none;
}
.mail_area .mail_area_text li:before,
.mypage_area ul li:before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #7c7c7c;
	position: relative;
	left: -7px;
	top: -1px;
}
.mail_area .mailform_area_bk {
	background: #444;
	padding: 30px 15px;
	  border: 1px solid #666;
}
.mail_area .mailform_area_bk .mailform_area .control-label {
	font-weight: normal;
	text-align: left;
}
.mail_area .mailform_area_bk .mailform_area .control-label span.req {
	margin-left: 5px;
	font-size: 0.8em;
	background: #d30000;
	color: #fff;
	line-height: 1;
	display: inline-block;
	border-radius: 3px;
	padding: 3px 5px 2px;
}
.mail_area .mailform_area_bk .mailform_area .send_area {
	text-align: right;
	padding-top: 10px;
}
.mail_area .mailform_area_bk .mailform_area .send_area .btn160 { width: 160px; }
section .thanks_area { text-align: center; line-height: 1.8; }
section .thanks_area .thanks_tit {
	color: #26c6da;
	font-weight: bold;
	margin-bottom: 30px;
}
section .thanks_area .back_top { padding-top: 15px; }
section .thanks_area .back_top a {
	font-size: 0.95em;
	color: #13b3c7; 
}
section .thanks_area .back_top a:hover {
	color: #0e92a3;
}

/*--- mypage --------------------------------------*/
.mypage_area {
	border: 1px solid #c7cfd4;
	background: #d8e1e7;
	padding: 30px 50px;
	margin: 30px 15px;
}
.mypage_area h3 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #5c6266;
}
.mypage_area h3 .h3_img {
	display: inline-block;
	height: 36px;
	overflow: hidden;
	width: 36px;
	vertical-align: middle;
	background: #5c6266;
	padding: 4px 4px 3px;
	border-radius: 3px;
}
.mypage_area h3 .h3_img img { border-radius: 50%; }
.mypage_area h3 .h3_tit {
	font-weight: bold;
	margin-left: 8px;
	display: inline-block;
	vertical-align: middle;
}
.mypage_area .change_box {
	background: #fff;
	padding: 30px 15px;
	margin-bottom: 30px;
}
.mypage_area .change_box .box {
	border-top: 3px solid #d8e1e7;
	box-shadow: none;
}
.mypage_area .change_box .box-header { padding: 10px 5px; }
.mypage_area .change_box .box-header .box-title {
	line-height: 1.8;
	font-weight: bold;
}
.mypage_area .change_box .box-header .box-title::before {
	content: "\f04d";
	font-family: FontAwesome;
	padding-right: 8px;
	color: #26c6da;
}
.mypage_area .change_box .box-header .change_btn {
	font-size: 0.9em;
	top: 50%;
	-webkit-transform: translateY(-50%); 
  transform: translateY(-50%);
  background: #f2f2f2;
	border-radius: 3px;
  border: 1px solid #d8e1e7;
	line-height: 1;
}
.mypage_area .change_box .box-header .change_btn a {
	display: block;
	padding: 5px 10px;
	color: #6d6d6d;
}
.mypage_area .change_box .box-header .change_btn a:hover {
	background: #e5e5e5;
}
.mypage_area .change_box .box-header .change_btn a:active {
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
}
.mypage_area .change_box .box-header .change_btn a i { padding-right: 5px; }
.mypage_area .change_box table tr { width: 100%; }
.mypage_area .change_box table th {
	background: #f0f7f8;
	border-right: 1px solid #d8e1e7;
	border-top: 1px solid #d8e1e7;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 8px 6px; 
	width: 15%;
	min-width: 7em;
}
.mypage_area .change_box table td {
	border-top: 1px solid #d8e1e7;
	padding: 8px 16px;
	width: 85%;
}
.mypage_area .change_box table tr:last-child { border-bottom: 1px solid #d8e1e7; }
.mypage_area .change_box .pass_table span {
	display: block;
}
.mypage_area .change_box .pass_table .pass_text {
	font-size: 0.8em;
}

/*--- pagination --------------------------------------*/

.container nav {
	text-align: center;
	margin-bottom: 60px;
}
.container nav .pagination {
	margin: 0;
}

.container > nav > .pagination > .active > span,
.container > nav > .pagination > .active > span:hover {
	background-color: #5b676f;
	border-color: #5b676f;
}


/*--- footer --------------------------------------*/
.main-footer { 
	padding: 0;
	background: #222; 
  border-top: none;
}
.main-footer .footer_top {
	padding: 10px 0;
}
.main-footer .footer_top .f_company_name {
	color: #ccc;
	font-size: 1.1em;
}
.main-footer .footer_top .f_add {
	color: #ccc;
	font-size: 0.9em;
}
.main-footer .footer_top .f_add span { display: block; }

.main-footer .footer_menu {
	display: flex;
  justify-content: flex-end;
  list-style: none;
}
.main-footer .footer_menu li { margin-right: 1em; }
.main-footer .footer_menu li a {
	font-size: 0.9em;
	color: #fff;
}
.main-footer .footer_menu li a::before {
	content: "\f04b";
	font-family: FontAwesome;
	padding-right: 5px;
	color: #fff;
}
.main-footer .footer_menu li a:hover,
.main-footer .footer_menu li a:hover::before {
	color: #d44a78;
}

.main-footer .copyright {
	color: #ccc;
	background: #222;
	font-size: 12.5px;
	padding: 5px 0;
	overflow: hidden;
}

@media (max-width: 961px) {
.detail_box h3 { font-size: 2.3em; }
}
@media (max-width: 961px) {
	.container .info_area { margin: 0 10px; }
	.info_area .card_content li {
		width: 48.5%;
	}
}

@media (max-width: 767px) {
	.login-page .login-box {
		width: 90%;
	}
	section .event_box .event_inner .btn-group { margin-bottom: 15px; }
	.info_area ul li span { display: block;}
	.main-footer .footer_menu { display: none; }
	.main_img_area .pc_img { display: none; }
	.main_img_area .sp_img { display: block; }
	.event_list { margin: 20px 0 40px;}
	.mail_area ,.mypage_area { padding: 15px 10px; }
	.mypage_area .change_box table td,
	.mypage_area .change_box table th { 
		width: 100%;
		display: block;
		text-align: center; 
	}
	
	.detail_box h3 { font-size: 1.8em; } 
	.detail_box h3::after {
		height: 4px;
	}
	section .panel_menu .panel_menuinner li { width: 100%; }
	section .panel_menu .panel_menuinner li a .panel_bg { padding-top: 30%; }
}

@media (max-width: 480px) {  
	.detail_box h3 { font-size: 1.4em; } 
	.detail_box h3::after {
		height: 3px;
	}
	.info_area .card_content li {
		width: 100%;
	}

}


/* カスタムCSS */
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
  top: 50px;
	padding-left: 1px;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
  background-color: #33434b;
}

.help-block {
/*  margin-bottom: 0;*/
	font-size: 14px;
}

.btn-group-vertical>.btn, .btn-group>.btn {
  float: unset;
}


.mail_area .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mail_area .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}


.login-title span {
	display: inline-block;
	color: #95a6b2;
	padding: 10px 0;
	font-weight: bold;
	letter-spacing: 5px;
	text-shadow: 0 -1px 1px #333, 1px 1px 1px rgba(255, 255, 255, 0.8);
}


.login-page form .alert.alert-danger p {
	font-size: 1em;
	color: #fff;
}

.num_area2 { margin-bottom: 15px; }


.has-error label,
.has-error .form-control{
	color: #dd4b39;
	border-color: #dd4b39;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/* 規約 */
ol.list_parentheses {
	padding:0 0 0 2em;
	margin:.5em 0 1em;
}

ol.list_parentheses li {
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}
ol.list_parentheses li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}


.table-striped>tbody>tr:nth-of-type(odd) {
	color: #666;
}

