/* CSS Document */
body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #1e283c;
	overflow-x: hidden;
	overflow-y: scroll;
}
body a,
a:hover,
a:active,
a {
	color: #212121;
}
a:link, .btn, a.nav-link {
	cursor: pointer;
}

small, .small {
	font-weight: inherit;
}
.btn:hover, a:hover img {
    filter: alpha(opacity=65); /*IE*/
    -moz-opacity: 0.65; /*FF*/
    opacity: 0.85;
    transition: .6s;
}
.btn:hover, a:hover img {
	top: 1px;
	left: 1px;
	position: relative;
}
.fab.fa-facebook {
	color: #4267B2;
}
.fab.fa-instagram {
	color: #C13584;
}
.fab.fa-twitter {
	color: #1DA1F2;
}
.fab.fa-youtube {
	color: #FF0000;
}
.fas.fa-map-marker-alt {
/*	color: #DB4437;*/
	padding: 0 0.25rem;
}
body.page .grecaptcha-badge {
	visibility: hidden;
}
/*

.grecaptcha-badge {
    bottom: 70px !important;
}
*/

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
body img {
    max-width: 100%;
    height: auto;
    width /***/: auto;
}
.font-gothic {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.font-min {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/* IE6 */
* html .clearfix {
    zoom: 1;
}
/* IE7 */
*:first-child + html .clearfix {
    zoom: 1;
}
.lh_n {
    line-height: normal;
}
input[type="text"], input[type="password"], textarea {
    background-color: #fff;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    background-color: #FFFFE8 !important;
    color: #000;
}
.form-control {
	align-self: center;
}
.form-control::placeholder {
	color: rgba(33,33,33,0.40);
}
.form-control:focus::placeholder {
	color: rgba(33,33,33,0.05);
}
.form-control:disabled, .form-control[readonly] {
	color: rgba(33,33,33,0.33);
}
.form-check-inline {
	margin-right: 1.5rem;
}
.indent-1em {
    text-indent: 1em;
}
.mb-1em {
    margin-bottom: 1em !important;
}
.nowrap {
    white-space: nowrap !important;
}
.maw-300 {
	max-width: 300px;
}
.maw-400 {
	max-width: 400px;
}
.maw-500 {
	max-width: 500px;
}
.maw-650 {
	max-width: 650px;
}
.maw-600 {
	max-width: 600px;
}
.maw-750 {
	max-width: 750px;
}
.maw-800 {
	max-width: 800px;
}
.maw-850 {
	max-width: 850px;
}
.maw-900 {
	max-width: 900px;
}
.maw-950 {
	max-width: 950px;
}
.maw-1000 {
	max-width: 1000px;
}
.minh-250 {
	min-height: 250px;
}
.minh-500 {
	min-height: 500px;
}
.minh-1000 {
	min-height: 1000px;
}
.zdx-0 {
	z-index: 0 !important;
}
.zdx-1 {
	z-index: 1 !important;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
footer a:link,
main a:link {
    text-decoration: underline;
}
main .list-meibo a {
	display: block;
    text-decoration: none;
	height: 100%;
}
main .list-meibo a:hover {
	background-color: #eee;
	transition: .3s;
}
/*
.btn {
	line-height: 1.1;
}
*/
a:link.btn {
	text-decoration: none;
}
.color-lGreen {
    color: #B8E8DC !important;
}
.color-yellow {
    color: #FFCE4A !important;
}
.color-aq {
    color: #4CBBED !important;
}
.color-red {
	color: #ff0000 !important;
}
.color-gray {
    color: #656565 !important;
}
#mfp_overlay,
.bg-lGray,
.bg-white,
.color-black {
    color: #1e283c !important;
}
.color-white {
    color: #fff !important;
}
.color-mint {
    color: #7fcbb9 !important;
}
.border-lGreen {
    border-color: #B8E8DC !important;
}
.border-yellow {
    border-color: #FFCE4A !important;
}
.border-blue {
    border-color: #187199 !important;
}
.border-red {
    border-color: #ff0000 !important;
}
.border-pink {
    border-color: #FF6496 !important;
}
.border-gray {
    border-color: #a4a4a4 !important;
}
.border-black {
    border-color: #212121 !important;
}
.border-white {
    border-color: #fff !important;
}
.border-aq {
    border-color: #4CBBED !important;
}
.border-mint {
    border-color: #7fcbb9 !important;
}
.bg-lGray {
    background-color: #F2F2F2;
}
.bg-black {
    background-color: #212121;
}
.bg-gray {
    background-color: #E4E4E4;
}
.bg-aq {
    background-color: #4CBBED;
}
.bg-red {
    background-color: #ff0000;
}
.bg-blue {
    background-color: #187199;
}
.bg-lGreen {
    background-color: #B8E8DC;
}
.bg-mint {
    background-color: #7fcbb9;
}
.bg-yellow {
    background-color: #FFCE4A;
}
.ftz-14r {
    font-size: 1.4rem;
}
.ftz-13r {
    font-size: 1.3rem;
}
.ftz-12r {
    font-size: 1.2rem;
}
.ftz-11r {
    font-size: 1.1rem;
}
.ftz-10r {
    font-size: 1.0rem;
}
.ftz-09r {
    font-size: 0.9rem;
}
.ftz-08r {
    font-size: 0.8rem;
}
.vertical-mid {
	vertical-align: middle !important;
}
.vertical-sub {
	vertical-align: sub !important;
}
/* list-style */
.entry-body ul,
.entry-body ol,
.list-num, .list-num2, .list-circle, .list-disc {
    list-style-position: outside !important;
    padding-left: 1.5em;
}
.list-mark, .list-star, .list-square, .list-arrow {
    list-style-position: outside !important;
/*    padding-left: 1em;*/
	list-style: none;
	text-align: left;
}
.list-num > li, .list-num2 > li, .list-circle > li, .list-disc > li, .list-mark > li, .list-star > li, .list-square > li, .list-arrow > li {
	line-height: 1.65;
    margin-bottom: 0.35em;
}
.list-arrow > li, .list-square > li, .list-star > li, .list-mark > li {
	position: relative;
	padding-left: 1.2em;
}
.list-arrow > li::before, .list-square > li::before, .list-star > li::before, .list-mark > li::before {
	position: absolute;
	left: 0;
}
.list-mark > li::before {
    content: "\203B\a0";
}
.list-star > li::before {
    content: "\2605\a0";
}
.list-arrow > li::before {
    content: "\f0da";
    font-family:"Font Awesome 5 Free";
	font-weight: bold;
}
.list-square > li::before {
    content: "\25A0\a0";
    font-size: 0.5em;
    top: -0.25em;
    position: relative;
    padding-right: 0.25em;
}
.list-circle > li {
    list-style-type: circle !important;
}
.entry-body ul > li,
.list-disc > li {
    list-style-type: disc !important;
}
.entry-body ol > li,
.list-num > li {
    list-style-type: decimal !important;
}
.list-num2 > li {
    list-style-type: lower-roman !important;
}
/*

.list-arrow {
	text-align: left;
	margin-bottom: 0;
	padding-left: 1rem;
	font-size: 0.9rem;
}
*/
/*
その他
*/
ul.row {
	margin-bottom: 0;
	list-style: none;
}
.no-shadow {
	box-shadow: 0 0 0 transparent !important;
}
/* lazyload */
.fadeIn {
  opacity: 0;
  transition: 1.2s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.lazyload,
.lazyloading
{
  opacity: 0;
  visibility: hidden;
}
.lazyloaded{
  opacity: 1;
  visibility: visible;
  transition: 3s ease;
}

/*===== ▼GoogleMap Responsive =====*/
.ggmap {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px none;
}

/* ページTOPに戻る */
#pagetop a i {
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}
#pagetop {
	display: block;
	position: fixed;
	z-index: 888;
	bottom: 1rem;
	right: 1rem;
	padding: 0;
	text-decoration: none;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: rgba(0,0,0,0.75);
/*	border: 1px solid rgba(255,255,255,0.2);*/
	border-radius: 50%;
	transition: 1s;
	-webkit-transition: 1s;
	cursor: pointer;
}
#pagetop:hover {
	background-color: rgba(0,0,0,1);
/*    border: 1px solid rgba(255,255,255,1);*/
}
/* 吹き出し */
.balloon{
	position: relative;
}
.balloon:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -14px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 15px 0.6rem 0 0.6rem;
}