@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#header img{
}

#slogan{
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #000;
	line-height: 1.2;
	text-align: left;
	padding-left: 3%;
	padding-top: 20%;
}

#slogan h1{
	font-size: 40px;
	font-family: 'Pacifico', cursive;
	margin-bottom: 20px;
	font-weight:normal;
}

#slogan h2{
	font-size: 20px;
	font-weight:normal;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section h2{
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}
section h3{
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}
.inner{
	width: 94%;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}


/* SEC01 VISION
------------------------------------------------------------*/

.vision{
	width: 80%;
	padding-bottom: 80px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.vision p img {
	padding-top: 10px;
	padding-bottom: 10px;
}

.vision2{
	width: 100%;
	width: 80%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.vision2 p img {
	padding-bottom: 30px;
}


/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
}
.txt h3{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 10px;
}

/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.col3 li{
	margin-bottom: 50px;
}

.col3 img{
	max-width: 288px;
	display: block;
	margin: -5px auto 20px;
}


/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}


/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
	padding-top: 50px;
}

#sec05 dl{
	line-height: 1.2;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 120px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}
@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#mainnav.changeNav li{
		padding: 20px 5px;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 45px 5px 20px;
		font-size: 14px;
		font-weight: 300;
	}
	
  #mainnav a{
		color: #000;
	}
	

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
	background: #f6f6f6;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
	
	/* SEC03 SERVICE MESSAGE STORY
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
	display: inline-block;
	width: 30%;
	padding: 0 1.5%;
	margin-bottom: 0;
	vertical-align: top;
	text-align: center;
	}
	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 120px;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}
@media only screen and (min-width: 868px){
	#mainnav li{
		display: inline-block;
		padding: 45px 10px 20px;
		font-size: 14px;
		font-weight: 300;
	}
	#mainnav.changeNav li{
		padding: 20px 10px;
	}
}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
}

@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){
	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 16px;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #333;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #333;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: fixed;
		left: 0;
		top: 67px;
		z-index: 100;
	}

	#mainnav{
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{
		margin: 0 auto;
		display: block;
	max-width: 288px;
	padding-bottom: 20px;
	}
}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
}
#mainnav.changeNav{
	background: rgba(255,255,255,.9);
	border-bottom: 1px solid #d1d1d1;
}


.red_big {
	font-size: 140%;
	color: #F00;
}
.small {
	font-size: 60%;
}

form table tbody {
	width: 100%;
table-layout: fixed;
word-break: break-all;
word-wrap: break-all;}
form table tr:last-child td:first-child ,
form table tr td {
	padding: 20px;
	border: 1px solid #999;
	position: relative;
}
form table tr:not(:last-child) td div {
	text-align: left !important;
}
table tr td:first-child {
	padding: 20px 70px 20px 20px;
	font-weight: bold;
	background: #eee;
	width: 200px;
}
table tr td:first-child[colspan="2"] {
	background: #fff;
}
table tr td div .orenge {
	background: #c71b08;
	color: #fff;
	width: 60px;
	height: 25px;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 13px;
	font-weight: bold;
	text-align: center !important;
}
table tr td p label #月 {
	margin-right: 10px;
}
table tr td p #日 {
	margin-right: 20px;
}
form table {
	width: 100%;
	margin-bottom: 30px;
}
table tr td input:not([type="submit"]):not([type="radio"]) {
	height: 30px;
}
table tr td input[type="submit"] {
	padding: 10px 40px;
	border: none;
	cursor: pointer;
	font-size: 20px;
	background: #c71b08;
	color: #fff;
	transition: all 0.3s;
}
table tr td input[type="submit"]:hover {
	background: #333;
	color: #fff;
}
@media(max-width:800px){
	form table ,
	form table th ,
	form table td {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
		text-align: left;
	}
	form table tr:not(:last-child) td div {
		text-align: left !important;
	}
	table tr td input:not([type="submit"]):not([type="radio"]) ,
	table tr td textarea {
		width: 100% !important;
	}
	table tr td {
		border-bottom: 0 !important;
	}
	table tr td:first-child br {
		display: none;
	}
	table tr:last-child td:last-child {
		border-bottom: solid 1px #999 !important;
	}
}

/* 追加 */
#sec03 .col3 p,
.link_btn {
	text-align: center;
}
#sec03 .col3 p a,
.link_btn a {
	border: solid 1px #0066ff;
	padding: 5px 20px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.3s;
}
#sec03 .col3 p a:hover,
.link_btn a:hover {
	border: solid 1px #0066ff;
	background: #0066ff;
	color: #fff;
	text-decoration: none;
}
.logo {
	width: 15%;
	padding: 5px 10px;
	text-align: left;
}
.logo img {
	padding-top: 20px;
	max-width: 100%;
}
.changeNav .logo img {
	padding-top: 0;
	width: auto;
}
@media only screen and (max-width: 800px){
	.logo ,
	.changeNav .logo {
		width: 30%;
	}
	.logo img ,
	.changeNav .logo img {
		padding-top: 0;
	}
}
/* Follow Up Footer
-----------------------------------------*/
/* common */
.flex {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
 	-webkit-flex-wrap:wrap;
 	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}
