body {
	font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
	line-height:1.42857143;
	color:#333;
	background-color:#fff;
	margin:0;
	padding:0;
	overflow-x:hidden;
	-webkit-font-smoothing:antialiased
}
main{
	padding: 0 5px;
}
ul {
	margin:0;
	padding:0;
	list-style:none
}
h1 {
	font-size:60px
}
h2 {
	color:#F90;
	font-weight:300;
	margin-bottom:30px
}
h3, h4, h5 {
	color:#333c4d;
	font-weight:400;
	margin-bottom:20px
}
p {
	font-family: "Kosugi Maru", sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:23px;
	/*color:#828282;*/
	padding-bottom:15px
}
@font-face {
font-family:FontAwesome;
src:local('FontAwesome')
}
ul li {
	font-family: "Kosugi Maru", sans-serif;
	font-size:15px;
	line-height:27px;
	list-style-type:none;
	/*color:#828282*/
}
a {
	color:#828282
}
a:hover {
	color:#0785f2
}
a h4:hover {
	text-decoration:underline
}
img {
	max-width:100%;
	height:auto
}
.branding img#logo {
	max-width:initial;
	margin-left:-25px
}
@media (max-width:768px) {
.branding img#logo {
	margin-left:5px
}
	
h3 strong{
		display: block;
	}
}

/*wp読み込み部分のcss　-------------------------------------------------------------*/

/*お知らせ*/
.news-list{
  list-style: none outside;
  margin: 0 20px;
  padding: 10px; 
overflow:auto;
overflow-y:scroll;
	height: 300px;
}

.news-list dt{
	border-top: 1px solid #CCC;
	margin-top: 5px;
	padding: 10px 0;
}
.news-list .item{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  padding: 10px auto 5px 0;
}

.news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
	color: #999;
  /*padding: 0 20px 0 0;*/
}
.news-list .item .title{
  margin: 0 20px 0 10px;
	white-space: nowrap;
	min-width: 150px;
	text-align: left;
}

@media (max-width:480px) {

.news-list .item{
	display: block;
}

.news-list .item .title{
	margin: 5px 0;
	font-size: 1.8rem;
	display: block;
}

.news-list{
	margin: 0 10px;
	padding: 10px;
	height: 150px;
	}

.nowr{
		white-space: nowrap
	}
}



/*newマーク*/
em.newicon{
	background: #085;
	color: #fff;
	font-size: 10px;
	padding: 3px 5px;
	margin: 2px;
	border-radius: 2px;
	font-style: normal;
}
/*　/お知らせ -------------------------------------------------------------------------*/

.hannaclinfo em{
	display: none;/*日付*/
}
.hannaclinfo p{
	margin: 0;
	padding: 0;
}
.hannaclinfo h4{
	font-style: normal;
	margin-top: 30px;
	margin-bottom: 5px;
	display: block;
	border-left: 6px solid #999;
	padding-left: 6px;
	color: #666;
}
.wp-post h2 {
  position: relative;
  padding: 2rem 1rem;
  border-bottom: 6px solid #094;
	color: #085;
	margin: 25px auto 10px auto;
}

.wp-post h2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}	

.wp-post p{
	margin-bottom: 20px;
}
/* 吹き出し本体 */
.wp-post h3{
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 3px solid rgba(0,136,85,0.5);
}

/* beforeで枠線の三角を表現 */
.wp-post h3::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgba(0,136,85,0.5);
  border-left: 15px solid transparent;
}

/* beforeで本体の三角を表現 */
.wp-post h3::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -12px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
}

.wp-post table{
	margin-bottom: 5px;
}
.wp-post table.biz-hou th,
.wp-post table.biz-hou td{
	white-space: nowrap;
	text-align: center;
}



@media only screen and (min-width: 768px) {
  /* ここにパソコン向けのCSSを記述 */ 
	.wp-post table.biz-hour{
			width: 100%;
			display:table;
}
}

/*20240803 修正*/
.wp-post table.biz-hour .amtime td{
		color: #f93;
	}
.wp-post table.biz-hour .pmtime td{
		color: #66f;
	}
.wp-post table.biz-hour th{
		background: initial!important;/*引き継がない*/
	}
.wp-post table.biz-hour,
.wp-post table.biz-hour th,
.wp-post table.biz-hour td{
		border: 1px solid #ccc!important;
	}
.wp-post table.biz-hour tr:nth-child(1) th{
		background: #f5f5f5!important;
	}
.wp-post table.biz-hour .time{
		text-align: center;
}




