@charset 'UTF-8';
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);




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

	サイトスタイル

================================================================================ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #ffffff;
	color: #000000;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size:16px;
	font-weight: 300;
	line-height:1.7;
	font-family: "游明朝","YuMincho","ヒラギノ明朝 ProN W6","HiraMinProN-W6","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	word-wrap:break-word;
	overflow-x: hidden
}

#wrapper {
	background-color: #ffffff;
	max-width:1920px;
	min-height:100vh;
	margin:0 auto;
}

h1{
	margin:0;
	font-weight:300;
}
h2, h3, h4 {
	margin:0;
	font-weight:700;
}

a:link, a:visited, a:hover, a:active {
	overflow: hidden;
	outline: none;
}
a:link,
a:visited {
	color: #314c50;
	overflow:hidden;
	outline:none;
}
a:hover,
a:active {
	color: #314c50;
	text-decoration: underline;
	overflow:hidden;
	outline:none;
}




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

	display:none

================================================================================ */
/* PC
----------------------------------------------- */
@media (min-width: 768px) {
	/* SPコンテンツ消し */
	.pc_none {
		display: none;
	}
}


/* SP
----------------------------------------------- */
@media (max-width: 767px) {

	/* PC改行消し */
	.br-sp {
		display: none;
	}
	.sp_none{
		display: none;
	}
}




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

	フロート回り込み解除 clearfix

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

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: ".";
	overflow: hidden;
	float: none;
}
.clearfix {
	display: block; /* for IE8 */
}




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

	Site origin 不要設定解除

================================================================================ */
.panel-grid,
.panel-grid-cell,
.so-panel{
	margin:0 !important;
}





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

	エディター共通設定

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

p{
	margin-bottom:16px;
	color:#222220;
}
p:last-child{
	margin-bottom:0;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignright {
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 24px;
}

img.alignleft {
	display: inline-block;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 16px;
	margin-left: 0px;
}

strong{
	font-weight:700;
}

a img{
	transition: 0.6s ;
}

a img:hover {
	opacity: 0.5 ;
}





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

	PC表示左右入れ替え

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.pc_lr {
		display: block !important;
		overflow: auto;
	}
	.pc_lr > div:nth-of-type(1) {
		float: right;
	}
	.pc_lr > div:nth-of-type(2) {
		float: left;
	}
}


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

	その他

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


/* SP */
@media (max-width: 767px) {
	body{
		font-size:14px;
	}
	img {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	h1, .h1 {
		font-size: 19px;
	}
	h2, .h2 {
		font-size: 18px;
	}
	h3, .h3 {
		font-size: 17px;
	}
	h4, .h4 {
		font-size: 16px;
	}
	h5, .h5 {
		font-size: 14px;
	}
	h6, .h6 {
		font-size: 11px;
	}
	p {
		font-size: 14px;
	}
}




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

	pcヘッダー

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

@media (min-width: 768px) {

/* PC設定
----------------------------------------------- */

	header{
		position:relative;
	}


/* H1
----------------------------------------------- */
	.header-h1 {
		clear: both;
		position:absolute;
		left: 0px;
		max-width: 1366px;
		width: 100%;
		padding-left: 30px;
		margin:0 auto;
	}
	.header-h1 h1 {
		font-size: 10px;
		color:#242424;
	}

/* ヘッダーのインフォメーション
----------------------------------------------- */
	#head-info-box{
		width: 600px;
		height: 20px;
		right: 0px;
		margin-top:5px;
		position:absolute;
		z-index: 5;
	}
	ul#head-info{

	}
	ul#head-info li{
		float: left;
	}

	.info-nav01{
		position: relative;
		z-index: 999999;
		width:91px;
		height:16px;
		background:url(../img/header-otoi.png) no-repeat;
		text-indent:-9999px;
		display:block;
		transition: 0.6s ;
	}
	.info-nav01:hover{
		background:url(../img/header-otoi.png) no-repeat;
		opacity: 0.5 ;
	}
	.info-nav02{
		width:85px;
		height:16px;
		background:url(../img/header-shop.png) no-repeat;
		text-indent:-9999px;
		display:block;
		transition: 0.6s ;
	}
	.info-nav02:hover{
		background:url(../img/header-shop.png) no-repeat;
		opacity: 0.5 ;
	}
	.info-nav03{
		width:36px;
		height:26px;
		background:url(../img/header-facebook.jpg) no-repeat;
		text-indent:-9999px;
		display:block;
		transition: 0.6s ;
	}
	.info-nav03:hover{
		background:url(../img/header-facebook.jpg) no-repeat;
		opacity: 0.5 ;
	}
	.info-nav04{
		width:33px;
		height:26px;
		background:url(../img/header-twitter.jpg) no-repeat;
		text-indent:-9999px;
		display:block;
		transition: 0.6s ;
	}
	.info-nav04:hover{
		background:url(../img/header-twitter.jpg) no-repeat;
		opacity: 0.5 ;
	}

