@charset "utf-8";

/*TEL(電話番号部分)*/
header #tel a {
	display: block;
	color: #6348c0;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.2;	/*行間*/
	background: url(../images/icon_mail.png) no-repeat left center/20px;	/*アイコン読み込み*/
	padding-left: 30px;	/*アイコン幅用の余白*/
  text-decoration:none;
}


/*更新情報・お知らせ
---------------------------------------------------------------------------*/
#newinfo dd span {
  display: inline-block;
	line-height:1.3;
	font-size:95%;
	margin-bottom: 1em;
}
#newinfo dd {
 border-bottom:1px dotted #ccc;
}
#newinfo dd:last-child {
 border-bottom:none;
}

#newinfo dt.new::after {
  display        : inline-block;       /* インラインボックス定義  */
  content        : "NEW";              /* 表示する文字            */
  background     : #ff0000;            /* 背景色                  */
  color          : #ffffff;            /* 文字色                  */
  font-weight    : bold;               /* 太字                    */
  font-size      : 18px;               /* ベースの文字サイズ      */
  letter-spacing : -1px;               /* 文字間隔詰め            */
  line-height    : 1;                  /* 1行の高さ               */
  vertical-align : top;                /* 基準の高さ位置          */
  margin         : 0;                  /* 外余白なし              */
  padding        : 5px 5px;                /* 反転時の内余白          */
  transform      : scale(0.6)          /* 文字サイズ変更          */
                   translateX(-16%)     /* 横位置調整              */
                   translateY(2%);    /* 縦位置調整              */
}

/*------------------------------------
詳細ボタン
--------------------------------------*/
a.more {
	font-size:80%;
	position: relative;
  background-color:black;
  color:white;
	float:right;
	width:30%;
	margin-right:15px;
	padding-top:0.5em;
	padding-bottom:0.5em;
	text-align:center;
	display:block;
  text-decoration:none;
	margin-bottom:15px;
}
a.more:hover {
  background-color:gray;
  color:white;
}
a.more:before {
	content: "\0bb";
	color: #fff;
	position: absolute;
	right: 15px;
	top: 23%;
}
a.more:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*サイド
---------------------------------------------------------------------------*/
#sub section p {
	line-height: 1.4;
}
#sub section hr {
	margin: 10px 0;
	border-top:#639 dotted 1px;
}

#sub section a {
 text-decoration:none;
}

#sub .box1 section a:last-child {
	margin-top:1em;
	color: #FFF;
	text-decoration: none;
	background-color: #4b0082;
	text-align: center;
	display: block;
	width: 100%;
  height:3em;
	padding-top: 45px;
	padding-bottom: 10px;
     border-radius: 3px;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
	position:relative;
	font-size:13px;
}
#sub .box1 section a:last-child:hover {
	background-color: #9400d3;
}
#sub .box1 section a:last-child:before {
	position:absolute;
	top:35%;
	width:70%;
	left:20%;
	text-align:center;
	content:'お問い合わせは\Aこちらからどうぞ';
	font-size:14px;
white-space: pre;
}
.fa-envelope {
	color: #d8bfd8;
	font-weight:normal;
	font-size:2.5em;
	position:absolute;
	top:1px;
	left:5px;
	transform: rotate(-25deg);
}


/*サイトマップ
---------------------------------------------------------------------------*/
#sitmap a {
 text-decoration:none;
}
#sitmap a:hover {
 color: darkmagenta;
 text-decoration:underline;
}
#main #sitmap h3 a {
	display:block;
	height:100%;
	width:100%
}

/*mainコンテンツのh3タグの１文字目への設定*/
#main #sitmap h3::first-letter {
	border-left: none;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 0;	/*アクセントラインと文字の間にとる余白*/
}

#main #sitmap p {
	padding: 0px 15px;
	margin: 0px 15px;
}
#main #sitmap p a {
display:block;
height:100%;
width:100%
}


