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

/*------------------------------------------------------------------------ */
/* --- resetter section --------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
}

html, body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #333;
	font-style: normal;
	font-size: 14px;
	line-height: 1.6;
}

ul, ol, dl, img {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border: 0;
	table-layout: fixed;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
}
a {
	text-decoration: underline;
	color: #508fbc;
	transition: all 0.7s ease;
}
a:hover,
a:focus {
	color: #96c3e2;
	text-decoration: none;
}

/*-- リンクの点線を消去 --*/
body div a:active, body div a:focus {
	outline: none;
}

@font-face {
  font-family: 'FolkPro-Regular';
  src: url('../font/A-OTF-FolkPro-Regular.otf') format('otf'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'FolkPro-Bold';
  src: url('../font/A-OTF-FolkPro-Bold.otf') format('otf'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*------------------------------------------------------------------------ */
/* --- structure section -------------------------------------------------- */

#header #h_box,
#header #h_top div.h_top_box,
#gnav ul.topmenu,
.visual_inner,
#topicPath, #main,
.page_up,
#footer #footer_box,
#all_internet a {
	clear: both;
	width: 960px;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	#header #h_box,
	#header #h_top div.h_top_box,
	#gnav ul.topmenu,
	.visual_inner,
	#topicPath, #main,
	.page_up,
	#footer #footer_box,
	#all_internet a {
		clear: both;
		width: auto;
		margin: 0;
		padding: 0 1rem;
	}
}

#wrapper {
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}
#header {}

#gnav {
	margin: 14px auto;
	margin-bottom: 10px;
	background: url("../common_img/ul_bg.png") no-repeat top center rgba(0, 0, 0, 0);
	position: relative;
	top: 60px;
}
@media screen and (max-width:767px) {
	#gnav {
		background: url("../common_img/ul_bg.png") repeat-y top center rgba(0, 0, 0, 0);
		background-size: 100% auto;
	}
}

#main {margin: 0 auto 30px auto;}

#content {
	/* as main content */
	width: 960px;
	margin-bottom: 20px;
	position: relative;
}
#main .inner_content{
	width: 880px;
	margin: 0 auto 20px auto;
}
@media screen and (max-width:767px) {
	#content {width: auto;}
	#content > h3 img {
		width: 100%;
		height: auto;
	}
	#main .inner_content{width: auto;}
	#content.about > h3 {
		overflow: hidden;
		position: relative;
		height: 5.5rem;
		margin: 0 0 1rem;
	}
	#content.about > h3 img {
		position: absolute;
		top: 0;
		width: auto;
		height: 100%;
	}
	#content.about > h3:nth-of-type(odd) img{left: 0;}
	#content.about > h3:nth-of-type(even) img{right: 0;}
}

#snav {
	/* right or left nav space*/
	width: 230px;
	float: right;
	margin-bottom: 20px;
}
#footer {
	/* full width*/
}

/*------------------------------------------------------------------------ */
/* --- common design section ------------------------------------------ */
/* ------header------- */
#header {
	position: relative;
	z-index: 20;
}
@media screen and (max-width:767px) {
	#header {
		padding: 0 0 1rem;
	}
}

#h_top {
	color: #999;
	width: 100%;
	position: relative;
}
#h_top > div > div {
	width: 40%;
	float: right;
	text-align: right;
}
#h_top > div > div a {color: #fff;}
#h_top {}
.h_top_box {
	position: relative;
}
#h_top h1 {
	position: absolute;
	right: 0;
	top: 0;
	color: #BABABA;
	font-size: 10px;
	padding: 2px 0 0;
}
@media screen and (max-width:767px) {
	#h_top h1 {
		position: static;
		font-size: 6px;
		text-align: right;
		padding: 2px 0;
	}
}

#h_box {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.25rem 0;
}
@media screen and (max-width:767px) {
	#h_box {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

#h_left {width: 40%;}
#logo {width: 360px;}
#logo a {display: block;}
#logo img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:767px) {
	#h_left {width: 10rem;}
	#logo {width: 9rem;}
}

#h_right {
	width: 54%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
@media screen and (max-width:767px) {
	#h_right {
		display: block;
		width: 10rem;
	}
}
@media screen and (max-width:374px) {
	#h_right {
		width: 8rem;
	}
}

