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

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');



html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ol, ul {
	list-style-type: none;
}

body { line-height:1; overflow-x: hidden;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul { list-style:none;}
blockquote, q {  quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #504945;
	outline:none;
}
a:hover {
	cursor: pointer;
}
del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img {
	width: 100%;
	height: auto;
}
body * {
 	box-sizing:border-box;

}
h1, h2, h3, h4, h5, h6 { line-height: 1.6em;}

/* ----------------------------------------------------------------
	Grid System
-----------------------------------------------------------------*/

.cf:before, .container:before,
.cf:after,
.container:after{
  content: " ";
  display: table; 
}
.cf:after, .container:after {
  clear: both; 
}

.container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  text-align: center;
  box-sizing: border-box;
 }

[class*="grid__col--"] {
  vertical-align: top;
  border-collapse: collapse !important;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

/* ユーティリティー */
a {zoom:1; text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0); }
a:hover, a.active, a.np {opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)";}
a.nohover {opacity: 1.0; filter: alpha(opacity=100); -ms-filter: "alpha(opacity=100)";	}
.clearfix:after {clear: both; content:"."; display: block; font-size: 0px; line-height: 0px; height: 0px; visibility: hidden; width: 0px;}

* html .clearfix {zoom:1;} /* IE6 */
*:first-child+html .clearfix {zoom:1;} /* IE7 */

::selection {
	background: #00190f;
	color: #ffffff;
	text-shadow: none;
}

::-moz-selection {
	background: #00190f; /* Firefox */
	color: #ffffff;
	text-shadow: none;
}

::-webkit-selection {
	background: #00190f; /* Safari */
	color: #ffffff;
	text-shadow: none;
}

*:focus {
  outline: none;
}

.page {
	width: 100%;
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
    padding: 0 3%;
}
.page:after {
	content: "";
	clear: both;
	display: block;
}

.center { text-align: center !important}
.tright { text-align: right !important}
.tleft { text-align: left !important}

.fright { float: right !important}
.fleft { float: left !important}
.nomargin { margin: 0 !important}

.anc {
	float: left;
	width: auto;
	height: 0;
	position: relative;
	top: -100px;
}
.center { text-align: center !important;}

.pc, .spc, .sspc, .lpc {	display: block !important;}
.sp, .ssp, .sssp, .lsp {	display: none !important;}


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

body {
	font-family: "UD新ゴNT M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	background: #fff;
	color: #3E3A39;
	-webkit-font-smoothing:antialiased;
	-oz-osx-font-smoothing:grayscale;
	letter-spacing: -1px;
}

.ofh {
	display: block;
	max-width: 100%;
	overflow: hidden !important;
	position: relative;
}
footer {
	display: block;
	text-align: center;
	padding: 100px 0 30px;
}

/* -------------------------------------
Header
------------------------------------- */

header {
    display: block;
}


/* -------------------------------------
Main visual
------------------------------------- */

#main-visual {
	display: block;
	width: 100%;
    height: auto;
	text-align: center;
	overflow: hidden !important;
	position: relative;
	z-index: 1;
    box-sizing: border-box;
}
#main-visual h1 {
	display: block;
	width: 50%;
	max-width: 420px;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 3;
	left: 0;
	right: 0;
}
#main-visual h1 img {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}


/* -------------------------------------
Map navi
------------------------------------- */
#sec-map {
	display: block;
	position: relative;
}
#sec-map .page {
	padding-bottom: 80px;
}
.mmap {
	display: block;
	margin: 100px auto 60px;
}
#sec-map ul {
	display: block;
	position: relative;
	max-width: 880px;
	margin: auto;
}
#sec-map ul li {
	display: block;
	float: left;
	width: 25%;
	max-width: 220px;
	box-sizing: border-box;
	padding: 0 1%;
	margin-bottom: 20px;
}
#sec-map p.ntic {
	padding: 10px 0 0;
}


/* -------------------------------------
Contents
------------------------------------- */

