@charset "utf-8";
/* -------------------------------- 
Common
-------------------------------- */
html {
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #000;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
}
body, html {
	/* important */
	height: 100%;
	background-color: #FFF;
}
article {max-width: 1250px;margin: 0 auto;}
section {}
.mintyou {font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}
/*======== cols ==============================*/
.row-0{margin: 0;padding: 0;}
.col-l0{margin-left: 0;padding-left: 0;}

/*---------------------------------
----- title
-----------------------------------*/
h1,h2,h3,h4,h5,h6{font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;font-weight: normal;}
h1 {
	font-size: 31px;
	margin: 0.3rem 0;
	padding: 0.5rem 1rem;
	font-weight: bold;
}
h1 span {
	font-size: 18px;
	margin-left: 0.5rem;
}
h1 span {background: url(../img/h1-bg1.png) no-repeat center ;padding: 15px 0 40px 0;}
h1.title18 {font-size: 18px;}
h1.title22 {font-size: 22px;}
h1.title-h1 {}
h2 {
	font-size: 31px;
	margin: 0.5rem 0;
	padding: 2rem 0 0rem 4.5rem;
	background: no-repeat left center url("../img/title-bg.png");
	background-size:  contain;
	font-weight: bold;color:#2DB200;
}
h2 span {
	font-size: 18px;
	padding-left:1rem;
}