.tel_ul {width: calc( 100% - 256px );}
.tel_ul > li {
	display: inline-block;
	font-family: FolkPro-Regular;
	font-size: 13px;
	color: #111;
	margin: 0 0.25rem;
}
.tel_ul > li:after {
	content: '/';
	margin: 0 0.5rem;
}
.tel_ul > li:last-child:after {display: none;}

.tel_ul > li > a {
	text-decoration: none;
	color: #111;
	padding-right: 4px;
}
@media screen and (max-width:767px) {
	.tel_ul {display: none;}
}
#tel {
	width: 256px;
	height: auto;
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	#tel {
		width: 100%;
		height: auto;
		margin: 0;
	}
}

#contact {padding: 0;}

#header_nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
#header_nav > ul {
	display: none;
	background: #fff;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,0.13);
}
#header_nav > ul > li {
	border-top: solid 1px #e1e1e1;
}
#header_nav > ul > li > a {
	color: inherit;
	display: block;
	margin: 0;
	padding: 0.75rem 1rem;
}
#header_nav > ul > li:first-child {
	padding: 1rem 0 0;
}
#header_nav > ul > li:first-child > a {
	padding: 1rem;
}
#header_nav > ul > li:first-child > a img {
	width: 100%;
	height: auto;
}



/**
 * sp button
**/
#header_nav_btn {display: none;}
#header_nav_btn button {
	border: solid 3px #2798c9;
	outline: none;
	background: #2798c9;
	box-shadow: 4px 4px 0 0 rgba(0,0,0,0.25);
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	padding: 0.75rem 0.5rem;
	transition: all 0.4s ease;
}
#header_nav_btn button.active {
	border: solid 3px #2798c9;
	background: #fff;
}
#header_nav_btn button i {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#header_nav_btn button i span {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	background: #fff;
	width: 100%;
	height: 3px;
	transition: all 0.4s ease;
}
#header_nav_btn button.active i span {
	background: #2798c9;
}

#header_nav_btn button i span:nth-child(1) {
	top: 0;
	transform: translate(0,0);
}
#header_nav_btn button i span:nth-child(2) {
	top: 50%;
	transform: translate(0,-50%);
}
#header_nav_btn button i span:nth-child(3) {
	top: 100%;
	transform: translate(0,-100%);
}

#header_nav_btn button.active i span:nth-child(1) {
	top: 50%;
	transform: translate(0,-50%) rotate(-135deg) scaleX(-1);
}
#header_nav_btn button.active i span:nth-child(2) {
	left: 50%;
	right: 50%;
	opacity: 0;
}
#header_nav_btn button.active i span:nth-child(3) {
	top: 50%;
	transform: translate(0,-50%) rotate(135deg) scaleX(-1);
}


@media screen and (max-width:767px) {
	#header_nav_btn {
		display: block;
		position: fixed;
		top: 1.25rem;
		right: 0.5rem;
		z-index: 99999;
		transition: top 0.4s ease;
	}
	.active + #header_nav_btn {top: 1rem;}
}



/*------dropdown_nav------*/
div#gnav ul.topmenu {
	display: block;
	width:670px;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	div#gnav ul.topmenu {
		width:auto;
		text-align: center;
	}
}

ul.topmenu li {
	font-weight: bold;
	display: inline-block;
	zoom: 1;
	position: relative;
	padding: 0.5rem 0;
	color: #212121;
}
@media screen and (max-width:767px) {
	ul.topmenu li {
		padding: 0.25rem 0;
	}
}

ul.topmenu li a {
	color: #212121;
	text-decoration: none;
	font-weight:normal;
}
ul.topmenu li:last-child a {border-right: none;}
ul.topmenu a:hover,
ul.topmenu a:focus {color: #999;}

ul.topmenu li.hover,
ul.topmenu li:hover {
	color: #999;
	position: relative;
}
ul.topmenu li.hover a {color: #999;}

ul.topmenu li a:after {
	content: '/';
	margin: 0 0.25rem 0 0.5rem;
}
ul.topmenu li:last-child a:after {display: none;}

/*  drop down menu  */
ul.dropdown ul {
	width: 194px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}
ul.dropdown ul li {
	font-weight: normal;
	background: url(../common_img/arrow_01.gif) 5px center no-repeat #fff;
	color: #000;
	border-bottom: 1px solid #CCCCCC;
	float: none;

}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
}

ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}

