@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.pc_only {
	display: none;
}
#nav-drawer {
	display: none;
}

/* ------------------------------
 基本
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
}


html {
	-webkit-text-size-adjust: none;
}
body {
	background-color: #FFF;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	color: #111;
	text-align: center;
}

li {
	line-height: 2em;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: middle;
	backface-visibility: hidden;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
article {
	border-top: solid 15px #cc0200;
}
section {
	width: auto;
	overflow: hidden;
	text-align: left;
}
section p {
	margin: 10px 0;
}
section div.wrapper ul,
section div.wrapper ol {
	margin: 30px 40px;
}
section div.wrapper li {
	margin-bottom: 5px;
}
a {
	transition: all 100ms 0s ease;
}


/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

div.h2_bg {
	width: 100%;
	height: 80px;
	background-image:url(../BBT/image/h2.jpg);
	background-repeat: no-repeat;
}
h2.sub {
	font-size: 30px;
	color: #FFF;
	line-height: 80px;
}
h3 {
	clear: both;
}
h4 {
	clear: both;
}

/* ------------------------------
 flex
------------------------------ */

.flex_between {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_start {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex_center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.align_center {
	align-items: center;
}
.align_end{
	align-items: flex-end;
}
.reverse {
	flex-direction: row-reverse;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	margin: 0 40px 40px 0;
}
img.imgright {
	float: right;
	margin: 0 0 40px 40px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 50px 20px !important;
	clear: both;
}
p.pc_center {
	text-align: center;
	margin: 50px auto !important;
	clear: both;
}
p.p_right {
	text-align: right;
}
span.red {
	color: #E10000;
	font-weight: bold;
}
span.blue {
	color: #C1A159;
	font-weight: bold;
}
span.bg_y {
	background-image: linear-gradient(transparent 60%, #fcd900 50%);
}
span.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}
.clear {
	clear: both;
}
.fnt_s {
	font-size: 0.7em;
}
.fnt_l {
	font-size: 1.3em;
}
span.minchou {
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: auto;
	margin: 0 10px;
	text-align: left;
}
section div.wrapper {
	margin: 30px 10px !important;
}
section div {
	overflow: hidden;
	clear: both;
}

.bg01 {
	background-color: #ededed;
}
.bg02 {
	background-color: #4a4657;
	color: #FFF;
	position: relative;
}
.bg03 {
	background-color: #c1c0c0;
}
.bottom01 {
	margin-bottom: 10px;
}
.bottom02 {
	margin-bottom: 3px;
}
.bottom03 {
	margin-bottom: 20px;
}

/* ------------------------------
 ヘッダー
------------------------------ */

header {
	width: 100%;
	overflow: hidden;
	height: 80px;
	padding-top: 35px;
	position: fixed;
	background-color: #FFF;
	z-index: 999;
}
div.header_left {
	width: 50%;
}
div.header_left_logo {
	width: 40%;
}
div.header_left_text {
	width: 70%;
}
div.header_left_text p {
	margin-bottom: 15px;
	font-size: 1.5vw;
}
div.header_left_text p span {
	color: #F00;
}
div.header_right {
	width: 40%;
	text-align: center;
	padding-top: 10px;
}

/* ------------------------------
 リンクボタン
------------------------------ */

a.button {
	display: block;
	background-color: #e60101;
	border-radius: 2.5em / 2.5em;
	color: #FFF;
	text-decoration: none;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .3);
	padding: 10px 0;
}
a.button:hover {
	background-color: #ec8372;
}

/* ------------------------------
 メニュー
------------------------------ */

nav {
	overflow: hidden;
	margin: 20px 0;
}
nav ul {
	list-style: none;
	margin: 20px 0 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-left: solid 1px #000;
}
nav li {
	padding: 0 10px;
	border-right: solid 1px #000;
}
nav a {
	color: #000;
	text-decoration: none;
}


/* ------------------------------
 メイン画像
------------------------------ */

div.topimg {
	display: none;
}
div.tab_topimg {
	margin: 0 auto;
	padding-top: 125px;
}

/* ------------------------------
 ボックス
------------------------------ */

div.box_wrapper {
	width: auto;
	margin: 20px 0;
}

/* ------------------------------
 ボックス01
------------------------------ */

div.box01 {
	width: auto;
	border-bottom: solid 1px #AAA;
}
div.box01_left {
	width: 25%;
	font-size: 24px;
	color: #E60101;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}
div.box01_right {
	width: 75%;
}
div.box01_right ul {
	color: #E60101;
	list-style: none;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}
div.box01_right ul li {
	background-image:url(image/check.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 30px;
}

/* ------------------------------
 ボックス02
------------------------------ */

div.box02 {
	width: 32%;
	border-top: solid 8px #cc0200;
	margin: 30px 0;
	background-color: #ece3cd;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
div.box_top {
	padding: 8px 0;
	background-color: #FFF;
}
div.box_top01 {
	border-left: solid 2px #cc0200;
}
div.box_day01 {
	width: 25%;
	border-right: solid 2px #cc0200;
	color: #e60101;
	font-size: 2vw;
	font-weight: bold;
	text-align: center;
	font-family: din;
}
div.box_day02 {
	border-right: solid 2px #cc0200;
	color: #e60101;
	padding: 0 10px;
	font-size: 1.7vw;
}
div.box_title {
	background-color: #c1a159;
	height: 16vw;
	color: #FFF;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}

div.box_title p {
	margin: 15px 20px;
	font-size: 2.2vw;
}
div.box_title p span {
	font-size: 1.2vw;
}
div.box_body {
	margin-bottom: 30px;
}

div.box_body p {
	margin: 15px 20px;
}
div.box_body p.bottom_border {
	border-bottom: solid 2px #FFF;
	padding-bottom: 15px;
}
p.button02 {
	text-align: center;
	margin: auto auto 30px !important;
}
p.button02 a {
	color: #C1A159;
	background-color: #FFF;
	text-decoration: none;
	border-radius: 2.5em / 2.5em;
	padding: 8px 50px;
}
p.button02 a:hover {
	background-color: #EEE;
}

/* ------------------------------
 ボックス03
------------------------------ */

div.box03_wrapper {
	background-color: #FFF;
	margin: 30px 0 10px;
}
div.box03 {
	border-top: solid 15px #cc0200;
	margin: 0 30px;
}
div.box_day03 {
	width: 40%;
	font-size: 2vw;
}
div.box_day03 p span {
	background-color: #000;
	color: #FFF;
	padding: 7px 10px;
}
p.title_size {
	font-size: 30px !important;
}

div.box_text {
	margin: 20px 0;
}
div.box03_left {
	width: 25%;
}
div.box03_right {
	width: 75%;
}

div.box_body02_wrapper {
	background-color: #ece3cd;
}
div.box_body02 {
	border-bottom: solid 2px #FFF;
}
div.box_body02 p {
	margin: 15px 30px;
}

span.fnt24 {
	font-size: 24px !important;
}

div.box03_button {
	text-align: center;
	margin: 10px auto 30px;
	padding: 0 20px 50px;
}

div.photo01 {
	display: none;
}
div.photo01_2 {
	display: none;
}

div.photo02 {
	display: none;
}

div.photo03 {
	display: none;
}
div.photo03_2 {
	display: none;
}

/* ------------------------------
 参加者の声
------------------------------ */

p.midashi {
	text-align: center;
	font-size: 24px;
	margin: 20px auto;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}
div.impression_wrapper {
	position: relative;
}
div.impression_wrapper01 {
	margin-bottom: 30px;
}
div.impression_wrapper02 {
	margin-bottom: 30px;
}
div.impression {
	background-color: #FFF;
	border-radius: 0.5em / 0.5em;
}
div.flex_between div.impression {
	width: 32%;
}
div.impression p {
	margin: 30px 30px;
}

div.impression_button {
	margin: 0px 0;
}
div.impression_button div {
	width: 95%;
	text-align: center;
	margin: 10px auto;
	padding-right: 10px;
}

/* ------------------------------
 box04
------------------------------ */

p.midashi02 {
	text-align: center;
	font-size: 24px;
	color: #C1A159;
	margin: 20px auto;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}
div.box04_wrapper {
	margin: 30px 0;
}
div.box04 {
	width: 32%;
	background-color: #C1A159;
	color: #FFF;
	border-radius: 0.5em / 0.5em;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}
div.box04 p {
	text-align: center;
	margin: 20px auto;
}
div.box04 p span {
	font-size: 24px;
}
p.midashi03 {
	text-align: center;
	font-size: 32px;
	margin: 40px auto;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}

div.box04_left {
	width: 30%;
}
div.box04_right {
	width: 68%;
}
div.box04_right p {
	margin: 0 0 30px 0;
}

/* ------------------------------
 下段05
------------------------------ */

div.midashi_box {
	text-align: center;
	margin: 20px auto;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}
div.midashi_box p {
	font-size: 30px;
}

div.link05 {
	text-align: center;
	margin: 10px auto 50px;
}
div.link05 a {
	display: block;
	background-color: #e60101;
	border-radius: 2.5em / 2.5em;
	color: #FFF;
	text-decoration: none;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .3);
	padding: 10px 0;
}
div.link05 a:hover {
	background-color: #ec8372;
}

div.box05_wrapper {
	margin: 30px 0;
}
p.box05_midashi {
	font-size: 32px;
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E;
}
div.box05_left {
	width: 80%;
	margin: 10px auto;
}
div.box05_left img {
	margin-top: 20px;
}
div.box05_right {
	width: 80%;
	margin: 10px auto;
}
div.box05_right img {
	margin-top: 40px;
}

p.tab_center {
	text-align: center;
}

/* ------------------------------
 最下段
------------------------------ */

div.bottom {
	margin: 0 2px;
	text-align: center;
}
div.bottom a {
	display: block;
	background-color: #e60101;
	border-radius: 2.5em / 2.5em;
	color: #FFF;
	text-decoration: none;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .3);
	padding: 10px 0 10px 30px;
	margin-right: 10px;
}
div.bottom a:hover {
	background-color: #ec8372;
}

/* ------------------------------
 パンくず、トップ
------------------------------ */

div.pagetop {
	width: 100%;
	margin: 0;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
	pointer-events: none;
	font-size: 14px;
	text-align: right;
}
div.pagetop a {
	background-color: #FFF;
	padding: 10px 15px;
	border: solid 1px #DDD;
	text-decoration: none;
	color: #111;
	pointer-events: auto;
}


/* ------------------------------
 フッター
------------------------------ */

footer {
	width: auto;
	overflow: hidden;
	font-size: 12px;
	padding: 40px 0 60px;
	margin: 0 0 0;
	color: #FFF;
	background-color: #222222;
}
div.footer_logo {
	width: 20%;
}
div.footer_text {
	width: 30%;
}
div.footer_copy {
	width: 50%;
	text-align: right;
}

footer ul {
	list-style: none;
	margin: 20px 0 0 -10px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-left: solid 1px #aaa;
}
footer li {
	padding: 0 5px;
	border-right: solid 1px #aaa;
}
footer a {
	color: #FFF;
	text-decoration: none;
}
