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

body {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	line-height: 1.75;
	color: #4d4d4d;
	font-size: 17px;
	background-image: url(../images/base/topphoto-pc.jpg);
	background-position: center 0px;/*--パララックスの位置--*/
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

img {
	max-width:100%;
}
table {
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
}
h2 {
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 80px;
  border-bottom: solid 4px #D8D8D8;
  position: relative;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #9ed9b6;
  bottom: -4px;
  width: 20%;
}

h3 {
    margin: 20px 0 10px;
    font-size: 1.6rem;
    border: 1px solid #81D3FB;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    background-color: #E4F7FF;
}
h4 {
	margin: 20px 0 5px;
	font-size: 1.3rem;
}
.commonBtn {
    background-color: #00B2FF;
    color: #fff;
    border-radius: 50px;
}
.site {
	overflow: hidden;
}
.icon {
	padding:0 10px;
}
.pageHeader-syoukai  {
    background-image: url(../images/base/header5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    padding-top: 20%;
    position: relative;
}
.pageHeader-annai  {
    background-image: url(../images/base/header4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    padding-top: 20%;
    position: relative;
}
.pageHeader-access  {
    background-image: url(../images/base/header3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    padding-top: 20%;
    position: relative;
}
.pageHeader{
    background-image: url(../images/header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    padding-top: 20%;
    position: relative;
}
.pageTitle {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: calc(2.0rem + ((1vw - 0.64rem) * 2.1429));
    color: #fff;
  text-shadow:  2px  2px 10px #777 ,
               -2px  2px 10px #777 ,
                2px -2px 10px #777 ,
               -2px -2px 10px #777;
}

/*ナビバー*/
.header-logo {
    margin: 10px 0;
    width: 300px;
}
.h-info {
    list-style: none;
    margin-top: 20px;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 0;
    padding: 8px 0;
    float: right;
}
.h-info table {
	border:none;
	line-height: 1.0em;
}
.h-tel {
	font-size: 30px;
	font-weight: 600;
	color: #059646;
}
.h-time-1 {
    font-size: 15px;
    font-weight: bold;
    /* [disabled]border: solid 3px #ccc; */
    border-radius: 5px;
    text-align: center;
    background-color: #FCEAFF;
    padding-left: 10px;
    padding-right: 10px;
}
.h-time-2 {
	font-size:14px;
	padding-left:10px;
}
.navbar-light .navbar-nav .nav-link {
	color: #C30D23;/* テキストの色 */
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav
.nav-link:hover {
    color: #000000;/* ホバー時テキストの色 */
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100px;
  transition: .3s;
}
nav .gnavBox {
    background-color: #FFFFFF !important;/* ナビバー色 */
    transition: .3s;
}
.is-animation {
  height: 65px;
}
.is-animation .gnavBox {
  color: #000;
}
.header-logo p {
	text-align:center;
	margin: 0;
}
.navbar-brand {
	display: none;
}
.gnav{
    background-color: #FFFFFF !important;/* ナビバー色 */
    border-top: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    padding: 15px 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}
.navbar-justified {
	justify-content: center;
}
.navbar-nav {
    justify-content: center;
    width: 80%;
}
.gnavInner {
	position: relative !important;
}
.gnavInner::before{
	content: "";
	width: 1px;
	height: 30px;
	background-color: #e2e2e2;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gnavInner::after {
	content: "";
	width: 1px;
	height: 30px;
	background-color: #e2e2e2;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.navbar-nav a{
    position: relative;
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
}
.navbar-nav a::before {
	content: "";
	width: 1px;
	height: 30px;
	background-color: #e2e2e2;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*main*/
.bg {
	background-color: #F1F1F1;
	padding:30px 0;
}
/*footer*/
#footer {
	margin-bottom: 70px;
}
.footer-information {
	
}
.footer-information-logo {
	padding: 0 20px 20px;
    text-align: center;
}
.footer-informationBox {
	padding-top: 30px;
	padding-bottom:30px;
}
.footer-addressBox {
	padding-right:40px;
	text-align: center;
}
.footer-address {
}
.addressText {
    font-size: 1.15em;
    font-weight: 600;
}
.footer-timetableBox {
    padding-left: 40px;
    border-left: solid 1px #e2e2e2;
    font-size: 0.9em;
}
.footer-timetable th {
    border: 1px solid #e5e5e5;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    background-color: #E1F6FF;
}
.footer-timetable td {
    border: 1px solid #e5e5e5;
    padding-top: 6px;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 6px;
    text-align: center;
    font-weight: normal;
    color: #FFC669;
    font-size: 1.2em;
}
.footer-timetable .f-time {
    color: #4d4d4d;
    font-size: 1em;
}

.footer-timetableBox p{
	margin-top: 15px;
}
.footer-menu {
    background-color: #F0F0F0;
}
.footer-menuInner {
	text-align: center;
}
#footer .footer-menu ul{
	list-style:none;
	display:inline-block;
	padding: 30px 0;
	margin: 0;
	text-align: center;
}
#footer .footer-menu li{
	display:inline-block;
	padding: 20px 25px;
}
#footer .footer-menu li a {
	position:relative;
	padding-left: 10px;
	color: #666;
}
#footer .footer-menu li a::before {
    content: "";
    border-left: 6px solid #B9E9FF;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
}
.copyArea {
    padding: 15px 0;
    font-size: 0.7em;
    background-color: #F0F0F0;
}
.copyArea p {
	margin-bottom: 0;
}
#footerFloatingMenu {
    display: block;
    width: 100%;
    height: 70px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    background-color: #C30D23;
}
 
.floatingMenuBox{
	display: flex;
    justify-content: center;
	align-items: center;
    color: #fff;
}
.floatingMenuBox-tel {
	font-size:2.5em;
}
.floatingMenuBox p {
	padding:0 20px;
}
.footer-cvBtn {
	background-color: #fff;
    color: #000;
    border-radius: 10px;
	width:200px;
}
.sp-cvTel {
	display:none;
}

/*--RWD--*/

@media screen and (max-width:1200px){
.navbar-nav {
    width: 80%;
}
.h-time-2 {
    font-size: 12px;
    padding-left: 10px;
}
}
@media screen and (max-width:991px){
.container {
    max-width: 760px;
}
.header-logo {
	width: 300px;
}
.navbar-nav {
    width: 100%;
}
.pageHeader-syoukai {
    padding-top: 28%;
}
.pageHeader-annai{
    padding-top: 28%;
}
.pageHeader-access{
    padding-top: 28%;
}
.pageHeader{
    padding-top: 28%;
}
.footer-timetable td {
    padding: 5px;
}
.floatingMenuBox-tel {
    font-size: 1.8em;
}
.floatingMenuBox p {
    padding: 0 10px;
    margin-top: 10px;
}
.floatingMenuBox dl{
	margin-bottom: 0;
}
}
@media screen and (max-width:767px){
    
body {
    background-position: center 0px !important;/*--パララックスの位置--*/
    background-size: 150% auto;
}

h2  {
	font-size:1.8rem;
	margin: 60px 0;
}
h3  {
	font-size:1.6rem;
}
h4  {
	font-size:1.2rem;
}
/*.navbar {
    display: block;
}*/
.header-logo {
	display: none;	
}
.navbar-brand {
    display: block;
    max-width: 300px;
    margin: 0 auto;
}
.navbar-light .navbar-toggler {
    /* [disabled]border-color: rgba(0,0,0,0); */
}
nav {
    height: auto;
}
.gnav {
    padding: 10px 0;
    background: #fff !important;
}
.gnavInner::after {
	content: none;
	width: 1px;
	height: 30px;
	background-color: #e2e2e2;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.navbar-nav a::before {
	content: none;
	width: 1px;
	height: 30px;
	background-color: #e2e2e2;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
nav .gnavBox {
	padding: 10px 20px;
    background-color: #D4D4D4;/* ナビバー色 */
}
.is-animation {
    height: auto;
}
.navbar-nav a {
    width: 100%;
	text-align: left;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
}
.header-logo {
    margin: 10px auto;
	width: 300px;
}
.h-info {
    display: none;
}
.pageTitle  {
	font-size:1.6rem;
}
.footer-timetableBox {
    padding: 0 10px;
    border-left: none;
}
#footer .footer-menu ul {
	display: block;
    padding: 30px 0;
    margin: 0;
    text-align: left;
}
#footer .footer-menu li {
    display: block;
    padding: 10px;
}
.pc-cvText {
	display: none;
}
.pc-cvTel {
	display:none;
}
.sp-cvTel {
	display:block;
	margin: 15px;
}
.cvWeb {
	margin: 15px;	
}
.footer-addressBox {
    padding: 0 20px;
}
.footer-information-logo {
    padding: 0 20px 20px;
    text-align: center;
    width: 400px;
    margin: 0 auto;
}
}
@media screen and (max-width:600px){
nav .gnavBox {
    padding: 10px 10px;
}
.header-logo {
    width: 290px;
}
.gnav {
    padding: 0;
}
.gnavInner::after {
    background-color:transparent;
}
.navbar-nav a::before{
    background-color:transparent;
}
.gnavInner::before {
    background-color:transparent;
}
.pageTitle  {
    font-size: 1.5rem;
    letter-spacing: -0.05em;
}
h2  {
    font-size: 1.4rem;
    margin-top: 40px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
h3  {
	font-size:1.4rem;
}
h4  {
	font-size:1.2rem;
}
.pageHeader{
    padding-top: 40%;
}
.pageHeader-syoukai{
    padding-top: 40%;
}
.pageHeader-annai{
    padding-top: 40%;
}
.pageHeader-access{
    padding-top: 40%;
}
}
@media screen and (max-width:480px){
.navbar-brand {
    max-width: 220px;
}
nav {
    height: 90px;
}
.is-animation {
    height: 80px;
	}
.gnav {
    padding: 5px 0;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 1em;
}
.content {
    margin: 50px 0;
}
.addressText {
    font-size: 1.2em;
}
.floatingMenuBox p {
    padding: 0 5px;
	margin-top: 14px;
}
.footerBtn-area {
	text-align: center;	
}
.sp-cvTel {
    margin: 14px 10px;
}
.cvWeb {
    margin: 14px 10px;
}
.floatingMenuBox .btn {
	padding: 0.6rem .8rem;
}
.footer-cvBtn {
	width: 135px;
    font-size: 0.9em;
}
.footer-information-logo {
   	width: auto;
}
}	
@media screen and (min-width: 768px){
.br-sp {display: none; }
}
*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 10px;
}


.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 25%;
	padding: 15px;
}
@media screen and (max-width: 990px) {
	.col_3 > div{
		width: 50%;
	}
	
	.col_4 > div{
		width: 50%;
	}
	
body {
	background-size: 120% auto;
	background-image: url(../images/base/topphoto.jpg);
}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}
}