.clear {
	clear:both
}
.container {
	/*padding-right:15px;
	padding-left:15px;*/
	margin-right:auto;
	margin-left:auto
}
.caption {
	text-align:center;
	margin-bottom:70px
}
.btn-cta-primary {
	color:#fff!important;
	padding:15px 30px!important;
	border-radius:0;
	font-size:12px;
	letter-spacing:2px;
transition:all .2s ease-in-out;
	position:relative;
	margin-top:25px;
	text-transform:uppercase;
	font-weight:500
}
.btn-cta-blue {
	background-color:#0785f2
}
.btn-cta-blue:hover {
	background-color:#fff;
	color:#0785f2!important
}
a.more {
transition:all .2s ease-in-out;
	font-size:14px!important;
	margin-top:10px;
	font-weight:400
}
a.more:hover * {
	color:#0785f2;
	padding-left:10px
}
a.more i.fa {
	font-size:15px!important;
	font-weight:700;
	border:none;
	cursor:pointer;
	margin-right:5px;
transition:all .2s ease-in-out
}
a.more i.fa:hover {
	color:#009be3
}
#top-nav {
transition:all .2s linear 0s
}
.navbar-fixed-top {
	background-color:transparent;
	border:none
}
.navbar-fixed-top li a {
	color:#fff;
	font-size:14px;
	font-weight:400;
transition:color .3s, border .3s
}
.navbar-fixed-top .navbar-nav .activenav a {
	color:#fff;
	border-bottom:1px solid #fff
}
.navbar-nav>li>a {
	border-bottom:1px solid transparent;
transition:color .3s, border .3s
}
.navbar-fixed-top .navbar-nav>li>a:hover {
	border-bottom:1px solid #fff
}
.fixed-header {
	background:rgba(255,255,255,0.8)!important;
	box-shadow:0 6px 4px -4px rgba(0, 0, 0, .1)
}
.fixed-header .navbar-nav>li>a {
	color:#828282;
	opacity:1
}
.fixed-header .navbar-nav .activenav a {
	color:#222!important;
	border-bottom:1px solid #0785f2
}
.fixed-header .navbar-nav .activenav a:hover {
	border-bottom:1px solid #0785f2
}
.fixed-header .navbar-nav>li>a:hover {
	border-bottom:1px solid #111
}
#top-nav.navbar-scroll-changed {
	background:0 0;
	margin:0 auto;
	border:0;
	padding-top:15px;
	padding-bottom:15px
}
.hero-overlay {
	background:rgba(0, 0, 0, .4);
	height:700px;
	top:0;
	left:0;
	bottom:0;
	right:0
}
.hero-image {
	margin-bottom:70px
}
.hero-image #home {
	background:url(../images/home-hero-2.jpg) center no-repeat;
	position:relative;
	width:100%;
	background-size:cover;
	overflow:hidden
}
.main-message {
	position:absolute;
	text-align:center;
	top:30%;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	width:100%
}
/*アンカーずれ*/
hr{
padding-top: 20px;
  margin-top:-20px;
	height: 0;
	border: none;
}
.main-message h1 {
	font-family: "Kosugi Maru", sans-serif;
	font-weight:400;
	font-size:60px;
	color:#fff
}
.title {
	text-align:center;
	/*margin-bottom:70px*/
}
.title p {
	font-size:14px;
	/*color:#9d9d9d*/
}
.title h2 {
	margin-bottom:15px!important;
}
p.description {
	font-size:14px;
	font-weight:400;
	text-align:left!important;
	padding-bottom:5px;
	margin:0 auto
}
p.description-image {
	color:#FF0;
	font-size:17px;
	font-weight:400;
	letter-spacing:.4px;
	padding:15px 230px;
	line-height:25px
}
.zig-zag {
	margin-bottom:100px
}
.zig-zag h2 {/*margin-top:70px*/
}
.zig-zag-right h2, .zig-zag-right p {
	text-align:right
}
#features {
	margin-bottom:70px;
	padding-top:50px;
	background-color:#f6f8fa
}
#features i.fa {
	font-size:50px;
	color:#0785f2;
	position:relative;
	text-align:center;
	margin-bottom:10px
}
#features h3 {
	color:#222
}
#features .caption p {
	padding-left:10px;
	padding-right:10px
}
#testimonials .carousel-indicators li {
	background-color:#000;
	background-color:rgba(70, 70, 70, .25)
}
#testimonials .carousel-indicators .active {
	background-color:transparent;
	border:2px solid #0785f2
}
.carousel-inner .item {
	min-height:320px
}
#testimonials .carousel-inner blockquote {
	font-size:30px;
	line-height:40px;
	margin:0;
	font-weight:300;
	color:#111
}
.carousel-indicators {
	top:110%
}
a.company img {
	margin:0 auto 30px;
	width:auto
}
span.author {
	font-size:13px;
	color:#828282!important;
	font-weight:500
}
span.author img {
	display:block;
	height:54px;
	margin:30px auto 10px;
	width:auto
}
#services a img {
transition:all .2s ease-in-out;
	border:2px solid #fff
}
#services a img:hover {
	border:2px solid #0785f2
}
#plan {
	padding-bottom:70px
}
.price-table {
	padding-top:40px;
	padding-bottom:30px;
	text-align:center;
	background-color:#fff;
	border:1px solid #d6d6d6;
transition:all .2s ease-in-out;
	cursor:pointer;
	margin-left:0
}
.price-table i.fa {
	color:#d6d6d6;
	font-size:40px
}
.price-table h6 {
	letter-spacing:2px;
	text-transform:uppercase;
	color:#828282;
	font-weight:400
}
span.price {
	font-size:70px;
	font-weight:300;
	color:#333c4d
}
span.dollar {
	vertical-align:top;
	font-size:17px!important;
	display:inline-block;
	margin-top:15px;
	color:#222
}
.price-table ul.features {
	margin-top:10px
}
.price-table ul.features li {
	font-size:14px;
	line-height:37px
}
.price-table:hover {
	background-color:#0785f2;
	margin-top:-20px;
	z-index:10;
	border:none
}
.price-table:hover * {
	color:#fff!important
}
#contact h2 {
	color:#FF0;
}
@media (max-width:1024px) {
.hero-overlay {
height:250px
}
}
@media (min-width:1024px) {
.hero-overlay {
/*height:750px*/
height:250px
}
}
@media (max-width:768px) {
.hero-overlay {
height:150px;
margin-top: 50px;
}
.navbar-fixed-top {
background:rgba(255,255,255,0.8)!important;
box-shadow:0 6px 4px -4px rgba(0, 0, 0, .1)
}
.navbar-default .navbar-nav>li>a {
color:#828282;
opacity:1;
line-height:20px!important;
margin-left:0!important
}
.navbar-fixed-top .navbar-toggle .icon-bar {
background-color:#757d8a!important
}
.navbar-fixed-top .navbar-nav .activenav a {
color:#222;
border-bottom:1px solid #0785f2
}
}
@media (max-width:990px) {
p.description-image {
padding:0!important
}
}
@media (max-width:990px) {
.zig-zag {
text-align:center;
margin-bottom:40px
}
.zig-zag-right * {
text-align:center!important;
margin-bottom:20px
}
.carousel-indicators {
position:relative;
clear:both;
margin-bottom:30px;
left:50%
}
}
@media (max-width:450px) {
.social {
float:left!important;
margin-bottom:20px;
margin-top:-15px
}
.zig-zag h2 {
margin-top:30px
}
}
@media (max-width:650px) {
.footer-section {
text-align:center!important
}
p.copyright {
float:none!important;
margin-left:0!important
}
.social {
float:none!important
}
.marketing-action h1 {
font-size:35px;
font-weight:400
}
}
@media (max-width:768px) {
.price-table {
margin:30px!important
}
}
@media (max-width:600px) {
.main-message h1 {
font-size:40px!important
}
}

