@charset "utf-8";

/*------------------------------------------------------------
	Webfont
------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*
 * "はんなり明朝" licensed under the IPA Font License Agreement v1.0
 * http://typingart.net/（配布元のURL）
 * http://ipafont.ipa.go.jp/（IPAフォントのURL）
 * http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
 */

/*@font-face {
  font-family: "hannari";
  src: url("../font/hannari.woff") format('woff'),
  url("../font/hannari.otf") format('opentype');
}*/

/*------------------------------------------------------------
	Base
------------------------------------------------------------*/

body {
	margin:0 auto;
	padding: 0;
	width: 100%;
	color: #4d4d4d;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 88%; /* font-size: 14px; */
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
	letter-spacing: normal;
	vertical-align: baseline;
}

img {
	border:0;
	vertical-align: top;
}
p {
	/*font-size: 120%; /* font-size: 18px; */
	padding:0;
	margin:0 0 1.3em 0;
	line-height: 1.7em;
	transform: rotate(0.05deg);
}

p.lst_p {
	margin:0;
}

ul {
	list-style-type: none;
}

.sponly,
.sponly700,
.sponly640 {
	display: none;
}

@media screen and (max-width:640px) {
.sponly640 {
	display: inherit;
}
}

/*------------------------------------------------------------
	All
------------------------------------------------------------*/

/*------clearfix-------------------*/
.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	font-size: 0.1em;
	line-height: 0;
}
/*---
For IE
-----*/
.clearfix {
	display:inline-block;
}
/*MacIE \*/
* html .clearfix {height: 1em;}
.clearfix {display: block;}
/*  */



/*------------------------------------------------------------
	LinkColor
------------------------------------------------------------*/

