@charset "utf-8";

/*------------------------------------------------------------------------------
Css name: common.css
Css info: 共通スタイル
------------------------------------------------------------------------------*/
@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/*------------------------------------------------------------------------
基本
--------------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

html{
	box-sizing: border-box;
	overflow-y: scroll;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body{
	height:100%;
	width:100%;
	margin:0;
	padding:0px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-feature-settings: "pwid";
	letter-spacing: 0.02em;
	font-weight: 400;
	font-style:normal;
	color:#464646;
	font-size:1.6em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

p{
	line-height:2;
}

table, th, td, th {
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: normal;
	font-size:1em;
}

table,div,ol,ul,dl,dt,dd{
	margin:0px;
	padding:0px;
}
li{
	list-style: none;
}

textarea,input{
	font-size:1em;
}

h1,h2,h3,h4,h5,h6,small{		/* 題名 */
	font-size:100%;
	line-height:100%;
	margin:0px;
	padding:0px;
}

img,table {		/* イメージ・テーブル線消し */
	border:none;
}

img{		/* Strict時の画像下のスキマを埋める(Firefox) */
	vertical-align: bottom;
}

a{		/* テキストリンク */
	color:#464646;
	text-decoration:none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,
a:hover{		/* テキストリンク */
	color:#464646;
	text-decoration:none;
	outline:none;
}

a:hover img{		/* 画像リンク */
	/*opacity:0.8;
	filter: alpha(opacity=80);*/
}


/* 回り込みの解除 */
.cf:after {
	content:" ";
	display:block;
	clear:both;
}

/* テキスト反転 */
::-moz-selection {
	background-color: #d5f2d0;
	color: #464646;
	text-shadow: #fff;
}

::selection {
	background-color: #d5f2d0;
	color: #464646;
	text-shadow: #fff;
}


.mobi_o{
	display: none;
}
@media only screen and (max-width: 600px) {
	body{
	}
	p{
		line-height: 1.6;
	}
	img{
		max-width: 100%;
		height: auto;
	}
	.pc_o{
		display: none;
	}
	.mobi_o{
		display: block;
	}
}
/*------------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------------*/
.wrapper{

}
@media only screen and (max-width: 600px) {
}
/*------------------------------------------------------------------------
header
--------------------------------------------------------------------------*/
.header {
	width: 100%;
	max-width: 1800px;
	min-height: 100px;
	padding-top: 14px;
	background-color: #fff;
	margin: 0 auto 50px;
}
.logo_area{
	float: left;
}
.logo{
	margin: 0 0 10px 30px;
	margin-top: 3px;
}
.header_officeNo{
	margin: 0 0 14px 30px;
	color: #6c6c6c;
	font-size: 1.4rem;
	line-height: 1;
}
.gNav{
	float: right;
	margin: 12px 30px 0 0;
}
	.gNav li{
		float: left;
		margin-left: 30px;
		padding-bottom: 10px;
	}
		.gNav li a{
			display: block;
			line-height: 2;
			position: relative;
			transition: .2s;
		}
		.gNav li a::after {
			position: absolute;
			top: 32px;
			left: 50%;
			content: '';
			width: 0;
			height: 4px;
			background-color: #eb5e69;
			border-radius: 1px;
			transition: .3s;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
		}
		.gNav li a:hover::after {
			width: 100%;
		}

		.gNav_contact a{
			background: url(../img/common/nw_bk.png) right center no-repeat;
			padding-right: 14px;
		}

.main_img{
	display: block;
	width: 100%;
	max-width: 1800px;
	height: auto;
}
@media only screen and (max-width: 600px) {
	.header {
		max-width: 100%;
		min-height: auto;
		padding-top: 10px;
		padding-bottom: 1px;
		margin-bottom: 40px;
	}
	.logo_area{
		float: none;
	}
	.logo{
		margin: 0 0 10px 3%;
		margin-top: 3px;
	}
	.header_officeNo{
		margin: 0 0 10px 3%;
	}
		.logo img{
			width: 70%;
			max-width: 214px;
		}
	.gNav{
		display: none;
	}
}


/*------------------------------------------------------------------------
main
--------------------------------------------------------------------------*/
/* 共通 --------------------------------*/
.h2_box{
	margin-bottom: 80px;
}
.page_link{
	padding-top: 20px;
	margin-top: -20px;
}
.content_tit{
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 1.625em;/*26pt*/
	line-height: 1.6;
}
.content_tit span{
	display: inline-block;
}
	.content_tit span::after{
		display: block;
		content: "";
		height: 6px;
		margin: 20px auto;
		background: #61c5da;
		border-radius: 2px;
		width: 70%;
		max-width: 300px;
	}
.content_tit_sub{
	font-size: 0.875em;/*14*/
	color: #4cbdd5;
	text-align: center;
	margin: -10px auto 30px;
}
.content_lead{
	text-align: center;
	margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
	.h2_box{
		margin-bottom: 40px;
	}
	.content_tit{
		font-size: 1.5em;/*24pt*/
		line-height: 1.4;
		width: 90%;
		margin: 0 auto;
	}
	.content_lead{
		width: 90%;
		margin: 0 auto 40px;
		text-align: left;
	}
}


/* サービス --------------------------------*/
.service{
	background: #f2f2e8;
	padding: 60px 0;
}

.service_list{
	width: 980px;
	margin: 0 auto;
}
	.service_list li{
		display: inline-block;
		vertical-align: top;
		width: 31.9388%;
		min-height: 419px;
		background: #fff;
		border-top: 6px solid #f5afb4;
		padding: 20px 20px 24px 20px;
		margin: 0 2% 20px 0;
	}
	.service_list li:nth-child(3n){
		margin-right: 0;
	}
		.service_list img{
			display: block;
			border-radius: 2px;
			margin-bottom: 20px;
		}
		.service_list h3{
			color: #f2959c;
			font-size: 1.250em;/*20*/
			margin-bottom: 16px;
		}
		.service_list p{
			font-size: 0.875em;/*14*/
			line-height: 1.6;
		}
@media only screen and (max-width: 980px) {
	.service_list{
		width: 90%;
	}
		.service_list img{
			width: 100%;
			height: auto;
		}
}

@media only screen and (max-width: 600px) {
	.service{
		padding: 40px 0;
	}
		.service_list li{
			width: 100%;
			min-height: auto;
			margin: 0 0 20px 0;
		}
			.service_list h3{
				font-size: 1.125em;/*18*/
				margin-bottom: 10px;
			}
}

/* 特徴 --------------------------------*/
.point_list{
	width: 980px;
	margin: 0 auto 80px;
}
	.point_list li{
		display: inline-block;
		vertical-align: top;
		width: 28.57%;
		margin-right: 5.41%;
	}
	.point_list li:nth-child(3n){
		margin-right: 0;
	}
		.point_list img{
			display: block;
			border-radius: 50%;
			margin: 0 auto 20px;
		}
		.point_list h3{
			color: #f2959c;
			font-size: 1.250em;/*20*/
			margin-bottom: 16px;
			text-align: center;
		}
		.point_list p{
			font-size: 0.875em;/*14*/
			line-height: 1.6;
		}
.point_message{
	text-align: center;
}
@media only screen and (max-width: 980px) {
	.point_list{
		width: 90%;
	}
		.point_list img{
			max-width: 100%;
			height: auto;
		}
	.point_message{
		width: 90%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 600px) {
	.point_list{
		margin: 0 auto 60px;
	}
			.point_list li{
			width: 100%;
			min-height: auto;
			margin: 0 0 20px 0;
		}
			.point_list h3{
				font-size: 1.125em;/*18*/
				margin-bottom: 10px;
			}
	.point_message{
		text-align: left;
	}
}

/* 1日の流れ --------------------------------*/
.timetable{
	background: #f2fafc;
	padding: 60px 0;
}

.timetable_list{
	width: 800px;
	margin: 0 auto;
}
	.timetable_list li{
		margin-bottom: 30px;
	}
		.timetable_time{
			float: left;
			position: relative;
			width: 15%;
		}
			.timetable_time span{
				display: block;
				width: 100%;
				height: 40px;
				line-height: 40px;
				color: #fff;
				background: #61c5da;
				font-weight: bold;
				text-align: center;
			}
				.timetable_time span::after {
					content: "";
					display: block;
					position: absolute;
					top:0;
					left: 100%;
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 20px 0 20px 20px;
					border-color: transparent transparent transparent #61c5da;
				}
		.timetable_txt{
			float: right;
			width: 80%;
		}
			.timetable_txt h3{
				color: #4cbdd5;
				font-size: 1.250em;/*20*/
				line-height: 1.4;
				margin: 8px 0 10px;
			}
			.timetable_txt p{
				line-height: 1.6;
			}

		.pic .timetable_time{
			margin-top: 20px;
		}
		.timetable_img{
			float: left;
			width: 18.75%;
			height: auto;
			border: 2px solid #61c5da;
			border-radius: 3px;
			overflow: hidden;
		}
			.timetable_img img{
				width: 121.333%;
				height: auto;
				margin-left: -8.8%;
			}
		.pic .timetable_txt{
			width: 63.75%;
			margin-top: 20px;
		}
@media only screen and (max-width: 800px) {
	.timetable_list{
		width: 90%;
	}
}
@media only screen and (max-width: 600px) {
		.timetable_time{
			float: none;
			position: relative;
			width: 100%;
			margin-bottom: 14px;
		}
			.timetable_time span{
				height: 30px;
				line-height: 30px;
			}
				.timetable_time span::after {
					content: "";
					display: none;
				}
		.timetable_txt{
			float: none;
			width: 100%;
		}
			.timetable_txt h3{
				font-size: 1.125em;/*18*/
			}

		.pic .timetable_time{
			margin-top:0;
		}
		.timetable_img{
			width: 35%;
			max-width: 150px;
			margin: 0 3% 10px 0
		}
			.timetable_img img{
				max-width: 121.333%;
			}
		.pic .timetable_txt{
			width: 100%;
			margin-top: 0;
		}
}

/* 利用料金 --------------------------------*/
.price{
	width: 800px;
	margin: 0 auto 80px;
}
.price .h3_box{
	margin-bottom: 40px;
}
.tit_box{
	margin-bottom: 30px;
	line-height: 2;
	font-size: 1.125em;/*18*/
	color: #f2959c;
	border: 1px solid #f2959c;
	text-align: center;
}
.tit_circle{
	font-size: 1.125em;/*18*/
	color: #4cbdd5;
	margin:20px 0 6px;
}
	.tit_circle::before{
		display: inline-block;
		content: "";
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background: #4cbdd5;
		margin-right: 6px;
	}
.table_box{
	overflow-x: scroll;
}
.price_table{
	width: 800px;
	margin-bottom: 1em;
}
	.price_table caption{
		position: relative;
	}
	.price_table caption h5{
		font-weight: normal;
		text-align: left;
		padding: 0.6em 1em;
		background: #d0eef4;
		border-top: 1px solid #a2a2a2;
		border-left: 1px solid #a2a2a2;
		border-right: 1px solid #a2a2a2;
	}
	.price_table caption .unit{
		position: absolute;
		top: 4px;
		right: 1em;
	}
	.price_table th,
	.price_table td{
		border: 1px solid #a2a2a2;
		padding: 1em;
		vertical-align: middle;
		text-align: center;
	}
	.price_table .t_right{
		text-align: right;
	}
	.price_table .t_left{
		text-align: left;
	}

	.price_table01 th,
	.price_table01 td{
		width: 16.6667%;
	}
	.price_table02 th,
	.price_table03 th{
		width: 41%;
	}
	.h3_box .att{
		margin-top: -10px;
	}

.disc_list li{
	list-style: disc outside;
	line-height: 2;
	margin-left: 1em;
}
@media only screen and (max-width: 800px) {
	.price{
		width: 100%;
		padding: 0 5%;
	}
	.price_table{
		width: auto;
		min-width:680px;
	}
}

/* 運営規程・重要事項説明書 -------------------------------*/
.data_list{
	width: 800px;
	max-width: 90%;
	margin: 0 auto;
}
.data_list li{
	list-style: disc outside;
	margin-left: 1em;
	line-height: 1.6;
	margin-bottom: 7px;
}
.data_list li a{
	background: url(../img/common/nw_bk.png) right center no-repeat;
	padding-right: 14px;
}
@media only screen and (max-width: 600px) {
	.data_list li{
		line-height: 1.6em;
		margin-bottom: 8px;
	}
}

/* アクセス・お問い合わせ --------------------------------*/
.map{
	width: 980px;
	height: 300px;
	margin: 0 auto 20px;
}
.access_table{
	width: 980px;
	margin: 0 auto 60px;
	border-top: 1px solid #ccc;
}
	.access_table th,
	.access_table td{
		border-bottom: 1px solid #ccc;
		padding: 0.8em 1em;
		text-align: left;
		vertical-align: top;
		line-height: 2;
	}
	.access_table th{
		width: 22.222%;
	}
	.access_table td span{
		font-size: 0.85em;
	}

.contact{
	display: block;
	margin: 0 auto 100px;
	width: 400px;
	height: 80px;
	line-height: 80px;
	padding-left: 40px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 40px;
	font-family: Georgia, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 1.375em;/*22pt*/
	background-image: url(../img/common/ico_contact.png),url(../img/common/nw_bk.png);
	background-position: 70px center,90% center;
	background-repeat: no-repeat,no-repeat;
	background-size: 40px 39px,10px 9px;
	transition: .2s;
}
	.contact:hover{
		background-color: #fdeff0;
		background-image: url(../img/common/ico_contact.png),url(../img/common/nw_bk.png);
		background-position: 70px 45%,90% center;
		background-repeat: no-repeat,no-repeat;
		background-size: 40px 39px,10px 9px;
	}
@media only screen and (max-width: 980px) {
	.map,
	.access_table{
		width: 90%;
	}
}
@media only screen and (max-width: 600px) {
	.map{
		width: 90%;
		height: 400px;
	}
		.access_table{
			margin-bottom: 40px;
		}
		.access_table th,
		.access_table td{
			display: block;
			width: 100%;
			padding: 0.6em 1em ;
			text-align: left;
			line-height: 1.8;
		}
		.access_table th{
			width:100%;
			background: #fdeff0;
		}
	.contact{
		margin: 0 auto 60px;
		width: 300px;
		height: 60px;
		line-height: 60px;
		padding-left: 30px;
		text-align: center;
		border: 1px solid #ccc;
		border-radius: 30px;
		font-family: Georgia, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		font-size: 1.375em;/*22pt*/
		background-image: url(../img/common/ico_contact.png),url(../img/common/nw_bk.png);
		background-position: 50px center,90% center;
		background-repeat: no-repeat,no-repeat;
		background-size: 40px 39px,10px 9px;
	}
		.contact:hover{
			background-color: #fdeff0;
			background-image: url(../img/common/ico_contact.png),url(../img/common/nw_bk.png);
			background-position: 50px center,90% center;
			background-repeat: no-repeat,no-repeat;
			background-size: 40px 39px,10px 9px;
		}
}

/* おおぎだの取り組み --------------------------------*/
.effort_img{
	display: block;
	max-width: 90%;
	margin: -20px auto 40px;
}
.effort_btn{
	display: block;
	margin: 0 auto 100px;
	width: 400px;
	height: 80px;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
	line-height: 80px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 40px;
	font-family: Georgia, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 2.2rem;
	background: url(../img/common/nw_bk.png) 90% center no-repeat;
	background-size: 10px 9px;
	transition: .2s;
}
	.effort_btn:hover{
		background-color: #fdeff0;
	}
@media only screen and (max-width: 600px) {
	.effort_btn{
		margin: 0 auto 60px;
		max-width: 90%;
		width: 300px;
		height: 60px;
		font-size: 2.0rem;
		line-height: 60px;
		border-radius: 30px;
	}
		.effort_btn:hover{
			background-color: #fdeff0;
			background-image: url(../img/common/ico_contact.png),url(../img/common/nw_bk.png);
			background-position: 50px center,90% center;
			background-repeat: no-repeat,no-repeat;
			background-size: 40px 39px,10px 9px;
		}
}
/*------------------------------------------------------------------------
footer
--------------------------------------------------------------------------*/
.footer{
	position: relative;
	background: #eae1be;
	padding-top: 50px;
	max-width: 1800px;
	margin: 0 auto;
}

.footer_logo_area{
	float: left;
}
.footer_logo{
	margin: 0 0 16px 30px;
}
.footer_officeNo{
	margin: 0 0 10px 30px;
	color: #6c6c6c;
	font-size: 1.4rem;
	line-height: 1;
}
.footer_Nav{
	float: right;
	margin: 10px 30px 30px 0;
	text-align: right;
}
	.footer_Nav li{
		display: inline-block;
		margin: 0 0 10px 30px;
		font-size: 0.875em;/*14px*/
	}
	.footer_Nav li a{
		padding-bottom: 2px;
		border-bottom: 1px dotted #333;
	}
	.footer_Nav li a:hover{
		border-bottom: none;
	}
.sns_link{
	clear: both;
	width: 100%;
	text-align: right;
	margin-bottom: 40px;
}
	.sns_link li{
		display: inline-block;
		margin-right:30px;
	}
.copyright{
	clear: both;
	background: #fff;
	font-size: 0.75em;/*12pt*/
	text-align: center;
	padding: 20px 0;
}

.back_top{
	position: absolute;
	right: 30px;
	top:-25px;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f5afb4;
	border: 2px solid #fff;

}
	.back_top:hover{
		cursor: pointer;
	}
	.back_top img{
		display: block;
		margin: 12px auto 0;
	}



/*- moile ----------------------------------------------------*/
@media only screen and (max-width: 600px) {
	.footer{
		padding-top: 40px;
	}

	.footer_logo_area{
		float: none;
	}
	.footer_logo{
		margin: 0 0 16px 5%;
	}
	.footer_officeNo{
		margin: 0 0 40px 5%;
		color: #6c6c6c;
		font-size: 1.4rem;
		line-height: 1;
	}
	.footer_Nav{
		float: none;
		margin: 0 0 0 5%;
		text-align: left;
	}
		.footer_Nav li{
			display: block;
			margin: 0 0 20px 0;
		}

	.sns_link{
		clear: both;
		width: 97%;
		text-align: right;
		margin: -60px 5% 35px 0;
	}
		.sns_link li{
			display: inline-block;
			margin-right:0;
			margin-left: 20px;
		}
	.copyright{
		clear: both;
		background: #fff;
		font-size: 0.75em;/*12pt*/
		text-align: center;
		padding: 20px 0;
	}

	.back_top{
		right: 5%;
	}
}
/*------------------------------------------------------------------------
モバイル用グローバル
--------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
	.hamburgler-icon-wrapper {
	  position: absolute;
	  top: 1em;
	  right: 1em;
	  height: 40px;
	  width: 40px;
	  cursor: pointer }

	.hamburgler-icon, .hamburgler-icon:before, .hamburgler-icon:after {
	  content: '';
	  position: absolute;
	  border-radius: 2px;
	  height: 4px;
	  width: 40px;
	  background: #eb5e69;
	  transition: all 0.2s ease }
.hamburgler-icon        { top: 1.15em  }
.hamburgler-icon:before { top: -0.8em }
.hamburgler-icon:after  { top: 0.8em  }
	.hamburgler-active .hamburgler-icon { background: transparent; transform: rotate(-135deg) }
	.hamburgler-active .hamburgler-icon:before, .hamburgler-active .hamburgler-icon:after { top: 0 }
	.hamburgler-active .hamburgler-icon:before { transform: rotate(90deg) }
	.hamburgler-active .hamburgler-icon, .hamburgler-active .hamburgler-icon:before, .hamburgler-active .hamburgler-icon:after {
	  background: #eb5e69 }

	.hamburgler-menu {
	  transition: all 0.4s ease;
	  opacity: 0;
	  pointer-events: none;
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  background-color: rgba(255,255,255,0.9);
	  color: white;
	  text-align: center;
	  padding: 0 20%;
	   }
	.hamburgler-active .hamburgler-menu {
	  opacity: 1;
	  pointer-events: initial; }
	.hamburgler-menu-list {
	  display: block;
	  transition: all 0.4s ease;
	  padding: 0;
	  list-style-type: none;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%) scale(1.2) }
	.hamburgler-active .hamburgler-menu-list {
	  transform: translate(-50%, -50%) scale(1) }

 }
 .mobi_g_nav{
	 margin-top: 70px;
	 border-top: 1px solid #333;
 }
 .mobi_g_nav li{
	 padding: 20px 0;
	 border-bottom: 1px solid #333;
 }