@charset "utf-8";




@import url(slide.css);







body {
	margin: 0px;
	padding: 0px;
	color: #333;	

	font-family:"Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
font-family: 'Kosugi', sans-serif;
font-family: 'Kosugi Maru', sans-serif;	
	font-size: 18px;
	line-height: 2;		
	background: #faf9f1;	
	-webkit-text-size-adjust: none;
	
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
video,audio {max-width: 100%;}




/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;		
	transition: 0.5s;	
}
a:hover {
	color: #FCAF17;		
	text-decoration: none;	
}

/*container（footer以外を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1500px;	
	margin: 0 auto;
	position: relative;
	padding: 0 10%;		
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	float: left;	
	width: 20%;		
}
/*ロゴ画像ブロック*/
header #logo {
	margin-bottom: 50px;
	background: #FCAF17;	
	border-radius: 0px 0px 10px 10px;	
}

/*メニューブロック
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
.submenu {
	overflow: hidden;
	border-radius: 10px;	
	border: 5px solid #FCAF17;	
	margin-bottom: 20px;	
}
/*メニュー１個あたりの設定*/
.submenu li {
	text-align: center;			
	border-top: 1px solid #ccc;	
	font-size: 18px;		
}
.submenu li a {
	display: block;text-decoration: none;
	padding: 15px 5px;	
	background: #fff;
}
/*マウスオン時*/
.submenu li a:hover {
	background: #fbf6cc;	
}
/*１つ目のメニューへの追加指定*/
.submenu li:first-child {
	border: none;	
}

.submenu li span {
	display: block;
	font-size: 11px;		
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #FCAF17;			
}


#menubar-s {display: none;}

#menubar_hdr {display: none;}

/*contents
---------------------------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainブロック全体の設定*/
#main {
	float: right;	
	width: 75%;		
}
/*トップページでのmainコンテンツへの追加設定*/
.home #main {
	margin-top: 30%;	
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	clear: both;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 20px 20px 20px 60px;
	color: #fff;	
	background: #FCAF17;	
	background: #FCAF17 url(../images/arrow2.png) no-repeat 20px center / 25px;	
	border-radius: 10px;	
}
/*mainコンテンツのh3タグ設定*/
#main h3 {
	font-weight: bold;
	clear: both;
	margin-bottom: 20px;
	padding: 4px 20px;		
	border: 1px solid #ccc;	
	border-radius: 10px;
	background: #fff;	
}
#main h3::first-letter {
	border-left: 3px solid #FCAF17;
	padding-left: 15px;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0px 20px 20px;
}
/*他。微調整。*/
#main p + p {
	margin-top: -5px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section + section {
	margin-top: 30px;
}

/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック全体の設定*/
#sub {
	float: left;		
	font-size: 14px;	
	line-height: 1.5;
	width: 20%;			
}
#sub h2 {
	font-size: 18px;
}
#sub h2::first-letter {
	border-left: 3px solid #FCAF17;
	padding-left: 10px;
}
#sub .box h2::first-letter {
	border-left: 3px solid #fff;
}

/*subコンテンツ内のbox
---------------------------------------------------------------------------*/
#sub .box {
	background: #FCAF17;	
	color: #fff;			
	padding: 20px;		
	border-radius: 10px;	
	margin-bottom: 20px;	
}
/*リンクテキストの文字色*/
#sub .box a {
	color: #fff;
}

/*subコンテンツ内のaddress
---------------------------------------------------------------------------*/
#sub address {
	font-style: normal;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	padding-top: 40px;
	text-align: center;
	font-size: 85%;
}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	padding: 10px;
}

#footermenu li {
	display: inline-block;	
	padding: 2px 10px;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	background: #333;
	color: #fff;	
}
#copyright a {
	text-decoration: none;
	color: #fff;		
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 20px;		
	margin-bottom: 20px;
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #ccc;	
}

/*listブロック
---------------------------------------------------------------------------*/
/*ブロック１個あたりの設定*/
.list {
	overflow: hidden;
	width: 26.4%;	
	float: left;	
	margin: 0 0 20px 2%;	
	border: 1px solid #ccc;	
	box-shadow: 3px 4px 2px rgba(0,0,0,0.1);	
	padding: 2%;	
	border-radius: 3px;	
	background: #fff;
}
.list a {
	display: block;text-decoration: none;overflow: hidden;
	margin: -2%;	
	padding: 2%;
	background: #fff url(../images/arrow1.png) no-repeat right bottom / 40px;	
}
/*マウスオン時の設定*/
.list a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}
/*h4（見出し）タグの設定*/
.list h4 {
	color: #FCAF17;		
	font-size: 120%;	
	text-align: center;	
	height: 2em;		
	overflow: hidden;	
}
/*p（段落）タグの設定*/
.list p {
	padding: 0 !important;
	line-height: 1.5;	
	font-size: 90%;	
	color: #333;	
	height: 6em;		
	overflow: hidden;	
}

/*サムネイル画像の設定
---------------------------------------------------------------------------*/
.thumbnail {
	width: 70px;
	margin: 5px;
	opacity: 0.7;	
}
/*マウスオン時*/
.thumbnail:hover {
	opacity: 1;
}

