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

/*main_img------*/
.top_main {
	background: url("../img/main_image.jpg") no-repeat center fixed;
	background-size: cover;
}
.title_box h3 {
	font-size: 50px;
	letter-spacing: .1em;
	margin-bottom: 10px;
	text-align: center;
}
.title_box p {
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 0.15em;
	text-align: center;
}
@media screen and (max-width:768px) {
	.top_main {
		background: url("../img/sp_main.jpg") center center / cover no-repeat;
	}
	.title_box h3 {
		font-size: 42px;
	}
	.title_box p {
		font-size: 12px;
	}
}


/*about-------------*/
#about {
	padding: 120px 0 250px;
}
#about .inner {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
#about .title_box {
	margin-bottom: 130px;
}
#about .box01 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 130px;
}
#about .box01 figure {
	width: 20%;
	text-align: center;
}
#about .box01 figure img {
	width: 100%;
}
#about .box01 .txt_box {
	margin-left: 8%;
	width: 72%;
}
#about .box01 .title_box {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}
#about .box01 .title_box h4 {
	font-size: 46px;
	letter-spacing: 0.15em;
	font-weight: bold;
	line-height: 1;
}
#about .box01 .title_box p {
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #fff;
	background: #DCDCDC;
	line-height: 1;
	padding: 12px 20px 0;
	margin-left: 40px;
}
#about .box01 .txt {
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-size: 16px;
	font-weight: 100;
}
#about .box02 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-end;
}
#about .box02 .left_box {
	width: 30%;
	text-align: center;
	margin: 0;
}
#about .box02 figure img {
	width: 100%;
}
#about .box02 .txt_box {
	width: 65%;
	margin-left: 5%;
}
#about .box02 .txt_box h4 {
	font-size: 38px;
	letter-spacing: 0.15em;
	font-weight: bold;
	margin-bottom: 40px;
}
#about .box02 .box {
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 40px 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
#about .box02 .box ul {
	letter-spacing: 0.05em;
	width: 80%;
	margin-right: 3%;
}
#about .box02 .box ul li {
	margin-bottom: 15px;
	font-size: 14px;
}
#about .box02 .box ul li:last-child {
	margin-bottom: 0;
}
#about .box02 .box fiugre {
	width: 50%;
	text-align:center;
	margin: 0;
}
#about .box02 .box figure img {
	width: 100%;
}


@media screen and (max-width:768px) {
	#about {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	#about .title_box {
		margin-bottom: 50px;
	}
	#about .box01 {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	#about .box01 figure {
		width: 50%;
		margin: 0 auto 40px;
		order: 2;
	}
	#about .box01 .txt_box {
		width: 100%;
		order: 1;
		margin: 0 auto;
	}
	#about .box01 .title_box {
		flex-wrap: wrap;
	}
	#about .box01 .title_box h4 {
		font-size: 32px;
		text-align: center;
		margin: 0 auto 20px;
	}
	#about .box01 .title_box p {
		font-size: 16px;
		margin-left: 0px;
		margin: 0 auto;
		padding: 15px 40px;
	}
	#about .txt {
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}
	#about .entry_bt_sp {
		margin-bottom: 90px;
	}
	#about .box02 {
		flex-wrap: wrap;
	}
	#about .box02 .left_box {
		width: 100%;
		margin: 0 auto 30px;
		order: 2;
	}
	#about .box02 .txt_box {
		width: 100%;
		margin-left: 0;
		order: 1;
	}
	#about .box02 .txt_box h4 {
		text-align: center;
		font-size: 26px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	#about .sp_box ul li {
		font-size: 14px;
		margin-bottom: 15px;
	}
	#about .sp_box ul li:last-child {
		margin-bottom: 30px;
	}
	#about .sp_box figure {
		width: 75%;
	}
	#about .sp_box figure img {
		width: 100%;
	}
}


