@charset "utf-8";
/* CSS Document */


/* Slider
--------------------------------------------------*/
.swiper-container {
	position: relative;
	z-index: 5;
}
.address-info {
	position: absolute;
	bottom: 5.5vh;
	left: 20px; /*右寄せの場合は　right　に変更*/
	background: rgba(255, 255, 255, 0.8);
	color: #222;
	padding: 15px 10px;
	border-radius: 10px;
	font-size: 1.2em;
	line-height: 1.4;
	z-index: 2;
}
@media screen and (max-width:768px){
	.address-info {
		left: 18px;
		font-size: 1em;
		line-height: 1.3;
	}
}
@media screen and (max-width:480px){
	.address-info {
		width: 145px;
		padding: 5px;
		left: 5px;
		font-size: 0.5em;
		line-height: 1.2;
	}
}
.address-info .tel-icon {
	background: #333;
	color: #FFF;
	padding: 2px 10px 0;
	display: inline-block;
	font-size: 80%;
}


/* kawa 追加
--------------------------------------------------*/
/*
table.table-sp1-border_kw td {
    height: 40px;
    vertical-align: middle;
    padding: 0 5px;
    border: 1px solid #bbb;
    text-align: center;
}

table.table-sp1-border_kw th {
    height: 60px;
    padding: 0 5px;
    border: 1px solid #bbb;
    text-align: center;
}
*/

/*Table*/
.title-gray {
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%);
    color: #333;
    font-weight: bold;
    padding: 8px 10px 5px;
	border: solid 1px #DDD;
	border-radius: 10px;
	font-size: 130%;
	margin: 0 auto 1rem;
}
.title-bar01 {
    background: #0E38A9;
    color: #FFF;
    font-weight: bold;
    padding: 8px 10px 5px;
}

/*
table.table-sp1-border_kw th {
    background: #9ECEFA;
}
table.table-sp1-border_kw td.cell-1-time {
    background: #FFF;
}
table.table-sp1-border_kw td.cell-2-time {
    background: #E1F5F9;
}
*/



/* エリア補助
--------------------------------------------------*/
.news_inner p {
	display: inline;
}

.btn_area-saijo {
	padding-left: 10px;
	display: flex;
	font-size: 120%;
	flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
  .btn_area-saijo {
    text-align: center;
    justify-content: center;
    font-size: 110%; }
    .btn_area-saijo div {
      width: 100%; } }


/* ボタン
--------------------------------------------------*/
/*OFF*/
a.btn_takayama_off, a.btn_kuguno_off, a.btn_shokawa_off {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 37%, #cccccc 100%);
    background: -webkit-linear-gradient(top,  #ffffff 37%,#cccccc 100%);
    background: linear-gradient(to bottom,  #ffffff 37%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
	padding-left: 10px;
	padding-right: 10px;
}
a.btn_takayama_off:hover, a.btn_kuguno_off:hover, a.btn_shokawa_off:hover {
    color: #FFF;
    background: #999;
}

/*高山：青に黄文字*/
a.btn_takayama_on {
    background: #0032CB;
    color: #FFF966;
	pointer-events:none;
	cursor:default;
	padding-left: 10px;
	padding-right: 10px;
}
/*久々野：緑に白文字*/
a.btn_kuguno_on {
    background: #548235;
    color: #FFF;
	pointer-events:none;
	cursor:default;
	padding-left: 10px;
	padding-right: 10px;
}
/*荘川：紫に白文字*/
a.btn_shokawa_on {
    background: #70309F;
    color: #FFF;
	pointer-events:none;
	cursor:default;
	padding-left: 10px;
	padding-right: 10px;
}

/* table対応
--------------------------------------------------*/
/*コメント*/
.table-bottom-starmark {
	margin: 5px auto 1em;
	text-align: left;
}
.table-bottom-starmark ul li {
	list-style: none;
	padding-left:1em;
	text-indent:-1em;
	margin: 0;
	line-height: 1.3;
}

table,
th, td {border: 0;font-family: inherit;font-size: 99.2%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0; text-align: center;}
:focus {outline: 0;}



table {
    width: 100%;
}


table.table-sp1-border td {
    height: 40px;
    vertical-align: middle;
    padding: 0 5px;
    border: 1px solid #bbb;
    text-align: center;
}

table.table-sp1-border th {
    height: 40px;
    padding: 0 5px;
    border: 1px solid #bbb;
    text-align: center;
}
th.cell-width100 {
    width: 100px;
}

.fixed01,
.fixed02 {
    position: -webkit-sticky;
    position: sticky;
    /*background: #FFF;*/
}
  .fixed01:before,
  .fixed02:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    /*height: 100%;*/
    height: 100px;
}

.fixed01 {
  left: 0; }

.fixed02 {
  left: 79px; }

.pc_tda {
    display: table-cell;
}
.sp_tda {
    display: none;
}


@media screen and (max-width:1000px) {
    table {
        width: 1000px;
    }
    .sp_tda {
        display: table-cell;
    }
    .pc_tda {
        display: none;
    }
}

@media screen and (max-width:1190px) {
    table.w1190 {
        width: 1190px;
    }
}

th.cell-wblue02 {background-color: #CCECFF; color: #444444;}
th.cell-orenge03 {background-color: #FFE3C8; color: #444444;}
th.cell-gray {background-color: #CCC; color: #444444;}
th.cell-yellow {background-color: #FFFFCC; color: #444444;}

th.cell-login {width: 2em;}

table td a {
    display: inline-block;
}

.table-font110 {
    font-size: 110%;
}

@media screen and (max-width: 768px) {
    .sp-center {
        text-align: center;
    }
    .table-font110 {
        font-size: 100%;
    }
}

/*久々野　Table*/
.co_kuguno .title-bar01 {
  background: #548235; }
.co_kuguno table.table-sp1-border th {
  background: #A9D08E; }
.co_kuguno table.table-sp1-border tr:nth-child(even) {
  background: #FFF; }
.co_kuguno table.table-sp1-border tr:nth-child(odd) {
  background: #E2EFDA; }
.co_kuguno table.table-sp1-border td.cell-1-time {
  background: #FFF; }
.co_kuguno table.table-sp1-border td.cell-2-time {
  background: #E2EFDA; }

/*荘川　Table*/
.co_shokawa .title-bar01 {
  background: #800080; }
.co_shokawa table.table-sp1-border th {
  background: #CCCCFF; }
.co_shokawa table.table-sp1-border tr:nth-child(even) {
  background: #FFF; }
.co_shokawa table.table-sp1-border tr:nth-child(odd) {
  background: #FFEFFF; }
.co_shokawa table.table-sp1-border td.cell-1-time {
  background: #FFF; }
.co_shokawa table.table-sp1-border td.cell-2-time {
  background: #FFEFFF; }

i {
	font-style: normal;
}


/* バツボタン
--------------------------------------------------*/
.btn-real-area {width: 100%; max-width: 1200px; margin: 0 auto; position: relative;}
.btn-real {
  display: inline-block;
  text-decoration: none;
  color: rgba(152, 152, 152, 0.43);/*アイコン色*/
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background-image: linear-gradient(#AAAAAA 0%, #CCCCCC 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #b5b5b5;
	opacity: 0.7;
	z-index: 3;
	right:0;
	position: absolute;
}
a.btn-real {
  text-decoration: none;
	color: #FFF;
}
.btn-real i {
/*  font-style: normal;			/* 2023.01.31 金澤1行追加 ×マークが斜体表示されていたのを修正（一旦保留） */
  line-height: 60px;
}
.btn-real:active {
  /*押したとき*/
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: none;
}



