html{
	padding:0;
	margin:0 auto;
	background:#FEFEFE;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	line-height:160%;
}

body{
	padding:0;
	margin:0 auto;
}

.clear_both{
	clear:both
}

.mb_10{
	margin-bottom:10px;
}

.m_b50{
	margin-bottom:50px;
}

.h_200{
	height:200px;
}

.m_t5{
	margin-top:5px;
}

.mt_10{
	margin-top:10px;
}

.mt_30{
	margin-top:10px;
}

.space_ht{
	height:50px;
}

.space_hb{
	height:90px;
}

/* TOPヘッダー画像 */
/*------------------------------------------------------*/

/* スマホ画面CSS */
@media only screen and (max-width:768px) {
	.header_img{
		background-size: cover;
		background-image:url(../img/sm_img.jpg);
		background-repeat:  no-repeat;
		background-position:center center;
		height:918px;
		width:100%;
		color:#FFFFFF;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-size:50px;
		font-weight:bold;
		text-shadow: 0 0 6px #000;
		text-align:center;
		line-height:120%;
		margin-bottom:50px;
	}
	
	.header_img br{
		display:block;
	}
}

/* PC画面CSS */
@media print, screen and (min-width:769px) {
	.header_img{
		background-size: cover;
		background-image:url(../img/pc_img.jpg);
		background-repeat:  no-repeat;
		background-position:center center;
		height:818px;
		width:100%;
		color:#FFFFFF;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-size:70px;
		font-weight:bold;
		text-shadow: 0 0 6px #000;
		margin-bottom:50px;
	}
	
	.header_img br{
		display:none;
	}
}

/*------------------------------------------------------*/


/* 各ページヘッダー */
/* ------------------------------------------------ */

#viewer {
    margin: 0 auto;
	width:100%;
    text-align: left;
    overflow: hidden;
    position: relative;
	height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 38%;
	z-index: -999;
}
 
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
	width:100%;
}

/* ------------------------------------------------ */



/* ヘッダーメニュー */
/*------------------------------------------------------*/

#header {
	box-shadow: 0px 3px 15px rgba(0,0,0,0.5);
	z-index: 99;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	/*background-color: rgba(14,14,14,0.7);*/
	
}

.container{
	margin:0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#gNav a:hover {
	color: #999;
	width:100%;
}

nav li a {
	font-size: 16px;
	letter-spacing: 0.2em;
	/*color:#FFFFFF;*/
	color:#333;
}

nav .sub-menu,.mean-container .mean-nav ul ul {
	background: #fff;
	background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}

/* スマホ画面CSS */
@media only screen and (max-width:768px) {
	#header {
		padding: 10px 0;
		height: 60px;
	}
	
	.h_logo {
		width: 200px;
		position: absolute;
		top: 7px;
		left: 10px;
		z-index: 100;
	}
	
	#gNav .nav {
		overflow-y: auto;
		height: 100vh;
	}
	
	.mean-nav .container {
		padding: 0;
	}
	
	nav li .fa {
		display: none;
	}
}

/* PC画面CSS */
@media print, screen and (min-width:769px){
	#header {
		height: 80px;
	}
	
	.h_logo {
		width: 200px;
		position: absolute;
		top: 16px;
		left: 10px;
		z-index: 100;
	}
	
	.h_logo img {
		width: 200px;
	}
	
	#h_top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	#gNav ul {
		position: relative;
		display: flex;
		right: 10px;
	}
	
	#gNav li {
		position: relative;
		margin-right: 3em;
  	}
	
	#gNav li:last-child {
		margin-right: 0;
	}
	
	#gNav li i {
		font-size: 16px;
		margin-left: 5px;
	}
	
	#gNav li a {
		position: relative;
		display: block;
		text-align: center;
		line-height: 80px;
  	}
	
	/*#gNav .sub-menu {
		visibility: hidden;
    	opacity: 0;
    	z-index: 1;
		display: block;
		position: absolute;
		top: 50px;
		left: 50%;
		margin-left: -100px;
		width: 200px;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	
	#gNav .sub-menu a {
		padding: 10px;
		display: block;
		border-bottom: none;
		padding: 20px;
		line-height: 1.2em;
  	}
	
	#gNav .sub-menu a:hover:after {
		content: none;
	}
	
	#gNav .sub-menu li {
		display: block;
		font-size: 16px;
		padding: 0;
		margin: 0;
	}
  
	#gNav .sub-menu li:last-child {
		border-bottom: none;
	}*/
  
	#gNav ul > li:hover {
    	-webkit-transition: all .5s;
    	transition: all .5s;
  	}
  
	#gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
		color: #005866;
	}
  
	#gNav li:hover ul.sub-menu {
		top: 80px;
		visibility: visible;
		opacity: 1;
		z-index: 9999;
	}
	
	#gNav li ul li:after {
		content: none;
	}
	
	#gNav li:hover ul.sub-menu a {
		color: #111;
	}
	
	/*#gNav .sub-menu li a:hover {
    	background: #fff;
  	}*/
	
	#gNav .contact_btn a:hover {
		color: #fff;
	}
}