/*news----------------------*/
#news {
	padding-top: 120px;
}
#news .inner {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
#news .title_box {
	margin-bottom: 40px;
}
#news .txt1 {
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 80px;
	font-weight: bold;
	line-height: 1.5;
}
#news .txt1 span {
	font-weight: normal;
	font-size: 12px;
}
#news .cate_box {
	max-width: 800px;
	width: 46%;
	margin: 0 2% 40px;
	padding: 30px;
	border: 1px solid #707070;
	box-sizing: border-box;
}
#news .cate_box h4 {
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	padding-bottom: 5px;
	border-bottom: 1px solid #707070;
	color: #707070;
	margin-bottom: 20px;
}
#news .cate_box span {
	padding-right: 5px;
}
#news .cate_box span img {
	width: 35px;
	vertical-align: middle;
}
#news .flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#news .cate_box .flex_box .box {
	width: 46%;
	margin: 0 2%;
}
#news .cate_box .flex_box .box h5 {
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 1.1em;
	margin-bottom: 10px;
	color: #707070;
}
#news .cate_box .flex_box .right_box h5 {
	color: #212025;
}
#news .cate_box .flex_box .box p {
	letter-spacing: 0.05em;
	color: #707070;
	line-height: 1.5;
}
#news .cate_box .flex_box .right_box p {
	color: #212025;
}
#news .cate_box .flex_box .left_box {
	position: relative;
}
#news .cate_box .flex_box .left_box::after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-top: 1px solid #707070;
	border-right: 1px solid #707070;
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	margin-top: -3px;
}
#news .cate_box .txt2 {
	font-size: 12px;
	margin-top: 20px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #707070;
}
#news .more_bt {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#news .more_bt a {
	display: block;
	padding: 15px 0;
	margin-bottom: 20px;
	color: #fff;
	background: #4c4c4c;
	border-bottom-left-radius: 50px;
}


@media screen and (max-width:768px) {
	#news {
		padding-top: 60px;
	}
	#news .txt1 {
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
		margin-bottom: 40px;
	}
	#news .cate_box {
		width: 100%;
		margin: 0 auto 40px;
		padding: 20px;
	}
	#news .cate_box .flex_box .box {
		width: 100%;
		margin: 0 auto;
	}
	#news .cate_box .flex_box .left_box {
		margin-bottom: 30px;
	}
	#news .cate_box .flex_box .left_box::after {
		border: none;
	}
}



/*agent-----------*/
#agent {
	margin-bottom: 190px;
}
#agent .inner {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
#agent h3 {
	text-align: center;
	position: relative;
	font-size: 42px;
	letter-spacing: 0.1em;
	padding-bottom: 40px;
	font-weight: normal;
	margin-bottom: 70px;
}
#agent h3::after {
	content: "";
	height: 1px;
	width: 100px;
	background-color: #707070;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#agent .box01 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
#agent .box01 figure {
	width: 50%;
	margin: 0;
	margin-left: 5%;
}
#agent .box01 figure img {
	width: 100%;
}
#agent .box01 .txt_box {
	width: 45%;
	margin-top: 20px;
}
#agent .box01 .txt_box h4,
#agent .box02 .txt_box h4 {
	font-size: 30px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	font-weight: bold;
}
#agent .box01 .txt_box p,
#agent .box02 .txt_box p {
	line-height: 1.8;
	letter-spacing: 0.05em;
}
#agent .box02 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-top: -50px;
	margin-bottom: 200px;
}
#agent .box02 figure {
	order: 1;
	width: 45%;
	margin: 0;
	margin-right: 10%;
}
#agent .box02 figure img {
	width: 100%;
}
#agent .box02 .txt_box {
	order: 2;
	width: 45%;
	margin-top: 80px;
}
#agent .box03 {

}
#agent .box03 h4 {
	font-size: 30px;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-bottom: 20px;
}
#agent .box03 .txt {
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-size: 16px;
	margin-bottom: 50px;
}
#agent .box03 .sp_none ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-top: 40px;
}
#agent .box03 .sp_none ul li {
	width: 10.111%;
	margin: 0 0.5%;
}
#agent .box03 .sp_none ul li figure {
	margin: 0 0 10px;
}
#agent .box03 .sp_none ul li figure img {
	width: 100%;
}
#agent .box03 .sp_none ul li figcaption {
	text-align: center;
	font-size: 10px;
	line-height: 1.5;
}


