@charset "utf-8";
html{
	width:100%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

body{
	width:100%;
	color:#333;
}
.spOnly{display:block;}
.pcOnly{display:none;}
a:link,
a:visited{
	color:#333;
	text-decoration:underline;
	}
a:active,
a:hover{
	color:#333;
	text-decoration:underline;
	}
img {
	border:0;
	vertical-align:top;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.img100{
	width:100%;
}
.w1000{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.w90{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.w96{
	width:96%;
	margin-left:auto;
	margin-right:auto;
}
.fMin{
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media print, screen and (min-width:768px) {
	.spOnly{display:none;}
	.pcOnly{display:block;}
	a{
		transition-duration:0.3s;
		}
	a:hover{
		opacity: 0.7;
		}
}/* base */





/*header
----------------------------------------------------------- */
header{
	width:100%;
	height:50px;
	background-color: #fff;
	z-index:200;
	left:0;
	top:0;
	transition: all 0.3s ease-out;
	position:fixed;
}
main{
	padding-top:50px;
}
.anchor{
	display:block;
	margin-top:-50px;
	padding-top:50px;
}
#hTxt{
	display:none;
}
#hWrap01{
}
#hLogo{
	width:165px;
	margin-left:5px;
	height:50px;
	display:flex;
	align-items:center;
}
#hLogo a{
	display:block;
	width:165px;
	height:40px;
}
#hLogo img{
	width:100%;
	margin:0;
	padding:0;
}
@media(min-width: 768px){
	#hLogo{
		text-align:left;
		width:290px;
		height:70px;
		margin:0;
	}
	#hLogo a{
		width:290px;
		height:70px;
	}
	#hLogo a img{
		width:290px;
		height:70px;
	}

}
#hConPc{
	display:none;
}
#hConSp{
	width:90px;
	height:50px;
	display:flex;
	justify-content: flex-end;
	position:fixed;
	right:50px;
	top:0;
}
#hConSp > a{
	display:block;
	width:45px;
	height:50px;
	font-size:10px;
	padding-top:7px;
	color:#fff;
	text-decoration: none;
	text-align:center;
}
#hConSp > a#hConSpTel{background-color:#b8272d;}
#hConSp > a#hConSpCon{background-color:#009beb;}
#hConSp > a > img{
	width:24px;
}
#hConSp > a > p{
	margin-top:2px;
}
/*ハンバーガーボタン*/	
#hBtnMenu{
	position:fixed;
	top:0;
	right:0;
	width:50px;
	height:50px;
	padding-top:10px;
	text-align:center;
	z-index:10;
}
#hBtnMenu span {
	position: absolute;
	top: 0;
	left: 13px;
	display: block;
	width: 24px; /* 横幅 */
	height: 2px; /* 1本辺りの高さ */
	background: #009beb; /* 線の色 */
	transition: all 0.3s ease-out;
  }
 
#hBtnMenu .hbBar01 { top: 8px; }
#hBtnMenu .hbBar02 { top: 18px; }
#hBtnMenu .hbBar03 { top: 28px; }

#hBtnMenu p{
	display:block;
	padding:23px 0 0 0;
	font-size:0.625em;
	color:#009beb;
	text-align:center;
	}

#hBtnMenu.open span{
	background: #009beb; /* 線の色 */
	}

/* 最上部の線のスタイル ---------------------- */
#hBtnMenu.open .hbBar01 {
  top: 20px; /* 上から2番目の線の位置に変更 */

  /* 線を45度回転 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 上から2番目の線のスタイル ---------------------- */
#hBtnMenu.open .hbBar02 {
  opacity: 0; /* 不透明度を下げて線を消す */
}

/* 最下部の線のスタイル ---------------------- */
#hBtnMenu.open .hbBar03 {
  top: 20px; /* 上から2番目の線の位置に変更 */

  /* 線を135度回転 */
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/*gnav*/
#gNav{
	position:absolute;
	display:none;
	width:100%;
	top:50px;
	left:0;
	background:#fff;
	z-index:100;
	}

#gNav > ul > li{
	text-align:center;
	overflow:hidden;
	font-size:1.6rem;
	font-weight: bold;
}
#gNav > ul > li.sp{display:inline-block;}
#gNav > ul > li.pc{display:none;}
@media print, screen and (min-width:768px) {
	#gNav > ul > li.sp{display:none;}
	#gNav > ul > li.pc{display:inline-block;}
}
#gNav > ul > li > a{
	display:block;
	height:40px;
	line-height:40px;
	overflow:hidden;
	color:#333;
	text-align:center;
	text-decoration:none;
	}

