@charset "utf-8";/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
/*font-size: 100%;*/
/*font: inherit;*/
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*====================*/

*{
	margin:0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	padding:0;
	border:0;
	text-decoration:none
}

a,body,input,select,textarea{
	font-family:メイリオ,Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
	color:#333;
	line-height:1.5em;
}

html{
	width:100%;
}

body{
	width:100%;
	font-size:15px;
	min-width:1200px;
	background-image:url(./img/main_bg.jpg);
	background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#transparent{
	background-color:rgba(255,255,255,0.2);
	height:100%;
}

/*記事内の画像*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

table.aligncenter{
	display:table;
}

/*ギャラリー*/
#main .gallery *{
	border-left:0;
	border-bottom:0;
	padding: 0;
	margin: 0;
}

/*送信メッセージ*/
.wpcf7-response-output{
	color:#C30;
	text-align:center;
	margin-top:20px;
}

/*記入漏れ*/
.wpcf7-not-valid-tip-no-ajax{
	color:#C30;
	margin-left:5px;
	text-decoration:underline;
}
			
sup{
	font-size:10px;
}

iframe{/*グーグルマップとか*/
}

dt{
	font-weight:bold;
}

strong{
	font-weight: bold;
}

em{
	font-style:italic;
}

del{
	text-decoration: line-through;
}

blockquote{
	color:#999;
	padding:30px;
	font-style:oblique;
	text-align:justify;
}

blockquote p{
	font-style:oblique;
	text-align:justify;
}

/*パンくずリスト*/
#main #p_list{
	margin-top:5px;
	margin-bottom:5px;
}

#main #p_list p{
	text-align:right;
	font-size:small;
}

#main #p_list a{
	font-size:90%;
}

#main #p_list a:hover{
}


/* header */

#head_wrap{
	width:100%;
	background-color:#fff;
	box-shadow:1px 1px 1px #ccc;
}

#header{
	width:1200px;
	margin:0 auto 1px;
	padding:0 3em 10px;
	box-sizing:border-box;
	overflow:hidden;
}

#header h2{
	    display: none;
}

/* title */

#title{
	float:left;
	padding:10px 0 0;
	width:50%;
	line-height:normal;
	font-size:120%;
	background-image:url(./img/title_bg.png);
	background-size:contain;
	background-repeat:no-repeat;
	box-sizing:border-box;
}

#title h1{
}

#title h1 a{
	color:#39b182;
	font-size:100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow:1px 1px 0px #fff,1px -1px 0px #fff,-1px 1px 0px #fff,-1px -1px 0px #fff;
}

#title h1 a span{
	margin-right:1em;
	vertical-align: top;
	font-size:50%;
}

#contact{
	float:right;
	width:50%;
	padding:15px 0 0;
	font-size: 130%;
	font-weight: bold;
	box-sizing:border-box;
}

#contact p{
	text-align:right;
	font-size:85%;
}

/* main_image */

#image_wrap{
	width:100%;
	background-color:rgba(0,0,0,0.2)
}

#top_slide{
	position:relative;
	max-width:1200px;
	margin:0 auto;
}

#top_slide:after{
	display:block;
	position:absolute;
	margin:auto;
	content:"";
	width:1201px;
	height:485px;
	top:-5px;
	left:-10px;

}

#top_slide img{
	max-width:100%;
}

/* gl_menu */
#menu_wrap{
	position:relative;
	float:left;
	width:280px;
	padding:0 15px;
	background-color:#fff;
	box-sizing:border-box;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
    box-shadow:2px 2px 1px #ccc;
}

#gl_menu{
	margin:13px 0;
	list-style-type:none;
}

#gl_menu li{
	margin:0;
	box-sizing:border-box;
}

#gl_menu a{
	display:block;
	position:relative;
	padding:15px 8px;
	margin-bottom:1px;
	color:#333;
	font-weight:bold;
	text-shadow: 1px 1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0px #fff;
	background-image:url(./img/title_bg.png);
	background-position:170px 15px;
	background-repeat:no-repeat;
	background-size:55%;
	box-shadow:0px 2px 1px -1px #39b182;
	transition:.2s;
}

#gl_menu a:hover{
	background-color:#ceffec;
	transition:.2s;
}

#gl_menu a:after {
}

#gl_menu a:hover:after{
}

#gl_menu li ul{
	margin:0;
	background-color:#fff;
}

#gl_menu li ul li{
	margin:0;
}