/* グローバルナビゲーション
----------------------------------------------- */

	/* SPナビ非表示 */
	.nav-wrap,
	.sp-h-navi_wrap,
	.navbar-fixed-top,
	.sp_nav{
		display:none;
	}

/* header *//* header */

	#global-nav{
		position: absolute;
		left: 50%;
		margin-left:-640px;
		width: 1140px;
		margin-top:30px;
		z-index: 6;

	}
	#global-nav > ul {
		list-style: none;
		position: absolute;
		bottom: 0px;
		font-size: 14px;
		margin-left:100px!important;
	}

	#global-nav ul li {
		float: left;
		position: relative;

	}
	#global-nav ul li a {
		padding: 0 5px;
	}


	/* transition */
	#bn_nav,
	#global-nav ul li,
	#global-nav ul li a {
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	}
	.inner {
		width: 1200px;
		margin: 0 auto;
	}

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




 .no-link{
	 pointer-events:none;
	 }



	/* navi_img */
	/* -----横ナビ----- */

#yoko-nav a{
	display: block;
	position: absolute;
	z-index: 9999;
	top:85px;
	right:0px;
	width:65px;
	height:257px;
	background-image: url(../img/blog-bana.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	transition: 0.6s ;
}
#yoko-nav a:hover {
		opacity: 0.5 ;
}



	.global-logo{
		width:226px;
		height:120px;
		background:url(../img/header-logo.png) no-repeat;
		text-indent:-9999px;
		display:block;
		margin:0 100px !important;
		transition: 0.6s ;
	}
	.global-logo:hover{
		background:url(../img/header-logo.png) no-repeat;
		opacity: 0.5 ;
	}

	.global-nav01{
		width:209px;
		height:60px;
		background:url(../img/navi-01off.png) no-repeat;
		text-indent:-9999px;
		display:block;
		margin-top:50px !important;
		transition: 0.6s ;
	}
	.global-nav01:hover{
		background:url(../img/navi-01off.png) no-repeat;
		opacity: 0.5 ;
	}

	.global-nav02{
		width:132px;
		height:60px;
		background:url(../img/navi-02off.png) no-repeat;
		text-indent:-9999px;
		display:block;
		margin-top:50px !important;
		transition: 0.6s ;
	}

	.global-nav02:hover{
		background:url(../img/navi-02off.png) no-repeat;
		opacity: 0.5 ;
	}

	.global-nav03{
		width:208px;
		height:60px;
		background:url(../img/navi-03off.png) no-repeat;
		text-indent:-9999px;
		display:block;
		margin-top:50px !important;
		transition: 0.6s ;
	}
	.global-nav03:hover{
		background:url(../img/navi-03off.png) no-repeat;
		opacity: 0.5 ;
	}

	.global-nav04{
		width:159px;
		height:60px;
		background:url(../img/navi-04off.png) no-repeat;
		background-position:right;
		text-indent:-9999px;
		display:block;
		margin-top:50px !important;
		transition: 0.6s ;
	}
	.global-nav04:hover{
		background:url(../img/navi-04off.png) no-repeat;
		opacity: 0.5 ;
	}


	/* navi_img */


