@charset "UTF-8";

@import "destyle.css";
@import "parts.css";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900&display=swap&subset=japanese');





/* ---------------------------------
	Base-PC
--------------------------------- */

*:focus {
outline: none;
}

address,caption,cite,code,dfn,em,strong,th,var,dl,dt,dd {
	font-style:normal;
	font-weight: 400;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	font-size: 1.8rem;
    line-height: 1.8;
	letter-spacing: 0.05em;

}

a {color: #000;}
a:visited {color: #000;}
a:hover {color: #000; text-decoration: underline;}
a:active {color: #000;}


.cap {
	font-size: 1.1rem;
}

.txt-sss {
	font-size: 0.625em;
}

.txt-ss {
	font-size: 0.75em;
}

.txt-s {
	font-size: 0.875em;
}

.txt-l {
	font-size: 1.125em;
}

.txt-ll {
	font-size: 1.25em;
}

.txt-lll {
	font-size: 1.375em;
}

.txt-black {
	color: #000!important;
}

.txt-white {
	color: #fff!important;
}

.txt-blue {
	color: #1b2655!important;
}

.txt-green {
	color: #005024!important;
}

.txt-kerning {
	margin: 0 -0.4em;
}

.pc{
	display: block !important;
}

.sp{
	display: none !important;
}

.bt-fade a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-fade a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.bt-fade a img {
	transition: all .2s ease;
}
.bt-fade a:hover img {
	opacity: 0.6;
}

.bt-bright a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright a:hover {
	text-decoration: none;
	filter: brightness(120%);
}
.bt-bright a img {
	transition: all .2s ease;
}
.bt-bright a:hover img {
	filter: brightness(120%);
}

.container {
    max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.container_sp-wide {
    max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.all-wrap {
	overflow: hidden;
}

.all-wrap img {
	width: 100%;
	height: auto;
}







/* ---------------------------------
	 content-PC
--------------------------------- */


.header_topline {
	display: flex;
}

.header_topline li {
	width: 50%;
}

.header_topline li:nth-child(1) {
	border-top: 15px solid #1b2655;
}

.header_topline li:nth-child(2) {
	border-top: 15px solid #005024;
}

.header_logo-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0;
}

.header_logo-wrap li:nth-child(1) {
	width: 42.67%;
}

.header_logo-wrap li:nth-child(2) {
	width: 49.17%;
	margin-top: 12px;
}

.header_info-wrap {
	width: 70.33%;
	margin: 0 auto;
	padding: 20px 0;
}

h2 {
	color: #1b2655;
	font-weight: 700;
	text-align: center;
	margin-top: 80px;
}

h2 p:nth-child(1) {
	font-size: 3.6rem;
	line-height: 1.5;
}

h2 p:nth-child(2) {
	font-size: 6.0rem;
}

.copy01 {
	text-align: center;
	margin-top: 60px;
}

.copy01 .txt2 {
	margin-top: 40px;
}

.booth_p-wrap {
	display: grid;
	grid-template-columns: 65% 33.33%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	margin-top: 100px;
}

.booth_p-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.booth_p-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.booth_p-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	align-self: flex-end;
}

.boothmap {
	background: #f4f4f6;
	padding: 100px 0;
	margin-top: 100px;
}

.boothmap h3 {
	color: #1b2655;
	font-size: 4.0rem;
	font-weight: 700;
	text-align: center;
	position: relative;
	max-width: 10em;
	background: #f4f4f6;
	box-sizing: border-box;
	border: solid 1px #1b2655;
	padding: 7px 10px;
	margin: 0 auto;
}

.boothmap h3:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #f4f4f6;
  z-index: 2;
}

.boothmap h3:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #1b2655;
  z-index: 1;
}

.boothmap .txt1 {
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
	margin-top: 50px;
}

.boothmap .box {
	font-weight: 600;
	line-height: 1.0;
	text-align: center;
	background: #fff;
	border: 3px solid #c1272d;
	max-width: 300px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 15px 0;
}

.boothmap .box p:nth-child(1) {
	font-size: 2.5rem;
}

.boothmap .box p:nth-child(2) {
	font-size: 5.0rem;
	margin-top: 5px;
	transform: scaleX(1.2);
}

.booth_map-wrap {
	margin-top: 60px;
}

.boothmap .bt-wrap {
	margin-top: 80px;
}

.boothmap .bt-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.boothmap .bt-wrap ul li {
	width: 32%;
}

.boothmap .bt-wrap ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.3;
	text-decoration: none;
	background-image: url("../images/bt_mk02.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-color: #1b2655;
	padding: 25px 0;
	transition: all 0.2s ease;
}

.boothmap .bt-wrap ul li a:hover {
	filter: brightness(170%);
}




.outline h3 {
	color: #999;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	position: relative;
	max-width: 9em;
	box-sizing: border-box;
	border: solid 1px #999;
	padding: 15px 10px;
	margin: 0 auto;
	margin-top: 100px;
}

.outline h3 .s {
	font-size: 2.0rem;
}

.outline h3:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.outline h3:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #999;
  z-index: 1;
}

.outline .blue h3 {
	color: #1b2655;
	border: solid 1px #1b2655;
}

.outline .blue h3:after {
  border-top: 14px solid #1b2655;
}

.outline .green h3 {
	color: #005024;
	border: solid 1px #005024;
	margin-top: 150px;
}

.outline .green h3:after {
  border-top: 14px solid #005024;
}


.outline_list {
	width: 100%;
	line-height: 1.5;
	margin-top: 60px;
}

.outline_list th {
	width: 20%;
	color: #999;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #999;
	border-right: 5px solid #fff;
	padding: 15px 0;
}

.outline_list td {
	width: 80%;
	vertical-align: middle;
	border-bottom: 1px solid #999;
	padding: 15px 0;
}

.outline .blue .outline_list th {
  	color: #1b2655;
	border-bottom: 1px solid #1b2655;
}

.outline .blue .outline_list td {
	border-bottom: 1px solid #1b2655;
}

.outline .green .outline_list th {
  	color: #005024;
	border-bottom: 1px solid #005024;
}

.outline .green .outline_list td {
	border-bottom: 1px solid #005024;
}

.outline_list .list {
	display: flex;
	flex-wrap: wrap;
}














/****** bt-sat ******/

.bt-sat {
	margin-top: 100px;
}

.bt-sat.second {
	margin-top: 150px;
}

.bt-sat .txt {
	color: #bc0000;
	line-height: 1.5;
	text-align: center;
	border-top: 1px solid #bc0000;
	border-bottom: 1px solid #bc0000;
	width: 60%;
	margin: 0 auto;
	padding: 10px 0;
}

.bt-sat .bt1-wrap {
	margin-top: 40px;
}

.bt-sat .bt1-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bt-sat .bt1-wrap ul li {
	width: 45%;
	border: 3px solid #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.bt-sat .bt1-wrap ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	background-color: #bc0000;
	background-image: url("../images/bt_mk01.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding: 30px 0;
	transition: all 0.2s ease;
}

.bt-sat .bt1-wrap ul li a:hover {
	filter: brightness(120%);
}

.bt-sat .bt2-wrap {
	margin-top: 40px;
}

.bt-sat .bt2-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bt-sat .bt2-wrap ul li {
	width: 35%;
	margin: 0 10px;
}

.bt-sat .bt2-wrap ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.3;
	text-decoration: none;
	background-image: url("../images/bt_mk01.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding: 17px 0;
	transition: all 0.2s ease;
}

.bt-sat .bt2-wrap ul li:nth-child(1) a {
	background-color: #1b2655;
}

.bt-sat .bt2-wrap ul li:nth-child(2) a {
	background-color: #005024;
}

.bt-sat .bt2-wrap ul li:nth-child(1) a:hover {
	filter: brightness(170%);
}

.bt-sat .bt2-wrap ul li:nth-child(2) a:hover {
	filter: brightness(150%);
}




/****** footer ******/

footer {
	margin-top: 120px;
}

.footer_logo {
	max-width: 430px;
	margin: 0 auto;
}

.footer-tel {
	line-height: 1.4;
	text-align: center;
	margin-top: 80px;
}

.footer-tel li:nth-child(1) {
	font-size: 1.6rem;
}

.footer-tel li:nth-child(2) {
	font-size: 2.8rem;
	margin-top: 20px;
}

.footer-tel li:nth-child(3) {
	font-size: 1.4rem;
	margin-top: 2px;
}

.footer-tel li:nth-child(4) {
	font-size: 2.2rem;
	font-weight: 500;
	margin-top: 20px;
}

.footer-tel li:nth-child(4) .s {
	font-size: 0.8em;
}

.footer-tel li:nth-child(5) {
	font-size: 1.4rem;
	margin-top: 2px;
}

.footer-under {
	border-top: 1px solid #666;
	margin-top: 40px;
}

.copyright-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}

.copyright-wrap li:nth-child(1) {
	width: 200px;
}

.copyright-wrap small {
	font-size: 1.3rem;
}








/* ---------------------------------
	 PC　TEL無効
--------------------------------- */

@media (min-width: 768px) {
	
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
	
}