a:link { color:#1c50a1; text-decoration:underline; }
a:visited { color:#1c50a1; text-decoration:underline; }
a:hover { color:#1c50a1; text-decoration:none; }
a:active { color:#1c50a1; text-decoration:none; }

/*------------------------------------------------------------
	Header
------------------------------------------------------------*/

header {
	width: 100%;
	z-index: 100;
	text-align: center;
	padding: 40px 0 30px 0;
}

header h1 {
	text-align: center;
	padding: 0 0 48px 0;
}

header h1 img {
	max-width: 110px;
	width: 100%;
	height: auto;
}

header h1.front {
	display: none;
}

/*------------------------------------------------------------
	Navigation
------------------------------------------------------------*/

nav {
	display: inline-block;
	margin: 0 auto;
}

nav ul.menu {
	float: left;
	border-right: 1px solid #666666;
	padding: 0 1px 0 0;
	margin: 7px 0 5px 0;
}

nav ul:after {
	content: "";
	display: block;
	clear: both;
}

nav ul.menu li {
	position: relative;
	float: left;
	padding: 0 20px;
	border-right: 1px solid #666666;
	max-height: 50px;
	line-height: 1em;
	letter-spacing: 0.1em;
	/*overflow: hidden;*/
}

nav ul li.menu a {
	display: block;
	padding: 22px 0;
	border: none;
}

nav a:link { color:#666666; text-decoration:none; }
nav a:visited { color:#666666; text-decoration:none; }
nav a:hover { color:#666666; text-decoration:none; }
nav a:active { color:#666666; text-decoration:none; }

nav ul.menu li.current-menu-item:after {
	content: " ";
	display: block;
	background: #dcebf0;
	height: 5px;
	width: 90%;
	position: absolute;
	top: 20px;
	left: 5%;
}

nav ul.menu li.about:after,
nav ul.menu li.access:after {
	display: none;
}

nav ul.sns {
	float: left;
	padding: 0 0 0 15px;
}

nav ul.sns li {
	float: left;
	padding: 0 10px;
}

nav ul.sns li img {
	max-width: 25px;
	width: 100%;
	height: auto;
}

/*------------------------------------------------------------
	Contents
------------------------------------------------------------*/

#container:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	font-size: 0.1em;
	line-height: 0;
}
/*---
For IE
-----*/
#container {
	display:inline-block;
	position: relative;
	clear:both;
	width: 100%;
	margin: 0 auto;
}
/*MacIE \*/
* html #container {height: 1em;}
#container {display: block;}
/*  */

/*------------------------------------------------------------
	Innerblock
------------------------------------------------------------*/

.innerblock {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.innerblock:after {
    content:" ";
    display:block;
    clear:both;
}

/*------------------------------------------------------------
	Bannerblock:subpageonly
------------------------------------------------------------*/

.bannerblock {
	border-top: 1px solid #e6e6e6;
	padding: 54px 0 127px 0;
}

.bannerblock ul {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.bannerblock ul:after {
	content: " ";
	display: block;
	clear: both;
}

.bannerblock ul li {
	float: left;
	margin: 0 30px 0 0;
}

.bannerblock ul li:last-child {
	margin: 0;
}

.bannerblock ul li img {
	max-width: 217px;
	width: 100%;
	height: auto;
}

/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/

footer {
	clear: both;
	width: 100%;
	background: #1c50a1 url(../images/template/bg_nami.png) repeat-x left -6px;
	background-size: 32px auto;
	color: #fff;
	text-align: center;
}

footer:after {
    content:" ";
    display:block;
    clear:both;
}

footer .innerblock {
	max-width: auto;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	padding: 50px 0 35px 0;
}

footer a:link { color:#3b3b3b; text-decoration:none; }
footer a:visited { color:#3b3b3b; text-decoration:none; }
footer a:hover { color:#3b3b3b; text-decoration:none; }
footer a:active { color:#3b3b3b; text-decoration:none; }

footer h1 {
	float: left;
	padding: 30px 35px;
}

footer h1 img {
	max-width: 180px;
	width: 100%;
	height: auto;
}

footer .rightblock {
	float: left;
	padding: 0 0 0 32px;
	border-left: 1px solid #fff;
	text-align: left;
}

footer .rightblock p,
footer .rightblock dl {
	margin: 0;
	font-size: 70%; /* font-size: 10px; */
	line-height: 1.8em;
}

footer .rightblock h2 {
	font-size: 14px; /* font-size: 14px; */
	font-family: 'EB Garamond', serif;
	margin: 0 0 10px 0;
}

footer .rightblock h2 span {
	font-weight: bold;
	padding: 0 10px 0 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

footer .rightblock p.address {
	margin: 0 0 10px 0;
}

footer .rightblock dl dt,
footer .rightblock dl dd {
	transform: rotate(0.05deg);
}

footer .rightblock dl dt {
	float: left;
	width: 100px;
	text-indent: -0.5em;
}

footer .rightblock dl dd {
	overflow: hidden;
}

footer p.copyright {
	background: #1469b4;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 70%; /* font-size: 10px; */
}

/*------------------------------------------------------------

	下層ページ全体スタイルレイアウト

------------------------------------------------------------*/

/*------------------------------------------------------------
	コンテナ下層基本
------------------------------------------------------------*/

#container.page {
}

/*------------------------------------------------------------
	ぱんくずリスト
------------------------------------------------------------*/

#breadcrumb {
	color: #4c4c4c;
	padding: 10px 0 35px 0;
	width: 100%;
	font-size: 80%;

	background: #f2f2f2;
	padding: 10px 0;
}

#breadcrumb ul {
	max-width: 1000px;
	margin: 0 auto;
}

#breadcrumb li {
	display: inline-block;
}
#breadcrumb li a {
	color: #ffbb17;
}

#breadcrumb span {
	color: #ffbb17;
}


/*------------------------------------------------------------
	ページリンク(詳細ページ内）
------------------------------------------------------------*/

.pagelink:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	font-size: 0.1em;
	line-height: 0;
}
/*---
For IE
-----*/
.pagelink {
	display:inline-block;
	clear: both;
	margin: 0 0 30px 0;
}
/*MacIE \*/
* html .pagelink {height: 1em;}
.pagelink {display: block;}

.pagelink .next {
	float: left;
}

.pagelink .prev {
	float: right;
}

/*------------------------------------------------------------
	#sub_page 共通スタイル
------------------------------------------------------------*/

.sub_page {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

/*------------------------------------------------------------
	テキストレイアウト
------------------------------------------------------------*/

.sub_page p {
	font-weight: 200; /* Light */
}

/*------------------------------
	.sm 文字小さめ（14px）
--------------------------------*/

#sub_page .sm {
	font-size: 87%;
}

/*------------------------------
	.bold 文字大きめ（24px）
--------------------------------*/

#sub_page .lg {
	font-size: 150%;
}

/*------------------------------
	.bold 文字強調
--------------------------------*/

#sub_page .bold {
	font-weight: bold;
}

/*------------------------------
	.right 右寄せ
--------------------------------*/

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

/*------------------------------------------------------------
	見出しレイアウト
------------------------------------------------------------*/

.titleblock {
	padding: 26% 0 0 0;
}

.titleblock h2:before {
	content: " ";
	display: block;
	width: 100%;
	height: 6px;
	background: url(../images/template/bg_nami.png) repeat-x center top;
	background-size: 32px auto;
	padding: 0 0 67px 0;
	position: relative;
	top: -6px;
}

.titleblock h2 {
	background: #fff;
	text-align: center;
	padding: 0 0 40px 0;
}

.titleblock h2 img {
	max-width: 300px;
	width: 100%;
	height: auto;
}

/*------------------------------------------------------------
	ページ内ブロックレイアウト
------------------------------------------------------------*/

#sub_page article {
	position: relative;
	margin: 0 0 50px 0;
}

#sub_page article:after {
    content:" ";
    display:block;
    clear:both;
}

/*------------------------------------------------------------
	内包ボックスレイアウト
------------------------------------------------------------*/

/*------------------------------
	.postlistblock
--------------------------------*/

.postlistblock {
	clear: both;
	padding: 80px 0 100px 0;
}

.postlistblock .articlelist {
	padding: 0 0 70px 0;
}

.postlistblock .articlelist:after {
	content: "";
	display: block;
	clear: both;
}

.postlistblock dl {
	max-width: 300px;
	width: 100%;
	float: left;
	margin: 0 30px 0 0;
	color: #4d4d4d;
}

.postlistblock dl:nth-child(3n),
.postlistblock dl:last-child {
	margin: 0;
}

.postlistblock dl dt {
	height: 198px;
	overflow: hidden;
}

.postlistblock dl dt img {
	max-width: 300px;
	width: 100%;
	height: auto;
}

.postlistblock dl dd {
	word-break: break-all;
	margin: 0 0 30px 0;
}

.postlistblock dl dd br {
	display: none;
}

.postlistblock dl dd.day {
	padding: 20px 0;
	margin: 0 0 10px 0;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
}

.postlistblock dl dd.day a {
	text-decoration: none;
	color: #4d4d4d;
	margin: 0 2px;
}

.postlistblock .btn {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

.postlistblock .btn a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	background: #1c50a1;
	text-align: center;
	font-size: 114%; /* font-size: 16px; */
}

/*------------------------------------------------------------
	リンクレイアウト
------------------------------------------------------------*/

/*------------------------------
	.pdf PDFへのリンク
--------------------------------*/

#sub_page a.pdf {
	padding: 0 20px 0 0;
	background: url(../images/templates/pt_pdf.gif) no-repeat right center;
}

/*------------------------------
	.outside 外部へのリンク
--------------------------------*/

#sub_page a.outside {
	padding: 0 20px 0 0;
	background: url(../images/sub/pt_outside.png) no-repeat right center;
}