/* ドロップメニュー */
	#dropmenu{
		list-style-type: none;
		width: 1140px;
		height: 60px;
		margin:0 auto;
		top: 0px;
	}

	#dropmenu > li{
		position: relative;
		width: auto;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;

	}

	#dropmenu > li > a{
		display: block;
		margin: 0;
		padding: 15px 0 11px;
		color: #248077;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		text-decoration: none;
	}
	#dropmenu > li > ul{
		list-style: none;
		position: absolute;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 0;
		border-radius: 0 0 3px 3px;
		margin-top:0px;
	}
	#dropmenu > li:last-child ul{
		width: 200px;
	}
	#dropmenu > li > ul > li:first-child{
		overflow: hidden;
		width: 200px;
		height: 0;
		color: #248077;
		-moz-transition: .2s;
		-webkit-transition: .2s;
		-o-transition: .2s;
		-ms-transition: .2s;
		transition: .2s;
		display:block;
		margin-left:5px;
		margin-top:0px;
	}
	#dropmenu > li > ul > li{
		overflow: hidden;
		width: 200px;
		height: 0;
		color: #248077;
		-moz-transition: .2s;
		-webkit-transition: .2s;
		-o-transition: .2s;
		-ms-transition: .2s;
		transition: .2s;
		display:block;
		margin-left:5px;
		margin-top:2px;
	}
	#dropmenu > li > ul > li > a{
		padding-top:15px;
		padding-bottom:18px;
		background-color:#fff;
		/*background-color: rgba(36,128,119,0.8);*/
		text-align: left;
		font-size: 18px;
		font-weight: 100;
		padding-left:15px;
		display:block;
	}
	#dropmenu > li > ul > li > a:hover{
		color:#113e3a;
		background-color: #c1a250;
	}
	#dropmenu > li:hover > a{

	}
	#dropmenu > li:hover > a{
		border-radius: 3px 3px 0 0;
	}
	#dropmenu > li:hover > ul > li{
		overflow: visible;
		height: 44px;
	}
	#dropmenu > li > ul > li:first-child{
		border-top: 0;
	}
	#dropmenu > li > ul > li:last-child{
		border-bottom: 0;
	}
	#dropmenu > li: > ul > li:last-child a{
		border-radius: 0 0 3px 3px;
	}






}




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

	SPヘッダー

================================================================================ */
@media (max-width: 767px) {

	header{
		position:relative;
	}


/* H1
----------------------------------------------- */
	.header-h1 {
		padding:16px;
	}
	.header-h1 h1 {
		font-size: 10px;
		margin-top: 30px !important;
	}




/* グローバルナビゲーション navbar
------------------------------------------- */
	/* pcナビ非表示 */
	#yoko-nav,
	#global-nav,
	#head-info-box{
		display:none;
	}




	.sp_nav {
		position: relative;
	}
	.scroll-nav {
		width: 100%;
		background-color: #dde5ea;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch; /* 慣性スクロール */
	}
	.scroll-nav ul {
		width: 1010px; /* メニューの最小幅 */
		height: 46px;
		margin: 0 auto;
		list-style: none;
		padding-right: 25px; /* 右側の固定分余白を空ける */
	}
	.scroll-nav ul li {
		float: left;
		width: 140px; /* メニューの個別の幅 */
		height: 60px;
		text-align: center;
	}
	.scroll-nav ul li:hover {
		background: #c4d4de; /* マウスホバー時の背景色 */
	}
	.scroll-nav ul li a {
		display: inline-block;
		color: #000000; /* メニューの文字色 */
		text-decoration: none;
		font-size: 15px;
		padding-top: 18px;
	}
	.next-btn { /* 右側に固定する部分 */
		position: absolute;
		top: 0;
		right: 0;
		width: 25px; /* 固定部分の幅 */
		height: 60px; /* メニューの高さに合わせる */
		line-height: 60px;
		background: #000000;
		padding-left: 8px;
		color: #ffffff;
		border-left: 1px solid #000000;
	}
	.scroll-nav ul li {
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		box-sizing: border-box;
	}
	.scroll-nav ul li + li {
		border-left: none;
	}


	/* ヘッダーTEL
	----------------------------------------------- */
	.header-tel{
		display: none;
	}

	/* ヘッダーボタン
	----------------------------------------------- */
	.header_button ul {
		display: none;
	}


	/* TELとMAPボタン
	----------------------------------------------- */
	.sp_nav .sp_tel {
		position: relative;
		z-index: 10;
	}
	.sp_nav .sp_tel .sp_button a {
		float: left;
		display: block;
		width: 50%;
		height: 35px;
		text-align: center;
		color: #000000;
		font-size: 15px;
		line-height: 35px;
		background-color: #D2BB80;
		border-left: 1px solid #000000;
	}
	.sp_nav .sp_tel .sp_button a:hover {
		background-color: #E6D9B8;
	}



}

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

	フッター

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

