﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#313131;
	-webkit-font-smoothing: antialiased;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{max-width: 100%;
	height:auto;
	}
.center{text-align: center;}
	
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */

/* box ------------------*/
.box{
	width: 90%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
}
.box_maru{
	width: 90%;
	max-width:1000px;
	margin:0 auto 30px;
	overflow:hidden;
	box-sizing: border-box;
	background: #FFF;
	padding: 30px;
	border-radius: 20px;
}

@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: #f39800;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #f39800;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	margin-top: -20px;
}
.header_in{
	width: 95%;
	max-width: 1050px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	}
.logo{
	max-width: 320px;
	margin-top: 20px;
	}

ul.h_telmail{
	max-width: 600px;
	display: flex;
	align-items: center;
}
.h_tel{
	font-size: 15px;
	text-align: center;
	margin-left: 10px;
}
.h_mail{}
.nav_sp{display: none;}
.sp_tel{border: none!important;}

@media screen and (max-width:1000px){
header{margin-top: 0px;}
.header_in{padding: 0px;}
ul.h_telmail{display: none;}
.logo{
	max-width: 450px;
	padding-left: 10px;
	margin: 10px 0px;
}
.nav_sp{display:block;}
}

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

/*スマホ版-------------*/
@media screen and (max-width:1000px){
.sp_img{/*スマホTEL*/
	font-size: 16px !important;
	color: #000;
	padding: 20px 0px!important;
	border-bottom: none!important;
}
.sp_mail{
	background: #60AFEA;
	padding: 0px!important;
	text-align: center;
}
.sp_mail img{max-width: 60%;}
}

/*=============================
		footer
=============================*/
footer{
	width: 100%;
}
.footer_txt{
	font-size:12px;
	text-align:center;
	margin-bottom:20px;
}
.f_logo{
	text-align:center;
	padding:30px 15px;
	font-size: 16px;
	}
.copy{
	background-color:#77c2d0;
	text-align:center;
	color:#FFF;
	font-size:11px;
	padding:20px;
}
@media screen and (max-width:800px){
	.f_logo{
		width: 60%;
		margin: 0 auto;
	}
}
@media screen and (max-width:500px){
	.f_logo{width: 80%;font-size: 13px;}
}

/*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:#77c2d0;
	text-decoration:none;
}
ul.footer_menu li a:hover,
ul.footer_menu li a:active{
	color:#0b63a3;
}
.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
=============================*/
.bg_space{padding: 70px 0px 100px;}
.bg1{
	background:url("../img/bg1.jpg") center top;
	background-size: cover;
	padding: 70px 0px 90px;
}
.bg2{background: #e9f5f7;padding: 70px 0px 100px;}/*背景ブルー*/

@media screen and (max-width: 1000px) {
	.bg1{
		background:url("../img/bg1.jpg") left;
		background-size: cover;
		}
}
@media screen and (max-width: 600px) {
	.bg_space{padding: 50px 0px 70px;}
	.bg1{padding: 50px 0px;}
	.bg2{padding: 50px 0px 70px;}/*背景青*/
}

/*=============================
		文字
=============================*/
.S{
	font-size:17px;
	line-height: 170%;
}
.M{
	color: #0b63a3;
	font-size: 20;
	letter-spacing: 2px;
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
}
.L{
	font-size: 25px;
	line-height: 150%;
	font-weight: 800;
	text-align: center;
	color:#633922;
	margin-bottom: 20px;
}
.red{color:#d5115f;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) {/*PC*/
.S{font-size:13px;line-height: 150%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:20px;line-height: 150%;}
}


/*=============================
		PT
=============================*/
.pt{padding: 100px 0px;text-align: center;}
.pt h2{
	font-family: "M PLUS Rounded 1c";
	font-size: 35px;
	font-weight: bold !important;
	color: #0b63a3;
}
.pt p{
	font-family: "M PLUS Rounded 1c";
	font-size: 20px;
	color: #0b63a3;
	}
@media screen and (max-width: 700px) {
.pt{padding: 50px 0px;}
}
/*=============================
	配置
=============================*/
.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:#502b13;
	padding: 0.7em 2em;
	display: inline-block;
	text-decoration: none;
	font-size:16px;
	line-height: 130%;
	color:#FFF;
}
.btn1:link,
.btn1:visited {
	color:#FFF;
	background-color: #ad8a64;
	font-weight: normal;
	text-decoration: none;
}
.btn1 a:link,
.btn1 a:visited {
	color:#FFF;
	text-decoration: none;
}
.btn1:hover,
.btn1:active {
	text-decoration: none;
	background-color:#e64878;
}
@media screen and (max-width: 600px) {
.btn1{font-size:14px;}
}