@media screen and (max-width:768px) {
	#agent {
		margin-bottom: 150px;
		box-sizing: border-box;
	}
	#agent .inner {
		padding: 0;
	}
	#agent h3 {
		font-size: 24px;
		letter-spacing: 0.05em;
		font-weight: bold;
		margin-bottom: 40px;
		padding: 0 20px 20px;
	}
	#agent .box01 {
		flex-wrap: wrap;
		padding: 0 20px;
	}
	#agent .box02 {
		margin-top: 40px;
		flex-wrap: wrap;
		margin-bottom: 100px;
		padding: 0 20px;
	}
	#agent .box01 figure,
	#agent .box02 figure {
		width: 100%;
		order: 1;
		margin: 0 0 20px;
	}
	#agent .box01 .txt_box,
	#agent .box02 .txt_box {
		width: 100%;
		margin: 0 auto;
		order: 2;
	}
	#agent .box01 .txt_box h4,
	#agent .box02 .txt_box h4 {
		font-size: 18px;
		font-weight: normal;
	}
	#agent .box01 .txt_box p,
	#agent .box02 .txt_box p {
		font-size: 14px;
	}
	#agent .box03 h4 {
		font-size: 20px;
		text-align: center;
		line-height: 1.5;
		font-weight: bold;
	}
	#agent .mypattern li figure {
		width: 90%;
		margin: 0 auto;
	}
	#agent .mypattern li figcaption {
		font-size: 10px;
		line-height: 1.5;
		text-align: center;
		margin-top: 10px;
		letter-spacing: 0.05em;
	}
	#agent .box03 .txt {
		margin-top: 30px;
		font-size: 14px;
		letter-spacing: 0.05em;
		line-height: 1.8;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	#agent .entry_bt_sp {
		padding: 0 20px;
		box-sizing: border-box;
	}
}


/*para---------------*/
#para {
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-image: url("../img/para01.jpg");
	margin-bottom: 145px;
}
#para .inner {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 290px 20px;
	position: relative;
}
#para .inner p {
	font-weight: bold;
	letter-spacing: 0.15em;
	font-size: 38px;
	line-height: 1.8;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}


@media screen and (max-width:768px) {
	#para {
		background-image: none;
		background-attachment: inherit;
		margin-bottom: 120px;
	}
	#para .inner {
		padding: 0;
	}
	#para .inner figure {
		width: 100%;
		margin: 0;
		position: relative;
		z-index: -1
	}
	#para .inner figure img {
		width: 100%;
	}
	#para .inner p {
		font-size: 28px;
		top: 75%;
		right: 20px;
	}
}


/*course----------*/
#course {
	margin-bottom: 190px;
}
#course .inner {
	max-width: 1120px;
	width: 100%;
	margin:0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
#course .title_box {
	text-align: center;
	margin-bottom: 50px;
}
#course .cate_txt {
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 80px;
}
#course .caution_txt {
	margin-top: 20px;
	color: #707070;
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-size: 14px;
}
/*アコーディオン------------------------------------------------*/
#course .displayNone {
	display: none;
}
#course .box_shop_flame h3 {
	font-size: 18px;
	color: #1c1e26;
	border-bottom: solid 1px rgba(189,184,177,0.3);
	letter-spacing: 4px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
}

/*ボタン-------------------*/
#course .accordion_text {
	position: relative;
}
#course .accordion_text .switch {
	display: block;
	border-bottom: 1px solid #494949;
	color: #1c1e26;
	font-size: 17px;
	letter-spacing: 0.1em;
	padding: 10px 30px 10px 10px;
	margin-bottom: 30px;
	cursor: pointer;
}
#course .accordion_text .switch .icon {
	padding-right: 10px;
}
#course .accordion_text .switch .icon img {
	width: 30px;
	vertical-align: middle;
}
#course .accordion_text .switch .new_txt {
	background-color: #302D2C;
	color: #fff;
	padding: 5px;
	letter-spacing: 0.15em;
	display: inline-block;
	transform: scale(0.5);
	margin-left: -8px;
	vertical-align: bottom;
}