/* PC */
@media (min-width: 768px) {
	footer {
		padding-top:150px;
	}

	footer a{
		color:#fff !important;
	}
	.f_link{
		background:url(../img/footer-bg.png) repeat-x;
		height:86px;
	}
	#footer-box01{
		max-width: 720px;
		width: 100%;
		margin: 0 auto !important;
		padding-top:21px;
	}
	.footer-link-box p{
		padding-top:12px;
		color:#fff;
		font-size:21px;
		text-align: center;
	}
	.f_info{
		padding:50px 0 43px 0;
	}
	p.footer-info{
		text-align:center;
		color:#326381;
		font-weight:600;
		font-size:17px !important;
		letter-spacing: 1px;
	}
	.footer-logo{
		width:162px;
		margin:0 auto;
		padding-bottom:33px;
	}
	.f_copy p{
		font-size:14px;
		text-align:center;
		color:#21272a !important;
		font-weight: bold !important;
		margin-bottom:63px;
	}
	.f_copy a{
		color:#21272a !important;
	}
}

/* SP */
@media (max-width: 767px) {
	footer {
		margin-top:50px;
	}
	.f_link{
		display:none;
	}
	.footer-info{
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		padding: 30px 0 40px 0 ;
	}
	.f_copy p{
		text-align:center;
		color:#21272a !important;
		margin-top:40px;
	}
}





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

	ページトップボタン

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

/* PC */
@media (min-width: 768px) {
	#page-top {
		position: fixed;
		z-index: 9999;
		right: 10px;
	}
	#page-top a {
		background-image: url(../img/pagetop_off.png);
		background-size:contain;
		width: 60px;
		height: 60px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		background-image: url(../img/pagetop_on.png);
	}
}

/* SP */
@media (max-width: 767px) {
	#page-top {
		position: fixed;
		z-index: 9999;
		bottom: 0px;
		right: 8px;
	}
	#page-top a {
		background-image: url(../img/pagetop_off.png);
		background-size:contain;
		width: 60px;
		height: 60px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		background-image: url(../img/pagetop_on.png);
	}
}





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

	パンくずナビ

================================================================================ */
	#breadcrumb-nav {
		background-color: transparent;
		color: #000000;
	}
	.breadcrumb > li{
		display:inline-block;
	}
	.breadcrumb > li + li:before {
		padding: 0 5px;
		color: #000000;
		content: '>';
	}
	#breadcrumb-nav .breadcrumb {
		margin-top: 16px;
		margin-bottom: 50px;
	}
	#breadcrumb-nav .breadcrumb li {
		font-size: 14px;
	}
	#breadcrumb-nav .breadcrumb li:before {
		padding: 0 10px;
	}
	#breadcrumb-nav .breadcrumb li a {
		color: #000000;
	}
	#breadcrumb-nav .breadcrumb li a .glyphicon {
		margin-right: 1em;
	}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#breadcrumb-nav{
		width:1000px;
		margin:0 auto;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#breadcrumb-nav{
		width:100%;
		padding:0 20px;
	}
}





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

	ページネーション

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.wp-pagenavi{
		text-align:center;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.wp-pagenavi{
		float:none !important;
		font-size:12px !important;
	}
	.wp-pagenavi span,
	.wp-pagenavi a{
		display:block;
		float:left;
		margin-bottom:4px;
	}
}