/*よく頂く質問
---------------------------------------------------------------------------*/
/*外側ブロック*/
.faq {
	padding: 0px 20px;	
}
/*質問*/
.faq dt {
	color: #FCAF17;	
	font-weight: bold;	
	padding-left: 30px;	
	background: url(../images/faq_q.png) no-repeat left top / 30px;	
}
/*回答*/
.faq dd {
	padding-left: 30px;	
	margin-bottom: 20px;	
	padding-bottom: 20px;	
	border-bottom: 1px solid #ccc;
	background: url(../images/faq_a.png) no-repeat left top / 30px;
}

/*テーブル
---------------------------------------------------------------------------*/

.ta1 caption {
	border: 1px solid #ccc;	
	border-bottom: none;
	text-align: left;		
	background: #eee;	
	color: #666;		
	font-weight: bold;		
	padding: 10px;			
}
/*ta1設定*/
.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;
	color: #666;	
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #ccc;	
	padding: 10px;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	
	text-align: center;
}

/*テーブル（ta2）サブブロックの受付テーブルに使用。
---------------------------------------------------------------------------*/

.ta2 caption {
	border: 1px solid #b7b7b7;	
	border-bottom: none;	
	text-align: center;
	background: #fff;		
	color: #333;
	font-weight: bold;		
	padding: 10px;			
}
/*ta2設定*/
.ta2 {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;	
	background: #fff;
	color: #333;
}
.ta2, .ta2 td, .ta2 th {
	word-break: break-all;
	border: 1px solid #b7b7b7;	
}
/*曜日*/
.ta2 th {
	background: #fffbe3;
}

/*inputボタン
---------------------------------------------------------------------------*/
#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: 18px;
	border-radius: 3px;
	background: #eee;
}
/*マウスオン時の設定*/
#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;
	background: #fff;
}


/*box*/
#main .box {
	overflow: hidden;
	border: 3px solid #FCAF17;
	padding: 20px;				
	border-radius: 10px;		
	margin-bottom: 20px;		
	background: #fff;			
}
/*box内のh4タグ*/
#main .box h4 {
	color: #FCAF17;	
	font-size: 130%;	
}
/*box内のpタグ*/
#main .box p {
	padding: 0 !important;
}
/*box内のfrとflスタイルのリセット*/
#main .box .fr,#main .box .fl {margin-bottom: 0;}

/*ページ内メニュー（info.htmlで使用）
---------------------------------------------------------------------------*/
/*ブロック全体*/
.menu {
	overflow: hidden;
	margin-bottom: 20px;	
	text-align: center;		
}
/*メニュー１個あたりの指定*/
.menu li {
	display: inline;	
	border-right: 1px solid #999;	
}
.menu li a {
	padding: 10px;	
}
/*最初のメニューへの追加指定*/
.menu li:first-child {
	border-left: 1px solid #999;	
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/

@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}

body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;z-index: 100;position: fixed;
	width: 100px;	
	bottom: 55px;		
	right: 3%;			
	animation-name: scroll;	
	animation-duration: 0.5S;	
	animation-fill-mode: forwards;	
	border-radius: 50%;
	border: 3px solid #FCAF17;
	background: #fff;
	background: rgba(255,255,255,0.5);	
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #fff;
}





p.check {
	background: #FCAF17;
	color:#fff;
	padding: 10px 25px !important;
	margin-bottom: 20px;
}
#sub p.check {
	padding: 5px !important;
}
p.check a {color: #fff;}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 40px;
}
ol {
	padding: 0 20px 20px 45px;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #eee;border: 1px solid #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.mb10 {margin-bottom: 10px;}
.mb30 {margin-bottom: 30px;}
.clear {clear: both;}
.color1, .color1 a {color: #FCAF17;}
.bgcolor1 {background: #f2f2f2 !important;}
.bgcolor2 {background: #dbebf7 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.w40p {width: 40%;}
.w20p {width: 20%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.fr {float: right;margin-left: 2%;margin-bottom: 20px;}
.fl {float: left;margin-right: 2%;margin-bottom: 20px;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
#sub .big1 {font-size: 20px;letter-spacing: normal;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.dn {display: none;}



/*画面幅1100px以下の設定
-------------------------------------------------------------------------------*/
@media screen and (max-width:1100px){


#container {
	padding: 0 3%;		
}

/*mainコンテンツ
---------------------------------------------------------------------------*/

.home #main {
	margin-top: 23%;	
}

}



/*画面幅900px以下の設定
-----------------------------------------------------------------------------*/
@media screen and (max-width:900px){


/*ヘッダーブロック*/
header {
	position: absolute;
	left: 3%;	
	top: 0px;	
}
/*ロゴ画像ブロック*/
header #logo {
	width: 170px;	
}

/*contents
---------------------------------------------------------------------------*/

.home #contents {
	padding-top: 25%;	
}

#contents {
	padding-top: 200px;
}

/*メインメニュー
---------------------------------------------------------------------------*/

@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 1px solid #fff;		
	width: 100%;
	z-index: 10;
	animation-name: menu1;		
	animation-duration: 0.5S;	
	animation-fill-mode: both;
}

#menubar-s li a {
	display: block;text-decoration: none;
	padding: 15px 10px 15px 20px;	
	border-bottom: 1px solid #fff;
	background: rgba(0,0,0,0.8);	
	font-size: 20px;
	color: #fff;	
}