/*+-アイコン*/
#course .accordion_icon,
#course .accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#course .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	right: -5px;
	top: 23px;
	z-index: 1;
}
#course .accordion_icon span {
	position: absolute;
	top: 0;
	left: 6px;
	width: 50%;
	height: 1px;
	background-color: #000;
}
#course .accordion_icon span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
}
#course .accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
}
/*＋、－切り替え*/
#course .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
#course .accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
}
/*アコーディオン中身*/
#course .box_shop_x1{
	padding-bottom: 60px;
}


#course .box_shop_x1 .box01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
#course .box_shop_x1 .box01 .txt {
	width: 80%;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #302D2C;
}
#course .box_shop_x1 .box01 .icon {
	width: 15%;
	margin-left: 5%;
}
#course .box_shop_x1 .box01 .icon img {
	width: 100%;
}
#course .box_shop_x1 .sample_img img {
	width: 100%;
}
#course .box_shop_x1 .caution_txt {
	font-size: 12px;
	margin-top: 5px;
	text-align: right;
}
#course .box_shop_x1 .box02 h4 {
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 20px;
	padding: 20px 0;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	margin-bottom: 40px;
}
#course .box_shop_x1 .box02 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
#course .box_shop_x1 .box02 dl:nth-child(4) {
	margin-bottom: 10px;
}
#course .box_shop_x1 .box02 dl:last-of-type {
	margin-bottom: 60px;
}
#course .box_shop_x1 .box02 dl dt {
	width: 20%;
	padding-right: 5%;
	border-right: 1px solid #302D2C;
	box-sizing: border-box;
}
#course .box_shop_x1 .box02 dl dt img {
	width: 100%;
}
#course .box_shop_x1 .box02 dl dd {
	width: 70%;
	padding-left: 5%;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
}
#course .box_shop_x1 .box02 dl dd span {
	font-size: 12px;
}
#course .box_shop_x1 .box02 .txt1 {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 0 18px;
}
#course .box_shop_x1 .point h4 {
	background: #D4D5D5;
	text-align: center;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	padding: 10px 0;
	margin-top: 35px;
}
#course .box_shop_x1 .point ul {
	padding-left: 20px;
}
#course .box_shop_x1 .point ul li {
	margin-bottom: 20px;
	font-size: 14px;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 25px;
	color: #302D2C;
	line-height: 1.5;
}
#course .box_shop_x1 .point ul li::before {
	content: "●";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#course .box_shop_x1 .point ul li:last-child {
	margin-bottom: 40px;
}
#course .box_shop_x1 .kit_box .flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
#course .box_shop_x1 .kit_box figure img {
	width: 100%;
}
#course .box_shop_x1 .kit_box .flex_box .txt {
	font-weight: bold;
	font-size: 16px;
	width: 50%;
}
#course .box_shop_x1 .kit_box .flex_box .price {
	width: 50%;
	text-align: right;
	font-weight: bold;
	font-size: 32px;
}
#course .box_shop_x1 .kit_box .flex_box .price span {
	font-size: 16px;
	padding-right: 5px;
}
#course .box_shop_x1 .kit_box .flex_box .discount {
	padding: 15px 10px;
	border: 1px solid #707070;
	letter-spacing: 0.1em;
	font-size: 16px;
	margin-top: 15px;
}
#course .box_shop_x1 .kit_box .flex_box .caution {
	font-size: 12px;
	text-align: right;
	margin-top: 15px;
}
#course .box_shop_x1 .kit_box .more_bt {
	margin-top: 45px;
	text-align: center;
}
#course .box_shop_x1 .kit_box .more_bt a {
	display: block;
	padding: 15px;
	border: 1px solid #707070;
	color: #1c1e26;
	letter-spacing: .1em;
	transition: .3s;
}
#course .box_shop_x1 .kit_box a:hover {
	opacity: 0.6;
}
#course .box_shop_x1 .kit_box .apply_bt {
	text-align: center;
	margin-top: 20px;
}
#course .box_shop_x1 .kit_box .apply_bt a {
	display: block;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	letter-spacing: .1em;
	background: #4c4c4c;
}

