@charset "UTF-8";

/*--------------------------------------------------------------
RESET
-------------------------------------------------------------- */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
img {
	vertical-align: bottom;
	right: 4px;
	top: 4px;
}


/*-------------------------------------------------------------------------------
CLEARFIX
-------------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}




/*-------------------------------------------------------------------------------
 COMMON
-------------------------------------------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #555555;
	width: 100%;
	overflow-x: hidden;
	background-color: #FAF5F4;
}

html {
	overflow-y:scroll;
}

.container {
	position: relative;
}
.container-fluid {
	position: relative;
}

a:link {
	color: #555555;
	text-decoration: underline;
}
a:visited {
	color: #555555;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
}

/* 画像配置 左 */
img.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

/* 画像配置 中央 */
img.aligncenter {
	display: block;
	margin: 1px auto;
}

/* 画像配置 右 */
img.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

img {
	max-width: 100%;
	height: auto;
}

#first_banner {
	width: 100%;
	height: 500px;
	background-image: url("../images/first_img_bg@2x.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


/*区切り*/
.kugiri {
	width: 100%;
	height: 35px;
	margin: 50px 0px;
	text-align: center;
	background-image: url("../images/kugiri@2x.png");
	background-repeat: no-repeat;
	background-size: 32px 34px;
	background-position: 50%;
}

.news_list {
	margin: 30px 0px;
	text-align: center;
	font-size: 0.9em;
}


/*リストアイテム*/
.h4_midashi {
	font-weight: bold;
}

ul.list_item {
	margin: 0px 25px;
	font-size: 0.9em;
}
ul.list_item li {
	margin: 10px 0px;	
}
.list_midashi {
	margin: 20px 0px -10px 0px;
}

/*---------------------------------
 共通マージン設定
---------------------------------*/
.mtb10 {
	margin: 10px 0 10px 0;
}
.mt15 {
	margin-top: 15px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt70 {
	margin-top: 80px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
.mt120 {
	margin-top: 120px;
}
.mt150 {
	margin-top: 150px;
}
.mtb20 {
	margin: 20px 0 20px 0;
}
.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mtb50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.mtb100 {
	margin-top: 100px;
	margin-bottom: 100px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.ml_20 {
	margin: 0 0 0 20px;
}
.mr_10 {
	margin: 0 10px 0 0;
}
.mp15 {
	padding: 15px 0 0 0;
}
.mpt70 {
	padding: 70px 0 0 0;
}
.pt100 {
	padding-top: 100px;
}

figure {
	margin-bottom: 30px;
}


/*---------------------------------
 年表
---------------------------------*/
.main-bdr {
	border-color: #6bb6ff;
}
.tl-content {
	position: relative;
	padding: 0 0 1.5em 1.8em;
}
.tl-content:before {
	content: "";
	display: block;
	position: absolute;
	top: 24px;
	bottom: 0;
	left: 6px;
	width: 3px;
	background: #ccd5db;
}
.tl-content:not(:first-of-type):not(:last-of-type) .tl_marker {
	background: transparent;
}
.tl-content:last-of-type:before {
	content: none;
}
.tl-content img {
	max-width: 100%;
	height: auto;
}
.tl_label {
	padding-top: 2px;
	color: #90969a;
	font-size: 14px;
	font-weight: bold;
}
.tl_title {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5;
}
.tl_main {
	margin-top: 0.5em;
	padding: 0 0 1.5em;
	font-size: 0.9em;
	line-height: 1.6;
	border-bottom: dashed 1px #ccd5db;
}
.main-bc {
	background-color: #6bb6ff;
}
.main-bc_end {
	background-color: red;
}
.tl_marker {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #6bb6ff;
}
.tl_marker_end {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px red;
}

.tl_lsit li {
	margin: 10px 20px;
	line-height: 120%;
}

/*---------------------------------
 ページトップへ戻るボタン
---------------------------------*/
#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 77%;
}
#page-top a {
    background: #555555;
    text-decoration: none;
    color: #fff;
    padding: 5px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}



.footer {
	border-top: 1px solid #555555;
	margin: 100px auto 10px auto;
	padding: 10px;
	text-align: center;
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, "serif";
	color: #555555;
}

/*-------------------------------------------------------------------------------
 幅768px以下の指定
-------------------------------------------------------------------------------*/

.pc_disp {
	display: none;
}
.sp_disp {
	display: block;
}


/*---------------------------------
 フォント設定
---------------------------------*/
/*Google Fonts*/
.wf-sawarabimincho {
	font-family: "Sawarabi Mincho";
}
.wf-merriweather {
	font-family: 'Merriweather', serif;
}

.font_tr {
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-style: italic;
}

.h2_midashi {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	font-family: "Sawarabi Mincho";
}
.h3_midashi {
	font-size: 1.5em;
	text-align: center;
	font-family: "Sawarabi Mincho";
}
.h3_midashi_h {
	font-size: 1.5em;
	font-family: "Sawarabi Mincho";
}

.wf-merriweather_number {
	font-family: 'Merriweather', serif;
	font-size: 1.6em;
	font-style: italic;
}
.wf-merriweather_number_tr {
	font-family: 'Merriweather', serif;
	font-size: 1em;
	font-style: italic;
}


/*タイトル下部 説明用*/
.h2_midashi_tr {
	font-size: 0.9em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-style: italic;
}
.h3_midashi_tr {
	font-size: 0.9em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-style: italic;
}
.h3_midashi_tr_h {
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-style: italic;
}
.description_ja {
	margin-top: 10px;
	font-size: 0.9em;
	font-family: "Sawarabi Mincho";
}
.description_tr {
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-style: italic;
}
.caption_ja {
	margin: 5px 0px;
	font-size: 0.9em;
	line-height: 120%;
}
.caption_tr {
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-style: italic;
	line-height: 120%;
}


/*---------------------------------
Global Navigation
（モバイル-ハンバーガーメニュー）
---------------------------------*/
.menu, .menu span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
}
.menu {
	position: fixed;
	top: 20px;
	right: 25px;
	width: 35px;
	height: 22px;
	z-index: 10;
}
.menu span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	z-index: 10;
}
.menu span:nth-of-type(1) {
	top: 0px;
}
.menu span:nth-of-type(2) {
	top: 10px;
}
.menu span:nth-of-type(3) {
	bottom: 0px;
}
.menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
.menu.active span:nth-of-type(2) {
	opacity: 0;
}
.menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
}

#nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	height: 100vh;
	opacity: 0;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
}
#nav.active {
	right: 0;
	opacity: 1;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}
#nav ul {
	margin: 20px 0;
	padding: 20px 0;
}
#nav ul li {
	list-style-type: none;
	font-family: "Sawarabi Mincho";
}
#nav ul li a {
	display: block;
	padding: 20px 0;
	transition: all 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	color: #333;
}
#nav ul li a:hover {
	color: #f65d5d;
}




/*---------------------------------------------------------------------------------------------------------------------------
 Media queries!
---------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width : 768px ){
/*最小幅768px以上の指定*/

.pc_disp {
	display: none;
}
.sp_disp {
	display: block;
}


.h2_page_title {
	margin: 50px auto;
	text-align: center;
	position: relative;
}
.h2r_img_btn {
	position: absolute;
	top: 100px;
	right: 20px;
}
.h2_search_title {
	margin: 30px 0 20px 0;
	font-size: 20px;
	text-align: center;
}	

.bsingle {
	margin: 50px 0; 
}


#slider {
	margin-top: 0px;
}


/*---------------------------------
Global Navigation
（モバイル-ハンバーガーメニュー）
---------------------------------*/
.menu, .menu span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
}
.menu {
	position: fixed;
	top: 20px;
	right: 25px;
	width: 35px;
	height: 22px;
	z-index: 10;
}
.menu span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	z-index: 10;
}
.menu span:nth-of-type(1) {
	top: 0px;
}
.menu span:nth-of-type(2) {
	top: 10px;
}
.menu span:nth-of-type(3) {
	bottom: 0px;
}
.menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
.menu.active span:nth-of-type(2) {
	opacity: 0;
}
.menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
}

#nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	height: 100vh;
	opacity: 0;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
}
#nav.active {
	right: 0;
	opacity: 1;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}