/*------------------------------------------------------------
	リストレイアウト
------------------------------------------------------------*/

/*------------------------------
	ul 基本のリスト（黒丸ポイントスタイル）
--------------------------------*/

#sub_page ul {
	margin: 0 0 1.5em 0;
}

#sub_page ul li {
	list-style: outside;
	margin: 0 0 0 1.3em;
	line-height: 1.7em;
	font-weight: 200; /* Light */
}

/*リスト下に空きを多めに入れたい場合用*/
#sub_page ul.mg li {
	margin: 0 0 10px 1.3em;
}

/*------------------------------
	ol 基本のリスト（数字スタイル）
--------------------------------*/

#sub_page ol {
	margin: 0 0 1.5em 0;
}

#sub_page ol li {
	list-style:decimal;
	margin:5px 20px;
	line-height: 1.7em;
	font-weight: 200; /* Light */
}

/*------------------------------
	dl 基本のリスト（見出しありスタイル）
--------------------------------*/

#sub_page dl {
	margin: 0 0 1.5em 0;
}

#sub_page dl dd {
	line-height: 1.7em;
	font-weight: 200; /* Light */
}

/*------------------------------------------------------------
	注釈レイアウト
------------------------------------------------------------*/

#sub_page dl.notice {
	clear: both;
	border-top: 1px dotted #CCC;
	padding: 20px 0;
	margin: 0 0 20px 0;
}

#sub_page dl.notice dt {
	font-weight: bold;
	padding: 0 0 5px 0;
}