/*------topicPath------*/
#topicPath {
	clear: both;
	display: block;
	padding: 5px 0;
	text-align: right;
}
#topicPath li {
	display: inline;
	padding-top: 3px;
	list-style-type: none;
	font-size: 11px;
	color: #000000;
}
#topicPath li.home {
	padding-left: 20px;
	background: url(../common_img/topicpath_home.gif) no-repeat left center;
}
#topicPath li a {
	padding-right: 10px;
	background: url(../common_img/topicpath_arrow.gif) no-repeat right center;
}
ul#topicPath li a:hover {}
@media screen and (max-width:767px) {
	#topicPath {
		display: none;
	}
}

/*----MainVisualInner----*/
#main_visual_area{
	background: url(../common_img/main_visual_bg.jpg) repeat-x bottom;
}
#main_visual_inner {
	width: 100%;
	background: url(../common_img/bg_main_visual_inner.jpg) no-repeat center top;
	height: 310px;
}
#main_visual_inner_bg {
	width: 100%;
	height: 310px;
	background-image: url(../common_img/main_visual_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
@media screen and (max-width:767px) {
	#main_visual_inner_bg {
		margin: 0 0 2rem;
	}
}

#main_visual_inner .visual_inner{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width:767px) {
	#main_visual_inner {
		width: auto;
		background-size: cover;
		background-position: 21% top;
	}
	#main_visual_inner .visual_inner{width: auto;}
}

#main_visual_inner h2 {
	padding: 4rem 0 0 2.5rem;
}
@media screen and (max-width:767px) {
	#main_visual_inner h2 {
		padding: 4rem 0 0 1.5rem;
	}
	#main_visual_inner h2 img {
		width: auto;
		height: 3.5rem;
	}
}


/* titles  Use  large -> small  */
.title_main {
	font-size: 20px;
	font-weight: bold;
	border: solid 1px #CCCCCC;
	padding: 8px;
	background-color: #EEEEFF;
	margin-bottom: 10px;
}
.title_sub {
	font-size: 18px;
	font-weight: bold;
	padding: 4px 4px 4px 10px;
	margin-bottom: 10px;
	background: url('../common_img/title_sub2.png') left repeat-x;
	color:#fff;
	line-height: 40px;
	font-family: FolkPro-Bold;
}
@media screen and (max-width:767px) {
	.title_sub {
		background-size: 100% 100%;
		padding: 0.5rem 1rem;
		border-radius: 1em;
		margin: 0 -0.5rem 1rem;
	}
}
.title_section {
	font-size: 14px;
	border-left: solid 3px #2798C9;
	padding-left: 8px;
	font-weight: bold;
	margin-bottom: 10px;
}
.title_section01 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #2798C9;
}
.title_section02 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.title_item {
	font-weight: bold;
	margin-bottom: 10px;
}
.page_figure {
	text-align: center;
	margin: 0 0 2rem;
}
.page_figure img {
	max-width: 400px;
	width: 100%;
	height: auto;
}

.page_nav {
	text-align: center;
	margin: 0 auto 2rem;
	max-width: 800px;
}
.page_nav a {
	display: inline-block;
	padding: 2rem 3rem;
	margin: 0 0.5rem 1rem;
	border: solid 1px #182c7d;
	background: #fff;
	color: #182c7d;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1;
	text-decoration: none;
	min-width: 380px;
}
@media screen and (max-width:767px) {
	.page_nav a {
		display: block;
		margin: 0 0.5rem 1rem;
		min-width: 0;
	}
}

.page_bnr {
	text-align: center;
	margin: 0 0 2rem;
}
.page_bnr {
	max-width: 100%;
	width: auto;
	height: auto;
}


/* ------common_content_design------- */
#content p{
	margin:0 0 20px 0;
}
.container {
	margin-bottom: 20px;
}
#content .last{
	margin-right: 0;
}
.fl_l{float: left;}
.fl_r{float: right;}