/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	background-color:#FFFFFF;
    font-size:15px;
	line-height:140%;
	margin: 0px auto 30px;
	border-top: solid 1px #f4d31f;
	border-right: solid 1px #f4d31f;
	border-left: solid 1px #f4d31f;
}
table.type01 th {
	padding: 10px 10px;
	font-weight: bold;
	background: #fff799;
	vertical-align:middle;
	text-align:center;
	border-bottom: solid 1px #f4d31f;
	font-family: 'Kosugi Maru', sans-serif;
	color: #0b63a3;
}
table.type01 td {
	padding: 5px 10px;
	vertical-align:middle;
	border-bottom: solid 1px #f4d31f;
}
table.type01 th img{width:100%}
table.type01 td img{width:100%}

.nowrap{white-space: nowrap;}
.table_w80{
	max-width: 800px;
	margin: 0 auto !important;
}
@media screen and (max-width: 600px) {
	table.type01{
		font-size:13px;
		width: 90%;
		}
	table.type01 th {
		width: 100%;
		display: block;
		box-sizing: border-box;
		padding: 5px;
	}
	table.type01 td {
		width: 100%;
		display: block;
		text-align: center;
		box-sizing: border-box;
	}
}
/*=============================
		title
=============================*/
.title{
	text-align: center;
	margin: 0 auto 40px;
}
@media screen and (max-width: 700px) {
.title{width: 60%;}
}
/*=============================
		top
=============================*/
.main{
	margin: 0 auto;
	text-align: center;
	background:url("../img/bg3.jpg") center bottom no-repeat;
	background-size: cover;
	width: 100%;
}
.main img{
	padding: 50px 30px 130px;
	box-sizing: border-box;
}
@media screen and (max-width: 600px) {
.main img{padding: 30px 20px 70px;}
}

/*私たちについて------------------------------------*/
.in_box{
	background:url("../img/bg4.jpg");
	border-radius: 30px;
	padding: 30px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}
.in_box_w{
	background: #FFF;
	background-image: none !important;
}
.in_box_txt{width: 65%;}
.in_box_txt2{width: 100%;}
.in_box_img{width: 35%;}