#sub_page dl.notice dt span {
	font-weight: normal;
	text-decoration: none;
}

#sub_page dl.notice dd {
	padding: 0;
}

/*------------------------------------------------------------
	テーブルレイアウト
------------------------------------------------------------*/

#sub_page table {
	border-collapse:collapse;
	border: 1px solid #afafaf;
	margin: 0 0 20px 0;
}

#sub_page table th {
	border: 1px solid #afafaf;
	background-color: rgba(239,239,239,0.7);
	font-weight: bold;
	padding: 25px 20px;
}

#sub_page table td {
	border: 1px solid #afafaf;
	background-color: rgba(255,255,255,0.7);
	padding: 25px 20px;
}

#sub_page table td dl,
#sub_page table td ul,
#sub_page table td ol {
	margin: 0;
}

#sub_page table td dl dt {
	font-weight: bold;
}

#sub_page table td dl dd {
	margin: 0 0 10px 0;
}

#sub_page table td dl dd:last-child {
	margin: 0;
}

/*------------------------------------------------------------
	画像ボックスレイアウト
------------------------------------------------------------*/

/*------------------------------
	基本
--------------------------------*/

#sub_page .imgbox {
	margin: 0 0 20px 0;
}

/*------------------------------
	基本:画像中央
--------------------------------*/

#sub_page .imgcenter {
	text-align: center;
}

/*------------------------------
	右寄せ
--------------------------------*/

#sub_page .imgbox_right {
	float: right;
	margin: 0 0 20px 20px;
}

/*------------------------------
	左寄せ
--------------------------------*/

#sub_page .imgbox_left {
	float: left;
	margin: 0 20px 20px 0;
}

/*------------------------------------------------------------
	フォームレイアウト
------------------------------------------------------------*/

input[type="text"],textarea {
	border: none;
	font-size: 120%;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	background: #f3f3f3;
}

input[type="text"] {
}

textarea {
	height: 10em;
}

input[type="submit"],
input[type="button"] {
	width: 210px;
	height: 60px;
	background: #a0ca92;
	border: none;
	color: #fff;

	text-shadow: 0.1px 0.1px 0 #a47f22;
	font-size: 120%;
	font-family: "Noto Sans Japanese", sans-serif;
	cursor: pointer;

	-webkit-appearance: none;
	border-radius: 0;
}


/*------------------------------------------------------------

	共通JavaScriptスタイルレイアウト

------------------------------------------------------------*/

/************************************
** レスポンシブページネーション
************************************/
#sub_page .pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#sub_page .pagination li {
	list-style-type: none;
	margin: 0 5px;
	padding: 0;
}

#sub_page .pagination,
#sub_page .pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#sub_page .pagination a {
  font-weight: 300;
  padding: 0;
  text-decoration:none;
  border: 1px solid #ddd;
  background-color: rgba(255,255,255,0.7);
  min-width:36px;
  min-height:36px;
  color: #333;
}

#sub_page .pagination li:not([class*="current"]) a:hover {
  background-color: rgba(238,238,238,0.7);
}

#sub_page .pagination li:first-of-type a {
  border-left-width: 1px;
}

#sub_page .pagination li.first span,
#sub_page .pagination li.last span,
#sub_page .pagination li.previous span,
#sub_page .pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#sub_page .pagination li.first a::before,
#sub_page .pagination li.last a::after,
#sub_page .pagination li.previous a::before,
#sub_page .pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

#sub_page .pagination li.first a::before { content: "\f100"; }
#sub_page .pagination li.last a::after { content: "\f101"; }

#sub_page .pagination li.previous a::before { content: "\f104"; }
#sub_page .pagination li.next a::after { content: "\f105"; }

#sub_page .pagination li.current a {
 background-color: rgba(221,221,221,0.7);
 cursor: default;
 pointer-events: none;
}

#sub_page .pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

#sub_page .pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 680px ) {
  #sub_page .pagination li.first,
  #sub_page .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #sub_page .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
  #sub_page .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #sub_page .pagination li.current,
  #sub_page .pagination li.first,
  #sub_page .pagination li.last,
  #sub_page .pagination li.previous,
  #sub_page .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  #sub_page .pagination li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 400px ) {
  #sub_page .pagination li.first,
  #sub_page .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #sub_page .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
  #sub_page .pagination li { width: 50%;}

  #sub_page .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