#nav ul {
	margin: 20px 0;
	padding: 20px 0;
}
#nav ul li {
	list-style-type: none;
	font-family: "Sawarabi Mincho";
}
#nav ul li a {
	display: block;
	padding: 20px 0;
	transition: all 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	color: #333;
}
#nav ul li a:hover {
	color: #f65d5d;
}

	
}
/*---------------------------------------------------------------------------------------------------------------------------
 Media queries!
---------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:992px){
/*最小幅992px以上の指定*/

.pc_disp {
	display: block;
}
.sp_disp {
	display: none;
}
	
	
/*区切り*/
.kugiri {
	width: 100%;
	height: 35px;
	margin: 80px 0px;
	text-align: center;
	background-image: url("../images/kugiri@2x.png");
	background-repeat: no-repeat;
	background-size: 32px 34px;
	background-position: 50%;
}

	
/*---------------------------------
Global Navigation 
---------------------------------*/
.site_header{
    background: #fff;
    display: flex;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	z-index: 9999;
	text-align: center;
}
.site_header.fixed{
    position: fixed;
    top: 0;
}.gnav_menu{
    display: flex;
	font-size: 1.1em;
}
.gnav_menu_item{
    margin: 0 20px;
	list-style-type: none;
}
.gnav_menu_item a{
    color: #333;
    text-decoration: none;
}
	
	
}
/*---------------------------------------------------------------------------------------------------------------------------
 Media queries!
---------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1200px){
/*最小幅1200px以上の指定*/

.pc_disp {
	display: block;
}
.sp_disp {
	display: none;
}

	
/*区切り*/
.kugiri {
	width: 100%;
	height: 35px;
	margin: 80px 0px;
	text-align: center;
	background-image: url("../images/kugiri@2x.png");
	background-repeat: no-repeat;
	background-size: 32px 34px;
	background-position: 50%;
}

	
/*---------------------------------
 フォント設定
---------------------------------*/
/*Google Fonts*/
.wf-sawarabimincho {
	font-family: "Sawarabi Mincho";
}
.wf-merriweather {
	font-family: 'Merriweather', serif;
}

.font_tr {
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-style: italic;
}


.h2_midashi {
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
	font-family: "Sawarabi Mincho";
}
.h3_midashi {
	font-size: 1.7em;
	text-align: center;
	font-family: "Sawarabi Mincho";
}
.h3_midashi_h {
	font-size: 1.7em;
	font-family: "Sawarabi Mincho";
}

.wf-merriweather_number {
	font-family: 'Merriweather', serif;
	font-size: 1.6em;
	font-style: italic;
}
.wf-merriweather_number_tr {
	font-family: 'Merriweather', serif;
	font-size: 1em;
	font-style: italic;
}


/*タイトル下部 説明用*/
.h2_midashi_tr {
	font-size: 1em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-style: italic;
}
.h3_midashi_tr {
	font-size: 1em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-style: italic;
}
.h3_midashi_tr_h {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-style: italic;
}
.description_ja {
	margin-top: 10px;
	font-size: 1em;
	font-family: "Sawarabi Mincho";
}
.description_tr {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-style: italic;
}
.caption_ja {
	margin: 5px 0px;
	font-size: 1em;
	line-height: 120%;
}
.caption_tr {
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-style: italic;
	line-height: 120%;
}


/*---------------------------------
Global Navigation 
---------------------------------*/
.site_header {
    background: #fff;
    display: flex;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	z-index: 9999;
	text-align: center;
}
.site_header.fixed{
    position: fixed;
    top: 0;
}.gnav_menu {
    display: flex;
	font-size: 1.4em;
}
.gnav_menu_item {
    margin: 0 20px;
	list-style-type: none;
}
.gnav_menu_item a {
    color: #555555;
    text-decoration: none;
}
.gnav_menu_item a:visited {
    color: #555555;
    text-decoration: none;
}
.gnav_menu_item a:hover {
    color: #000000;
    text-decoration: none;
}
.gnav_menu_item a:active {
    color: #000000;
    text-decoration: none;
}

	

}
/*-------------------------------------------------------------------------------
 Print styles!
-------------------------------------------------------------------------------*/
@media print {
}
