﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#313131;
	-webkit-font-smoothing: antialiased;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
}
img{max-width: 100%;
	height:auto;
	}
.center{text-align: center;}
	
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */


.insta{
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}


/* box ------------------*/
.box{
	width: 95%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
}
.box_maru{
	width: 100%;
	margin:0 auto 30px;
	background: #FCFBE7;
	padding: 30px;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
}
.txt_left{text-align: left !important;}

@media screen and (max-width: 600px) {
.box_maru{padding: 20px;}
}


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}
/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}
/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #2C93D9;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #ee751b;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	margin-top: -15px;
	padding-bottom: 15px;
}
.header_in{
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	}
.logo{max-width: 500px;margin-top: 20px;}
.h_tel{
	max-width: 330px;
	text-align: center;
	font-size: 13px;
	}

.nav_sp{display: none!important;}
.nav_pc{}
.sp_tel{
	font-size: 16px !important;
	color: #000;
	border: none !important;
}

@media screen and (max-width:1000px){
.header_in{padding: 0px;width: 100%;}
.logo{max-width: 400px;margin-top: 20px;padding-left: 10px;}
.h_tel{display: none;}
.nav_sp{display:block!important;}
.nav_pc{display: none;}
.sp_tel img{width: 85%;}
}

@media screen and (max-width:600px){
.logo{width: 70%;margin-top: 15px;}
}


/*--ヘッダーメールボタン---------------*/
.mail_btn{
	background: #fdd23e;
	padding: 7px;
	font-size: 18px !important;
	font-weight: bold !important;
	font-family: 'Kosugi Maru', sans-serif;
	border-radius: 20px;
}
.mail_btn i{padding-right: 5px;}
.mail_btn a:link,
.mail_btn a:visited {
	color:#FFF;
	text-decoration:none;
}
.mail_btn li a:hover,
.mail_btn li a:active{
	color:#FFF;
}

/*=============================
		footer
=============================*/
footer{
	width: 100%;
	padding-top: 50px;
	background: #FFF;
}
.footer_txt{
	font-size:12px;
	text-align:center;
	margin-bottom:20px;
}
.f_logo{
	text-align:center;
	padding:30px 15px;
	max-width: 350px;
	margin: 0 auto;
	}
.copy{
	background-color:#01B1F1;
	text-align:center;
	color:#FFF;
	font-size:11px;
	padding:20px;
}
@media screen and (max-width:800px){
footer{padding-top: 30px;}
.f_logo{
	width: 80%;
	margin: 0 auto;
	padding: 10px 30px;
}
}