#course .box_shop_x1 .return_bt {
	color: #302D2C;
	cursor: pointer;
	font-size: 14px;
	text-align: right;
	margin-top: 30px;
}
#course .box_shop_x1 .img_box h4 {
	text-align: center;
	font-size: 16px;
	padding: 10px;
	border: 1px solid #707070;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
#course .box_shop_x1 .img_box figure {
	margin-bottom: 30px;
}
#course .box_shop_x1 .img_box figure img {
	width: 100%;
}


#course .box {
	margin-bottom: 120px;
}
#course .box .flex_box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	max-width: 800px;
	width: 100%;
	margin: 50px auto 0;
}
#course .box .flex_box p {
	width: 46%;
	margin: 0 2%;
	text-align: center;
	letter-spacing: .05em;
}
#course .box .flex_box .more_bt a {
	display: block;
	padding: 15px 0;
	color: #333;
	border: 1px solid #333;
}
#course .box .flex_box .entry_bt a {
	display: block;
	padding: 15px 0;
	color: #fff;
	background: #4c4c4c;
	border-bottom-left-radius: 50px;
}



#course .items {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

#course .items .item {
  width: 100%;
}
#course .items .item:not(:first-of-type) {
  margin-top: 72px;
  padding-top: 72px;
  border-top: #8F8F8F solid 1px;
}

#course .items .item .img_box {
  width: 100%;
}
#course .items .item .img_box img {
  width: 100%;
  height: auto;
}
#course .items .item .img_box img.pc {
  display: inline;
}
#course .items .item .img_box img.sp {
  display: none;
}

#course .items .item .btns {
  width: 100%;
  max-width: 400px;
  margin: 36px auto 0;
}
#course .items .item .btns a {
  display: block;
  padding: 18px 1em;
  border-radius: 100vw;
  background: #212121;
  color: #FFF;
  text-align: center;
}


@media screen and (max-width:768px) {
	#course {
		margin-bottom: 120px;
	}
	#course .title_box {
		margin-bottom: 50px;
	}
	#course .cate_txt {
		text-align: left;
		font-size: 14px;
	}
  
  
  #course .items {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #course .items .item {
    width: 100%;
  }

  #course .items .item .img_box {
    width: 100%;
  }
  #course .items .item .img_box img {
    width: 100%;
    height: auto;
  }
  #course .items .item .img_box img.pc {
    display: none;
  }
  #course .items .item .img_box img.sp {
    display: inline;
  }

  #course .items .item .btns {
    width: 100%;
    max-width: 100%;
    margin: 36px auto 0;
  }
  #course .items .item .btns a {
    display: block;
    padding: 18px 1em;
    border-radius: 100vw;
    background: #212121;
    color: #FFF;
    text-align: center;
  }

  
}



/*products------------*/
#product {
	margin-bottom: 190px;
}
#product .inner {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
#product .title_box {
	margin-bottom: 60px;
}
#product .cate_txt {
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 80px;
}
#product .flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 120px;
}
#product .flex_box li {
	width: 29.333%;
	margin: 0 2%;
	text-align: center;
}
#product .flex_box li:nth-child(-n+3) {
	margin-bottom: 80px;
}
#product .flex_box li:nth-child(3) {
	margin-top: 33px;
}
#product .flex_box li .new_txt {
	text-align: center;
	display: inline-block;
	font-size: 10px;
	color: #fff;
	letter-spacing: 0.05em;
	background-color: #333;
	padding: 5px 10px;
	margin-bottom: 15px;
}
#product .flex_box li figcaption {
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.1em;
}
#product .flex_box li figure {
	width: 80%;
	margin: 0 auto 20px;
}
#product .flex_box li figure img {
	width: 100%;
}
#product .flex_box li .txt1 {
	text-align: left;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
