@charset "UTF-8";

.contentpage .m_img {
	background-image: url("../images/access/m_img@2x.jpg");}


/* access
---------------------------------------------------------*/
#access .titlebox .com_marce21,
#hours .titlebox .com_marce21{
	margin-bottom:.8em;
}
#access .titlebox{
	margin-bottom: 30px;
}

#access .bg{
	position: relative;
	background: #102e55;
}
#access .bg::before{
	position: absolute;
	display: block;
	content: "";
	background: #f6f6f5;
	background-size: 100% auto;
	width: 100%;
	height: min(220px,18vw);
	top: 0;
	left: 0;
}
#access .bg .w1300{
	position: relative;
	z-index: 2;
}
#access iframe{
	display: block;
	max-width: 1100px;
	aspect-ratio: 1100 / 440!important;
	margin: 0 auto;
}

#access .box1 .box1_l{
	width: 47.5%;
	float: left;
}
#access .box1 .box1_r{
	width: 47.5%;
	color: #fff;
	float: right;
}
#access .box1 .box1_r .taisho{
	display: flex;
    justify-content: start;
    align-items: center;	
	line-height: 1em;
	margin-bottom: .8em;
}
#access .box1 .box1_r .taisho dt{
	border:1px solid #fff;
	padding: .3em 1.5em;
	box-sizing: border-box;
	border-radius: 50px;
	margin-right: 1em;
}
#access .box1 .box1_r .info dt{
	line-height: 1.3em;
	margin-bottom: .7em;
}
#access .box1 .box1_r .info dd{
	line-height: 1.7em;
}
#access .box1 .box1_r .info dd p{
	display: inline;
}
#access .box1 .box1_r .info dd .sp_tel_btn{
	margin-right: .5em;
}

#access .box1 .box1_r .plan{
	margin-top: 3.5em;
}
#access .box1 .box1_r .plan li{
	position: relative;
	padding-left: 5.2em;
	box-sizing: border-box;
	line-height: 1.7em;
	margin-bottom: 3em;
}
#access .box1 .box1_r .plan li:last-child{
	margin-bottom: 0;
}
#access .box1 .box1_r .plan li::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/access/abs1.svg")no-repeat top left;
	background-size: 100% auto;
	width: 2em;
	height: 3em;
	left: 0;
	top:0;
}
#access .box1 .box1_r .plan li.plan2::before{
	background-image: url("../images/access/abs2.svg");
}
#access .box1 .box1_r .plan li::after{
	position: absolute;
	display: block;
	content: "";
	background: #fff;
	background-size: 100% auto;
	width: 1px;
	height: 100%;
	top:0;
	left: 3.7em;
}
#access .box1 .box1_r .plan li .fs15{
	line-height: 1.6em;
	margin-top: 1em;
}
#access .box1 .box1_r .plan li div{
	display: flex;
    justify-content: start;	
	align-items: flex-end;	
}
#access .box1 .box1_r .plan li.plan1 div p{
	line-height: 1em;
}
#access .box1 .box1_r .plan li div p:nth-child(2){
	font-size:110%;
}
#access .box1 .box1_r .plan li div p:nth-child(2) .ft_marce{
	font-size: 220%;
	margin-left: 0.1em;
}

#root .list{
	display: flex;
    justify-content: start;
	flex-wrap: wrap;
	color: #fff;
}
#root .list li{
	position: relative;
	width: 29.5%;
	margin-right: 5.75%;
	margin-top: 50px;
}
#root .list li:nth-child(3n){
	margin-right: 0;
}
#root .list li:nth-child(-n+3){
	margin-top: 0;
}
#root .list li::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/access/root_arrow.svg")no-repeat top left;
	background-size: 100% auto;
	width: 5%;
	height: 23px;
	top: min(115px,8vw);
	left: calc(100% + 7%);
	aspect-ratio: 19 / 23;
}
#root .list li:nth-child(3n)::before,
#root .list li:last-child::before{
	display: none;
}
#root .list li .fs15{
	margin-top: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#access .titlebox .com_marce21,
#hours .titlebox .com_marce21{
	margin-bottom:.3em;
}
#access .titlebox{
	margin-bottom: 2%;
}
#access .box1 .box1_l{
	width: 42%;
	float: left;
}
#access .box1 .box1_r{
	width: 54%;
}
#access .box1 .box1_r .info dt,
#access .box1 .box1_r .info dd{
	letter-spacing: normal; 
}
#access .box1 .box1_r .plan{
	margin-top: 2em;
}
#access .box1 .box1_r .plan li{
	padding-left: 4em;
	margin-bottom: 2em;
}
#access .box1 .box1_r .plan li::before{
	width: 1.5em;
}
#access .box1 .box1_r .plan li::after{
	left: 2.8em;
}

#root .list li{
	margin-top: 4%;
}
#root .list li .fs15{
	margin-top: 1.2em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#access .titlebox .com_marce21,
#hours .titlebox .com_marce21{
	margin-bottom:.3em;
}
#access .titlebox{
	margin-bottom: 4%;
}

#access .bg::before{
	height: 25vw;
}
#access iframe{
	height: 50vw!important;
}

#access .box1 .box1_l{
	width: 80%;
	float: none;
	margin: 0 auto 6%;
}
#access .box1 .box1_r{
	width:100%;
	float: none;
}
#access .box1 .box1_r .taisho{
    justify-content: center;
}
#access .box1 .box1_r .info{
	text-align: left;
}
#access .box1 .box1_r .info .sp_tel_btn{
	text-decoration: underline;
}
	
#access .box1 .box1_r .plan{
	margin-top: 2.5em;
}
#access .box1 .box1_r .plan li{
	padding-left: 3em;
	margin-bottom: 2em;
}
#access .box1 .box1_r .plan li::before{
	width: 1.3em;
}
#access .box1 .box1_r .plan li::after{
	left: 2.2em;
}

#root .list{
	display: block;
}
#root .list li{
	width: 100%;
	margin-right:0;
	margin-top: 0;
	padding-bottom: 1.1em;
	margin-bottom: 2.4em;
}
#root .list li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
#root .list li::before{
	display: block!important;
	width: 1em;
	top: 100%!important;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: rotate(90deg);
}
#root .list li:last-child::before{
	display: none!important;
}
	
#root .list li .radius10{
	width: 70%;
	margin: 0 auto;
}
#root .list li .fs15{
	margin-top: 1em;
}
}




/* hours
---------------------------------------------------------*/
#hours .com_timetable{
	max-width: 694px;
	margin-left: auto;
	margin-right: auto;
}
#hours .com_timetable .time_bg {
	background: rgba(230,230,220,0.50);
}