/*スケジュール
---------------------------------------------------------------------------*/
#table1 {
　width:100%;
　display:table;
　table-layout:fixed;
border-collapse:collapse;
   }
    
#table-row,#table-row1
{
  display:table-row;
   }
#table-row {
	font-size:90%;
}
#table-row1 {
	font-size:100%;
}

#table-row1 div{
   display: table-cell;
   border:1px solid #bbb;
   color:#093;
   text-align:center;
}
#table-row a {
   display: table-cell;
   border:1px solid #bbb;
   color:#222;
   text-align:center;
    padding: 2px;
    background-color:#b9e9f3;
	text-decoration:none;
}
#table-row strong{
	line-height: 1.3;
	display:inline-block;
	color:#d43e5e;
	font-size:95%;
}

#table-row a.gr {
    background-color:#dcf3b9;
}
#table-row a.wh {
    background-color:#fff;
    border-top:none;
    border-bottom:none;
}
#table-row a.wh.borderb {
    border-bottom:1px solid #bbb;;
}
#table-row a:hover{
   background-color:#FCC;
}
#table-row a.wh:hover{
   background-color:#fff;
}

/*テーブル
---------------------------------------------------------------------------*/
/*ta2設定
---------------------*/
.ta2 {
	width: 100%;
	margin-bottom: 15px;
}
.ta2, .ta2 td, .ta2 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
  line-height:1.3;
}
/*ta2の左側ボックス*/
.ta2 th {
	width: 140px;
	text-align: left;
	background: #f7f7f7;
	font-weight:normal;
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi {
	width: auto;
	text-align: center;
	background: #cce6f6;
}

.ta2 tbody tr {
    cursor:pointer;
}
 
.ta2 tbody tr:hover {
    color:#dd0000;
    background:#FFC;
}
.ta2 tbody tr:hover th {
    color:#dd0000;
    background:#FFC;
}

/*ta3設定
---------------------*/
.ta3 {
	width: 100%;
	margin-bottom: 15px;
}
.ta3, .ta3 td, .ta3 th {
	border: 1px solid #ccc;
	padding: 10px;
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta3 th.tamidashi {
	width: auto;
	text-align: left;
	background: #cce6f6;
}
/*ta3の左側ボックス*/
.ta3 th {
	width: 130px;
	text-align: center;
	background: #f7f7f7;
}
/*画像*/
.ta3 img {
	vertical-align: bottom;
}

/*ボックス内の写真設定*/
#main .ta3 img {
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}
/*ボックス内のh4タグ設定*/
#main .ta3 h4 {
	font-size: 120%;
	color: #8a7ac3;
	border-bottom: solid 1px #8a7ac3;
	margin-bottom: 10px;
}

.square_btn{
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding-left: 0.5em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    text-decoration: none;
    color: white;
    background: #00bcd4;
    transition: .4s;
		width:95%;
		margin: 0.5em 1%;
}

.square_btn:hover {
 /*   background: #ececec;
    color: #00BCD4;*/
}
.button01,.button02,.button03{
     display:block;
		margin: 0.5em 2%;
    font-weight: bold;
     width: 95%;
     height:4em;
     line-height: 4em;
     color: #FFF;
     text-decoration: none;
     text-align: justify;
     border-radius: 5px;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
/*		border:4px solid #fddba3;*/
}
.button01{
     background-color: #f39800; /*ボタン色*/
}
.button01:hover{
     background-color: #f9c500; /*ボタン色*/
     color: #FFF;
}
.button02{
     background-color: #8fc31f; /*ボタン色*/
}
.button02:hover{
     background-color: #aee831; /*ボタン色*/
     color: #FFF;
}
.button03{
     background-color: lightcoral; /*ボタン色*/
}
.button03:hover{
     background-color: lightsalmon; /*ボタン色*/
     color: #FFF;
}


.fukidasi {
	position: relative;
	padding: 0.6em 1em;
	background: #e0edff;
	display:inline-block;
	margin-bottom:1em;
}
	