#menubar-s li a span {
	display: block;
	font-size: 12px;	
}

#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	z-index: 11;
	top: -20px;	
	right: 1%;	
	
}


/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 100px;	
	height: 80px;
	border-radius: 50%;
	padding: 1em;
  -webkit-animation: wl2 4s infinite linear;
          animation: wl2 4s infinite linear;
  background-color: #90e0d6;
}
@-webkit-keyframes wl2 {
  0% {
    border-radius: 30px 70px 70px 70px/30% 40% 60% 60%;
  }
  25% {
    border-radius: 70px 70px 30px 70px/40% 60% 30% 60%;
  }
  50% {
    border-radius: 120px 70px 70px 120px/50% 60% 40% 50%;
  }
  75% {
    border-radius: 70px 100px 100px 70px/60% 50% 50% 40%;
  }
  100% {
    border-radius: 30px 70px 70px 70px/30% 40% 60% 60%;
  }
}
@keyframes wl2 {
  0% {
    border-radius: 30px 70px 70px 70px/30% 40% 60% 60%;
  }
  25% {
    border-radius: 70px 70px 30px 70px/40% 60% 30% 60%;
  }
  50% {
    border-radius: 120px 70px 70px 120px/50% 60% 40% 50%;
  }
  75% {
    border-radius: 70px 100px 100px 70px/60% 50% 50% 40%;
  }
  100% {
    border-radius: 30px 70px 70px 70px/30% 40% 60% 60%;
  }
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #FCAF17 url(../images/icon_menu.png) no-repeat center top/110px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #FCAF17 url(../images/icon_menu.png) no-repeat center bottom/110px;
}

/*header,main,sub
---------------------------------------------------------------------------*/
header, #main, #sub {
	float: none;
	width: auto;
	overflow: hidden;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #side {display: none;}

}



/*画面幅600px以下の設定
-----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

/*mainコンテンツ
----------------------------------------------------------------*/
/*mainコンテンツのh2タグ設定*/
#main h2 {
	font-size: 18px;	
	padding: 10px 20px 10px 60px;	
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	width: 60px;	/*幅*/
}

}




@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;
	font-size: 2.93vw;
}

/*ヘッダー
---------------------------------------------------------------------------*/

header #logo {
	width: 120px;	
}
/*contents
---------------------------------------------------------------------------*/

.home #contents {
	padding-top: 60%;	
}

#contents {
	padding-top: 140px;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/

#main h2 {
	font-size: 16px;
	padding: 10px 20px;	
	background-image: none;
}

#main h3::first-letter {
	border-left: none;
	padding-left: 0;
}

#main p {
	padding: 0px 0px 20px;
}

/*listブロック
---------------------------------------------------------------------------*/
/*ブロック１個あたりの設定*/
.list {
	overflow: hidden;
	width: 26.4%;	
	float: left;	
	margin: 0 0 20px 2%;	
	border: 1px solid #ccc;	
	box-shadow: 3px 4px 2px rgba(0,0,0,0.1);	
	padding: 2%;	
	border-radius: 3px;	
}
.list a {
	display: block;text-decoration: none;overflow: hidden;
	margin: -2%;	
	padding: 2%;	
	background: url(../images/arrow1.png) no-repeat right bottom / 40px;
}
/*マウスオン時の設定*/
.list a:hover {
	position: relative;
	left: 1px;
	top: 1px;	
}
/*h4（見出し）タグの設定*/
.list h4 {
	color: #FCAF17;	
	font-size: 120%;	
	text-align: center;	
	height: 2em;		
	overflow: hidden;	
}
/*p（段落）タグの設定*/
.list p {
	padding: 0 !important;
	line-height: 1.5;	
	font-size: 90%;		
	color: #333;	
	height: 6em;	
	overflow: hidden;
}

/*トップページ内「更新情報・お知らせ」
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 10px;
	padding-right: 10px;
}

/*よく頂く質問
---------------------------------------------------------------------------*/
.faq {
	padding: 0px;
}
.faq dt,.faq dd {
	background-size: 25px;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/

.ta1 caption {
	padding: 5px;	
}

.ta1, .ta1 td, .ta1 th {
	padding: 5px;
}

.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 18px;letter-spacing: normal;}
.sh {display:block;}
.pc {display:none;}

}


/*PDF button　BS
---------------------------------------------------------------------------*/
.pdf-buttons {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 20px 0;
  }
  
  .pdf-buttons button {
	font-family: 'Kosugi Maru', sans-serif;

	background-color: #fff8dc; /* light yellow */
	border: none;
	border-radius: 12px;
	padding: 12px 20px;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
	width: 350px;
	max-width: 100%;
	transition: background 0.2s;
  }
  
  .pdf-buttons button:hover {
	background-color: #ffbf35;
  }
  
  
  .pdf-buttons button span {
	text-decoration: underline;
  }
  