@charset 'UTF-8';
@import url(//fonts.googleapis.com/earlyaccess/mplus1p.css); /* M+ 1p　font-family: "Mplus 1p"; */
@import url(//fonts.googleapis.com/earlyaccess/roundedmplus1c.css); /* Rounded M+ 1c　font-family: "Rounded Mplus 1c"; */
@import url(//fonts.googleapis.com/earlyaccess/hannari.css); /* はんなり明朝　font-family: "Hannari"; */
@import url(//fonts.googleapis.com/earlyaccess/kokoro.css); /* こころ明朝　font-family: "Kokoro"; */
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css); /* さわらび明朝　font-family: "Sawarabi Mincho"; */
@import url(//fonts.googleapis.com/earlyaccess/sawarabigothic.css); /* さわらびゴシック　font-family: "Sawarabi Gothic"; */
@import url(//fonts.googleapis.com/earlyaccess/mplus1p.css); /* ニコモジ　font-family: "Nico Moji"; */
@import url(//fonts.googleapis.com/earlyaccess/nikukyu.css); /* ニクキュウ　font-family: "Nikukyu"; */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css); /* Noto Sans Japanese　font-family: "Noto Sans Japanese"; */




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

	サイトスタイル

================================================================================ */
* {
	-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 {
	position:relative;
	color: #73554a;
	-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;
	word-wrap:break-word;
	font-family: "fot-tsukuardgothic-std", "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	background:url(../img/bg_body.png) center top repeat;
}

#wrapper {
	position:relative;
	max-width:1920px;
	width:100%;
	margin:0 auto;
	min-height:100vh;
	display:block;
}

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

a:link,
a:visited {
	color: #7fb508;
}
a:hover,
a:active {
	color: #7fb508;
	text-decoration: underline;
}

img {
	vertical-align:bottom;
}





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

	display:none

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* SP改行消し */
	.br-pc {
		display: none;
	}
	/* SPコンテンツ消し */
	.pc_none {
		display: none;
	}

}



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

	/* PC改行消し */
	.br-sp {
		display: none;
	}
	/* PCコンテンツ消し */
	.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 */
}





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

	エディター共通設定

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

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

strong,b{
	font-weight:700;
}
big{
	font-size:larger;
}
small{
	font-size:smaller;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.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;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	/* youtube siteorigin */
	.youtube-player{
		width:100%;
		height:280px;
		margin-top:16px;
	}
}





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

	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;
	}
}





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

	その他

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {


}




/* 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) {
	header{
		position:relative;
		max-width:1920px;
		width:100%;
	}
	.pc_head {
		margin: 0 auto;
		width: 100%;
		height: auto;
		background-color: #ffffff;
		padding-bottom:15px;
	}
	.pc_head .h_logo {
		margin: 0 auto;
		text-align: center;
		padding: 21px 0 36px 0;
	}
	.sp_drawer {
		display: none;
	}


/* H1
----------------------------------------------- */
	.sp_h1 {
		display:none;
	}
	.pc_h1 {
		margin: 0 auto;
		position:relative;
		max-width:1366px;
		width:100%;
		height:0;
		text-align:left;
	}
	.pc_h1 h1 {
		font-size: 12px;
		color: #ffffff;
		padding:4px 8px 0px 0px;
		transform:translate(0px,0px);
		-webkit-transform:translate(0px,0px);
		-ms-transform:translate(0px,0px);
		z-index:9999;
	}

	/* グローバルナビゲーション
	----------------------------------------------- */
	#globalnav {
		margin: 0 auto;
		text-align: center;
	}
	#globalnav ul li {
		display: inline-block;
	}
	#globalnav ul li a {
		text-align: center;
		float: left;
		color: #73554a;
		font-size: 15px;
		font-weight: 700;
		border-right: 1px solid #cccccc;
		padding: 0 15px 0 10px;
	}
	#globalnav ul li:last-child a {
		border-right: none;
	}


	/* ドロップメニュー */
	#dropmenu {
	}
	#dropmenu > li > ul{
		list-style: none;
		position: absolute;
		z-index: 99999;
		top: 100%;
		left: 20px;
		margin: 0;
		padding: 0;
	}
	#dropmenu > li > ul > li{
		overflow: hidden;
		width:120%;
		height: 0;
		color: #7149b4;
		transition: .2s;
	}
	#dropmenu > li > ul > li > a{
		padding: 13px 15px;
		background: #2d4976;
		text-align: left;
		font-size: 16px;
		font-weight: 700;
		color:#ffffff;
		display:block;
	}
	#dropmenu > li > ul > li > a:hover{
		background-color:#1d355b;
		text-decoration:none;
	}
	#dropmenu > li:hover > a{
	}
	#dropmenu > li:hover > a{
		border-radius: 0;
	}
	#dropmenu > li:hover > ul > li{
		overflow: visible;
		height: 100%;
	}
	#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;
	}
}





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

	SPヘッダー