/*------------------------------------------------------*/


/* フッター */
/*------------------------------------------------------*/

footer{
	background:#34393D;
	color:#FFFFFF;
	text-align:center;
	padding:20px 0;
	font-size:14px;
}

/*------------------------------------------------------*/




/*CSS 1280px以上（大型PC）　スタート */
/*------------------------------------------------------*/

@media screen and (min-width:1280px) {
	
	#main_area{
		width:1200px;
		padding:0;
		margin:0 auto;
	}
	
	.material-icons.large-size {
		font-size:38px;
	}
	
	.tm_title_area{
		background:#333333;
		color:#FFFFFF;
		font-size:32px;
		padding:20px 0;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		margin-top:100px;
		text-align:center;
	}
	
	.telarea{
		border:1px solid #BBBBBB;
		float:left;
		width:600px;
		height:250px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.telarea a{
		font-size:50px;
	}
	
	.tel_annotation{
		
	}
	
	.mailarea{
		border-top:1px solid #BBBBBB;
		border-right:1px solid #BBBBBB;
		border-bottom:1px solid #BBBBBB;
		float:left;
		width:600px;
		height:250px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.mailarea a{
		border:2px solid #005866;
		background:#005866;
		color:#FFF;
		width:400px;
		box-sizing: border-box;
		display:block;
		padding:20px 0;
		margin:0 auto;
		transition:all 0.5s;
		font-size:18px;
		font-weight:bold;
	}
	
	.mailarea a:hover{
		color:#005866;
		background-color:#FFF;
	}
	
	h3{
		text-align:center;
		font-size:40px;
		margin-bottom:20px;
	}
	
	.photo_float{
		float:left;
		width:390px;
	}
	
	.photo_float img{
		width:390px;
		height:258px;
	}
	
	.photo_float_c{
		float:left;
		width:390px;
		margin-left:15px;
		margin-right:15px;
	}
	
	.photo_float_c img{
		width:390px;
		height:258px;
	}
	
}

/*------------------------------------------------------*/


/*CSS 960px～1279px（小型PC）　スタート */
/*------------------------------------------------------*/

@media screen and (min-width:960px) and (max-width:1279px) {
	
	#main_area{
		width:96%;
		padding:0 2%;
		margin:0 auto;
	}
	
	.material-icons.large-size {
		font-size:38px;
	}
	
	.tm_title_area{
		background:#333333;
		color:#FFFFFF;
		font-size:32px;
		padding:20px 0;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		margin-top:100px;
		text-align:center;
	}
	
	.telarea{
		border:1px solid #BBBBBB;
		float:left;
		width:50%;
		height:250px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.telarea a{
		font-size:50px;
	}
	
	.tel_annotation{
		
	}
	
	.mailarea{
		border-top:1px solid #BBBBBB;
		border-right:1px solid #BBBBBB;
		border-bottom:1px solid #BBBBBB;
		float:left;
		width:50%;
		height:250px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.mailarea a{
		border:2px solid #005866;
		background:#005866;
		color:#FFF;
		width:400px;
		box-sizing: border-box;
		display:block;
		padding:20px 0;
		margin:0 auto;
		transition:all 0.5s;
		font-size:18px;
		font-weight:bold;
	}
	
	.mailarea a:hover{
		color:#005866;
		background-color:#FFF;
	}
	
	h3{
		text-align:center;
		font-size:34px;
		margin-bottom:20px;
	}
	
	.photo_float{
		float:left;
		width:32%;
	}
	
	.photo_float img{
		width:100%;
		height:100%;
	}
	
	.photo_float_c{
		float:left;
		width:32%;
		margin:0 2%;
		box-sizing: border-box;
	}
	
	.photo_float_c img{
		width:100%;
		height:100%;
	}
	
}
	
/*------------------------------------------------------*/


/*CSS 600px～959px（タブレット）　スタート */
/*------------------------------------------------------*/

@media screen and (min-width:600px) and (max-width:959px) {
	
	#main_area{
		width:96%;
		padding:0 2%;
		margin:0 auto;
	}
	
	.material-icons.large-size {
		font-size:38px;
	}
	
	.tm_title_area{
		background:#333333;
		color:#FFFFFF;
		font-size:32px;
		padding:20px 0;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		margin-top:100px;
		text-align:center;
	}
	
	.telarea{
		border:1px solid #BBBBBB;
		float:none;
		width:100%;
		height:150px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.telarea a{
		font-size:50px;
	}
	
	.tel_annotation{
		
	}
	
	.mailarea{
		border-left:1px solid #BBBBBB;
		border-right:1px solid #BBBBBB;
		border-bottom:1px solid #BBBBBB;
		float:none;
		width:100%;
		height:150px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.mailarea a{
		border:2px solid #005866;
		background:#005866;
		color:#FFF;
		width:400px;
		box-sizing: border-box;
		display:block;
		padding:20px 0;
		margin:0 auto;
		transition:all 0.5s;
		font-size:18px;
		font-weight:bold;
	}
	
	.mailarea a:hover{
		color:#005866;
		background-color:#FFF;
	}
	
	h3{
		text-align:center;
		font-size:28px;
		margin-bottom:20px;
	}
	
	.photo_float{
		float:left;
		width:32%;
	}
	
	.photo_float img{
		width:100%;
		height:100%;
	}
	
	.photo_float_c{
		float:left;
		width:32%;
		margin:0 2%;
		box-sizing: border-box;
	}
	
	.photo_float_c img{
		width:100%;
		height:100%;
	}
	
}

/*------------------------------------------------------*/


/*CSS 480px～599px（スマートフォン横）　スタート */
/*------------------------------------------------------*/

@media screen and (min-width:480px) and (max-width:599px) {
	
	#main_area{
		width:96%;
		padding:0 2%;
		margin:0 auto;
	}
	
	.material-icons.large-size {
		font-size:38px;
	}
	
	.tm_title_area{
		background:#333333;
		color:#FFFFFF;
		font-size:28px;
		padding:20px 0;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		margin-top:100px;
		text-align:center;
	}
	
	.telarea{
		border:1px solid #BBBBBB;
		float:none;
		width:100%;
		height:150px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.telarea a{
		font-size:50px;
	}
	
	.tel_annotation{
		
	}
	
	.mailarea{
		border-left:1px solid #BBBBBB;
		border-right:1px solid #BBBBBB;
		border-bottom:1px solid #BBBBBB;
		float:none;
		width:100%;
		height:150px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.mailarea a{
		border:2px solid #005866;
		background:#005866;
		color:#FFF;
		width:400px;
		box-sizing: border-box;
		display:block;
		padding:20px 0;
		margin:0 auto;
		transition:all 0.5s;
		font-size:18px;
		font-weight:bold;
	}
	
	.mailarea a:hover{
		color:#005866;
		background-color:#FFF;
	}
	
	h3{
		text-align:center;
		font-size:26px;
		margin-bottom:20px;
	}
	
	.photo_float{
		float:none;
		width:100%;
	}
	
	.photo_float img{
		width:100%;
		height:100%;
	}
	
	.photo_float_c{
		float:none;
		width:100%;
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.photo_float_c img{
		width:100%;
		height:100%;
	}
	
}

/*------------------------------------------------------*/


/*CSS ～479pxx（スマートフォン縦）　スタート */
/*------------------------------------------------------*/

@media screen and (max-width:479px) {
	
	#main_area{
		width:96%;
		padding:0 2%;
		margin:0 auto;
	}
	
	.material-icons.large-size {
		font-size:32px;
	}
	
	.tm_title_area{
		background:#333333;
		color:#FFFFFF;
		font-size:24px;
		padding:20px 0;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		margin-top:100px;
		text-align:center;
	}
	
	.telarea{
		border:1px solid #BBBBBB;
		float:none;
		width:100%;
		height:150px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.telarea a{
		font-size:40px;
	}
	
	.tel_annotation{
		font-size:14px;
	}
	
	.mailarea{
		border-left:1px solid #BBBBBB;
		border-right:1px solid #BBBBBB;
		border-bottom:1px solid #BBBBBB;
		float:none;
		width:100%;
		height:150px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.mailarea a{
		border:2px solid #005866;
		background:#005866;
		color:#FFF;
		width:300px;
		box-sizing: border-box;
		display:block;
		padding:20px 0;
		margin:0 auto;
		transition:all 0.5s;
		font-size:18px;
		font-weight:bold;
	}
	
	.mailarea a:hover{
		color:#005866;
		background-color:#FFF;
	}
	
	h3{
		text-align:center;
		font-size:22px;
		margin-bottom:10px;
	}
	
	.photo_float{
		float:none;
		width:100%;
	}
	
	.photo_float img{
		width:100%;
		height:100%;
	}
	
	.photo_float_c{
		float:none;
		width:100%;
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.photo_float_c img{
		width:100%;
		height:100%;
	}
	
}
	
/*------------------------------------------------------*/