@charset "utf-8";

body {
	color: #252525;
	background: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
/*
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
 */
	overflow-x: hidden;
}

/****************************************
  BASE STYLE
****************************************/
h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	line-height: inherit;
}

h1,h2,h3,h4 {
	letter-spacing: -1px;
}

h5 {
	font-weight: 500;
}

h1 {
	color: #252525;
	font-size: 5em;
}

h1.h-ultra,h2.h-ultra,h3.h-ultra ,h4.h-ultra ,h5.h-ultra ,h6.h-ultra  {
	color: #FFFFFF;
	font-weight: 900;
}

h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light  {
	color: #FFFFFF;
	font-weight: 300;
}

h2 {
	color: #272727;
	font-size: 2.6em;
	line-height: 1.0em;
	padding-bottom: 0px;
}

h3 {
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 0;
}

h4 {
	color: #454545;
	font-size: 1.6em;
	padding-bottom: 2px;
}

h6 {
	letter-spacing: 0;
	font-weight: normal;
}

p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

a {
	color: #187cc2;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none !important;
}

a:hover, a:active, a:focus {
	color: #d33224;
	outline: none;
}

a.anchor {
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}

.news a,.panCom a,.topic a {
	color: #252525;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none !important;
}

.noweight {
	font-weight: normal;
}

.parent {
  /*親要素*/
	position: relative;
}

.parent p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

.text-align-right {
	text-align: right;
}

.text-align-center {
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
}

.alpha a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	transition: 0.5s;
	transform: scale(1.1, 1.1);
}