.follow-up-footer .flex > div {
	width: 25%;
}
.follow-up-footer .flex > p {
	width: 75%;
	text-align: left;
}
.follow-up-footer {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	background: rgba(255,255,255,0.6);
	/*display: none;*/
}
@media (max-width:1024px) {
	/*.follow-up-footer {
		display: block;
	}
	#page-top {
		display: none;
	}*/
}
.follow-up-footer * {
	box-sizing: border-box;
}
.follow-up-container {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
 	-webkit-flex-wrap:wrap;
 	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	max-width: 600px;
	margin: auto;
	padding: 5px 0;
	position: relative;
}
.follow-up-container a {
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 10px 5px;
}
.follow-up-container a p {
	font-size: 18px;
	line-height: 1.8;
}
.icon {
	font-size: 32px;
}
@media (max-width:679px) {
.icon {
	font-size: 24px;
}
.follow-up-footer .flex > p {
	font-size: 16px;
}
}
@media (max-width:480px) {
.follow-up-footer .flex > p {
	font-size: 13px;
}
}
/* container */
.follow-up-tel {
	width: 50%;
	padding: 5px 20px;
}
.follow-up-tel a {
	background: #c71b08;
	color: #fff;
	display: table;
}
.follow-up-contact {
	width: 50%;
	padding: 5px 20px;
}
.follow-up-contact a{
	background: #666;
	color: #fff;
	display: table;
}
@media (max-width:768px) {
	.follow-up-container {
		max-width: 100%;
	}
	.follow-up-tel {
		width: 50%;
		padding: 5px 0;
	}
	.follow-up-contact {
		width: 50%;
		padding: 5px 0;
	}
}
.follow-up-tel a > p,
.follow-up-contact a > p ,
.follow-up-tel a > div,
.follow-up-contact a > div {
	display: table-cell;
	vertical-align: middle;
}
#footer-page-top {
	position: fixed;
	right: 0;
	bottom: 80px;
	border: solid 1px #004060;
	border-right: none;
	background: #fff;
	padding: 3px 2px 3px;
	height: 100px;
}
#footer-page-top a {
	color: #333;
	padding: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-decoration: none !important;
    letter-spacing: -3px;
    font-weight: bold;
    padding: 5px;
}
#footer-page-top a img {
	display: block;
	width: auto;
	max-height: 100%;
}

/* icon */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?fap69y');
  src:  url('../fonts/icomoon.eot?fap69y#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?fap69y') format('truetype'),
    url('../fonts/icomoon.woff?fap69y') format('woff'),
    url('../fonts/icomoon.svg?fap69y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.fs1 {
    font-size: 32px;
}
.main_image_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5px 20px;
}
.main_image_title img {
	width: 85%;
	max-width: 800px;
	display: block;
	margin: auto;
}
.image_box_1 {
	width: 100%;
	padding: 0 50px;
}
.image_box_2 {
	width: 50%;
}
@media(max-width: 768px){
	.image_box_2 {
		width: 100%;
	}
}