#product .flex_box li .buy_bt {
	width: 80%;
	margin: 0 auto;
}
#product .flex_box li .buy_bt a {
	display: block;
	color: #707070;
	border: 1px solid #707070;
	text-align: center;
	padding: 15px 0;
	letter-spacing: 0.1em;
}
#product .flex_box li .stay_bt {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	background-color: #D4D5D5;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 15px 0;
}
#product .flex_box li .stay_bt a {
	color: #fff;
	display: block;
}
#product h4 {
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
#product .flex_box2 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}
#product .flex_box2 li {
	width: 23%;
	margin: 0 1%;
}
#product .flex_box2 li img {
	width: 100%;
}
#product .ec_bt {
	text-align: center;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
}
#product .ec_bt a {
	display: block;
	color: #fff;
	background: #D4D5D5;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-weight: normal;
	padding: 20px 0;
}


@media screen and (max-width:768px) {
	#product {
		margin-bottom: 120px;
	}
	#product .title_box {
		margin-bottom: 40px;
	}
	#product .cate_txt {
		text-align: left;
		margin-bottom: 60px;
	}
	#product .flex_box {
		margin-bottom: 60px;
	}
	#product .flex_box li {
		width: 48%;
		margin: 0 1%;
		margin-bottom: 40px;
	}
	#product .flex_box li:nth-child(-n+3) {
		margin-bottom: 40px;
	}
	#product .flex_box li figcaption {
		font-size: 14px;
		letter-spacing: 0.05em;
	}
	#product .flex_box li .txt1 {
		font-size: 12px;
	}
	#product .flex_box li:nth-child(3) figure {
		margin-bottom: 23px;
	}
	#product .flex_box li .buy_bt {
		width: 95%;
		font-size: 14px;
	}
	#product .flex_box li .buy_bt a {
		padding: 10px 0;
	}
	#product .flex_box li .stay_bt {
		width: 95%;
		font-size: 14px;
		padding: 10px 0;
	}
	#product h4 {
		font-size: 20px;
		letter-spacing: 0.05em;
	}
	#product .ec_bt {
		font-size: 16px;
		margin-top: 40px;
	}
	#product .ec_bt a {
		padding: 15px 0;
	}
}



/*online------------*/
#online {
	margin-bottom: 200px;
}
#online .inner {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
#online .title_box {
	margin-bottom: 60px;
}
#online .cate_txt,
#online .cate_txt2 {
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: center;
}
#online .cate_txt2 {
	margin-bottom: 40px;
}
#online .flow_02 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 120px;
}
#online .flow_02 .box {
	width: 46%;
	margin: 0 2%;
}
#online .flow_02 .box figure img {
	width: 100%;
}
#online .flow_02 .box figcaption {
	line-height: 1.8;
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-top: 10px;
}
#online .flow_01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#online .flow_01 li {
	width: 29.333%;
	margin: 0 2%;
	position: relative;
}
#online .flow_01 li:nth-child(-n+3) {
	margin-bottom: 60px;
}
#online .flow_01 li span {
	position: absolute;
	top: 5%;
	right: -35px;
}
#online .flow_01 li span img {
	width: 13px;
}
#online .flow_01 li h3 {
	max-width: 50px;
	width: 100%;
	margin: 0 auto 20px;
}
#online .flow_01 dl dt {
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
#online .flow_01 dl dd {
	max-width: 180px;
	width: 100%;
	margin: 0 auto;
}



@media screen and (max-width:768px) {
	#online {
		margin-bottom: 80px;
	}
	#online .title_box {
		margin-bottom: 40px;
	}
	#online .title_box h3 {
		font-size: 32px;
	}
	#online .cate_txt, #online .cate_txt2 {
		text-align: left;
		font-size: 14px;
	}
	#online .flow_02 .box figcaption {
		font-size: 12px;
	}
	#online .flow_02 {
		margin-bottom: 80px;
	}
	#online .flow_01 li {
		width: 48%;
		margin: 0 1%;
	}
	#online .flow_01 li h3 {
		max-width: 35px;
	}
	#online .flow_01 dl dt {
		font-size: 12px;
		letter-spacing: normal;
		margin-bottom: 0;
	}
	#online .flow_01 li span {
		right: -10px;
	}
	#online .flow_01 dl dd {
		width: 80%;
		margin: 0 auto;
	}
	.entry_bt_sp {
		width: 100%;
		text-align: center;
	}
	.entry_bt_sp a {
		display: block;
		color: #fff;
		background: #4c4c4c;
		padding: 15px 0;
	}
	#online .entry_bt_sp {
		margin-top: 30px;
	}
}


