@charset "utf-8";

/* Table Of Contents
---------------------------------------------------------------------------- 
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */

/* 共通ベーススタイル /////////////////////////////////////////////////////////
---------------------------------------------------------------------------- */

/*General Elements
---------------------------------------------------------------------------- */	
body{
	font-family: 'はれのそら明朝',sans-serif ;
	-ms-font-feature-settings: "normal";
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color:#333;
	min-width:1200px;
}
.mac body{
	font-size: 13px;
}
a{
	text-decoration:underline; 
	color:#333;
	outline: none;
}
a:hover{
	text-decoration: none;
}

@media screen and (max-width:768px){
	body{
		min-width:0;
	}
	
	img{
		width:100%;
		height:auto;
	}
}

/*l-header
---------------------------------------------------------------------------- */
.l-header{

}

.l-header-logo-top{
	text-align:center;
	margin:0 0 10px;
}

@media screen and (max-width:768px){
	.l-header{
		position: fixed;
		background:#fff;
		top:0;
		z-index: 9999;
		width:100%;
	}
	
	.l-header-area{
		
	}
	
	.l-header-logo{
		text-align:center;
		padding:20px 10px 18px;
	}
	
	.l-header-logo img{
		width:102px;
		height:auto;
	}
	
	.is-trigger{
		position: fixed;
		right:10px;
		top:10px;
		z-index:9999;
		cursor: pointer;
	}
	
	.is-trigger img{
		width: 50px;
		height:auto;
	}
	
	.is-trigger .is-close{
		display:none;
	}
	
	.l-header-access{
		background-image:url("/images/common/ico_footer_access_sp.png");
		background-position:left center;
		background-repeat:no-repeat;
		padding:10px 0;
		padding-left:25px !important;
		background-size:18px auto;
		margin:0 10px 10px;
	}
	
	.l-header-tel{
		background-image:url("/images/common/ico_footer_tel_sp.png");
		background-position:left center;
		background-repeat:no-repeat;
		padding:10px 0;
		padding-left:35px !important;
		background-size:27px auto;
		margin:0 10px;
	}
	
	.l-header-logo-top{
		display:none;
	}
	
}

/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav{
	padding:10px 0 0;
	position: relative;
	transition: all 300ms 0s ease;
}

.l-gNav.is-gnav-point{
	padding:10px 0 0;
	height: 80px;
}


.l-gNav-list{
	width:158px;
	float:left;
}


.l-gNav-list a{
	text-decoration: none;
	display: block;
	padding: 0 0 5px;
}

.l-gNav-list-img{
	text-align: center;
	margin:0 auto 5px;
}

.l-gNav-list-img img{
	width:auto;
	height:42px;
	transition: all 300ms 0s ease;
}

.l-gNav.is-gnav-point .l-gNav-list-img img{
	width:auto;
	height:35px;
}

.l-gNav.is-gnav-point .l-gNav-list:hover .l-gNav-list-img img{
	width:auto;
	height:40px;
}

.l-gNav.is-gnav-point .l-gNav-list-drop{
	top: 80px;
}

.l-gNav-list-name{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	font-size:16px;
	text-align: center;
	transition: all 300ms 0s ease;
}

.l-gNav.is-gnav-point .l-gNav-list-name{
	font-size:14px;
}

.l-gNav-list-drop{
	background:#f1cf82;
	width:100%;
	position: absolute;
	left:0;
	right:0;
	margin:0 auto;
	display: none;
	top: 86px;
}

.l-gNav-list-drop li{
	float:left;
	font-size:16px;
	margin-right:24px;
	padding:25px 10px 25px 34px;
}

.l-gNav-list-drop li a{
	display: inline;
	padding: 0;
}

.is-gNav-open-box {
	display: block !important;
}

.l-gNav-list-drop li:hover{
	text-decoration: underline;
}

.l-gNav-list-drop li span{
	color:#fff;
}