#gl_menu li ul li a{
	padding:8px 8px 8px 20px;
	font-weight:normal;
	font-size:85%;
	text-shadow:unset;
	background-image:none;
	box-shadow:none;
	border-bottom:1px dotted #ccc;
}

#gl_menu li ul li a:after {
}


/* main */

#main{
	position:relative;
	width:1200px;
	margin:0 auto;
	z-index: 0;
}

#main:before{
	background-image:url(./img/main_bg.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;

}

#main:before{
  content: "";
  z-index: -1;
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#main_bg{
	width:1200px;
	min-height:750px;
	padding:15px;
	margin:8px auto;
	background-color:rgba(255,255,255,0.3);
	overflow:hidden;
	box-sizing:border-box;
}

#cont p.shisetsu_icon img{
	margin-left:3%;
	width:30%;
	height:131px;
	border:1px solid #ccc;
	border-radius:50px;	
	box-shadow:3px 3px 2px #ccc;
}

/* cont */
#cont{
	float:right;
	margin:0 3px 13px 0;
	padding:10px;
	width:850px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
    background-color: #fff;
	box-shadow:2px 2px 1px #ccc;
}

.page #cont {
	min-height:720px;
}

#cont h2{
	clear:both;
	margin-bottom:30px;
	padding:10px;;
	font-size:200%;
	line-height:215%;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	border-bottom:3px solid #39b182;
	box-shadow:1px 1px 5px #ccc;
	
}

#cont h3{
	clear:both;
	margin-bottom:30px;
	padding:15px 15px 15px 20px;
	font-size:165%;
	font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	line-height:165%;
	background-image:url(img/logo_icon.gif);
	background-repeat:no-repeat;
	background-position:3px 50%;
	border-bottom:1px dotted #ccc;
}

#cont h4{
	clear:both;
	margin-bottom:13px;
	padding:10px;
	font-size:100%;
	font-weight:bold;
	color:#4b80f0;	
	border-bottom:1px dotted #ccc;
}

#cont h5{
	clear:both;
	margin-bottom:13px;
	padding:3px 10px;
	font-size:100%;
	font-weight:normal;
	background-color:#70ba1b;
	color:#fff;	
}

#cont h6{
	clear:both;
	margin-bottom:13px;
	padding:3px 10px;
	font-size:100%;
	font-weight:normal;
	background-color:#6b61aa;
	color:#fff;	
}

#cont p{
	margin-bottom:13px;
	padding:0 10px;
}

#cont a{
	color:#ec4d38;
	text-decoration:underline;
}

#cont a:hover{
	text-decoration:none;
}

#cont img{
	margin-bottom:.5em;	
	height: auto;
}

	/*画像スタイル*/
	#cont img.border{
		border:1px solid #ccc;
		padding:5px;
		box-sizing:border-box;
	}

	#cont img.maru{
		border-radius:10px;
	}

#cont hr{
	border-top:1px dotted #ccc;
	clear:both;
	margin:0 0 13px;
}


#cont blockquote{
	position:relative;
	margin:0 auto 30px;
	padding:20px 20px 20px 40px;
	color:#333;
	background:#eee;
}

#cont blockquote:after{
	display:block;
	position:absolute;
	content:"❝";
	color:#aaa;
	font-size:150%;
	top:10px;
	left:10px;	
}

#cont table{
	width:100%;
	margin: 8px 0;
	border:1px solid #ccc;
	border-radius:5px;
	border-collapse: separate;
	border-spacing: 0;
	overflow:hidden;
}

#cont th{
	padding:8px;
	text-align:center;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

#cont td{
	font-size:95%;
}

#cont th + th,
#cont td{
	padding:8px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#cont table tbody tr:last-child>th,
#cont table tbody tr:last-child>td {
	border-bottom: none;
}

#cont table tbody tr:first-child>td {
	border-left: none;
}

#cont table table{
	font-size: 100%;
}

#cont ul{
	margin:0 0 30px 40px;
	list-style-type:none;
}

#cont ul li{
	position:relative;
	padding:10px 0;
	border-bottom:1px dotted #ccc;

}

#cont ul li:after{
	display: block;
    content: '';
    position: absolute;
    top: 1.1em;
    left: -1em;
    width: 5px;
    height: 5px;
    background-color: #6b61aa;
    border: 1px solid #6b61aa;
    border-radius: 100%;
}

#cont ol{
	margin-left:20px;	
}

#cont ol li{
	position: relative;
	padding: .5em 0 .5em 2em;
    border-bottom: 1px solid #ccc;
    counter-increment: olNum1;
}