.fukidasi:after {
		position: absolute;
		content: '';
		top: 100%;
		left: 30px;
		border: 15px solid transparent;
		border-top: 15px solid #e0edff;
		width: 0;
		height: 0;
}
.slider{
    margin: 10px auto;
    width: 90%;
}
.slider img{
    height: auto;
    width: 100%;
}
.slick-prev:before,
.slick-next:before {
    color: #000;
}

#mainimg .slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;
  color: #bd77f2;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
  background-color: #bd77f2;
	padding: 0.3em 0.5em;
}
#mainimg .slider-prev {
	color :#fff;
  left: 0;
}
#mainimg .slider-next {
	color :#fff;
  right: 0;
}
#mainimg .slick-slide {
 /* margin-right: 12px; */ /* ガター */
}
#mainimg .slick-slide {
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  outline: 0;
}


.color2 {
	color:red;
}

/*mainコンテンツのh4タグの設定*/

#main h4.type1 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	padding: 3px 15px;
	border-bottom: 1px solid #61529a;
	color :#61529a;
	background: #efefef;
}
#main section ul  {
	padding-left:2em;
}
#main section ul li {
	list-style-type: disc;
	list-style-position: outside;
}
.look2 a{
	text-decoration:none;
}
.look3 {
	background: #efefef;
}

figure.fg1 {
	width:48%;
	display:block;
}
.fg1 figcaption {
	text-align:center;
}
figure.fl {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
img.fr35 {
	float:right;
	width:15%;
	height:auto;
}
img.frsmall {
	float:right;
	width:90px;
	height:auto;
}

.borderbg{
 background-color: #dddddd;         /* 背景色     */
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxMDAlO2hlaWdodDoxMDAlOyI+PGxpbmUgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgc3R5bGU9InN0cm9rZTogIzMzMzMzMztzdHJva2Utd2lkdGg6IDE7Ij48L2xpbmU+PC9zdmc+');
}

/*---------------------------------------------------------------------------*/
@media screen and (max-width:640px){
header #tel a {
 text-align:left;
 font-size:16px;
}
div.slider-arrow.slider-prev {
	display:none;
}
.scroll {
  overflow-x: auto;
}
.ta2 {
	min-width: 480px;
	margin: 0 10px 30px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: none;
}
/*記事設定*/
#new dd {
	padding-left: 1em;
}
#newinfo dd strong a{
	line-height:1 !important;
	margin-bottom: 1em;
}
a.more {
	font-size:80%;
	float:none;
	width:60%;
	margin:1em auto;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.pc {
	display:none;
}
.pc60 {
	width:80% !important;
}
img.fr35 {
	width:40%;
}


#sub .box1 section a:last-child {
	margin-top:1em;
	width: 100%;
	height:auto;
}
#sub .box1 section a:last-child:before {
	top:15px;
	width:100%;
	left:0;
	content:'お問い合わせはこちらからどうぞ';
}


}
/*画面幅480px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:480px){
/*３本バーブロック*/
#menubar_hdr {
	border:none;	/*枠線の幅、線種、色*/
}

#mainimg .slider-arrow.slider-prev,
#mainimg .slider-arrow.slider-next {
	display:none;
}

#table-row a {
	line-height:1.2;
}

#sub p a img {
	width:100%;
  height:auto;
}

.scroll {
    overflow-x: auto;
}
.ta2 {
	min-width: 480px;
	margin: 0 10px 30px;
}
.ta2 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta2 td {
	width: auto;
	padding: 5px;
}
/*テーブル内の左側*/
.ta3 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta3 td {
	width: auto;
	padding: 5px;
}
#table-row {
	font-size:85%;
	letter-spacing: -0.1em;
}
#table-row strong{
	line-height: 1.2;
}
.fukidasi {
  display:block;
}
.slider{
  margin: 5px auto;
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
    display: none;
}
img.img1 {
	float: none;
	margin: 0;
	width: 100%;
}
img.fr35 {
	width:40%;
}
img.frsmall {
}
}