@charset "utf-8";

/* ------------------------------
グラインドオーダー会
------------------------------ */
.go-event {
	padding-top: 10px;
}
.go-event .head-attention {
	margin-bottom: 20px;
	padding: 14px 10px 12px 10px;
	background-color: #cc1c1d;
	font-size: 13px;
	/*font-weight: bold;*/
	color: #ffffff;
	text-align: center;
}
.go-event .banner {
	margin-bottom: 24px;
}
.go-event .introduction-flex {
	display: flex;
	margin-bottom: 20px;
}
.go-event .introduction-flex .introduction-flex-01 {
	width: 60%;
	margin-right: 4%;
}
.go-event .introduction-flex .introduction-flex-02 {
	width: 36%;
}
.go-event .profile-ito {
	padding: 10px;
	background-color: #000;
}
.go-event .profile-ito p {
	color: #fff;
	line-height: 1.4;
}
.go-event .introduction {
	margin-bottom: 20px;
}
.go-event .introduction p {
	font-size: 117%;
	line-height: 140%;
}
.go-event .introduction a {
	color: #0033cc;
}
.go-event .introduction .point-01 {
	margin-bottom: 16px;
	font-size: 142%;
	font-weight: bold;
	color: #ff0000;
	line-height: 140%;
	letter-spacing: 0.1rem;
}
.go-event .introduction .point-02 {
	margin-bottom: 16px;
	font-size: 117%;
	font-weight: bold;
	line-height: 150%;
}
.go-event .tel-box {
	display: table;
	width: 100%;
	margin-bottom: 30px;
	border: 1px #000099 solid;
	background-color: #001489;
}
.go-event .tel-box .tel-box-l {
	display: table-cell;
	width: 36%;
	background-color: #001489;
	vertical-align: middle;
	font-size: 117%;
	font-weight: bold;
	line-height: 150%;
	color: #ffffff;
	text-align: center;
}
.go-event .tel-box .tel-box-r {
	display: table-cell;
	width: 64%;
	background-color: #ffffff;
	vertical-align: middle;
}
.go-event .tel-box .tel-box-r dl {
	display: flex;
	padding: 18px 20px;
}
.go-event .tel-box .tel-box-r dl:nth-child(2n) {
	padding: 0 20px 18px 20px;
}
.go-event .tel-box .tel-box-r dl dt {
	width: 36px;
	min-height: 32px;
	margin-right: 16px;
	background-image: url(images/icon_tel.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.go-event .tel-box .tel-box-r dl dd .telbox {
	height: 32px;
	display: table-cell;
	vertical-align: middle;
}
.go-event .tel-box .tel-box-r dl dd .number {
	font-size: 150%;
	font-weight: bold;
}
.go-event .shop-info {
	margin-bottom: 30px;
}
.go-event .shop-info dl {
	display: flex;
	margin-bottom: 3px;
}
.go-event .shop-info dl:last-of-type {
	margin-bottom: 0;
}
.go-event .shop-info dl dt {
	width: 20%;
	margin-right: 2%;
}
.go-event .shop-info dl dd {
	width: 78%;
	line-height: 130%;
}
.go-event .shop-info .eventTB {
	width: 100%;
	border-collapse: collapse;
}
.go-event .shop-info .eventTB th {
	width: 20%;
	padding: 10px;
	background-color: #f6f6f6;
	border: 1px #cccccc solid;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
.go-event .shop-info .eventTB td {
	width: 80%;
	padding: 10px;
	background-color: #ffffff;
	border: 1px #cccccc solid;
	font-size: 12px;
}
.go-event .shop-info .eventTB td.note {
	color: #ff0000;
}

.go-event .attention p {
	font-size: 117%;
	font-weight: bold;
}
.go-event .introduction .note {
	font-size: 109%;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.6;
}
.go-event .fred {
	color: #cc1c1d;
}

.freearea {
	margin-bottom: 10px;
}
.fitting_select_date2_left {
	display: none;
}
.fitting_select_date2 .fitting_select_date2_right {
	margin: 18px 0 0 0;
	float: none;
	width: 100%;
}


/* ------------------------------
マージン
------------------------------ */
.mb-0 { margin-bottom: 0px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-65 { margin-bottom: 65px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-75 { margin-bottom: 75px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-85 { margin-bottom: 85px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-95 { margin-bottom: 95px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-105 { margin-bottom: 105px !important; }
.mb-110 { margin-bottom: 110px !important; }
.mb-115 { margin-bottom: 115px !important; }
.mb-120 { margin-bottom: 120px !important; }
.mb-125 { margin-bottom: 125px !important; }
.mb-200 { margin-bottom: 200px !important; }
