@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #036EB8;
	text-decoration: none;
}

a:visited {
	color: #036EB8;
	text-decoration: none;
}

a:hover {
	color: #036EB8;
	text-decoration: underline;
}

a:active {
	color: #036EB8;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1110px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #c8e9fa;
}

#container {
	text-align: left;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: 320px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin: 0 auto 30px;
	padding-top: 54px;
	width: 1105px;
}

#gHeader h1 {
	margin-bottom: 27px;
	text-align: center;
}

#gHeader h2 {
	margin-bottom: 27px;
   	text-align: center; 
}

#gHeader h2 img {
	text-align: center;
}

#gHeader .date {
	margin-bottom: 36px;
	color: #FF0000;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#gHeader .dates {
	margin-bottom: 36px;
	color: #FF0000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#gHeader .telBox {
	margin: 0 auto 20px;
	padding-left: 34px;
	width: 698px;
	box-sizing: border-box;
}

#gHeader .telBox .tel {
	float: left;
}

#gHeader .telBox .time {
	margin-top: 2px;
	width: 348px;
	float: right;
	color: #241916;
	font-size: 15px;
	line-height: 1.45;
	word-break: break-all;
}

#gHeader .telBox .time span {
	margin-bottom: 7px;
	display: block;
}

#gHeader .hLink {
	margin-bottom: 31px;
	text-align: center;
}

#gHeader .hLink a {
	padding: 15px 10px 14px;
	width: 325px;
	display: inline-block;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
	border: 1px solid #231815;
	border-radius: 5px;
}

#gHeader .hLink a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	opacity: 0.7;	
}

#gHeader .menu {
	display: none;
}

#gHeader .menuBox {
	display: none;
}

@media all and (-ms-high-contrast:none){
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader .hLink a {
		padding: 17px 10px 12px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		margin-bottom: 20px; 
		padding-top: 20px;
		width: auto;
	}
	
	#gHeader .hInner {
		padding: 0 10px 10px;
		position: relative;
	}
	
	#gHeader h1 {
		margin-bottom: 0;
	}
	
	#gHeader h1 img {
		width: 240px;
	}
    
    #gHeader h2 {
		margin-bottom: 0;
        margin-top: 10px;
	}
    
    #gHeader h2 img {
		width: 150px;
        height: 212px;
        text-align: center;
	}
	
	#gHeader .date {
		margin: 0 10px 10px;
		font-size: 16px;
	}
    
    #gHeader .dates {
	font-size: 13px;
}
		
	#gHeader .telBox {
		margin: 0 10px 15px;
		padding-left: 0;
		width: auto;
	}
			
	#gHeader .telBox .tel {
		display: none;
	}

	#gHeader .telBox .time {
		margin-top: 0;
		width: auto;
		float: none;
		font-size: 14px;
		text-align: center;
		letter-spacing: -0.5px;
	}
	
	#gHeader .telBox .time span {
		margin-bottom: 5px;
	}
		
	#gHeader .hLink {
		margin-bottom: 0;
	}
		
	#gHeader .hLink a {
		padding: 10px;
		width: 200px;
		font-size: 14px;
	}
	
	/*------------------------------------------------------------
		menu
	------------------------------------------------------------*/
	.menu {
		margin-top: 3px;	
		display: block !important;
		position: relative;
		float: right;
		height: 20px;
		width: 25px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	
	.menu.active .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(45deg);
		transform: translateY(7px) translateX(0) rotate(45deg);
		background: #6FC2B8;
	}
	
	.menu.active .middle {
		opacity: 0;
		background: #6FC2B8;
	}
	
	.menu.active .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
		transform: translateY(-7px) translateX(0) rotate(-45deg);
		background: #6FC2B8;
	}
		
	.menu span {
		background: #6FC2B8;
		border: none;
		height: 3px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	
	.menu span:nth-of-type(2) {
		top: 7px;
	}
	
	.menu span:nth-of-type(3) {
		top: 14px;
	}
	
	.menuBox {
		width: 100%;
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 10;
		background-color: #FFF;
		border-top: 1px solid #6FC2B8;
		background: rgba(255,255,255,1);
	}
	
	.menuBox li {
		text-align: center;
		border-bottom: 1px solid #6FC2B8;
	}
	
	.menuBox li a {
		padding: 10px 15px 7px;
		color: #000;
		display: block;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.menuBox  li a:hover {
		text-decoration: none;
	}
		
	.menuBox .tel img {
		width: 180px;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	text-align: center;
}

#gNavi li {
	margin: 0 14px;
	display: inline-block;
}

#gNavi li a {
	display: block;
	color: #000;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
}

#gNavi li a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	opacity: 0.7;	
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 35px 0 29px;
	background-color: #70bfd0;
}

#gFooter .copyright {
	margin: 0 auto;
	width: 1105px;
	font-size: 13px;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 8px 10px;
	}
	
	#gFooter .copyright {
		width: auto;
		font-size: 10px;
	}
}

@media all and (min-width: 768px) {
	.menuBox {
		display: none !important;
	}
}