/*fooder_menu（もくじ）-----------*/
ul.footer_menu{
	display:flex;
	justify-content:center;
	margin:0px auto 20px;
	flex-wrap:wrap;
}
ul.footer_menu li{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	font-size:14px;
	padding: 0px 17px;
	border-right: 1px solid #ccc;
}
.f_menu_fast{border-left: 1px solid #ccc;}

ul.footer_menu li a:link,
ul.footer_menu li a:visited {
	color:#1e3761;
	text-decoration:none;
}
ul.footer_menu li a:hover,
ul.footer_menu li a:active{
	color:#1e3761;
}

.footer_rental{padding:20px 0px;}
.footer_rental h2{
	color:#fff;
	font-size:14px;
	text-align:center;
}
@media screen and (max-width: 700px) {
	ul.footer_menu{display: none;}
}

/*=============================
		BG
=============================*/



/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 170%;
}
.M{
	font-size:18px;
	line-height: 130%;
	font-family: "Sawarabi Mincho";
	margin-bottom: 5px;
	color:#7b6433
}
.L{
	font-size: 25px;
	line-height: 150%;
	color: #0b63a3;
	margin-bottom: 10px;
}
.red{color:#ff0000;}
.blue{color: #0943a1;font-weight: bold;}
.pink{color:#ec5d6f;}
.white{color:#FFF;}
.marker{background: linear-gradient(transparent 0%, #ffff66 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {
.S{font-size:12px;line-height: 170%;}
.M{font-size:15px;line-height: 170%;}
.L{font-size:20px;line-height: 170%;}
}


/*=============================
		title
=============================*/
.title1{
	color: #01B1F1;
	font-size: 30px;
	line-height: 120%;
	font-family: 'Kosugi Maru', sans-serif;
	margin-bottom: 20px;
	border-bottom: 4px #01B1F1 solid;
	padding: 10px;
}
.title_img{
	text-align: center;
	margin: 0px auto 30px;
}
@media screen and (max-width: 700px) {
.title1{font-size: 22px;}
}
@media screen and (max-width: 500px) {
.title1{font-size: 18px;}
.title_img{
	width: 45%;
	margin: 0px auto 20px;
}
}
/* title2---------------------------------------- */

.title2{
	text-align: center;
	margin-bottom: 50px;
}
.title2 h2{
	color: #01B1F1;
	font-size: 50px;
	margin-bottom: 15px;
	border-bottom:  solid 2px #01B1F1;
	display: inline-block;
	font-family: 'Fredoka One', cursive;
}
.title2 p{
	color: #01B1F1;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
}
/* title3---------------------------------------- */

.title3{
	text-align: center;
	background: #01B1F1;
	padding: 10px 30px;
	color: #FFF;
	display:inline-block;
	margin: 0 auto;
}

/*=============================
		PT
=============================*/
.pt{
	max-width: 1100px;
	width: 90%;
	border-radius: 20px;
	background: url("../img/base/bg3_top.png") no-repeat right top,
	url("../img/base/bg3_bo.png") no-repeat left bottom #E5F7FE;
	background-size:35%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px 0px;
}
.pt_h2{
	color: #01B1F1;
	font-family: 'Fredoka One', cursive;
	font-size: 50px;
	line-height: 160%;
	text-align: center;
	border-bottom: solid 2px #01B1F1;
	margin-bottom: 20px;
}
.pt_p{
	font-family: 'Kosugi Maru', sans-serif;
	color: #01B1F1;
	font-size: 15px;
	line-height: 160%;
	text-align: center;
}
.h2_br{display: none;}
@media screen and (max-width: 900px) {
.pt{padding: 50px 0px;}
.pt_h2{font-size: 38px;}
}
@media screen and (max-width: 600px) {
.pt{padding: 40px 0px;}
.pt_h2{font-size: 30px;line-height: 100%; margin-bottom: 5px;}
.pt_p{font-size: 17px;}
.h2_br{display: block;}
}
/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #f4d31f;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*=============================
		ボタン　ブルー
=============================*/
.btn1{/* --------------------------ブルー */
	background-color:#01B1F1;
	padding: 1em 2.5em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:20px;
	line-height: 130%;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
	color:#FFFF!important;
	transition: all .2s;/* ふんわり */
	margin-bottom: 10px;
}
.btn1:hover{
	color:#FFFF;
	text-decoration: none;
	opacity: 0.6;/* 透過 */
}
.btn1 i{padding-left: 10px;}

@media screen and (max-width: 600px) {
.btn1{
	font-size:16px;
	padding: 1em 1.5em;
	border-radius: 30px;
	}
}

.btn2{/* -------------------------オレンジ */
	background-color:#FC7435;
	padding: 1em 2.5em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
	color:#FFFF!important;
	transition: all .2s;/* ふんわり */
}
.btn2:hover{
	color:#FFFF;
	text-decoration: none;
	opacity: 0.6;/* 透過 */
}
.btn2 i{padding-left: 10px;}

@media screen and (max-width: 600px) {
.btn2{
	font-size:16px;
	padding: 1em 1.5em;
	border-radius: 30px;
	}
}



/*=============================
		table
=============================*/
table.table1{
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}

table.table1 tr{
  border-bottom: solid 2px white;
}

table.table1 tr:last-child{
  border-bottom: none;
}

table.table1 th{
  position: relative;
  width: 30%;
  background-color: #01B1F1;
  color: white;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
}

table.table1 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #01B1F1;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.table1 td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 10px 10px 30px;
  vertical-align: middle;
}

@media screen and (max-width: 800px) {
table.table1{font-size: 16px;}
}
@media screen and (max-width: 600px) {
table.table1{font-size: 13px;}
}

/*=============================
		top
=============================*/

.header_box{
	background:url("../img/base/bg1_r.png") no-repeat right top,
	url("../img/base/bg1_l.png") no-repeat left top;
	background-size: 40%;
}
@media screen and (max-width: 600px) {
.header_box{background-size: 50%;}
}


/*スライダー--------------------------------*/
.slider_pc{padding-left: 5px;}
.slider_sp{display: none !important;}

@media screen and (max-width: 1000px) {
.slider_pc{
	padding-left: 20px;
	padding-right: 15px;
	box-sizing: border-box;
}
}

@media screen and (max-width: 700px) {
.slider_pc{display: none !important;}
.slider_sp{
	display: block !important;
	padding-left: 20px;
	padding-right: 10px;
	box-sizing: border-box;
	}
}

/*TOＰ1（びーだまとは）--------------------------------*/
.top1_all{
	background: url("../img/base/bg2.png") no-repeat left bottom;
	background-size: 30%;
}
.top1_box{
	display: flex;
	padding: 100px 0px;
	margin: 0 auto;
	width: 90%;
	max-width: 1300px;
	align-items: center;
	justify-content: space-around;
}
.top1_img{width: 45%;}
.top1_txt{width: 50%;}
.top1_txt h2{
	color: #01B1F1;
	font-size: 40px;
	line-height: 120%;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
	padding-bottom: 30px;
}
.top1_txt p{
	padding-right: 35px;
	font-size: 16px;
	line-height: 230%;
	margin-bottom: 20px;
	}
@media screen and (max-width: 1000px) {
.top1_all{background-size: 60%;}
.top1_box{
	flex-wrap: wrap;
	justify-content: center;
}
.top1_img{width: 60%;}
.top1_txt{width: 100%;margin-bottom: 30px;}
.top1_txt h2{text-align: center;}
.top1_txt p{text-align: center;}
}

@media screen and (max-width: 600px) {
.top1_all{background-size: 70%;}
.top1_img{width: 80%;}
.top1_box{padding: 20px 0px 70px;}
.top1_txt h2{font-size: 26px;}
.top1_txt p{
	font-size: 14px;
	line-height: 190%;
	padding: 0px;
	text-align: left;
}
}

/*TOＰ2（プログラム紹介）--------------------------------*/
.top2_all{
	background: url("../img/base/bg3_top.png") no-repeat right top,
	url("../img/base/bg3_bo.png") no-repeat left bottom #E5F7FE;
	background-size: 40%;
	padding: 100px 0px;
}
.top2_all h2{
	text-align: center;
	font-size: 50px;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
	color: #01B1F1;
}
.top2_all h2 br{display: none;}
ul.top2_ul{
	display: flex;
	padding: 100px 0px;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	align-items: center;
	justify-content: space-around;
}
ul.top2_ul li{
	padding: 0% 1%;
	width: 45%;	
}
ul.top2_ul li p{font-size: 16px;padding-bottom: 10px!important;}
ul.top2_ul li img{padding-bottom: 40px!important;}


@media screen and (max-width: 700px) {
.top2_all{background-size: 80%;padding: 100px 0px 50px;}
.top2_all h2 br{display: block;}
ul.top2_ul{
	padding: 50px 0px;
	flex-wrap: wrap;
	width: 80%;
}
.top2_all h2{font-size: 45px;line-height: 130%;}
ul.top2_ul li{
	margin-bottom: 40px;
	width: 100%;
	}
}

/*TOＰ3（NEWS）--------------------------------*/
.top3{
	padding: 100px 0px;
}

/* TOPお知らせ---------------------------- */
.news_box{
	max-width: 900px;
	width: 80%;
	padding: 30px;
	border-radius: 30px;
	margin: 30px auto;
	background:#E5F7FE;
}
table.news {
	box-sizing: border-box;
	width:100%;
	margin:10px auto 10px;
	font-size: 15px;
	line-height: 130%;
}
table.news tr th {
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
}
table.news tr td {
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
}
@media screen and (max-width: 600px) {
.news_box{
	padding: 20px 15px;
	border-radius: 20px;
}
table.news {font-size: 12px;}
table.news tr th {padding: 10px;}
table.news tr th {padding: 10px;}
}


/* TOP_access---------------------------- */
.access_box{
	display: flex;
	align-items: center;
	background:url("../img/base/bg5_r.png") no-repeat right bottom #fffaea;
	background-size: 50%;
}
.map{width: 60%;}
.access{
	width: 40%;
	padding: 50px 0px;
	
}
.access_pc{}
.access_sp{display: none;}

.access_img{
	width: 80%;
	max-width: 450px;
	margin: 0 auto 20px;
}

.access_logo{
	width: 80%;
	max-width: 400px;
	margin: 0 auto 30px;
}
.access_txt{
	font-size: 16px;
	text-align: center;
	color: #000;
	margin: 20px auto 0px;
	width: 100%!important;
}

@media screen and (max-width: 900px) {
.access_box{
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.map{width: 100%;}
.access{width: 100%;}
.access_pc{display: none!important;}
.access_sp{display: block!important;}

ul.ul_access_sp{
	display: flex!important;
	justify-content: space-around;
	align-items: center;
}
.access_sp_img{width: 40%;}
.access_sp_txt{
	width: 40%;
	text-align: center;
	font-size: 14px;
	color: #000;
	}
.access_sp_txt img{max-width: 300px;margin-bottom: 30px;}/*SPのlogo*/
}/*900*/

@media screen and (max-width: 800px) {
.access_sp_txt img{max-width: 300px;margin-bottom: 30px;}/*SPのlogo*/
}/*800*/

@media screen and (max-width: 600px) {
.access{background-size: 100%;}
ul.ul_access_sp{flex-wrap: wrap!important;}
.access_sp_img{width: 80%;margin-bottom: 30px;}
.access_sp_txt{width: 100%;margin-bottom: 10px;}
}/*600*/



/* MAP -------------------------------------------*/
.ggmap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 85%; /* 比率 */
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1300px) {
.ggmap {padding-top: 90%; /* 比率 */}
}/*1300*/

@media screen and (max-width: 1100px) {
.ggmap {padding-top: 100%; /* 比率 */}
}/*1000*/



/*=============================
		top
=============================*/
.bg1{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0px;
}
@media screen and (max-width: 600px) {
.bg1{padding: 50px 0px;}
}

/* flow -------------------------------------------*/
table.flow_t{
	font-size: 23px;
	line-height: 130%;
	width: 80%;
	margin: 0 auto;
}
table.flow_t tr{
border-bottom: dashed 2px #FFD500;
}
table.flow_t th{
	color: #FFD500;
	padding: 10px;
}

table.flow_t td{
	color: #FC632D;
	vertical-align: middle;
	padding: 10px;
}

@media screen and (max-width: 600px) {
table.flow_t{width: 100%;font-size: 15px;}
}


/* プログラム  -------------------------------------------*/
ul.program_box{
	display: flex;
	justify-content: space-around;
	border-radius: 20px;
	padding: 20px;
	background: #FCFBE7;
	margin-bottom: 30px;
}
.program_img{width: 30%;}
.program_txt{width: 60%;}
ul.program_box h2{
	font-size: 25px;
	line-height: 130%;
	color: #FC632D;
	border-bottom: dashed 2px #FFD500;
	margin-bottom: 15px;
	padding: 0px 0px 10px 10px;
}
ul.program_box h3{
	font-size: 20px;
	margin-bottom: 10px;
}
ul.program_box p{
	font-size: 16px;
	}
@media screen and (max-width: 700px) {
ul.program_box{
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 10px;
	}
.program_img{width: 70%;text-align: center;margin-bottom: 10px;}
.program_txt{width: 90%;}
ul.program_box h2{font-size: 18px;}
ul.program_box h3{font-size: 16px;}
ul.program_box p{font-size: 13px;}
}


/* about  -------------------------------------------*/
.about_img{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 50px;
}
.about_img_sp{display: none;}

ul.about2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about2_img{width: 30%;padding: 0 5%;}
.about2_txt{width: 60%;}
.about2_txt p{font-size: 16px;line-height: 280%;}

@media screen and (max-width: 700px) {
.about_img{display: none;}
.about_img_sp{
	display: block;
	width: 90%;
	margin: 0 auto 50px;
}
ul.about2{flex-wrap: wrap;justify-content: center;}
.about2_txt{width: 100%;margin-bottom: 20px;}
.about2_txt p{font-size: 13px;line-height: 180%;}
.about2_img{width: 80%;padding: 0 5%;}
}

/* guide  -------------------------------------------*/
.guide_box{
	background: #FCFBE7;
	border-radius: 20px;
	padding: 20px;
}
.guide_box h2{
	color: #FC632D;
	border-bottom: dashed 2px #FFD500;
	font-size: 25px;
	padding: 10px;
	margin-bottom: 15px;
}
.guide_box p{
	font-size: 17px;
	padding: 10px;
}
.guide_ya{
	color: #FC632D;
	text-align: center;
	margin: 30px 0px;
}

@media screen and (max-width: 700px) {
.guide_box h2{font-size: 20px;margin-bottom: 5px;}
.guide_box p{font-size: 14px;}
.guide_ya{margin: 10px 0px;}
}


/* お問い合わせ------------------------------*/
.mailbox{
	max-width: 800px;
	margin: 20px auto;
}
.privacy_point{
	color: #ff6701;
	font-size: 18px;
}
.privacy_txt{
	font-size:15px;
	line-height: 170%;
	color: #69401d;
	margin-bottom: 20px;
}
.con_tel{
	max-width: 350px;
	width: 70%;
}


/* プログラムの流れ------------------------------*/
table.t_flow {
	box-sizing: border-box;
	width:100%;
	margin:10px auto 40px;
	font-size: 15px;
	line-height: 130%;
}
table.t_flow tr th {
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	vertical-align: middle;
}
table.t_flow tr td {
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	vertical-align: middle;
}
@media screen and (max-width: 700px) {
table.t_flow {margin: 10px auto 20px;}
table.t_flow tr th {padding: 15px 5px;}
table.t_flow tr td {padding: 15px 5px;}
}

/* スタッフ紹介------------------------------*/
ul.staff_box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
ul.staff_box li{
text-align: center;
width: 45%;
margin: 0px 0px 30px;
}
ul.staff_box li img{max-width: 300px;width: 100%;}
ul.staff_box li h3{
font-size: 20px;
line-height: 150%;
margin-bottom: 10px;
color: #01B1F1;
}
ul.staff_box li h3 br{display: none;}
ul.staff_box li p{font-size: 16px;}

@media screen and (max-width: 700px) {
ul.staff_box li h3{font-size: 16px;}
ul.staff_box li h3 br{display: block;}
ul.staff_box li p{font-size: 12px;}
}

/* 求人 ------------------*/
.r_img{
	float: right;
	max-width: 200px;
}
@media screen and (max-width: 700px) {
.r_img{
	max-width: 100px;
}
}

/* 今月のプログラム ------------------*/
.this_month{
	margin: 0 auto 50px;
	text-align: center;
}
.this_month p{
}

/* 情報公開 ------------------*/
.koukai_txt{
	font-size: 18px;
	margin-bottom: 10px;
}
.koukai_txt img{
	max-width: 35px;
}
@media screen and (max-width: 700px) {
.koukai_txt{
	font-size: 14px;
	margin-bottom: 15px;
}
.koukai_txt img{
	max-width: 30px;
}
}