/*modal-------------------------------------------------------------*/
.modal_box {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.modal_bg {
	background-color: rgba(30, 30, 30, 0.9);
	height: 100%;
	width: 100%;
}
.modal_inner {
	background-color: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1200px;
	max-height: 90%;
	overflow: scroll;
}

.modal_box2 .modal_inner{
	max-width: 600px;
}
.modal_box3 .modal_inner {
	max-width: 900px;
}
.modal_close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 2rem;
}
.modal-body p {
	margin-bottom: 40px;
	line-height: 1.8;
	letter-spacing: .05em;
	text-align: left;
}
.modal-body img {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.modal-title {
	margin-top: 8px;
}
.btn-primary {
	font-size: 14px;
}
.btn-secondary {
	font-size: 14px;
}
.modal-backdrop {
	z-index: 9999;
}

@media screen and (max-width: 415px) {
	.modal_inner {
		width: 70%;
		padding: 25px;
	}
	.modal_close {
		top: 5px;
		font-size: 2.2rem;
	}
	.modal-title {
		font-size: 1.3em;
		margin-top: 12px;
	}
	.modal-body p  {
		font-size: 14px;
		line-height: 1.5;
	}
}



/*schedule----------------------*/
#schedule {
	margin-top: 120px;
}
#schedule .inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
#schedule .title_box {
	margin-bottom: 60px;
}
#schedule .sub_title {
	font-size: 26px;
	font-weight: bold;
	color: #707070;
	border-bottom: 1px solid #707070;
	padding: 0 10px 5px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	margin-top: 60px;
}
#schedule .sub_title span {
	padding-right: 5px;
}
#schedule .sub_title span img {
	width: 50px;
	vertical-align: middle;
}
#schedule .flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #707070;
}
#schedule .flex_box .box {
	width: 48%;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #707070;
	margin-bottom: 2.5em;
}
#schedule .flex_box .box h4 {
	text-align: center;
	font-size: 20px;
	border-bottom: 1px solid #707070;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#schedule .flex_box .box .day {
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
#schedule .flex_box .box .day span {
	font-size: 14px;
}
#schedule .flex_box .box .flex_box2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
#schedule .flex_box .box .flex_box2 dl {
	width: 50%;
}
#schedule .flex_box .box .flex_box2 dl dt {
	font-size: 12px;
	padding: 10px;
	background-color: #707070;
	color: #fff;
	font-weight: normal;
	display: inline-block;
	letter-spacing: 0.05em;
	vertical-align: top;
}
#schedule .flex_box .box .flex_box2 dl dd {
	font-size: 12px;
	display: inline-block;
	line-height: 1.5;
	margin-left: 10px;
	letter-spacing: 0.05em;
}
#schedule .flex_box .box .deadline {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
#schedule .flex_box .box .more_bt {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
}
#schedule .flex_box .box .more_bt a {
	display: block;
	padding: 15px 0;
	border-radius: 50px;
	background-color: #4c4c4c;
	color: #fff;
}
#schedule .flex_box .box .caution {
	text-align: center;
	color: #707070;
	font-size: 14px;
	line-height: 1.5;
}
#schedule .flex_box .box .sub_txt {
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 415px) {
	#schedule .title_box {
		margin-bottom: 40px;
	}
	#schedule .sub_title {
		font-size: 20px;
		margin-top: 40px;
	}
	#schedule .sub_title span img {
		width: 30px;
	}
	#schedule .flex_box .box {
		width: 100%;
		margin-bottom: 40px;
	}
	#schedule .flex_box .box .flex_box2 dl {
		width: 100%;
	}
	#schedule .flex_box .box .flex_box2 dl:first-of-type {
		margin-bottom: 10px;
	}
}
