@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);
@import url(base_sp.css);


main h2{
	margin-bottom:30px;
}
main section{
	padding-bottom:30px;
}

main section p{
	padding-bottom:10px;
}

/*---#col01---*/
main section div#col01{
	justify-content: space-between;
}
main section div#col01 ul{
	width: 100%;
	margin-right: auto;
}
main section div#col01 ul li{
	padding:5px;
	border-bottom:1px dotted #bfbfbf;
	font-size:1.2em;
}

main section div#col01 ul li span{
	font-style: normal;
	color:#f1375f;
}

main section div#col01 figure{
	max-width:11%;
	padding-right:1%;
}


@media screen and (max-width: 800px){
	main section div#col01 ul{
	width: 100%;
	margin-right: auto;
}
	main section div#col01 ul li{
	font-size:1em;
}
main section div#col01 figure{
	max-width:20%;
	padding-right:0%;
	margin:10px auto;
}
}

/*---#col_access---*/

main section div#col_access{
	justify-content: space-between;
	
}
main section div#col_access #col_access_info{
	width:40%;
}
main section div#col_access #col_access_info section {
	margin-bottom:15px;
}
main section div#col_access #col_access_info section h5,
main section div#col_access #col_access_info section  p{
	border-bottom:1px dotted #bfbfbf;
}
main section div#col_access #col_access_info section  p{
	padding:10px 0;
}
main section div#col_access #col_access_map{
	width:55%;
}

@media screen and (max-width: 800px){
	main section div#col_access #col_access_info,
	main section div#col_access #col_access_map{
	width:100%;
}
}
/*---#col_form---*/
main section#col_form div.flex{
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 20px;
	gap: 30px;
}
main section#col_form div.flex>div{
	background:#f5fdff;
	border-radius: 6px;
	border:solid 2px #46d1ff;
	text-align:center;
	width:32%;
	padding:10px;
	box-sizing: border-box;
	align-items: middle;
}
main section#col_form div.flex div h4{
	color:#46d1ff;
	font-family: "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 1em;
	margin-top: 3%;
}
main section#col_form div.flex div h4 span{
		position:relative;
		padding-left:25px;
}
main section#col_form div.flex div h4 span:before{
	display:block;
	position:absolute;
	content:"";	
	background-position:0 50%;
	left:0;
	top:0;

}
main section#col_form div.flex div:first-child h4 span:before{
		background:url(../images/studio/icon_tel.png)no-repeat;
		background-size:contain;
	height:22px;
	width:19px;
}

main section#col_form div.flex div:nth-child(2) h4 span:before{
		background:url(../images/studio/icon_fax.png)no-repeat;
		background-size:contain;
	height:22px;
	width:19px;
}
main section#col_form div.flex div:last-child h4 span:before{
		background:url(../images/studio/icon_form.png)no-repeat;
		background-size:contain;
	height:22px;
	width:19px;
}
main section#col_form div.flex div i{
	font-style: normal;
	color:#fd97bf;
	font-weight:bold;
	display:block;
	
}
main section#col_form div.flex div p.telno{
	color:#46d1ff;
	font-weight:bold;
	font-size:2em;
	margin:5px 0;
}
main section#col_form div.flex div small{
	line-height: 130%;
	display: block;
	padding-bottom:10px;
}

@media screen and (max-width: 800px){
	main section#col_form div.flex>div{
	width:100%;
	padding:10px 5px;
	box-sizing: border-box;
	align-items: middle;
	margin:10px 0;
}
	main section#col_form div.flex>div .btn a{
		padding:10px 10px;
	}	
}
/*---#col_calender---*/
main .fc-toolbar h2::first-letter{

	color:#007fc5!important;
}
main .fc-toolbar h2:after{
	display:none;
}
img.icon_pdf{
	width:20px;
	height:auto;
	margin-left:5px;
}
/*---#col_event---*/
#col_event article div{
	border-bottom:1px dotted #bfbfbf;
	display: -webkit-flex;
	display: flex;
	padding-top:15px;
	width:100%;

}
#col_event article div figure{
	width:13%;
	padding-right:2%;
}
#col_event article div section{
	width:85%;
}
#col_event article div section p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
#col_event small{
	color:#31c5f6;
	font-size:.9em;
}
/*---カレンダー---*/
.fc-content{
	font-size:.9em!important;
	padding:5px!important;
	color:#fff!important;
}
.fc-content .fc-title{
display:block!important;
}
/*---#col_eventシングル---*/
#col_event_single article div{
	padding:20px 0 40px 0;
	width:100%;
	border-bottom:1px dotted #bfbfbf;
	overflow: hidden;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

@media screen and (max-width: 800px){
main section{
	padding-bottom:15px;
}
.alignleft {
	float: none;
	margin: 1em 0;
}

.alignright {
	float: none;
	margin: 1em 0;
}
/*---#col_event---*/
#col_event article div figure{
	width:25%;
	padding-right:5%;
}
#col_event article div section{
	width:70%;
}
img.icon_pdf{
	width:18px;
	height:auto;
	margin-left:5px;
}
}

/*----------------------------slider--------------------------------*/

.slider .slick-list{
	position: relative;
	display: block;
	overflow: hidden;
}
.slider{
	position: relative;
	cursor: pointer;
	margin-bottom:20px;
}
.slider .slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider .slick-arrow{
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	height: 40px;
	width: 30px;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	z-index: 1;
	border: none;
}
.slider .slick-next{
	left: auto;
	right: 0;
}
.slider .slick-arrow:before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: calc(50% - 7px);
	border-top: 1px solid #222;
	border-left: 1px solid #222;
}
.slider .slick-prev:before{
	transform: rotate(-45deg);
	left: calc(50% - 4px);
}
.slider .slick-next:before{
	transform: rotate(135deg);
	left: calc(50% - 12px);
}

.slider .pointer{
	display: table;
	margin: 20px auto 0;
}
.slider .pointer li{
	display: table-cell;
	padding: 0 3px;
}
.slider .pointer li button{
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	background-color: #ccc;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: none;
	cursor: pointer;
}
.slider .pointer .slick-active button{
	background-color: #F24D71;
}