@charset "utf-8";
/* CSS Document */

/*========= ナビゲーションのためのCSS ===============*/
@media screen and (max-width: 1300px) {


#global-nav{
    display: none;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}


	
	
	

.inner {
	display: none;
}

.btn_10 {
	display: none;
}

	
	
	
	
	
	
	
	
	
	
.menubt {
	padding-right: 60px;
	padding-bottom: 5px;
}
	
.ft_flexbox {
	width: 80%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	flex-wrap: wrap;
	flex-wrap: wrap;
}
.ft_box1 {
	width: 45%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	
	
}
	
	
	.heading06 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 20px;
}

.heading06 span {
	position: relative;
	z-index: 2;
}

.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(224,66,114,0.2);
	font-size: 2em;
	
}

.heading06::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 40px;
	background-color: rgba(224,66,114,1);
}
	
.sp-img {
	display: none;
}	
.ft2 {
	
	
	
}	
	
	.page_title {
		font-size: 2em;
		width: 80%;
		padding: 15px;
		
		margin-left: auto;
		margin-right: auto;
		color: rgba(255,255,255,1.00);
		background-size: auto auto;
background-color: rgba(255, 255, 255, 0);
background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 252, 0, 0.41) 10px, rgba(255, 252, 0, 0.41) 20px );
		
	}	
	.c-list  {
	margin-top: 20px;
	
}
.c-list li {
	margin-bottom: 30px;
	margin-top: 20px;
	display: block;
	
}
.listsp01 {
  padding: 8px;
  background: #a6d3c8;
  color: white;
	margin-right: 20px;
	margin-bottom: 15px;
	display: block;
	border-radius: 5px;
}
.top_box {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}
.top_box-1 {
	padding: 20px;
	
	width: 33%;
	vertical-align: top;
	
}
.top_box-1 img {
	width: 100%;
	margin: 0px;
	border-radius: 20px 20px 0px 0px;
}
.box-1-title2 {
	color: aliceblue;
	background-size: auto auto;
background-color: rgba(0, 0, 0, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(60, 60, 60, 1) 10px, rgba(60, 60, 60, 1) 20px );
	padding: 10px;
	border-radius: 0px 0px 20px 20px;
}
.topimg2 img {
	display: block;
	width: 40%;
	margin: 200px auto 50px auto;
}	
	
	
}