.l-gNav-right{
	float:right;
	position: absolute;
	right:10px;
	top:15px;
}

.l-gNav-right img{
	width:auto;
	height:56px;
	transition: all 300ms 0s ease;
}

.is-gnav-point .l-gNav-right{
	top:17px;
}

.is-gnav-point .l-gNav-right img{
	width:auto;
	height:45px;
}

.l-gNav-right ul{
	
}

.l-gNav-right ul li{
	float:left;
	margin-right:10px;
}

.l-gNav-right ul a{
	
}

@media screen and (max-width:768px){
	.l-header .l-gNav-right{
		display: none;
	}
	
	.l-header .l-gNav{
		padding:15px 0 45px;
		position: relative;
		display:none;
		transition: none;
		height: auto;
	}

	.l-header .l-gNav-left{
		margin:0 10px 10px 10px;
		width:auto;
	}
	
	.l-header .l-gNav-list-logo{
		text-align:center;
		margin:0 0 15px;
	}
	
	.l-header .l-gNav-list-logo img{
		width:50.75px;
		height:auto;
	}

	.l-header .l-gNav-list{
		float:left;
		width: 50%;
		margin:0 0 10px;
	}
	
	.l-header .l-gNav-list:nth-child(2n+1){
		clear:left;
	}


	.l-header .l-gNav-list a{
		text-decoration: none;
		display:block;
	}

	.l-header .l-gNav-list-img{
		display: inline-block;
		padding: 0;
	}

	.l-header .l-gNav-list-img img{
		width: 22px;
		height:auto;
	}

	.l-header .l-gNav-list-name{
		display: inline-block;
		font-size: 13px;
	}

	.l-header .l-gNav-right{
		float:right;
		position: absolute;
		right:10px;
		top:30px;
	}

	.l-header .l-gNav-right ul{

	}

	.l-header .l-gNav-right ul li{
		float:left;
		margin-right:10px;
	}

	.l-header .l-gNav-right ul a{

	}
	
	.l-gNav-list-drop{
		display:none !important;
	}
}


/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath{
	padding:0 0 15px;
}

.l-topicPath li{
	display:inline-block;
	font-size:14px;
}

.l-topicPath li:after{
	content: "/";
}

.l-topicPath li:last-child:after{
	content: "";
}

@media screen and (max-width:768px){
	.l-topicPath{
		display:none;
	}
}


/* l-content
---------------------------------------------------------------------------- */
.l-content{
	background: #fffce7;
	padding:0 0 130px;
}

@media screen and (max-width:768px){
	.l-content{
		padding:0 0 30px;
	}
}


/* l-footer
---------------------------------------------------------------------------- */
.l-footer{
	
}

.l-footer-top{
	
}

.l-footer-logo{
	text-align:center;
	margin:-30px 0 0;
}

.l-footer-list-area{
	width:650px !important;
	margin:10px auto 20px !important;
}

.l-footer-list{
	float:left;
	margin-right:20px;
}

.l-footer-list:last-child{
	margin-right:0;
}

.l-footer-list a{
	font-size:15px;
	background-image:url("/images/common/ico_footer_arrow.png");
	background-position:left center;
	background-repeat:no-repeat;
	padding:0 15px;
	text-decoration: none;
}

.l-footer-list a:hover{
	text-decoration: underline;
}

.l-footer-middle{
	background:#f5ed80;
}

.l-footer-middle ul{
	
}

.l-footer-middle ul li{
	font-size:16px;
	float:left;
	padding:20px 0 16px;
	padding-right:140px;
}

.l-footer-middle ul li:last-child{
	padding-right:0;
}

.l-footer-middle-access{
	background-image:url("/images/common/ico_footer_access.png");
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:25px !important;
}

.l-footer-middle-tel{
	background-image:url("/images/common/ico_footer_tel.png");
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:35px !important;
}