#cont ol li:before{
    position: absolute;
    top: .8em;
    left: 0;
    content: counter(olNum1);
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #6b61aa;
    border-radius: 100%;
    color: #fff;
    font-size: 80%;
    text-align: center;
    box-shadow:2px 2px 1px #ccc;
}

#cont ol li:nth-child(2n):before{
	background-color: #70ba1b;
}

#cont ol li li{
    counter-increment: olNum2;
}

#cont ol li li:before{
    content: counter(olNum2);
}

#cont ol li li li{
    counter-increment: olNum3;
}

#cont ol li li li:before{
    content: counter(olNum3);
}

#cont dl{
	margin:0 0 30px 40px;
}

#cont dl dt{
	position:relative;
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}

#cont dl dt:after{
	display: block;
    content: '';
    position: absolute;
    top: 1.1em;
    left: -1em;
    width: 5px;
    height: 5px;
    background-color: #6b61aa;
    border: 1px solid #6b61aa;
    border-radius: 100%;
}

#cont dl dd{
	margin:8px;
	padding:10px;
	background-color:#eee;
}

#cont ul li:nth-child(2n):after,
#cont dl dt:nth-child(2n):after{
	background-color: #70ba1b;
    border: 1px solid #70ba1b;
}

#cont form input[type=text],
#cont form input[type=password],
#cont form input[type=tel],
#cont form input[type=email],
#cont form textarea{
	margin:10px 10px 30px;
	padding:8px;
	border:1px solid #ccc;
	border-radius:10px;
}

#cont form label{
	display:block;
	margin:0 0 30px;
	cursor:pointer;
}

#cont form input[type=checkbox],
#cont form input[type=radio]{
	margin:0 0.5em;
	vertical-align:middle;
}

#cont form input[type=file],
#cont form input[type=image]{
	margin:0 0 30px;
	padding:8px;
	border:1px solid #ccc;
}

#cont form input[type=submit],
#cont form input[type=reset],
#cont form input[type=button]{
	margin:10px 10px 30px;
	padding:8px 60px;
	color:#fff;
	background: #317383; /* Old browsers */
	background: -moz-linear-gradient(top, #9499cb 0%, #6b61aa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #9499cb 0%,#6b61aaf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #9499cb 0%,#6b61aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9499cb', endColorstr='#6b61aa',GradientType=0 ); /* IE6-9 */
	border-radius:5px;
}

#cont form input[type=submit]:hover,
#cont form input[type=reset]:hover,
#cont form input[type=button]:hover{
	opacity:0.6;
}

/* 特殊テーブル */

		#main table.fit{
			width:96% !important;
			margin-left:auto;
			margin-right:auto;
		}

		#main table.large_table{
			width:96% !important;
			margin-left:auto;
			margin-right:auto;
		}

		#main table.heaf_left{
			float:left;
			width:49% !important;
			margin-left:1%;
		}

		#main table.heaf_right{
			float:right;
			width:49% !important;
			margin-left:1%;
		}

/* footer */

#foot_wrap{
	box-shadow: 0px -3px 3px #666;
	background-image:url(./img/foot_bg.jpg);
}

#footer{
	width:1200px;
	margin:0 auto;
	padding-top:20px;
	overflow:hidden;
}

#footer ul{
	overflow:hidden;
}

#footer ul li{
	float:left;
	padding:0 13px;
}

#footer ul li a{
		color:#fff;
		text-decoration:underline;
}

#footer ul li a:hover{
		text-decoration:none;
}

#footer h3{
	color:#fff;
}

#footer p{
	color:#fff;
}

address{
	float:right;
	font-style:normal;
}

p#copyright{
	clear:both;
	width:1000px;
	margin:0 auto;
	color:#fff;
	text-align:center;
}

@page { size: A4 } /* A4縦 */
@media print{
	body {
		width: 100%;
		min-width: auto;
		background-image:none;
	}

	#header,
	#main_bg,
	#top_slide:after,
	#top_slide,
	.slick-track,
	.slick-slide,
	#main,
	#footer {
		width:100% !important;
		margin:0;
		padding:0;
		box-sizing:border-box;
	}

	#title{
		width:320px;
	}

	#contact{
		width:200px;
	}

	#cont p.shisetsu_icon img{
		width:29%;
		height:auto;
	}

	#menu_wrap{
		display:none;
	}

	#cont{
		width:98%;
		margin:0 auto;
	}

	#cont img.size-medium{
		width:40%;
	}
}

@media all and (-ms-high-contrast:none){
	#main:before{
		background-image:none;
	}/* IE10 */
}
