@charset "UTF-8";




@media only screen and (max-width: 768px){
	
	

	
	
	
/* ---------------------------------
	Base-SP
--------------------------------- */
	
	
address,caption,cite,code,dfn,em,strong,th,var,dl,dt,dd {
	font-weight: 500;
}
	
body {
	font-size: 1.5rem;
	font-weight: 500;
}
	
	
.pc{
	display: none !important;
}

.sp{
	display: block !important;
}

.cap {
	font-size: 1.0rem;
}
	
.container {
	padding: 0 4%;
}

.container_sp-wide {
	padding: 0;
}
	

	
	
	
	
/* ---------------------------------
	 content-SP
--------------------------------- */


.header_topline li {
	width: 100%;
}

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

.header_topline li:nth-child(2) {
	display: none;
}

.header_logo-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 0;
}

.header_logo-wrap li:nth-child(1) {
	width: 100%;
}
	
.header_logo-wrap li:nth-child(1) h1 {
	width: 57.11%;
	margin: 0 auto;
}

.header_logo-wrap li:nth-child(2) {
	width: 100%;
	border-top: 1px solid #aaa;
	margin-top: 10px;
}
	
.header_logo-wrap li:nth-child(2) h1 {
	width: 65.79%;
	margin: 0 auto;
	margin-top: 10px;
}
	
header hr {
	border-top: 6px solid #005024;
}
	

.header_info-wrap {
	width: 64.41%;
	padding: 20px 0;
}

h2 {
	font-weight: 800;
	margin-top: 40px;
}

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

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

h2 .sp-none {
	display: none;
}

.copy01 {
	text-align: justify;
	margin-top: 30px;
}
	
.copy01 br {
	display: none;
}

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

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

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

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

.booth_p-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}
	
.boothmap {
	padding: 50px 0;
	margin-top: 50px;
}

.boothmap h3 {
	font-size: 2.0rem;
	font-weight: 800;
	padding: 7px 10px;
}

.boothmap .txt1 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 20px;
}

.boothmap .box {
	font-weight: 700;
	border: 2px solid #c1272d;
	max-width: 200px;
	margin-top: 10px;
	padding: 10px 0;
}

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

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

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

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

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

.boothmap .bt-wrap ul li a {
	font-size: 1.5rem;
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	padding: 20px 0;
}


.outline h3 {
	font-size: 2.0rem;
	font-weight: 800;
	max-width: 11em;
	padding: 10px;
	margin-top: 50px;
}

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

.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 .green h3 {
	margin-top: 70px;
}
	
	
.outline_list {
	margin-top: 20px;
}

.outline_list th {
	display: block;
	width: 100%;
	font-weight: 800;
	text-align: left;
	border-bottom: 1px solid #999;
	border-right: none;
	padding: 10px 0 7px;
}

.outline_list td {
	display: block;
	width: 100%;
	padding: 7px 0 10px;
}

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

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

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

	
	
/****** bt-sat ******/
	
.bt-sat {
	margin-top: 50px;
}
	
.bt-sat.second {
	margin-top: 70px;
}

.bt-sat .txt {
	width: 100%;
	padding: 10px 0;
}

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

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

.bt-sat .bt1-wrap ul li a {
	font-size: 2.0rem;
	background-image: url("../images/bt_mk01.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 16px auto;
	padding: 20px 0;
}

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

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

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

.bt-sat .bt2-wrap ul li a {
	font-size: 1.4rem;
	background-image: url("../images/bt_mk01.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 16px auto;
	padding: 13px 0;
}

.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: 60px;
}

.footer_logo {
	width: 70.59%;
}

.footer-tel {
	margin-top: 40px;
}

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

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

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

.footer-tel li:nth-child(4) {
	font-size: 2.0rem;
	font-weight: 600;
	margin-top: 15px;
}
	
.footer-tel li:nth-child(4) a:hover {
	text-decoration: none;
}

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

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

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

.copyright-wrap li:nth-child(1) {
	width: 150px;
	margin: 0 auto;
}
	
.copyright-wrap li:nth-child(2) {
	width: 100%;
	margin-top: 5px;
	text-align: center;
}

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

	
	
	
	
	
	
	


	
	
	
/********** scroll-box ***********/	

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
	
.scroll-box div img {
  max-width: 100%;
  vertical-align: top;
}

.booth_map-wrap .scroll-box div img {
  min-width: 600px;
}


	
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #fff;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
	
/********** ↑scroll-box ***********/

	
	

	

	
	
	
}