#contents {
	display: block;
	position: relative;
}
.blk-l {
	float: left;
	width: 50%;
	text-align: left;
}
.blk-r {
	float: right;
	width: 50%;
}
.ld {
	display: block;
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
}
.ld .page {
	border-top:  solid 3px #ccc;
	border-bottom: solid 3px #ccc;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.ld h2 {
	display: block;
	position: relative;
	font-size: 50px;
	text-align: left;
	border-left: solid 10px #217fc4;
	padding: 3px 0 3px 15px;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 40px;
}
.ld h2 span {
	display: block;
	font-size: 43%;
	line-height: 1.2em;
}
.ldmap {
	display: block;
	position: relative;
	border: solid 1px #ccc;
	margin-bottom: 40px;
}
ul.prc {
	display: block;
	position: relative;
	max-width: 550px;
	margin: 0 auto 40px;
	text-align: left;
}
ul.prc li {
	display: block;
	position: relative;
	margin-bottom: 25px;
	font-weight: bold;
}
ul.prc li b {
	display:inline-block;
	position: relative;
	font-size: 20px;
	line-height: 1;
	padding: 10px 15px;
	background: #217fc4;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-right: 15px;
	vertical-align: top;
}
ul.prc li span {
	display:inline-block;
	position: relative;
	font-size: 40px;
	line-height: 1;
}
ul.prc li small {
	display:inline-block;
	font-size: 70%;
}
ul.prc li u {
	display:block;
	font-size: 16px;
	text-align: right;
	text-decoration: none;
}

ul.mkr {
	display: block;
	position: relative;
	max-width: 850px;
	margin: 0 auto 40px;
	text-align: center;
}
ul.mkr li {
	display:inline-block;
	position: relative;
	width: 24.5%;
}
.ld h3 {
	display: block;
	position: relative;
	font-size: 30px;
	text-align: center;
	padding: 3px 5px;
	line-height: 1.1em;
	margin-bottom: 40px;
	background: #d5d5d5;
}
p.desc {
	display: block;
	line-height: 1.6em;
	font-size: 18px;
	text-align: left;
	padding-bottom: 30px;
	border-bottom: solid 1px #000000;
	margin-bottom: 30px;
}
p.ntic {
	display: block;
	line-height: 1.6em;
	font-size: 16px;
	text-align: left;
	padding-bottom: 30px;
}


#sec02.ld h2 {
	border-color: #e57081;
}
#sec02 ul.prc li b {
    background: #e57081;
}

#sec03.ld h2 {
	border-color: #00a99d;
}
#sec03 ul.prc li b {
    background: #00a99d;
}
#sec04.ld h2 {
	border-color: #96742a;
}
#sec04 ul.prc {
    max-width: 650px;
}
#sec04 ul.prc li b {
    background: #96742a;
}
#sec04 ul.prc li {
	float: left;
    display: inline-block;
	width: 50%;
}
#sec05.ld h2 {
	border-color: #84332e;
}
#sec05 ul.prc li b {
    background: #84332e;
}
#sec06.ld h2 {
	border-color: #6faee3;
}
#sec06 ul.prc li b {
    background: #6faee3;
}
#sec07.ld h2 {
	border-color: #7cab5b;
}
#sec07 ul.prc li b {
    background: #7cab5b;
}
#sec08.ld h2 {
	border-color: #e48407;
}
#sec08 ul.prc li b {
    background: #e48407;
}


footer a.inq {
	display: block;
	width: 80%;
	max-width: 500px;
	margin: 0 auto 50px;
}
footer a.com {
	display: block;
	width: 85%;
	max-width: 700px;
	margin: 0 auto 100px;
}






@media screen and (max-width: 1340px) {

}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1100px) {
	
}

@media screen and (max-width: 975px) {
    
    .pc {	display: none !important;}
    .sp {	display: block !important;}

}

@media screen and (max-width:861px) { 
	
}

@media screen and (max-width:768px) {
    
    .ssp {	display: block !important;}
    .spc {	display: none !important;}
    
    .blk-l,
    .blk-r {
        width: 100%;
    }
	
	#main-visual img.main {
		width: 150%;
		position: relative;
		left: -15%;
	}
	#main-visual h1 {
		width: 35%;
	}
	#sec-map ul {
		text-align: center;
	}
	#sec-map ul li {
		float: none;
		display: inline-block;
		width: 32%;
		margin-bottom: 10px;
	}
	#sec-map .page {
		padding-bottom: 0;
	}
	.ld {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.ld .page {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.ld h2 {
		font-size: 25px;
	}
	.ld h2 span {
		font-size: 13px;
	}
	ul.prc li b {
		font-size: 15px;
		padding: 8px 10px;
		margin-right: 7px;
	}
	ul.prc li span {
		font-size: 22px;
	}
	ul.prc li u {
		font-size: 14px;
	}
	.ld h3 {
		font-size: 20px;
		padding: 8px 5px;
	}
	#sec04 ul.prc li {
		float: none;
		display: block;
		width: 100%;
	}
	p.desc {
		font-size: 16px;
	}
	p.ntic {
		font-size: 15px;
	}
	ul.mkr li {
		width: 32%;
	}
	footer {
		padding: 40px 0 30px;
	}


}
@media (max-width:640px) {

	
	
}

@media (max-width:480px) {

    .sspc {	display: none !important;}
    .sssp {	display: block !important;}

}