#footer {
	margin-bottom:0;
	background-color:#222;
	padding-top:50px
}
.footer-section {
	margin-bottom:30px
}
img.logo-footer {
	margin-top:-15px
}
p.copyright {
	float:left;
	margin-left:-30px
}
.social {
	float:right;
	margin-right:-15px
}
.social a {
	padding-right:15px;
	font-size:19px
}

.map-wrap {
  max-width: 50%; /* ここに横幅を指定 */
}
 
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*テーブル*/
.biz-hour {
  display: block;
  border-collapse: collapse;
  /* overflow-x: scroll;で、
  スマホ画面幅に表が入りきらない場合は
  横スクロールしてくれます */
  overflow-x: scroll;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.biz-hour th, .biz-hour td {
  padding: 10px;
  text-align: center;
  /* 枠線。色を変えたい時は#ff6680というところをお好みで */
  border: 1px solid #90ee90 ;
}

/* 最上段の表の見出し。background-colorを書き換えれば背景色が変わります。 */
.biz-hour th {
  background-color:#e0ffff  ;
  font-weight: normal;
}

/* 「土」の文字色 */
.biz-hour th.sat {
  color: #3db2da;
}

/* 「日」の文字色 */
.biz-hour th.sun {
  color: #e66a6a;
}

img#logo{
		width: auto;
		height: 60px;
	}
a img#logo{
	display: block;
}

