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

/* メインビジュアル */
header {
	height:35%;
	min-height:250px;
	overflow:hidden;
}

header h2 {
	position:absolute;
	top:30%;
	right:5%;
	z-index:10;
	opacity:0;
	font-family: 'Noto Serif JP',"游明朝", YuMincho,"Hiragino Mincho ProN", "ヒラギノ角ゴ ProN W3",serif;
	color: #FFF;
	font-weight: 300;
	letter-spacing: 0.2em;
	font-size: 2em;
	line-height: 1.5;
	text-align: right;
}

header h2 span {
display: block;
font-family: 'Prata', serif;
font-size: 0.4em;
letter-spacing: 0.15em;
padding-right: 10px;
}


#PhotoBox {
	height:100%;
}

#PhotoBox img {
	width:100%;
	position: absolute;
	bottom:-30%;
	left: 0;
	z-index:1;
}

/* アニメーション用 */
#PhotoBox {
	opacity:0.5;
}


/* ページ概要 */
#ContIntroWrapper {
	background:url(../img/contents_intro_BG.jpg);
	padding-top:40px;
	padding-bottom:40px;
}

#ContIntroWrapper h3 {
	padding-bottom:20px;
	color: #00A3D9;
	font-weight: 300;
	line-height: 1.6;
	font-size: 1.7em;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif JP',"游明朝", YuMincho,"Hiragino Mincho ProN", "ヒラギノ角ゴ ProN W3",serif;
}

#ContIntroWrapper h3 strong {
margin-left: 10px;
background: #00A3D9;
color: #FFF;
font-weight: 400;
padding: 5px;
border-radius: 3px;
font-size: 0.5em;
position: relative;
top:-5px;
}

#ContIntroWrapper h3 img {
padding-right: 10px;
position: relative;
top:-3px;
}

#ContIntroWrapper p {
	padding-bottom:40px;
	margin-left:10px;
	line-height: 1.8;
	font-size: 1em;
	letter-spacing: 0.05em;
}

.ContIntroBird {
	position:absolute;
	padding-top:30px;
	right:0;
}

/* アニメーション設定 */
#ContIntroWrapper p,
#ContIntroWrapper .ContIntroBird {
	opacity:0;
}

#PageNavi ul {
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
}

#PageNavi li {
	width: 50%;
}

#PageNavi li a {
	font-size:0.9em;
	line-height:1.4;
	color:#333;
	text-decoration:none;
}

#PageNavi li a i {
padding-right: 10px;
color: #00A3D9;
transition: all  0.3s ease;
}

#PageNavi li a:hover {
	color:#00A3D9;
}

#PageNavi li a:hover i {
padding-left: 3px;
padding-right: 7px;
}

h4.ainu_icon {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
font-size: 1.6em;
line-height: 1.3;
text-align: center;
padding-bottom: 15px;
font-weight: normal;
letter-spacing: 0.1em;
}

h4.ainu_icon:before,
h4.ainu_icon:after {
content: "";
width: 21px;
height: 16px;
background:url(../img/title_monyou01.png) no-repeat left;
padding-left:30px;
}


.flexbox {
display: flex;
/* justify-content:space-between; */
flex-wrap: wrap;
}

.FullCont {
	clear:both;
	position:relative;
	overflow:hidden;
}

.FullCont h3 {
	text-align:center;
	line-height:50px;
	font-size:1.4em;
	letter-spacing:0.2em;
	font-weight:normal;
}

.Cont3colBox {
	width:300px;
	overflow:hidden;
	position:relative;
}

.Cont2colBox {
	width:48%;
	overflow:hidden;
}

.flexbox .Cont2colBox {
padding-bottom: 40px;
}

.Cont3colBox img,
.Cont2colBox img {
	width:100%;
}

.Cont3colBox h4 {
	font-size:1em;
	line-height:1.5;
	text-align:center;
	padding-bottom:5px;
	font-weight:normal;
	letter-spacing: 0;
}

.Cont2colBox h4 {
	font-size:1.4em;
	line-height:1.3;
	text-align:center;
	padding-bottom:5px;
	font-weight:normal;
}

.Cont2colBox h5 {
	font-size:1.2em;
	line-height:1.3;
	text-align:center;
	font-weight:normal;
	padding-top:5px;
}

.Cont3colBox h4 strong {
	background:url(../img/title_monyou01.png) no-repeat left, url(../img/title_monyou01.png) no-repeat right;
	background-size: auto 0.8em;
	padding-left:1.4em;
	padding-right:1.3em;
	font-weight:400;
}

.Cont3colBox h4 strong span {
	font-size: 12px;
}