.clear {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;  
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.font-emp01 {
	background: linear-gradient(transparent 60%, #ffd166 60%);
}


.font-space03 {
	letter-spacing: 3px;
}

.o-3column .col-lg-7 { padding: 0;}
.o-3column .col-lg-5 { padding: 0;}
.o-3column .col-9 { padding: 5px;}


.colum {
	padding: 10px;
}

.flexcontainer{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.flexcontainer2{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* ===テーブル=== 
table.tb_type1 {
	width: 100%;
	color:#5b5b5b;}

table.tb_type1 th {
	vertical-align: middle;
	padding: 20px;
	background-color:#F1F1F1;
}
 
table.tb_type1 td {
	padding: 20px;
}

table.tb_type1 th {
	white-space: nowrap;
}
*/

/* ===テーブルデザイン=== */
table{
  border-collapse: collapse;
  width: 100%;
  border: 5px solid #dee2e6;
}

.tb01 th,
.tb01 td {
  padding: 10px;
  border: 5px solid #dee2e6;
  box-sizing:border-box;
}
.tb01 th {
  text-align:left;
  font-weight: normal;
  background-color:#F1F1F1;
}

.tb01 th:first-child {
  width: 150px;
}

@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
  .tb01 th:first-child {
    width: 100%;
  }

}

/* ===カラー=== */
.color00 {/* ===ホワイト=== */
	color:#ffffff;
}

.color01 {/* ===ターコイズ=== */
	color:#00afcc;
}

.color02 {/* ===山吹=== */
	color:#f8b500;
}

.color03 {/* ===薄ピンク=== */
	color:#dc6b9a;
}

.color04 {/* ===グリーン=== */
	color:#38b48b;
}

.color05 {/* ===ブルー=== */
	color:#4169e1;
}

.color06 {/* ===ブルー=== */
	color:#187cc2;
}

.color07 {/* ===ライトグレー=== */
	color:#cccccc;
}

.color08 {/* ===ダークグレー=== */
	color:#666666;
}

.color09 {/* ===レッド=== */
	color:#d33224;
}

.color10 {/* ===ネイビー=== */
	color:#0e4273;
}
.color11 {/* ===グリーン=== */
	color:#078208;
}


/* ===ボーダー=== */
.border01 {/* ===ダークグレー=== */
	border: 10px dotted #666666;
}

.border_u01 {
	border-bottom:1px solid #dcdcdc;
}

.border_u02 {
	border-bottom:1px dotted #666666;
}

/* ===背景カラー=== */

.bg-color00 {/* ===ホワイト=== */
	background-color: #FFFFFF !important;
}

.bg-color01 {/* ===ターコイズ=== */
	background-color: #00afcc !important;
}

.bg-color02 {/* ===山吹=== */
	background-color: #f8b500 !important;
}

.bg-color03 {/* ===薄ピンク=== */
	background-color: #dc6b9a !important;
}

.bg-color04 {/* ===グリーン=== */
	background-color: #38b48b !important;
}

.bg-color05 {/* ===ブルー=== */
	background-color: #4169e1 !important;
}

.bg-color06 {/* ===ブルー=== */
	background-color: #187cc2 !important;
}

.bg-color07 {/* ===ネイビー=== */
	background-color: #0e4273 !important;
}

.bg-color08 {/* ===ダークグレー=== */
	background-color: #666666 !important;
}

.bg-color09 {/* ===レッド=== */
	background-color: #d33224 !important;
}

/* ===フォントサイズ=== */
.font-small {
	font-size: 0.9rem !important;
}

.font-large {
	font-size: 1.1rem !important;
}

.font-xlarge {
	font-size: 1.5rem !important;
}


/* ===ボックス=== */
.box01-1 {/* ===ターコイズ=== */
	border: 1px solid;
	border-color:#00afcc !important;
}

.box01-3 {/* ===ターコイズ=== */
	border: 3px solid;
	border-color:#00afcc !important;
}

.box07-1 {/* ===ネイビー=== */
	border: 1px solid;
	border-color:#0e4273 !important;
}

.box07-3 {/* ===ネイビー=== */
	border: 3px solid;
	border-color:#0e4273 !important;
}

.box07-5 {/* ===ネイビー=== */
	border: 5px solid;
	border-color:#0e4273 !important;
}

.box09-5 {/* ===レッド=== */
	border: 5px solid;
	border-color:#d33224 !important;
}



/* ===btn カスタマイズボタン=== */
.btn-custom01 {
	color:#fff;
	background-color:#00afcc;
	border-color:#00afcc !important;
}

.btn-custom01:hover {
	color:#fff;
	background-color:#d33224;
	border-color:#d33224 !important;
}

.btn-custom02 {
	color:#fff;
	background-color:#f8b500;
	border-color:#f8b500 !important;
}

.btn-custom02:hover {
	color:#fff;
	background-color:#d33224;
	border-color:#d33224 !important;
}


.btn-custom03 {
	color:#fff;
	background-color:#dc6b9a;
	border-color:#dc6b9a !important;
}

.btn-custom03:hover {
	color:#fff;
	background-color:#d33224;
	border-color:#d33224 !important;
}

.btn-custom04 {
	color:#fff;
	background-color:#38b48b;
	border-color:#38b48b !important;
}

.btn-custom04:hover {
	color:#fff;
	background-color:#d33224;
	border-color:#d33224 !important;
}

.btn-custom05 {
	color:#fff;
	background-color:#4169e1;
	border-color:#4169e1 !important;
}

.btn-custom05:hover {
	color:#fff;
	background-color:#d33224;
	border-color:#d33224 !important;
}


/* ===ページトップボタン=== */
.page-top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #999;
	opacity: 0.9;
}

.page-top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

.page-top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.page-top a:hover {
	text-decoration: none;
	background: #0e4273;
}

.icon-style-list {
	text-indent: -1.0em;
	padding-left: 1.0em;
}

.icon-style-list li{
	border-bottom: 1px dotted #666666;
}

.list-icon {
	text-indent: 0;
	text-align: center;
	width: 1.0em;
}

/****************************************
  HEADER Section
****************************************/
header {
	background: #078208;
	border-bottom: 1px solid #f2f2f2;
	display: flex;
	height: 45px;
}

header .col-md-8 {
	padding-right: 0;
}

header p,
header span {
	font-size: 12px;
	line-height: 24px;
	padding-top: 12px;
}

header a,
header span {
	color: #FFFFFF;
}

header span {
	font-weight: 600;
	display: inline-block;
	padding: 11px 15px;
}

header span.date-icon {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	padding-right: 19px;
	padding-left: 19px;
}

header span i {
	color: #ffffff;
	margin-right: 5px;
}

/****************************************
  FOOTER Section
****************************************/
footer {
	background-color: #078208;
}

footer {
	padding: 0px 0 0;
}

footer .widget {
	margin-bottom: 20px;
}

footer .widget h5 {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}


.sup-footer {
	font-size: 16px;
	color: #ffffff;
	margin-top: 10px;
	background-color: #078208;
	border-top: 1px solid #ddd;
	padding: 20px 0 10px;
}

.sub-footer {
	background-color: #078208;
	padding: 20px 0 10px;
}

.sup-footer a,
.sup-footer span {
	color: #FFFFFF;
}

footer .sub-footer  p {
	font-size: 14px;
}

/****************************************
  PAGE STYLE
****************************************/
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
#accordion_menu > li {
    border: #ccc 1px solid;
    margin-bottom: -1px;
}

#accordion_menu a{
    display: block;
    color: #666;
    padding: 10px 10px 10px 20px;
}

#accordion_menu .single {
    padding: 20px;
}