.l-footer-bottom{
	background:#0d0d0d;
	color:#fff;
	font-size:14px;
	text-align:center;
	padding:10px 0 6px;
}

@media screen and (max-width:768px){
	.l-footer{

	}

	.l-footer-top{

	}

	.l-footer-logo{
		text-align:center;
		margin:-30px 0 0;
	}
	
	.l-footer-logo img{
		width:64px;
		height:auto;
	}
	
	.l-footer-top .l-gNav-list{
		width:50%;
	}
	
	.l-footer-top .l-gNav-list:nth-child(2n+1){
		clear:left;
	}
	
	.l-footer-top .l-gNav{
		margin:0 10px;
		display:block !important;
	}
	
	.l-footer-top .l-gNav-list-img {
		display:inline-block;
		padding:0;
	}
	
	.l-footer-top .l-gNav-list-img img{
		width: 22px;
		height: auto;
	}
	
	.l-footer-top .l-gNav-list-name{
		display:inline-block;
		font-size:13px;
	}

	.l-footer-list-area{
		width:auto !important;
		margin:0 10px 20px !important;
	}

	.l-footer-list{
		float:left;
		margin-right:0;
		min-width:50%;
	}

	.l-footer-list:last-child{
		margin-right:0;
	}

	.l-footer-list a{
		font-size:14px;
		background-image:url("/images/common/ico_footer_arrow_sp.png");
		background-size:8px auto;
		background-position:left center;
		background-repeat:no-repeat;
		padding:5px 15px;
		text-decoration: none;
		display:block;
	}

	.l-footer-list a:hover{
		text-decoration: underline;
	}

	.l-footer-middle{
		background:#f5ed80;
		padding-bottom:10px;
	}

	.l-footer-middle ul{

	}

	.l-footer-middle ul li{
		font-size:13px;
		float:none;
		padding:16px 10px 14px;
		margin:0 10px;
	}
	
	.l-footer-middle ul li:first-child{
		text-align:center;
		padding:20px 10px 0;
	}

	.l-footer-middle ul li:last-child{
		padding-right:0;
	}

	.l-footer-middle-access{
		background-image:url("/images/common/ico_footer_access_sp.png");
		background-position:left center;
		background-size:18px auto;
		background-repeat:no-repeat;
		padding-left:25px !important;
	}

	.l-footer-middle-tel{
		background-image:url("/images/common/ico_footer_tel_sp.png");
		background-position:left center;
		background-size:27px auto;
		background-repeat:no-repeat;
		padding-left:35px !important;
	}
	

	.l-footer-bottom{
		background:#0d0d0d;
		color:#fff;
		font-size:12px;
		text-align:center;
		padding:10px 10px 6px;
	}
}


/* 下層ページベーススタイル ///////////////////////////////////////////////////
---------------------------------------------------------------------------- */

/* ページタイトル
---------------------------------------------------------------------------- */
.l-mv{
	width:100%;
	padding-top:145px;
	background-repeat:no-repeat;
	background-position:center top;
	
}

/* タイトルエリア */
.l-mv-ttl{
	background-color:#fff;
	padding:25px 10px 30px;
	text-align:center;
}

/* メインタイトル */
.l-mv-ttl-main{
	color:#333;
	font-size:25px;
	font-family:"游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:500;
}

/* SEOタイトル */
.l-mv-ttl-seo{
	font-size:18px;
	color:#7d7d7d;
	margin:5px 0 0;
}

@media screen and (max-width:768px){
	.l-mv{
		width:100%;
		padding-top:0;
		background:none;

	}

	/* タイトルエリア */
	.l-mv-ttl{
		padding:15px 10px 10px;
	}

	/* メインタイトル */
	.l-mv-ttl-main{
		font-size:20px;
		font-weight: bold;
	}

	/* SEOタイトル */
	.l-mv-ttl-seo{
		font-size:13px;
		margin:0 0 0;
	}
}