.Cont3colBox p,
.Cont2colBox p {
	font-size:0.8em;
	line-height:1.7;
	text-align:justify;
	text-justify:inter-ideograph;
	padding-top:5px;
	padding-bottom:5px;
}

.FullCont .fLeft {float:left; padding-right:24px; border-right:1px dotted #CCC;}
.FullCont .fCenter {float:left; padding-left:24px; padding-right:24px; border-right:1px dotted #CCC;}
.FullCont .fRight {float:right; padding-left:24px; }

.borderSeparator {
	clear:both;
	border-bottom:1px dotted #CCC;
	width: 100%;
}

.Cont3colBox a {
	font-family: 'Droid Serif', serif;
	background:url(../img/contents_col_link_arrow.png) no-repeat left 2px;
	padding-left:16px;
	text-indent:0;
	font-size:0.8em;
	color:#3A6FAB;
	display:block;
	line-height:1.4;
	word-break: break-all;
}

.colLinkCenter {
	text-align:center;
	padding-top:7px;
}

.colLinkCenter a {
	font-family: 'Droid Serif', serif;
	background:url(../img/contents_col_link_arrow.png) no-repeat left center;
	padding-left:16px;
	text-indent:0;
	font-size:0.8em;
	color:#3A6FAB;
	line-height:1.4;
}

.Cont3colBox a:hover,
.Cont2colBox a:hover {
	text-decoration:none;
}

#FooterTelOuter {
	width:1000px;
	margin:auto;
	clear:both;
	border-top:3px solid #9C9A8C;
	border-bottom:3px solid #9C9A8C;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:40px;
}

#FooterTel {
	border-top:1px solid #9C9A8C;
	border-bottom:1px solid #9C9A8C;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	clear:both;
	margin-bottom:15px;
	overflow:hidden;
	margin:auto;
}

#FooterTel h3 {
	font-weight:normal;
	margin-bottom:15px;
	background:#79796A url(../img/contents_footer_tel_bird.png) no-repeat right center;
	letter-spacing:0.1em;
	padding-top:10px;
	color:#FFF;
	border-radius:3px;
}

#FooterTel p {
	clear:both;
	font-size:0.85em;
	text-align:center;
	padding-top:20px;
	letter-spacing:0.1em;
}

#FooterTelOuter #FooterTelLeft {
	top:0;
}

#FooterTelLeft address {
	letter-spacing:0.02em;
	color:#5A584B;
}

#FooterTelLeft span {
	letter-spacing:0.02em;
	color:#5A584B;
}
#FooterTelLeft address span {
	font-size:0.45em;
	display:block;
	float:right;
	line-height:2.3em;
}

#FooterTel a {
position: relative;
}

#FooterTel a i {
position: absolute;
right: 5px;
top:50%;
transform: translateY(-50%);
font-size: 0.8em;
opacity: 0.7;
transition: all  0.3s ease;
}

#FooterTel a:hover i {
right: 3px;
}

#FooterTelBtn01 a {
	background:#008C8C;
	color:#FFF;
}

#FooterTelBtn02 a {
	background:#8C4600;
	color:#FFF;
}

#FooterTelBtn03 a {
	background:#00A4DB;
	color:#FFF;
}

#FooterTelBtn04 a {
	background:#666;
	color:#FFF;
}

/* フッターバナー */
#FooterBnrBox {
	padding-top:20px;
	clear:both;
}

/* バナー01 */
.TopBnrBox {
	width:460px;
	height:100px;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	float:left;
	margin-left:15px;
	margin-right:15px;
}

#TopBnr01 {
	background:url(../top_banner/kokoro_ph.jpg) no-repeat right center;
	background-size:300px auto;
}

#TopBnr01 h3 {
	background:#00A4DB;
	width:240px;
	height:100px;
	line-height:100px;
	text-align:center;
}

#TopBnr01 h3 img {
	vertical-align:middle;
}

#TopBnr01Waku {
	position:absolute;
	top:2px;
	left:2px;
}

#TopBnr01Arrow {
	position:absolute;
	top:40px;
	left:250px;
	opacity:0;
}

/* バナー02 */
#TopBnr02 {
	background:url(../top_banner/asahi_ph.jpg) no-repeat center center;
	background-size:100% auto;
}

#TopBnr02 h3 {
	height:100px;
}

#TopBnr02 h3 img {
	position:absolute;
	top:30px;
	left:5px;
	z-index:10;
}

#TopBnr02Waku {
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	opacity:0.7;
}


/* NEWアイコン */
.new_icon {
	display: inline-block;
	margin-right: 1em;
	background-color: #e40012;
	padding: 3px;
	border-radius: 3px;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 0.4em;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	position: relative;
	top:-0.5em;
}