#accordion_menu a[data-toggle="collapse"]{
    display: block;
    padding: 20px;
    text-decoration: none;
    position: relative;
}

#accordion_menu a:hover{
    background: #e7e7e7;
}

#accordion_menu a[data-toggle="collapse"]::after{
    content:"";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #666 1px solid;
    border-right: #666 1px solid;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#accordion_menu a[aria-expanded=false]::after{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-duration: 0.3s;
}
#accordion_menu a[aria-expanded=true]::after{
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition-duration: 0.3s;
}

[id^="menu"] li{
    border: #ccc 1px solid;
    margin-bottom: -1px;}

#page p,#pro p{
	font-size: 16px;
}

h4.alert-heading {
	font-size: 20px;
}
.text_align_center {
	text-align: center;
}

.main_heading {
	position: relative;
	margin-bottom: 45px;
}

.main_heading::after {
	content: "";
	display: block;
	margin: 20px auto 0;
	width: 100px;
	height: 5px;
	background: #187cc2;
}

.main_heading.text_align_left::after {
	margin-left: 0;
}

.main_heading.text_align_right::after {
	margin-right: 0;
}

.main_heading h2 {
	font-size: 40px;
}

p.large {
	font-size: 24px !important;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.title_box {
	border-top: #666 1px solid;
	border-bottom: #666 1px solid;
	padding: 10px;
}

.title_box .pg_list {
	color: #ffffff;
	font-size: 14px !important;
	padding: 4px 25px 2px;
	margin: 5px 0px 0px 10px;
	display: inline-block;
	background: #187cc2;
	border-radius: 20px;
}

.title_box .pg_title {
	padding: 10px 0px 0px 10px;
	margin: 0px;
	font-size: 30px !important;
	line-height: 32px;
	color: #078208;
}

.title_box .open-date {
	padding: 10px 0px 0px 10px;
	margin: 0px;
	font-size: 18px !important;
	line-height: 20px;
	font-weight: 600;
}

.title_box_p {
	padding: 20px;
	background: #0e4273;
}

.title_box_p .pg_title {
	padding: 10px 0px 0px 10px;
	color: #ffffff;
	margin: 0px;
	font-size: 30px !important;
	line-height: 32px;
}

.com_title {
	color: #187cc2;
	font-size: 20px !important;
	font-weight: 600;
}


.title_box_mini {
	border: #666 1px solid;
	padding: 5px 25px 5px 25px;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px !important;
}

/****************************************
  CONTENTS Section
****************************************/
.top-semi-box .nav-link {
	font-weight: bold;
}

.top-semi-box {
	padding: 10px;
	background-color:#ededed;
}

.top-semi-item {
	padding: 10px;
	background-color:#ffffff;
	border-bottom:1px solid #cccccc
}

.top-semi-img {
	text-align:center;
}

.top-semi-txt p.semi-title {
	float: left;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	margin: 0 10px 0 0;
}

.top-semi-txt span {
	color:#ffffff;
	float: left;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	padding: 0px 10px 0px 10px;
	margin: 0 15px 0 0;
}

.top-semi-txt span.user {
	background-color:#0e4273;
}


.top-semi-txt p.semi-txt {
	clear: both;
	padding: 5px 15px 0px 0px;
	margin-bottom: 3px;
	font-size: 20px !important;
	line-height: 30px;
}

.top-semi-txt p.semi-link a,.top-semi-txt p.semi-link a:visited {
	color:#d33224;
	display: inline-block;
	padding: 2px 7px;
	margin: 0;
	font-size: 0.8rem;
	border:1px solid #d33224
}

.top-semi-txt p.semi-link a:hover {
	color:#ffffff;
	display: inline-block;
	padding: 2px 7px;
	margin: 0;
	background-color:#d33224;
	font-size: 0.8rem;
	border:1px solid #d33224
}


/****************************************
  サイドバー
****************************************/
.sidebar-header {
	font-size: 22px;
	border-bottom: #ccc 1px solid;
}

.sidebar p {
	font-size: 16px;
}

.sidebar .colum {
	padding: 10px;
}

.sidebar .colum_all {
	padding: 10px;
	border: #ccc 1px solid;
}

.sidebar .colum_ud {
	padding: 10px;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}

.sidebar p.phone,.sidebar p.mail {
	color: #187cc2;
	padding: 5px 0px 0px 10px;
}

.sidebar p.mail a{
	color: #187cc2;
	text-decoration: underline !important;
}

.sidebar p.mail a{
	color: #187cc2;
	text-decoration: underline !important;
}

.sidebar .side_box .btn {
	background: #ededed;
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
}

.sidebar .side_box .btn:hover,.sidebar .side_box .btn:focus,.sidebar .side_box .btn:active{
	background: #0e4273;
	color:#fff;
	border:1px solid #18191a;
}


/****************************************
  TITLE IMG STYLE
****************************************/
.homepage {
	padding-top: 110px;
	padding-bottom: 10px;
	min-height: 600px;
	width: 100%;
}

/****************************************
  NAVI Section
****************************************/
.navbar-default {
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0,0,0,.090);
	border: none;
	margin-bottom: 0;
	padding: 5px 0px 5px 0px;
}

