﻿@charset "utf-8";

/* ==============================================================================
=================================================================================

	トップページ
	
=================================================================================
============================================================================== */

/*コンテンツエリア*/
#container{
padding-top: 52px;
}

#container #content #headBt {
display:none;
}

/*メインビジュアル*/
#container #mainVisual{
width: 100%;
height: auto;
z-index: 25;
}

#container #mainVisual .slider{
position: relative;
width: 100%;
height: auto;
}

#container #mainVisual .slider img{
width: 100%;
height: auto;
min-height:inherit;
min-width:inherit;
}

#content{
	padding: 20px 15px 0;
}

/* 重要なお知らせ・新着情報*/

#news01 {
background: #fdfaed;
padding:7vw 5vw;
}

#news02 {
padding:7vw 5vw;
}

#news01 h3,
#news02 h3 {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 1.2rem;
text-align: center;
margin:0 5vw 10px;
background-color: transparent;
}

#news01 dl,
#news02 dl,
#news03 dl{
font-size: 1rem;
line-height: 1.3em;
}

#news01 dl dd,
#news02 dl dd,
#news03 dl dd{
margin:0 0 1.2em 0;
}

#news01 dl dt,
#news02 dl dt,
#news03 dl dt{
margin:0 0 0.3em 0;
}

#news01 dt.tag-new::after,
#news02 dt.tag-new::after,
#news03 dt.tag-new::after{
content: "NEW";
background: #ff9600;
display: inline-block;
width: 3.2em;
text-align: center;
font-size: .75em;
color: #fff;
padding: 4px 4px 3px;
margin-left: 0.8em;
line-height: 1;
border-radius: 0.3em;
}


#news03 {
margin:0 5vw 10vw;
padding:2vw 5vw 3vw;
border:#ff7e00 solid 1px ;
}

#news03 h3 {
text-align: center;
font-size: 1.1rem;
line-height: 1.5em;
font-weight: normal;
height: 10vw;
width: 100%;
position: relative;
margin-bottom: 3vw;
background-color: transparent;
}

#news03 h3 span.circle {
height: 10vw;
width: 10vw;
border-radius: 50%;
background-color: #ffdebe;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}

#news03 h3 span.text{
position: absolute;
width: 100%;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}

/* 大バナーエリア */
.topBanner{
	margin: 20px 0 0;
	text-align: center;
}

.topBanner strong{
	color: rgba(229,6,10,1.00);
}

/* バナーエリア */
#banarea {
background: #f7f7f7;
padding:7vw 5vw;
text-align: center;
margin: 0 -15px;
}

#banarea img{
	margin: 0 2px;
}

footer{
	margin: 0 -15px;
}

/* ==============================================================================

	タブレット用
	
============================================================================== */

@media print, screen and (min-width: 769px) {
	
	
#container #content {
background: #fff;
width: 100%;
margin: 0;
}

#container #content #headBt {
background:  #ff7e00;
display: flex;
align-items: center;}

#container #content #headBt a {
display: table-cell;
width: 16.666vw;
color: #fff;
text-align: center;
vertical-align:middle;
padding: 10px;
font-size: 1.05rem;
line-height: 1.3em;
border-right:#fff solid 1px;
}

/* 重要なお知らせ*/

#news01,
#news02 {
padding:5vw 8vw;
}

#news01 h3,
#news02 h3{
font-size: 1.5rem;
text-align: center;
margin:0 0 3vw 0;
}

#news01 dl,
#news02 dl{
font-size: 16px;
line-height: 1.3em
}

#news01 dl dd,
#news02 dl dd{
margin:-1.6em 0 0.8em 12em;
}


#news03 dl dd{
margin:-1.7em 0 0.8em 12em;
}


#news03 {
margin:0 8vw 10vw;
padding:2vw 3vw;
display: flex;
align-items: center;
justify-content: space-between;}

#news03 dl{
display: inline-block;
font-size: 16px;
line-height: 1.3em;
width: 78%;
margin: 0.8em 0 0 0;
}


#news03 h3 {
display: inline-block;
width: 18%;
text-align: center;
font-size: 1.2rem;
line-height: 1.5em;
font-weight: normal;
position: relative;
margin: 0;
}

#news03 h3 span.circle {
height: 10vw;
width: 10vw;
border-radius: 50%;
background-color: #ffdebe;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}

#news03 h3 span.text {
position: absolute;
width: 100%;
white-space: nowrap;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}

/* 大バナーエリア */
.topBanner{
	margin: 20px;
}

.only_pc {
	display: inherit;

}


}/*min-width: 769px*/



/* ==============================================================================

	PC用
	
============================================================================== */


@media print, screen and (min-width: 1201px) {

	/*ヘッダー*/
	header{
		width: 210px;
		background-color: transparent;
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
	}

	#nav{
		position: fixed;
		z-index: 999;
		top: 155px;
		left: 0;
		background-color: rgba( 0, 0, 0, 0.8);
		width: 210px;
		display: block;
	}

	/*コンテンツエリア*/
	#container{
	display: flex;
	padding-top: 0;
	}

	#container #content {
	background: #fff;
	width: 50%;
	margin:0;
	z-index: 50;
	}

	/*メインビジュアル*/
	#container #mainVisual{
	width: 50%;
	height: 100vh;
	z-index: 25;
	}

	#container #mainVisual .slider{
	position: fixed;
	width: 100%;
	height: 100vh;
	}

	#container #mainVisual .slider img{
	width: 50%;
	height: auto;
	min-height: 100vh;
	min-width: 700px;
	}

	#content{
		padding: 0;
	}


	/* 重要なお知らせ*/

	#news01
	{
	padding:45px 7%;
	}

	#news02
	{
	padding:45px 7% 25px;
	}

	#news01 h3,
	#news02 h3{
	font-size: 1.5rem;
	text-align: center;
	margin:0 0 28px 0;
	}

	#news03 {
	margin:0 7% 55px;
	padding:19px;
	border:#ff7e00 solid 1px ;
	}

	#news03 h3 {
	display: inline-block;
	width: 18%;
	height: 78px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5em;
	font-weight: normal;
	position: relative;
	margin: 0;
	}

	#news03 h3 span.circle {
	vertical-align: middle;
	margin-top: 0px;
	height: 78px;
	width: 78px;
	border-radius: 50%;
	background-color: #ffdebe;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	}

	#news03 h3 span.text {
	position: absolute;
	width: 100%;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	}

	/* 大バナーエリア */
	.topBanner{
		margin: 20px;
	}
	/* バナーエリア */

	#banarea {
	padding:20px;
	margin: 0;
	}

	#banarea img{
		margin: 0 5px;
	}
	
	footer{
	margin: 0;
}

}/*min-width: 1201px*/