/* ziaco 追加 */
.item_box_inner {
	padding: 20px 40px;
}
.item_box_container img {
	width: auto;
	max-width: 100%;
}
.item_box_container .item_box {
	border: solid 1px #75add8;
	margin-bottom: 40px;
}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_box_inner .item_box h2 {
	padding: 20px 20px;
	margin: 0;
	background: #75add8;
	color: #fff;
	text-align: center;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1.4;
}
.item_box_inner .item_box h2 span {
	font-size: 60%;
	display: block;
}
.item_box_inner .item_box > div {
	width: 80%;
	max-width: 1000px;
	margin: auto;
	padding: 20px 10px;
}
.item_box_inner .item_box p {
	font-size: 20px;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	color: #333;
	line-height: 1.4;
}
.item_box_inner .item_box .image_area {
	text-align: center;
	padding: 10px 20px;
}
.item_box_inner .item_box .image_area img {
	padding: 10px;
	vertical-align: middle;
}
.item_box_inner .flex .item_box {
	width: 48%;
}
@media(max-width:990px){
	.item_box_inner {
		padding: 20px 10px;
	}
	.item_box_inner .item_box h2 {
		font-size: 24px;
	}
	.item_box_inner .item_box > div {
		width: 95%;
	}
	.item_box_inner .item_box p {
		font-size: 16px;
	}
	.item_box_inner .item_box .option_image {
		width: 65%;
	}
	.item_box_inner .flex .item_box {
		width: 100%;
	}
}


.lower #newsList > li {
	padding: 0 20px 30px;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 30px;
}
.home #newsList {
	background: #eee;
	padding: 20px;
}
#newsWrap {
	font-size: 18px;
}
@media(max-width:700px){
#newsWrap {
	font-size: 15px;
}
}
#newsWrap .title a {
	color: #333;
	text-decoration: underline;
}
.thumbNailWrap img {
	width: auto;
}
.home #newsList > li {
	display: flex;
	align-items: flex-start;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media(max-width:768px){
	.home #newsList > li {
		display: block;
	}
}
.home .up_ymd {
	color: #666666;
	display: block;
	width: 180px;
	padding-right: 10px;
}
.lower .up_ymd {
	display: block;
	width: 180px;
	padding-right: 10px;
}
.catName {
	display: block;
	width: 150px;
	border: solid 1px #333;
	padding: 0;
	margin-right: 10px;
	text-align: center;
	font-size: 90%;
}
.newMark {
    background: #F00;
    color: #FFF;
    font-size: 70%;
    line-height: 1.5;
    padding: 2px 5px;
    border-radius: 2px;
    margin: 4px 15px 0;
    vertical-align: text-top;
    display: inline-block;
}
@media(max-width:768px){
	.newMark {
	    margin: 1px 15px 0;
	}
}
.detailText * {
	background: transparent !important;
}
.thumbNailWrap:empty {
	display: none;
}

#new {
	font-size: 18px;
}
@media(max-width:700px){
	#new {
		font-size: 15px;
	}
}
#new a {
	color: #333;
	text-decoration: underline;
}
/*段落タグ*/
#new p {
	padding: 0 20px 40px;
}
#new p + p {
	margin-top: -10px;
}
/*h2タグ*/
#new h2 {
	font-weight: normal;
	color: #333;
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
	margin-bottom: 40px;	/*下に空けるボックスの外側への余白*/
	font-size: 250%;		/*文字サイズ*/
	text-align: center;		/*文字を中央に*/
	line-height: 1.5;		/*行間を基準より少し狭くする*/
}
/*h2タグ内のspanタグ（英語の飾り文字）*/
#new h2 span {
	display: block;
	font-size: 40%;	/*文字サイズ*/
	color: #666666;	/*文字色*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定*/
}

.look {background: #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 20px 40px 40px;list-style: disc;}
.color1, .color1 a {color: #666666 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
.w50 {overflow: hidden;width: 50%;}
.fl {float: left;}
img.fl {float: left;width:30%;margin-right: 20px;margin-bottom: 20px;}
.fr {float: right;}
img.fr {float: right;width:30%;margin-left: 20px;margin-bottom: 20px;}
.big1 {font-size: 40px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.ofh {overflow: hidden;}


.lower #contents {
    padding-top: 10%;
}
.lower #contents h2 {
    clear: both;
    margin-bottom: 80px;
    font-size: 200%;
    text-align: center;
    line-height: 1.5;
    font-weight: normal;
}
.lower #contents h2 span {
    margin-top: 5px;
}
.lower #contents h3 {
    clear: both;
    margin-bottom: 30px;
    text-align: center;
    font-size: 130%;
    border-radius: 0;
    border: 1px solid #666;
    padding: 0 20px;
    font-weight: normal;
}
.lower  {
 	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 }
.pager a {
	color: #333;
}
@media screen and (max-width:800px){

/*ヘッダー
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo img {
	width: 300px;
}
}