.navbar-brand {
	padding-top: 5px;
}

.navbar-default .navbar-nav li.appointment-btn a {
	background: #0e4273;
	border-radius: 3px;
	color: #ffffff !important;
	font-weight: 600;
	padding-top: 12px;
	padding-bottom: 12px;
}

.navbar-default .navbar-nav li.appointment-btn a:hover {
	background: #e4007f;
	color: #ffffff !important;
}

.navbar-default .navbar-nav li a {
	color: #444444 !important;
	font-size: 15px;
	font-weight: 500;
	padding: 15px !important;
	border-left: 1px solid #dddddd;
}

.navbar-default .navbar-nav li a:hover {
	color: #ffffff !important;
	background: #0e4273;
	padding: 15px !important;
	font-size: 15px;
	vertical-align: bottom;
}

.dropdown-divider {
	margin: 0px!important;
	border-top:1px solid #b7b7b7;
}

.dropdown-menu {
	margin-top: -5px;
	padding:0px;  !important;
}

.dropdown-menu a {
	line-height: 13px !important;
	font-size: 13px !important;
}


/****************************************
  INTORO Section
****************************************/

.intro {
	padding-top: 80px;
	width:100%;
	position:relative;
}

.intro-content {
	background: url(../img/common/bg1.jpg) repeat-y top center;
	padding:80px 0 60px;
}

.intro-content.intro-nobg {
	background:#fff;
	position:relative;
	margin:0;
	padding:140px 0 60px;
}

.slogan {
	margin-bottom: 20px;
}

.white-box {
	background: rgba(255,255,255,.8);
	padding: 20px;
	border-radius: 4px;
}

.intro-content h2 {
	margin-bottom: 10px;
}