#posting #gNav > ul > li:nth-child(3) > a{
	color:#009beb;
	}

@media print, screen and (min-width:768px) {
	header{
		position:fixed;
		height:auto;
		}
	main{
		padding-top:180px;
	}
	.anchor{
		margin-top:-180px;
		padding-top:180px;
	}
	#hTxt{
		display:block;
		font-size:1.2rem;
		background-color:#009beb;
		color:#fff;
		text-align:left;
		line-height:30px;
	}
	#hWrap01{
		margin:10px auto 10px;
		width:96%;
		display:flex;
		justify-content:space-between;
	}
	#hConPc{
		display:flex;
		justify-content: flex-end;
		width:calc(100% - 250px);
		margin-top:10px;
	}
	#hConPcTel{
		display:block;
		text-align:left;
		line-height:1.25;
		margin-right:15px;
		background-image:url(../images/icon_tel01.png);
		background-size:30px 30px;
		background-position:left top 10px;
		background-repeat:no-repeat;
		padding-left:40px;
	}
	#hConPcTel p:nth-child(1){
		font-size:2.5rem;
		color:#b8272d;
		font-family: 'Roboto', sans-serif;
		font-weight:700;
	}
	#hConPcTel p:nth-child(2){
		font-size:1.2rem;
	}
	#hConPcCon{
		display:block;
		width:200px;
		color:#fff;
		text-decoration: none;
		height:45px;
		font-size:1.3rem;
		font-weight: bold;
		padding:11px 0 0 30px;
		border-radius:5px;
		background-color:#009beb;
		background-image:url(../images/icon_mail01.png);
		background-size:25px 25px;
		background-position:left 10px center;
		background-repeat:no-repeat;
	}
	#hBtnMenu{
		display:none;
	}
	#hConSp{
		display:none;
	}
	/*gNav*/
	#gNav{
		width:100%;
		margin:0 auto;
		padding-bottom:20px;
		position:static;
		display:block !important;
		text-align:center;
		background:none;
		border-top:none;
		overflow:hidden;
		height:auto;
		background-size:100% 4px;
		background-repeat:no-repeat;
		background-position:top left;
		}
	#gNav > ul{
		width:96%;
		max-width:1000px;
		text-align:center;
		vertical-align: top;
		padding:0;
		margin:0 auto;
		height:auto;
		overflow:hidden;
		display:flex;
		justify-content: center;
	}
	#gNav > ul > li{
		width:calc(100% / 7);
		display:block;
		height:40px;
		line-height:40px;
		margin:0;
		padding:0;
		text-align:center;
		overflow: visible;
		font-size:1.4rem;
		border-right:1px solid #ccc;
	}
	#gNav > ul > li:nth-child(1){
		border-left:1px solid #ccc;
	}
	#gNav > ul > li > a{
		display:block;
		margin:0;
		color:#000;
	}
}

@media print, screen and (min-width:860px) {
	#hLogo{
		width:300px;
		margin:0;
	}
	#hLogo a{
		width:300px;
		height:60px;
	}
	#hConPc{
		width:calc(100% - 300px);
	}
	#hConPcTel{
		margin-right:15px;
		background-size:40px 40px;
		background-position:left top 10px;
		padding-left:50px;
	}
	#hConPcTel p:nth-child(1){
		font-size:3rem;
		color:#b8272d;
		font-family: 'Roboto', sans-serif;
		font-weight:700;
	}
	#hConPcTel p:nth-child(2){
		font-size:1.2rem;
	}
	#hConPcCon{
		width:250px;
		height:50px;
		font-size:1.5rem;
		padding:12px 0 0 30px;
		background-size:30px 30px;
	}
}
@media print, screen and (min-width:1000px) {
	#hLogo{
		width:350px;
		margin:0;
	}
	#hLogo a{
		width:350px;
		height:70px;
	}
	#hConPc{
		width:calc(100% - 350px);
	}
}



/*footer
----------------------------------------------------------- */
footer{
	text-align:center;
	padding:10px 0 20px;
}
footer p:nth-child(1){
	max-width:310px;
	margin: 0 auto 5px;
}
footer p:nth-child(2){
	font-size:1.2rem;
}
@media print, screen and (min-width:768px) {
	footer{
		padding:20px 0 30px;
	}
	footer p:nth-child(1){
	}
	footer p:nth-child(2){
		font-size:1.4rem;
	}
}