h2 {
  padding: 2rem 3rem;
  color: #fff;
  /*border-radius: 100vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#9be15d), to(#00e3ae));
  background-image: -webkit-linear-gradient(right, #9be15d 0%, #00e3ae 100%);
  background-image: linear-gradient(to left, #9be15d 0%, #00e3ae 100%);*/
}
#contact h2{
	color: #fff!important;	
	}
.flexlayout{
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;  
}
@media (max-width:480px) {
.flexlayout {
       flex-wrap: wrap;
   }

.flexlayout div{
       width: 100%;
   }
}


.flexlayout div{
	padding: 10px;
	}
.flexlayout ul{
	font-weight: bold;
	font-family: "Kosugi Maru", sans-serif;
font-size: 2rem!important;
		text-align: left;
	}
ul#name{
	border: 1px solid #ccc;
	padding: 20px;
	}
/*アクセス部分 ---------------------------------------------------------*/
@media (max-width:480px) {
	.access strong{display: block}
}


.access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	line-height:2.5em;
	margin-bottom: 25px;
	margin-top: 25px;
}
.access a{
	text-decoration:none;
}
	.access ol{
		list-style: none;
	}
.access-description {
    /*background: url(../images/cl-image.jpg) no-repeat;*/
	background: #085;
	background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*align-items: center;*/
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
	color: #fff;
	padding: 0;
}
.access-description-on {
		background:  rgba(0,135,85,0.8);
	margin: 0;
}

.access-description-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 460px;
    flex: 0 1 460px;
	margin:20px 10px;
}
*, ::before, ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.access-address p {
    /*font-size: 1.8rem;*/
}
.access-mean-list span {
    color: #fff;
    font-size: 1.6rem;
}
ol.access-mean-list{
	margin-left: -1.5em;
}
.access-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
	margin-left: 5px;
	margin-right: 5px;
}
.access-map {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.access-title {
  /*font-size: 3.2rem;*/
  font-weight: normal;
  margin-bottom: 40px;
background:none;
}
.access-mean-title {
    /*font-size: 2rem;*/
    font-weight: normal;
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 6px;
}
.label {
    border: solid 1px #fff;
    display: inline-block;
    font-family: "Kosugi Maru", sans-serif;
    padding: 0.2rem .6rem;
    font-size: 1.4rem;
    margin-left: 10px;
}
.button-tertiary-irregular a {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
.button-access a {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 1rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 35px;
    text-align: center;
}
.button-primary-irregular a {
    background-color: #fff;
    border: 1px solid transparent;
    color: #085;
	font-size:20px;
}
a.access-button {
    font-size: 2.3rem;
    padding:1.8rem 1rem;
	margin:20px auto;
    vertical-align: middle;
    text-align: center;
    background-color: #085;
    border: solid 1px #fff;
    border-radius: 26px;
    color: #fff;
    display: inline-block;
    width: 180px;
    line-height: 1;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
	text-decoration:none;
}

.icon-car::before {
  font-family: "Material Icons";
	content: "\e531";

}
.icon-train::before {
  font-family: "Material Icons";
  content: "\e570";
}
.icon-bus::before {
  font-family: "Material Icons";
  content: "\e98f";
}
a[target="_blank"]::after {
   font-family: "Material Icons";
  content: "\e89e";
}


#news{

		width: 60%;
		background: rgba(255,255,255,0.7);
		padding: 10px;
	margin-left:auto;
	margin-right:auto;
		border-radius: 10px;
		color: #000;
	  overflow-y: scroll;
  /*縦方向はスクロール可*/
  overflow-x: hidden;
  /*横方向はスクロール不可*/
  height:220px; 
	}
#news em{ color: #CB0104;
font-weight: normal;
font-style: normal;
margin-left: 2px;}

#news dt{
	margin-top: 15px;
	color: #333
}
#news dt span{
	font-size: 12px!important;
	color: #333;
	letter-spacing: 0;
}
#news dt h1{
	font-size: 2rem;
	font-weight: bold;
	  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}

#news dd{
	border-bottom: 1px dotted #333;
	padding-bottom: 10px;
	margin-top: 2px;
}

/*スマホここから*/
@media screen and (max-width: 640px) {
.access {
    display: block;
}
.access h2{
	margin: 5px;
}
	img#logo{
		height: 40px;
	}

footer span{
	display: block;
	margin: 0;
	}
}
/*スマホここまで*/

footer{
		text-align: center;
	}


ul#kamoku{
	display:flex;
	justify-content:center;
}
ul#kamoku li{
	margin: 15px 5px;
	padding:25px;
	border: 3px solid #ddd;
	border-radius: 50%;
	font-size: 4rem;
}