/* ---- lead form --- */
ul.lead-list {
	font-size: 0.8em;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ul.lead-list strong {
	font-size: 1.3em;
	line-height: 1.8em;
}

ul.lead-list li {
	margin: 0 0 10px 0;
	line-height: 1.6em;
}

ul.lead-list li span.fa {
	margin: 5px 5px 0 0;
	float: left;
}

ul.lead-list li span.fas {
	margin: 5px 5px 0 0;
	float: left;
}

ul.lead-list li span.list {
	margin: 5px 0 0 10px;
}

p.lead-footer {
	font-size: 12px;
	margin: 20px 0 0;
	font-weight: 600;
}

p.lead-footer .title {
	color: #555555;
	font-size: 14px;
	font-weight: 900;
}

.panel-heading {
	padding: 20px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel.panel-skin {
	border-color: #ddd;
}

.panel-skin > .panel-heading {
	color: #fff;
	background-color: #444;
	border-color: #444;
	box-shadow: none;
}

.panel-body {
	padding: 20px;
	background: #fff;
}

.form-wrapper h3.panel-title {
	font-size: 20px;
	font-weight: 700;
}

.form-wrapper h3.panel-title span {
	font-size: 20px;
	margin: 0 10px 0 0;
}

.form-wrapper h3.panel-title small {
	font-size: 16px;
	color: #ddd;
}

form.lead label,form.lead input {
	font-size: 16px;
}

form.lead .btn-skin {
	font-size: 16px;
	border-color: #aaaaaa;
	background-color:#f5f5f5;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}


/* ---- CTA 1  --- */
.well {
	min-height:20px;
	padding:0px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	border:1px solid #e3e3e3;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
}

.well.well-trans {
	background-color: rgba(255,255,255,0.8);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

/****************************************
  TEXT Section
****************************************/

.users_box {
	padding: 0px;
}

.users_box .users-icon {
	background-color: #187cc2;
	min-height: 250px;
	text-align: center;	
	position: relative;
}

.users_box .users-icon .icon-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.users_box .users-icon .icon-wrap i {
	color: #fff;
	font-size: 50px;
	margin-bottom: 15px;
}

.users_box .users-icon .icon-wrap h3 {
	color: #fff;
	font: 700 20px/115% 'Open Sans', sans-serif;
	font-size: 20px;
}

.users_box .users-icon .icon-text h3 {
	color: #fff;
	font: 700 20px/115% 'Open Sans', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
}


.users_box .users-icon .icon-text {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	transition: all 0.5s;
	transform: translate(-50%, -50%);
}

.users_box .users-icon .icon-text p {
	color: #fff;
	font-size: 14px;
	padding: 0px 15px 0px 15px;
	margin-bottom: 10px;
	text-align: left;
}

.users_box .users-icon .icon-text .cta i {
	color: #fff;
	font-size: 50px;
	position: relative;
	transition: all 0.3s;
}

.users_box .users-icon:hover .icon-wrap {
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
}

.users_box .users-icon:hover .icon-text {
	visibility: visible;
	opacity: 1;
	transition: all 0.5s;
}

/****************************************
  SERVICE Section
****************************************/
.our-services-area {
	position: relative;
}

.our-services-area {
	background: rgba(248, 248, 248, 0.8) url("../img/background/bg1.jpg") no-repeat fixed center top / cover;
}

.services-details {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom: 50px;
	background: rgba(255,255,255,.8);
	margin-bottom: 20px;
	border-radius: 10px;
}

.section-head>h2 {
	color: #333;
}

.single-services>h4 {
	color: #444;
	font-size: 24px;
	font-weight: 700;
}

.single-services>p {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #252525;
}


/****************************************
  USERCONT Section
****************************************/
.usercont-area {
	background-color: #e4ffe4;
}

.single-well ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 20px;
}

.single-well ul li {
	margin: 0 0 10px 0;
	line-height: 1.6em;
}

.single-well p {
	color: #444;
	font-size: 18px;
}

.single-well2 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 20px;
}

.single-well2 ul li {
	margin: 0 0 5px 0;
	line-height: 1.6em;
}

.single-well2 p {
	color: #444;
	margin-bottom: 0px;
}


/****************************************
  PAGE STYLE
****************************************/
.section-title {
	padding-bottom: 20px;
}

.section-title h2 {
	margin-top: 0;
}

.area-padding {
	padding: 60px 0px 70px;
}

.section-headline h2 {
	display: inline-block;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 70px;
	position: relative;
	text-transform: capitalize;
}

.section-headline h2::after {
	border: 1px solid #333;
	bottom: -5px;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0px;
	width: 0%;
}

.sec-head {
	display: inline-block;
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 0;
	padding: 30px 0px 0px 10px;
}


/****************************************
  BUTTON STYLE
****************************************/
a.button1{
	float:left;
	width:145px;
	height:41px;
	border:1px solid #fff;
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	line-height:41px;
	margin:0 0 0 0;
	border-radius:5px; -webkit-border-radius:5px; 
	transition:0.5s; -webkit-transition:0.5s;
	text-decoration:none;
}
	
a.button1:hover{
	background:#11598b;
	border:1px solid #11598b;
	text-decoration:none;
	color:#fff;
}
	
a.button2{
	float:left;
	width:145px;
	height:41px;
	border:1px solid #11598b;
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	line-height:41px;
	margin:0 0 0 0;
	border-radius:5px; -webkit-border-radius:5px; 
	transition:0.5s; -webkit-transition:0.5s;
	background:#11598b;
	text-decoration:none;
}
	
a.button2:hover{
	text-decoration:none;
	background:none;
	border:1px solid #fff;
	color:#fff;
}

a.button3{
	padding: 10px 30px;
	width:145px;
	height:45px;
	border:1px solid #187cc2;
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	line-height:45px;
	margin:10px 0px 0 0;
	border-radius:3px; -webkit-border-radius:3px; 
	transition:0.2s; -webkit-transition:0.2s;
	text-decoration:none;
	background:#187cc2;
}

a.button3:hover{
	background:none;
	border:1px solid #ffffff;
	text-decoration:none;
	color:#ffffff;
	background:#f49e10;
}

a.button4{
	float:left;
	width:145px;
	height:45px;
	border:1px solid #000;
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	line-height:45px;
	margin:10px 0 0 0;
	border-radius:3px; -webkit-border-radius:3px; 
	transition:0.5s; -webkit-transition:0.5s;
	background:none;
	text-decoration:none;
}

a.button4:hover{
	text-decoration:none;
	background:#187cc2;
	border:1px solid #187cc2;
	color:#fff;
}


/****************************************
  RESPONSIVE STYLE
****************************************/
@media only screen and (max-width: 1200px) {
h1 {
	font-size: 4em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 1.5em;
}

header {
	height: inherit;
}

header span.date-icon {
	border: 0;
	padding-right: 0;
	padding-left: 0;
}

header span.email-icon {
	padding-top: 0;
}

.navbar-default .navbar-nav li a {
	padding-right: 15px;
	padding-left: 15px;
}

}

@media only screen and (max-width: 992px) {
.slider .item {
	background-position: center;
}

header {
	padding-bottom: 10px;
}

header .text-align-right {
	text-align: left;
}

header span {
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}
}

@media only screen and (max-width: 767px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}

.navbar-default .navbar-nav li.appointment-btn {
	margin-left: 15px;
}

.navbar-default .navbar-nav li a {
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
}

.news-sidebar {
	margin-top: 2em;
}

footer {
	padding-top: 60px;
	padding-bottom: 0;
}

.footer-thumb {
	padding-bottom: 10px;
}

.border-top {
	text-align: center;
}

.copyright-text {
	margin-top: 10px;
}

.angle-up-btn {
	bottom: 10em;
}
}

@media only screen and (max-width: 639px) {
h1 {
	font-size: 3em;
	line-height: 1.2em;
}

h2 {
	font-size: 2.1em;
}

h4 {
	font-size: 1.4em;
}

#home h3 {
	font-size: 11px;
	letter-spacing: 1px;
}
}


.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pro_card {
	background-color:#fff;
	border:1px solid rgba(0,0,0,.125);
	border-radius:.25rem;
	margin: -1px -1px 0px 0px;
	flex-wrap:wrap;
}
.pro_card-text {
	color: #252525;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2.0em;
}

.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 20px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #555;
  box-sizing: border-box;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}

