@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

/*------------------- iPhone PortlaitとLandscapeの切り替え時に文字が拡大されないようにするハック ------------------------*/
html {
-webkit-text-size-adjust: 100%;
}




/*------------------- 全ページ共通事項 ------------------------*/

html {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 10px;
}

body a {
	cursor: pointer;
}

label {
	cursor: pointer;
}



.screen-reader-text {
	display: none;
}


#container { 
	position: relative;
	padding-bottom: 80px;
}


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


/*-------------------ラップのスタイル------------------------*/

#wrap {
	width: 320px;
	margin: 0px auto;
	padding: 0px 0px 5em 0px;
	top: 0px;
}

#wrap::after {
	content: "";
	display: block;
	clear: both;

}



/*-------------------スクロールアップ------------------------*/
#scrollup {
  position: absolute;
  bottom: 0px;
  right: 20px;
  height: 20px;
  width: 20px;
  padding: 2em 0px;
}
#scrollup::after {
	content: "";
	display: block;
	clear: both;
}
#scrollup img {
	width: 15px;
	height: 15px;
}




/*-------------------ヘッダー------------------------*/
header {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-sizing: border-box;
	color: rgba(67,112,167,1.00);
}
#logo {
	display: block;
	height: 60px;
	width: 100%;
	border-bottom: 1px;
	border-bottom-color: #d2b071;
	border-bottom-style: solid;
}
#logo img {
	width: 254px;
	height: 38px;
	margin: 10px 0px 0px 55px;
	padding: 0px;
}


#haba {
	max-width: 1280px;
	margin: 0px auto;
	padding: 0px;
}


/*-------------------フッター----------------------*/
footer {
	display: block;
	margin: 0px;
	padding: 14px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	box-sizing: border-box;
	color: rgba(67,112,167,1.00);
	text-align: center;
}

footer a {
	text-decoration: none;
	color: rgba(67,112,167,1.00);
}

address {
	font-style: normal;
	font-size: 140%;
}
small {
	font-style: normal;
	font-size: 100%;
	margin: 1em 0px 0px 0px;
	padding: 0px;
	display: block;
}

.phonenumber {
	display: block;
}
.officeaddress,
.buildingname {
	display: block;
	font-size: 85%;
}
#footermenu {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	font-size: 85%;
	display: flex;
	justify-content: center;
}
#footermenu li {
	list-style: none;
	margin: 0px;
	padding: 0px 1em;
}
#footermenu li+ li {
	border-left: 1px solid rgba(67,112,167,1.00);
}


/*-------------------ちびナビ------------------------*/
#menu_pulltub {
	margin: 0px;
	padding: 0px;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	right: -50px;

	background-image: url(../images/common/menu_pulltub.svg);
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 35px 35px;
	
	border-radius: 0px 0px 4px 0px;
	background-color: #ffffff;
}

#on_off {
	display: none;  /*チェックボックス本体は消しておく*/
}

input#on_off:checked ~ #slidemenu {
	left: 0px;
}

#coverlayer {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	bottom: 0;
	
	width: 0%;
	background-color: rgba(90,108,128,0.7);
	transition-duration: 500ms;
}
input#on_off:checked ~ #coverlayer {
	width: 100%;
}



#flow {
	overflow: auto;
	position: absolute;
	width: 90%;
	top: 0px;
	bottom: 0px;
}


#slidemenu {
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -80%;
	width: 80%;
	z-index: 10000;
	
	transition-duration: 500ms;
	display: block;
}




#chibinavi {
	margin: 0px;
	padding: 14px;
}

#chibinavi ul {
	margin: 0px;
	padding: 0px;
}
#chibinavi ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 160%;
	color: rgba(67,112,167,1.00);
}
#chibinavi ul li a {
	color: rgba(67,112,167,1.00);
	text-decoration: none;
	display: block;
	padding: 1em;
}
#chibinavi ul li a:hover {
	background-color: rgba(237,237,237,1.00);
}

/*-------------------グローバルナビ------------------------*/
 #global_menu {
	display: none;
	max-width: 1111px;
	margin: 0px auto;
 }
 
  #global_menu ul {
  	margin: 0px;
	padding: 0px 1em;
	height: 60px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
  }
 
  #global_menu ul li {
	margin: 1em 0px;
	padding: 1em;
	box-sizing: border-box;
	list-style: none;
   }
  #global_menu ul li a {
  	font-size: 140%;
  	color: rgba(67,112,167,1.00);
	text-decoration: none;
  }
 


 /*-------------------スライダー------------------------*/