================================================================================ */
@media (max-width: 767px) {
	header {
		position: relative;
	}
	.pc_head {
		display: none;
	}


/* H1
----------------------------------------------- */
	.pc_h1 {
		display: none;
	}
	.sp_h1 {
		background-color: #ff8043;
		padding: 8px;
		padding-right: 70px !important;
	}
	.sp_h1 h1 {
		color: #ffffff;
		font-size: 12px;
	}


/* グローバルナビゲーション
------------------------------------------- */
	.sp_drawer {
		position: relative;
		z-index: 20;
	}
	button.drawer-toggle.drawer-hamburger {
		background-color: #ffffff;
	}
	.drawer-hamburger {
		padding: 10px !important;
	}
	.drawer-hamburger span.drawer-hamburger-p {
		font-size: 12px;
		padding-top: 12px;
		display: block;
		color: #ff8043;
	}
	.drawer-nav {
		background-color:#ffffff !important;
	}
	.drawer-nav > ul {
	}
	.drawer-nav > ul > li {
		line-height: 2.5;
	}
	.drawer-nav a {
		font-size: 16px;
		color: #73554a;
		font-weight: 700;
		display: block;
		padding: 0 16px;
	}
	.drawer-nav a:hover {
		background-color: #ffedc9;
		text-decoration: none;
	}
	.drawer-nav a span {
		font-size: 11px;
		color: #73554a;
		margin-left: 8px;
	}
	.nav_tel a {
		background-color: #ff8043;
		font-size: 16px;
		color: #ffffff;
		display: block;
		padding: 0 16px;
	}
	.nav_tel a:hover {
		background-color: #ff8043;
		text-decoration: none;
	}
	.nav_web a {
		background-color: #9a8a84;
		font-size: 18px;
		color: #ffffff;
		display: block;
		padding: 0 16px;
	}
	.nav_web a:hover {
		background-color: #9a8a84;
		text-decoration: none;
	}
	.drawer-hamburger-icon,
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {
		 background-color:#ff8043 !important;
	 }
	.drawer-open .drawer-hamburger-icon{
		 background-color:transparent !important;
	}
}





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

	フッター

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

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	footer {
		position:relative;
		background-color: #ffffff;
	}
	.f_wrap {
		margin: 0 auto;
		text-align: center;
		height: 275px;
	}
	.f_navi {
		margin: 0 auto;
		text-align: center;
		height: auto;
		background-color: #ff8043;
		padding: 25px 0 21px 0;
	}
	.f_navi ul li {
		display: inline-block;
	}
	.f_navi ul li a {
		text-align: center;
		float: left;
		color: #ffffff;
		font-size: 15px;
		border-right: 1px solid #ffffff;
		padding: 0 15px 0 10px;
	}
	.f_navi ul li:last-child a {
		border-right: none;
	}
	.f_wrap .f_logo {
		padding: 35px 0 20px 0;
	}
	.f_wrap .f_address {
	}
	.f_wrap .f_tel {
		font-size: 26px;
		font-weight: 700;
	}
	.wel_banner{
	margin-left:50%;
	padding-top:8px;
	padding-bottom:60px;
	}
	.wel_banner img{
	margin-left:-99px;
		width:199px;
		height:53p
	}


	/* SP用フッターリンク */
	.f_navi_sp {
		display: none;
	}


	/* 【固定ページ】フッター：基本情報 */
	.f_kotei {
		position: relative;
	}
	.f_kotei .panel-grid {
		display: block !important;
	}


	/* シェアボタン */
	footer .addtoany_shortcode > div {
		display:none;
	}


	/* コピーライト */
	.f_copy {
		padding: 0 0 20px 0;
	}
	.f_copy p {
		text-align: center;
		color: #7fb508;
		font-size: 11px;
	}

}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	footer {
		position:relative;
		background-color: #ffffff;
		padding: 0 20px;
	}
	footer .panel-grid{
		margin:0 auto !important;
	}
	footer .panel-grid-cell{
		margin:0 auto !important;
	}
	footer .so-panel{
		margin:0 auto !important;
	}

	.f_wrap {
		margin: 0 auto;
		text-align: center;
	}
	.f_wrap .f_navi {
		display: none;
	}
	.f_logo {
		padding: 10px 0 20px 0;
	}
	.f_wrap .f_address {
		font-weight: 700;
	}
	.f_wrap .f_tel {
		font-size: 26px;
		font-weight: 700;
	}
	.wel_banner{
		display:block;
		margin:0 auto;
		padding-top:6px;
		padding-bottom:40px;
	}
	.wel_banner img{
		width:199px;
		height:53p
	}

	/* SP用フッターリンク type01 ※ボーダー下線のタイプ
	------------------------------------------- */
	.f_navi_sp ul{
		margin:0 auto;
		overflow:auto;
		padding:20px 0;
	}
	.f_navi_sp ul li{
		width:100%;
		padding:6px 8px;
		border-bottom:1px solid #cccccc;
	}
	.f_navi_sp ul li:nth-of-type(2n-1){
	}
	.f_navi_sp ul li:nth-of-type(2n){
	}
	.f_navi_sp ul li a{
		display:block;
		font-size:14px;
		font-weight: 700;
		text-decoration:none;
	}
	.f_navi{
		display:none;
	}
	/* ボタンが奇数の場合
	.f_navi_sp ul li:nth-of-type(2n){
		margin-right:2%;
	}
	.f_navi_sp ul li:nth-of-type(2n-1){
		margin-left:2%;
	}
	.f_navi_sp ul li:first-child{
		float:none;
		width:100%;
		margin:0;
	}
	*/

	/* SP用フッターリンク type02 ※ボタンタイプ
	------------------------------------------- */
	/*
	.f_navi_sp ul{
		margin:0 auto;
		overflow:auto;
		padding:0 0 14px;
		padding-top:20px;
	}
	.f_navi_sp ul li{
		float:left;
		width:50%;
	}
	.f_navi_sp ul li:nth-of-type(2n-1){
		width:50%;
		padding-right: 1px;
	}
	.f_navi_sp ul li a{
		background-color: #000000;
		color: #ffffff ;
		display: block;
		font-size: 14px;
		font-weight:700;
		text-decoration: none;
		padding: 12px 0;
		margin-bottom: 1px;
		text-align:center;
	}
	.f_navi_sp ul li a:hover{
		background-color: #222222;
	}
	*/
	/* ボタンが奇数の場合
	.f_navi_sp ul li:first-child{
		width:100%;
	}
	.f_navi_sp ul li:nth-of-type(2n){
		width:50%;
		padding-right: 1px;
	}
	*/


	/* 【固定ページ】フッター：基本情報 */
	.f_kotei{
		position:relative;
		width:100%;
		margin:0 auto;
	}
	.f_kotei .panel-grid{
		display:block !important;
	}


	/* シェアボタン */
	footer .addtoany_shortcode > div{
		text-align:center;
		display:block;
		padding:8px 0;
	}


	/* コピーライト */
	.f_copy{
		padding:8px 0;
	}
	.f_copy p{
		text-align:center;
		color: #7fb508;
		font-size:11px;
	}
}





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

	ページトップボタン

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

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	#page-top {
		position: fixed;
		z-index: 9999;
		right: 20px;
	}
	#page-top a {
		background: url(../img/pagetop.png) center top no-repeat;
		background-size:contain;
		width: 60px;
		height: 60px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		opacity: 0.6;
		transition: opacity 0.3s ease-out 0s;
	}
}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	#page-top {
		position: fixed;
		z-index: 9999;
		right: 8px;
	}
	#page-top a {
		background: url(../img/pagetop.png) center top no-repeat;
		background-size:contain;
		width: 30px;
		height: 30px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		opacity: 0.6;
		transition: opacity 0.3s ease-out 0s;
	}
}





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

	パンくずリスト

================================================================================ */
	#breadcrumb{
		padding:7px 0;
		background-color:transparent;
	}
	#breadcrumb > ul > li {
		font-size: 14px;
		display:inline-block;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 5px;
		content: '>';
	}
	#breadcrumb > ul > li > a {
	}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#breadcrumb {
		position:relative;
		max-width:1920px;
		width:100%;
		background:url(../img/) left top repeat;
		background-color: #ffedc9 !important;
	}

	#breadcrumb > ul{
		position:relative;
		max-width:1000px;
		width:100%;
		margin:0 auto;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#breadcrumb {
		position:relative;
		background:url(../img/) left top repeat;
		background-size: ;
		background-color: #ffedc9 !important;
	}

	#breadcrumb > ul{
		position:relative;
		width:100%;
		padding:0 16px;
	}
}





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

	ページネーション

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

/* 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;
	}
}





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

	Wp Lightbox Bank プラグイン

================================================================================ */
#lightGallery-outer{
	background-color:rgba(0,0,0,0.8) !important;
}