#common_area {}
#common_area > div,
#common_area > a {
	display: inline-block;
}
@media screen and (min-width:768px) {
	#common_area {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
@media screen and (max-width:767px) {
	
	#common_area {
		text-align: center;
	}
	
	#common_area > div + a,
	#common_area > div + div,
	#common_area > a + a,
	#common_area > a + div {
		margin: 0.5rem 0 0;
	}
	
	#common_area > div img,
	#common_area > a img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
}

/* ------snav left (or right) tool box----- */
div#snav {
	padding: 0 0 0 0;
}

.snav01_inner, .snav02_inner, .snav03_inner, .snav04_inner, .snav05_inner {
	margin-bottom: 10px;
}

/* ------footer------- */
.page_up {
	text-align: right;
	position: relative;
	z-index: 2;
}

#footer {
	position: relative;
	z-index: 2;
	padding: 4rem 0 0;
	background: url('../common_img/footer_bg.png') repeat-x top;
}
@media screen and (min-width:768px) {
	#footer_box {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
#footer_box .f_left {
	width: 330px;
}
.f_left img {margin-top: 20px;}
.f_left p {
	padding-top: 10px;
	color: #333;
	font-size: 12px;
}
@media screen and (max-width:767px) {
	#footer_box .f_left {
		width: auto;
		margin: 0 0 0.5rem;
		padding: 0 1rem;
	}
	.f_left img {
		margin: 0;
		width: 100%;
		height: auto;
	}
}
#footer_box .f_right {
	width: 500px;
}
@media screen and (max-width:767px) {
	#footer_box .f_right {
		width: auto;
		margin: 0 0 1rem;
		padding: 0 1rem;
	}
	#footer_box .f_right img {
		width: 100%;
		height: auto;
	}
	#footer_box .f_right a {display: block;}
	#footer_box .f_right img + a,
	#footer_box .f_right a + a{margin: 0.5rem 0 0;}
}

#b_contact {
	margin: 1rem auto 2rem;
	width: 960px;
}
#b_contact a.b_contact img {
	position: relative;
	top: 4px;
	left: 10px;
	margin-right: 20px;
}
@media screen and (max-width:767px) {
	#b_contact {
		width: auto;
		padding: 0;
	}
}

#f_tel {margin-right: 10px;}

.footer_link_wrap {text-align: center;}
.footer_link li {display: inline-block;}
.footer_link li:after {
	content: '/';
	margin: 0 0.5rem;
}
.footer_link li:last-child:after {display: none;}
.footer_link li a {
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}
.footer_link li a:hover,
.footer_link li a:focus {text-decoration: none;}
@media screen and (max-width:767px) {
	.footer_link li {
		display: block;
		margin: 0;
		padding: 0.75rem 0;
		border-top: solid 1px #ccc;
	}
	.footer_link li:after {display: none;}
}



#all_internet {
	/* ホームページ制作はこちら */
	text-align: right;
	color: #CCCCCC;
	text-decoration: none;
}
#all_internet a {
	display: block;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
}

/* --- utility section ----------------------------------------------------------------------------- */

/*ClearFix*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}

/* if needs instant arrange */
#wrapper .text_c {
	text-align: center;
}
#wrapper .text_r {
	text-align: right;
}

#wrapper .mt5 {
	margin-top: 5px;
}
#wrapper .mt10 {
	margin-top: 10px;
}
#wrapper .mt15 {
	margin-top: 15px;
}
#wrapper .mb10 {
	margin-bottom: 10px;
}
#wrapper .mb15 {
	margin-bottom: 15px;
}
#wrapper .mb20 {
	margin-bottom: 20px;
}
#wrapper .mb30 {
	margin-bottom: 30px;
}
#wrapper .mb40 {
	margin-bottom: 40px;
}
#wrapper .mb50 {
	margin-bottom: 50px;
}

/* ------2colum------- */
div.col2_wrapper {
	clear: both;
	margin-right: 10px;
}
div.col2_box {

}
div.col2 {
	/* arrange me */
	margin: 0 0 10px 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

/* ------3colum------- */
div.col3_wrapper {
	clear: both;
	margin-right: 10px;
}
div.col3_box {
	width: 33.333%;
	float: left;
}
div.col3 {
	/* arrange me */
	margin: 0 0 10px 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