#slider {
	width: 100%;
	height: 200px;
	margin: 0px;
	padding: 0px;	
}
.top_slickr {
	margin: 0px;
	padding: 0px;
}
.top_slickr li {
	height: 200px;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap; 
    overflow: hidden; 
}

 .slickr1 {
 	background-image: url("../images/top/1@2x-100.jpg");
 }
 .slickr2 {
 	background-image: url("../images/top/2@2x-100.jpg");
 }
 .slickr3 {
 	background-image: url("../images/top/3@2x-100.jpg");
 }
 .slickr4 {
 	background-image: url("../images/top/4@2x-100.jpg");
 }
 .slickr5 {
 	background-image: url("../images/top/5@2x-100.jpg");
 }
 .slickr6 {
 	background-image: url("../images/top/6@2x-100.jpg");
 }
 .slickr7 {
 	background-image: url("../images/top/7@2x-100.jpg");
 }


 /*-------------------トップの新着リスト------------------------*/
 
.news_lists {
	margin: 1em 0px;
	padding: 0px;
}

.news_lists,
.news_lists a {
	color: rgba(67,112,167,1.00);
	text-decoration: none;
}
.top_oshirase {
	font-size: 160%;
	color: rgba(67,112,167,1.00);
	border-bottom: 1px;
	border-bottom-color: rgba(210,176,113,1.00);
	border-bottom-style: solid;
	font-weight: normal;
}

.list__body {
	margin: 10px;
	padding: 0px;
	box-sizing: border-box;
}

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

.list__date {
	width: 5em;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 120%;
}
.list__title {
	font-size: 160%;
	margin: 0px;
	padding: 0px 0px 0px 5em;
	line-height: 20px;
	border-bottom: 1px;
	border-bottom-style: dashed;
	border-bottom-color:rgba(67,112,167,1.00) ;
}

 /*-------------------コンテンツ------------------------*/
.site-content {
}

#contents_width {
	margin: 0px auto;
	padding: 10px 15px;
	max-width: 700px;
	min-height: 450px;
	position: relative;
}

section {
	margin: 1em 0px;
	padding: 0px;
}
section:nth-child(2) {
	margin: 3em 0px;
	}
	
section::after {
	content: "";
	display: block;
	clear: both;
}

.image_pages {
	height: 200px;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap; 
    overflow: hidden; 
}

.image_insertion {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	box-sizing: border-box;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap; 
    overflow: hidden;
}

.pageheading {
	color: rgba(67,112,167,1.00);
	font-size: 180%;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 0.2em 0px;
	border-bottom: 1px;
	border-bottom-color: rgba(210,176,113,1.00);
	border-bottom-style: solid;
	clear: both;
}

.site-content p {
	box-sizing: border-box;
	margin: 0px;
	padding: 1em 0px 3em 0px;
	color: #555555;
	font-size: 160%;
	line-height: 1.75;
}









/*-------------------メディア切替------------------------*/

	/*iphone8、XとXS 375-667のポートレイト*/
@media screen and (min-width: 375px) {
	#wrap {
		width: 375px;
		}
	#logo img {
		margin: 10px 0px 0px 65px;
		}
	#slider,
	.top_slickr li {
		height: 320px;
		}
}


	/*iphone8plus、XR、XS Max 414-736のポートレイト*/
@media screen and (min-width: 414px) {
	#wrap {
		width: 414px;
		}
	#logo img {
		margin: 10px auto 0px auto;
		width: 100%;
		}
	#reo  {
		height: 400px;
		}
}


	/*iphoneSE 568-320のランドスケープ*/
@media screen and (min-width: 568px) {
	#wrap {
		width: 568px;
		}
	#slider,
	.top_slickr li {
		height: 200px;
			}
	.phonenumber,
	.officeaddress,
	.buildingname {
		display: inline-block;
		margin-right: 1em;
	}
	#copy_policy {
	display: flex;
	justify-content: center;
	align-items: center;
	}
}


	/*iphone8 667-375のランドスケープ*/
@media screen and (min-width: 667px) {
	#wrap {
		width: 667px;
		}
}




	/*iphone8plus 736-414のランドスケープ*/
@media screen and (min-width: 736px) {
	#wrap {
		width: 736px;
		}
}



/*iPad Pro 9.7のポートレイト*/
/*ipadmini 1024-768のポートレイト*/
@media screen and (min-width: 768px) {
	#wrap {
		width: 768px;
		}
	#slider,
	.top_slickr li {
		height: 400px;
		}
	#slidemenu {
		display: none;
		}
	#global_menu {
		display: block;
		}
}



	/*iphone xとxs 375-812のランドスケープ*/
@media screen and (min-width: 812px) {
	#wrap {
		width: 812px;
		}
	address div {
	display: inline-block;
	margin-right: 1em;
	}
}



	/*iPad Pro 10.5 834-1112のポートレイト*/
@media screen and (min-width: 834px) {
	#wrap {
		width: 834px;
		}
}


	/*iPad Pro 9.7のランドスケープ*/
	/*iPad Pro 12.9のポートレイト*/
@media screen and (min-width: 1024px) {
	#wrap {
		width: 1024px;
		}
}



/*iPad Pro 10.5のランドスケープ*/
@media screen and (min-width: 1112px) {

#wrap {
	width: 1112px;
}
}