h3 {
	font-size: 18px;
	padding: 0.3rem;margin: 0.5rem;
	font-weight: bold;
}
/*---------------------------------
----- text
-----------------------------------*/
p {
	line-height: 1.6em;
	margin-right: auto;
	margin-left: auto;
	padding: 0.4em 1em;
	font-weight: normal;
	font-size: 1.1rem;
}
/*---------------------------------
----- a
-----------------------------------*/
a,
a:link {text-decoration: none;color: #028DD2;}
a:active,
a:hover {text-decoration: underline;}
a:visited {color: #0281BD;}
a.transition {
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}
/*---------------------------------
----- image
-----------------------------------*/
img {display: block;max-width: 100%;height: auto;}
a img {transition: 0.3s;}
a:hover img {opacity: 0.8;}
img.resizeimage { width: 100%; }
.img-circular {border-radius:50%;}
.img-c {
	margin-right: auto;
	margin-left: auto;
}
.img-c1 {
	margin-right: auto;
	margin-left: auto;
	margin: 15px;
}
/*---------------------------------
----- test deco
-----------------------------------*/
.textB {font-weight: bold;}
.textC {text-align: center;}
.textR {text-align: right;}
.text85 {font-size: 85%;}
.text90 {font-size: 90%;}
.text95 {font-size: 95%;}
.text110 {font-size: 110%;}
.text120 {font-size: 120%;}
.text130 {font-size: 130%;}
.text140 {font-size: 140%;}
.text150 {font-size: 150%;}
.text300 {font-size: 300%;}
.textL {text-align: left;}
.text10 {font-size: 10px;}
.text12 {font-size: 12px;}
.text13 {font-size: 13px;}
.text18 {font-size: 18px;}
.text22 {font-size: 22px;}
.text24 {font-size: 24px;}
.text26 {font-size: 26px;}
.text30 {font-size: 30px;}
.text-blue {color: #0085B2;}
.text-red {color: #FF0000;}

/*---------------------------------
----- list
-----------------------------------*/
ul,ol {
	margin: 0.5em 1em 0.5em 2em;
	font-size: 1.1rem;
	line-height: 1.5rem;
}
ol  {
	position: relative;
	margin: 0 0.5rem;
	padding: 0;
	font-weight: bold;
}
ol li  {
  list-style: none;
  list-style-position: outside;
  margin: 0 0 1rem 0;
  padding-left: 1.5em;
}
ol li span {
  position: absolute;
  left: 0;
  margin: 0
}
ol ul {
	margin: 1rem 0 1rem 0.5rem;
	padding: 0;font-weight: normal;
}
ol ul li {
	list-style: square;
	padding: 0;
	margin-bottom: 0.5rem;
}
/*---------------------------------
----- table
-----------------------------------*/
table {
	border-collapse: collapse;
	width: 90%;
	margin: 1.5em auto;
}
table tr:nth-child(odd){
	background-color: #F1F1F1;
}
table th {
	padding: 10px;
	white-space: nowrap;
	border-bottom: 1px solid #CCC;
}
table td {
	padding: 10px;
	line-height: 1.3em;
	border-bottom: 1px solid #CCC;
}
table td.nowrap {
	white-space: nowrap;
}
/*---------------------------------
----- other
-----------------------------------*/

.mg-t0 {margin-top: 0;}
.mg-t5 {margin-top: 5px;}
.mg-t15 {margin-top: 15px;}
.mg-t25 {margin-top: 25px;}
.mg-t30 {margin-top: 30px;}
.mg-t50 {margin-top: 50px;}
.mg-b0 {margin-bottom: 0;}
.mg-b5 {margin-bottom: 5px;}
.mg-b15 {margin-bottom: 15px;}
.mg-b25 {margin-bottom: 25px;}
.mg-b30 {margin-bottom: 30px;}
.mg-b50 {margin-bottom: 50px;}
.mg-tb0 {margin-bottom: 0;margin-top: 0;}
.mg-tb5 {margin-bottom: 5px;margin-top: 5px;}
.mg-tb10 {margin-bottom: 10px;margin-top: 10px;}
.mg-tb15 {margin-bottom: 15px;margin-top: 15px;}
.mg-tb25 {margin-bottom: 25px;margin-top: 25px;}
.mg-tb30 {margin-bottom: 30px;margin-top: 30px;}
.mg-tb50 {margin-bottom: 50px;margin-top: 50px;}
.mg-l5 {margin-left: 5px;}
.mg-l15 {margin-left: 15px;}
.mg-l25 {margin-left: 25px;}
.mg-l30 {margin-left: 30px;}
.mg-l50 {margin-left: 50px;}
.mg-r5 {margin-right: 5px;}
.mg-r15 {margin-right: 15px;}
.mg-r25 {margin-right: 25px;}
.mg-r30 {margin-right: 30px;}
.mg-r50 {margin-right: 50px;}
.mg-lr5 {margin-left: 5px;margin-right: 5px;}
.mg-lr15 {margin-left: 15px;margin-right: 15px;}
.mg-lr25 {margin-left: 25px;margin-right: 25px;}
.mg-lr30 {margin-left: 30px;margin-right: 30px;}
.mg-lr50 {margin-left: 50px;margin-right: 50px;}
.mg-0 {margin: 0px;}
.mg-5 {margin: 5px;}
.mg-10 {margin: 10px;}
.mg-15 {margin: 15px;}
.mg-25 {margin: 25px;}
.mg-30 {margin: 30px;}
.mg-50 {margin: 50px;}

.pd-t0 {padding-top: 0;}
.pd-t5 {padding-top: 5px;}
.pd-t15 {padding-top: 15px;}
.pd-t25 {padding-top: 25px;}
.pd-t30 {padding-top: 30px;}
.pd-t50 {padding-top: 50px;}
.pd-b0 {padding-bottom: 0;}
.pd-b5 {padding-bottom: 5px;}
.pd-b15 {padding-bottom: 15px;}
.pd-b25 {padding-bottom: 25px;}
.pd-b30 {padding-bottom: 30px;}
.pd-b50 {padding-bottom: 50px;}
.pd-tb0 {padding-bottom: 0;margin-top: 0;}
.pd-tb5 {padding-bottom: 5px;margin-top: 5px;}
.pd-tb15 {padding-bottom: 15px;margin-top: 15px;}
.pd-tb25 {padding-bottom: 25px;margin-top: 25px;}
.pd-tb30 {padding-bottom: 30px;margin-top: 30px;}
.pd-tb50 {padding-bottom: 50px;margin-top: 50px;}
.pd-l5 {padding-left: 5px;}
.pd-l15 {padding-left: 15px;}
.pd-l25 {padding-left: 25px;}
.pd-l30 {padding-left: 30px;}
.pd-l50 {padding-left: 50px;}
.pd-r5 {padding-right: 5px;}
.pd-r15 {padding-right: 15px;}
.pd-r25 {padding-right: 25px;}
.pd-r30 {padding-right: 30px;}
.pd-r50 {padding-right: 50px;}
.pd-lr5 {padding-left: 5px;margin-right: 5px;}
.pd-lr15 {padding-left: 15px;margin-right: 15px;}
.pd-lr25 {padding-left: 25px;margin-right: 25px;}
.pd-lr30 {padding-left: 30px;margin-right: 30px;}
.pd-lr50 {padding-left: 50px;margin-right: 50px;}
.pd-0 {padding: 0px;}
.pd-1 {padding: 1px;}
.pd-5 {padding: 5px;}
.pd-10 {padding: 10px;}
.pd-15 {padding: 15px;}
.pd-25 {padding: 25px;}
.pd-30 {padding: 30px;}
.pd-50 {padding: 50px;}

.y-0 {margin: 0px;padding: 0px;}
.y-5 {margin: 5px;padding: 5px;}
.y-15 {margin: 15px;padding: 15px;}
.y-25 {margin: 25px;padding: 25px;}
.y-30 {margin: 30px;padding: 30px;}
.y-50 {margin: 50px;padding: 50px;}

/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{margin-left:0px;margin-right:0px;}

/*bootstrap 高さ揃える*/
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.mobile_br {
    display: none;
}
@media screen and (max-width: 768px) {
    .mobile_br {
        display: inline;
    }
}
/*--- Googlemap Responsive ---*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;margin: 15px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video {padding: 0;margin: 0;}

#return-top {
    background-color: #999999;
    /*border-radius: 50%;*/
    bottom: 10px;right: 10px;
    color: #fff;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    outline: 0;
    position: fixed;
    text-align: center;
    width: 50px;
	z-index: 99999;
}
/*@media screen and (max-width: 599px) {
#return-top {
    background-color: #999999;
    bottom: 75px;right: 10px;
    color: #fff;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    outline: 0;
    position: fixed;
    text-align: center;
    width: 50px;
	z-index: 99999;
}
}*/