#copyright{
	background-color:#009beb;
	color:#fff;
	width:100%;
	padding:0.5em 1em;
	font-size:0.9375em;
	text-align:center;
}



/*common unit
----------------------------------------------------------- */
.sec01{padding:0 0 40px 0;}
@media print, screen and (min-width:768px) {.sec01{padding:0 0 80px 0;}}
.sec02{padding:40px 0;}
@media print, screen and (min-width:768px) {.sec02{padding:80px 0;}}
/**/

/**/
.contactUnit{
	padding:30px 0;
}
.contactUnitTxt01{
	font-size:2rem;
	margin-bottom:1em;
	color:#009beb;
	font-weight: bold;
}
.contactUnitBtn{
	display:block;
}
.contactUnitBtn a{
	display:block;
	color:#fff;
	font-weight: bold;
	border-radius:4px;
	text-decoration: none;
	padding:10px;
	margin-bottom:10px;
}
.contactUnitBtn a p:nth-child(1){
	font-size:1.2rem;
}
.contactUnitBtn a p:nth-child(2){
	line-height:10vw;
	background-repeat:no-repeat;
	background-size:8vw;
	background-position:left center;
	margin:0 auto;
	padding-left:8vw;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}
.contactUnitBtn a.btnTel p:nth-child(2){
	font-size:8vw;
	background-image:url(../images/icon_tel02.png);
	width:9em;
}
.contactUnitBtn a.btnMail p:nth-child(2){
	font-size:4vw;
	background-image:url(../images/icon_mail01.png);
	width:20em;
}
.contactUnitBtn a.btnTel{
	background-color:#009beb;
}
.contactUnitBtn a.btnMail{
	background-color:#e85a24;
}
@media print, screen and (min-width:600px) {
	.contactUnit{
		padding:50px 0;
	}
	.contactUnitTxt01{
		font-size:3rem;
	}
	.contactUnitBtn{
		display:flex;
		justify-content: center;
	}
	.contactUnitBtn a{
		width:48%;
		padding:15px;
	}
	.contactUnitBtn a:nth-child(1){
		margin-right:4%;
		pointer-events:none;
	}
	.contactUnitBtn a p:nth-child(1){
		font-size:1.4rem;
	}
	.contactUnitBtn a p:nth-child(2){
		line-height:5vw;
		background-repeat:no-repeat;
		background-size:4vw;
		background-position:left center;
		margin:0 auto;
		padding-left:4vw;
	}
	.contactUnitBtn a.btnTel p:nth-child(2){
		font-size:4vw;
	}
	.contactUnitBtn a.btnMail p:nth-child(2){
		font-size:1.6vw;
	}
}
@media print, screen and (min-width:1000px) {
	.contactUnitBtn a p:nth-child(1){
		font-size:2rem;
	}
	.contactUnitBtn a p:nth-child(2){
		line-height:5rem;
		background-size:4rem;
		padding-left:4rem;
	}
	.contactUnitBtn a.btnTel p:nth-child(2){
		font-size:4rem;
	}
	.contactUnitBtn a.btnMail p:nth-child(2){
		font-size:2rem;
	}
}
/**/



/*background
----------------------------------------------------------- */
.bg01{/*blue*/
	background-color:#e5f5fd;
}
.bg02{/*gray*/
	background-color:#f5f5f5;
}
.bg03{/*yellow*/
	background-color:#ffff7f;
}


/*title
----------------------------------------------------------- */
.ttl01{
	font-size:2rem;
	margin-bottom:0.5em;
}
@media print, screen and (min-width:768px) {.ttl01{font-size:3rem;}}


/*text
----------------------------------------------------------- */
.txt01{font-size:1.6rem;}
@media print, screen and (min-width:768px) {.txt01{font-size:1.8rem;}}
.txt02{font-size:2rem;}
@media print, screen and (min-width:768px) {.txt02{font-size:2.2rem;}}
.tCol01{color:#009beb;}/*blue*/
.tCol02{color:#e85a24;}/*orange*/

.makerY01{
	background: linear-gradient(transparent 0%,transparent 60%, #ffff21 60%);
	font-style:normal;
}
