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

.red_text {
	color: #E60312;
}

#area1 {
	width: 87.5%;
	max-width: 800px;
	margin: auto;
	font-size: 1.4rem
}

#area2 {
	width: 100%;
	max-width: 960px;
	margin: 36px auto 0
}

.ac-cont .left {
	border: 3px solid #FFF;
}

.ac-cont .right {
	margin-top: 12px;
	font-size: 1.4rem;
	line-height: 1.6;
}

.ac-cont .other_text {
	font-size: 1.4rem;
	line-height: 1.6;
}

.ac-cont .right .day {
	margin-top: 6px;
	color: #A72F4B;
	font-weight: 700;
}

.ac-cont .right dl dd {
	margin-left: 4em;
}

.ac-cont .right table {
	width: 100%;
	margin-top: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	border-top: 1px solid #604C3F;
}

.ac-cont .right table th,
.ac-cont .right table td {
	padding: 2px 5px;
	background: #FFF;
}

.ac-cont .right table th {
	white-space: nowrap;
	border: solid #604C3F;
	border-width: 0 0 1px 0
}

.ac-cont .right table td {
	border: solid #604C3F;
	border-width: 0 0 1px 1px
}

.ac-cont .right table th.koumoku {
	background: #F4D5BA;
}

.ac-cont2 {
	display: none;
}

.ac-cont2 .left {
	border: 3px solid #FFF;
}

.ac-cont2 .right {
	margin-top: 12px;
	font-size: 1.4rem;
	line-height: 1.6;
}

.ac-cont2 .other_text {
	font-size: 1.4rem;
	line-height: 1.6;
}

.ac-cont2 .right .day {
	margin-top: 6px;
	color: #A72F4B;
	font-weight: 700;
}

.ac-cont2 .right dl dd {
	margin-left: 4em;
}

.ac-cont2 .right table {
	width: 100%;
	margin-top: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	border-top: 1px solid #604C3F;
}

.ac-cont2 .right table th,
.ac-cont2 .right table td {
	padding: 2px 5px;
	background: #FFF;
}

.ac-cont2 .right table th {
	white-space: nowrap;
	border: solid #604C3F;
	border-width: 0 0 1px 0
}

.ac-cont2 .right table td {
	border: solid #604C3F;
	border-width: 0 0 1px 1px
}

.ac-cont2 .right table th.koumoku {
	background: #F4D5BA;
}
.accordion .pc_title {
	display: none;
	background: #FFF;
	max-width: 455px;
	margin: auto;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	border-radius: 5px;
	line-height: 28px;
}

.sc_block {
	position: relative;
}

.sc_block .anchor {
	position: absolute;
	top: -50px;
	left: 0;
}

@media screen and (min-width: 320px){
} /*iPhone 5*/

@media screen and (min-width: 375px){
} /*iPhone 7*/

@media screen and (min-width: 414px){
} /*iPhone 7 Plus*/

@media screen and (min-width: 600px){
} /*Nexus 7*/

@media screen and (min-width: 768px){
	#area1 {
		font-size: 1.75rem;
	}
	
	#area2 {
		margin: 80px auto 0;
	}
	.accordion .pc_title {
		display: block;
	}
	
	/*.ac-cont:after {
		content: "";
		display: block;
		clear: both;
	}*/
	
	.ac-cont2 {
		margin-top: 20px;
		
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -o-flex;

		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-o-justify-content: space-between;

		align-items: flex-start;
		-webkit-align-items: flex-start;
		-ms-align-items: flex-start;
		-moz-align-items: flex-start;
		-o-align-items: flex-start;
	}
	
	.ac-cont2 .left {
		width: 40.2298%;
		float: left;
	}

	.ac-cont2 .right {
		width: 53.4482%;
		margin-top: 0;
		font-size: 1.6rem;
		line-height: 1.6;
		float: right;
	}
	
	.ac-cont2 .other_text {
		font-size: 1.6rem;
		margin-top: -15px;
	}
	
	.ac-cont2 .right .day dt {
		float: left;
	}
	
	.ac-cont2 .right .day dd {
		margin-left: 17em
	}
	
	.ac-cont2 .right table {
		font-size: 1.6rem;
		line-height: 22px;
		border-top: 1px solid #604C3F;
	}
	
	.ac-cont2 .right table th,
	.ac-cont2 .right table td {
		padding: 4px 16px;
	}

	.ac-cont2 .right table th {
		white-space: nowrap;
		border: solid #604C3F;
		border-width: 0 0 1px 0
	}
	
	.ot_area {
		width: 95%;
		max-width: 870px;
		margin: auto;
	}
	
	.ot_area:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.ot_area .ot_left {
		width: 46%;
		float: left;
	}
	
	.ot_area .ot_right {
		width: 43.678%;
		float: right;
	}
	
	
} /*iPad*/

@media screen and (min-width: 960px){
} /*Minimum size PC*/

@media screen and (min-width: 1024px){
} /*Basic PC*/