.txt_h2{
	font-family: "M PLUS Rounded 1c";
	font-size: 28px;
	font-weight: bold !important;
	color: #0b63a3;
	margin-bottom: 20px;
}
.txt_h2 span{
	background: linear-gradient(transparent 60%, #FFFA7E 0%);
	font-weight: bold !important;
}
.txt_p{
	font-size: 18px;
	line-height: 200%;
}
@media screen and (max-width: 600px) {
.in_box{
	flex-wrap:wrap;
	justify-content: center;
	margin-bottom: 20px;
}
.in_box_txt{width: 100%;}
.in_box_img{width: 60%;text-align: center;}
.txt_h2{font-size: 22px;text-align: center;}
.txt_p{font-size: 15px;line-height: 180%;}
}
@media screen and (max-width: 400px) {
.in_box_img{width: 80%;text-align: center;}
.txt_h2{font-size: 18px;}
.txt_p{font-size: 13px;}
}

/*活動内容------------------------------------*/
.gallery_box{width: 100%;}
ul.gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.gallery li{
	width: 22%;
	margin: 1%;
	font-size: 14px;
	text-align: center;
}
ul.gallery li img{margin-bottom: 5px;}

@media screen and (max-width: 800px) {
ul.gallery li{width: 30%;font-size: 10px;}
}


/*施設概要------------------------------------*/
.in_box2{
	background:#FFF;
	border-radius: 30px;
	padding: 50px 30px;
	margin-bottom: 50px;
}
.info_txt{
	font-size: 18px;
	text-align: center;
	margin: 20px 0px 40px;
}
@media screen and (max-width: 800px) {
.in_box2{
	margin-bottom: 20px;
	padding: 30px 15px;
	}
.info_txt{
	font-size: 14px;
	margin: 0px 0px 10px;
}
}

/*ご利用案内------------------------------------*/
.guid_box{
	background:url("../img/bg4.jpg");
	border-radius: 30px;
	padding: 30px;
	margin-bottom: 50px;
}
.guid_box h2{
	background: #77c2d0;
	color: #FFF;
	font-family: "M PLUS Rounded 1c";
	font-size: 23px;
	letter-spacing: 1px;
	font-weight: bold !important;
	width: 80%;
	text-align: center;
	border-radius: 20px;
	margin: 0 auto 20px;
	padding: 5px;
}
.guid_box p{
	font-size: 18px;
	line-height: 200%;
	text-align: center;
	width: 80%;
	margin: 0 auto 20px;
	}
@media screen and (max-width: 700px) {
.guid_box h2{width: 90%;font-size: 20px;}
.guid_box p{width: 90%;font-size: 16px;}
}

/* スペース画像 -------------------------------------------*/
.ms1{
	background:url("../img/ms1.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 350px;
	width: 100%;
}
.ms2{
	background:url("../img/ms2.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 350px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ms_txt{
	text-align: center;
	color: #FFF;
	font-family: "M PLUS Rounded 1c";
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: bold !important;
}
@media screen and (max-width: 700px) {
.ms1{
	height: 200px;
	background-attachment: scroll;
	}
.ms2{
	height: 200px;
	background-attachment: scroll;
	}
}

/* MAP -------------------------------------------*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:0px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* お問い合わせ -------------------------------------------*/
.title_blue{
	background: #77c2d0;
	color: #FFF;
	font-family: "M PLUS Rounded 1c";
	font-size: 23px;
	letter-spacing: 1px;
	font-weight: bold !important;
	width: 80%;
	text-align: center;
	border-radius: 20px;
	margin: 0 auto 20px;
	padding: 5px;
}
.contact_txt{
	font-size: 23px;
	font-family: "M PLUS Rounded 1c";
	font-weight: bold !important;
	text-align: center;
	margin: 10px auto;
	color: #f0831e;
}
@media screen and (max-width: 700px) {
.title_blue{font-size: 20px;width: 100%;letter-spacing: 0px;}
.contact_txt{font-size: 18px;padding: 0px 10px;}
}
@media screen and (max-width: 500px) {
.title_blue{font-size: 18px;}
.contact_txt{font-size: 13px;padding: 0px 10px;}
}

/* NWES -------------------------------------------*/
.news_box{
	background:url("../img/bg4.jpg");
	border-radius: 30px;
	padding: 30px;
	max-width: 1000px;
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.news_box h2{width: 30%;}

.news_in{
	width: 70%;
	height: 300px;
	overflow-y: scroll;
}
table.news {
	box-sizing: border-box;
	line-height: 130%;
	font-size: 15px;
}
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: 800px) {
.news_box{
	flex-wrap: wrap;
	justify-content: center;
	padding: 15px 15px 30px;
}
.news_box h2{width: 70%;text-align: center;}
.news_in{width: 100%;}
table.news {width: 100%;}
}

@media screen and (max-width: 600px) {
table.news {
	box-sizing: border-box;
	font-size: 12px;
	}
table.news tr th {
	width: 100%;
	display: block;
	text-align: left;
	border: none;
	padding: 10px 10px 0px 10px;
}
table.news tr td {
	padding: 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
}


/* お知らせページ -------------------------------------------*/
.box_news{
	background:url("../img/bg4.jpg");
	border-radius: 30px;
	padding: 30px;
	max-width: 1000px;
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto;
}
ul.gallery2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.gallery2 li{
	width: 40%;
	margin: 1%;
	font-size: 14px;
	text-align: center;
}
ul.gallery2 li img{margin-bottom: 5px;}

@media screen and (max-width: 800px) {
ul.gallery2 li{width: 30%;font-size: 10px;}
}


/* TOP/施設概要 -------------------------------------------*/
ul.about_list{
	display: flex;
	justify-content: center;
}
ul.about_list li{
	margin: 0px 15px;
	border: solid 5px #0071b5;
	padding: 10px 15px;
	border-radius: 20px;
	text-align: center;
	color: #0071b5;
	font-size: 25px;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
}
