@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	共通css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

@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"; */
@import url('https://fonts.googleapis.com/css?family=EB+Garamond'); /* EB Garamond　font-family: "EB Garamond"; */




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

	サイトスタイル

================================================================================ */
* {
	-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: #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;
	word-wrap:break-word;
	font-family: "kozuka-mincho-pro","游明朝",YuMincho,"ヒラギノ明朝 ProN W2","Hiragino Mincho ProN","HG明朝B","Sawarabi Mincho","メイリオ",Meiryo,serif;
	background-color: #000;
}

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

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

img {
	vertical-align:bottom;
	-webkit-backface-visibility: hidden;
}


/* リンク：透過アクション付 */
a{
	color:#ff0000;
	opacity:1;
	transition-property:color,opacity;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
}
a:hover{
	color:#ff6666;
	opacity:0.6;
}

a img{
	opacity:1;
	transition-property:opacity;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
}
a:hover img{
	opacity:0.6;
}





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

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

}





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

	スクロールエフェクト

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

.iv,.iv2 {
	opacity: 0;
}





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

	フロート回り込み解除 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-of-type{
	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;
	}

	/* エディターで画像の下に隙間ができるの解除 */
	img + br {
		display:none;
	}
}





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

	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;
	}
	p {
		font-size: 14px;
	}
}





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

	PCヘッダー

================================================================================ */
@media (min-width: 768px) {

	header{
		position:relative;
		max-width: none;
		width:100%;
	}


	/* H1
	----------------------------------------------- */
	.sp_h1 {
		display:none;
	}
	.pc_h1 {
		position: relative;
		max-width: none;
		width: 100%;
		height: 0;
		margin: 0 auto;
		text-align: right;
		z-index: 1;
	}
	.pc_h1 h1 {
		font-size: 0.8vw;
		color: #bb4c4c;
		padding: 0.9vw 6.1vw 0 0;
		transform:translate(0px,0px);
		-webkit-transform:translate(0px,0px);
		-ms-transform:translate(0px,0px);
	}



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


	.fixed {
		position: fixed;
		top: 0;
		z-index: 10000;
	}

	.header_box{
		height: 5.26vw;
	}

	#globalnav{
		background:
			url(../img/navi_line.png) center top no-repeat,
			url(../img/bg_navi.jpg) center top repeat-x;
		background-size: auto 100%;
		max-width: none;
		width: 100%;
		height: 5.26vw;
		padding: 0;
		z-index: 10000;
	}

	#globalnav > ul {
		position: relative;
		width: 98%;
		margin: 0 auto;
	}

	#globalnav > ul > li {
		float: left;
		position: relative;
	}

	#globalnav > ul > li:nth-of-type(1) > a{
		background: url(../img/btn_01.png) center top no-repeat;
		background-size: auto 100%;
		width: 8.72vw;
		height: 5.26vw;
		display: block;
		text-indent: -9999px;
		margin-left: 0.96vw;
	}

	#globalnav > ul > li:nth-of-type(2) > a{
		background: url(../img/btn_02.png) center top no-repeat;
		background-size: auto 100%;
		width: 7.39vw;
		height: 5.26vw;
		display: block;
		text-indent: -9999px;
		margin-left: 3.199vw;
	}
	#globalnav > ul > li:nth-of-type(3) > a{
		background: url(../img/btn_03.png) center top no-repeat;
		background-size: auto 100%;
		width: 8.68vw;
		height: 5.26vw;
		display: block;
		text-indent: -9999px;
		margin-left: 2.68vw;
	}
	#globalnav > ul > li:nth-of-type(4) > a{
		background: url(../img/btn_04.png) center top no-repeat;
		background-size: auto 100%;
		width: 8.68vw;
		height: 5.26vw;
		display: block;
		text-indent: -9999px;
		margin-left: 1.78vw;
	}
	#globalnav > ul > li:nth-of-type(5) > a{
		background: url(../img/btn_05.png) center top no-repeat;
		background-size: auto 100%;
		width: 11.37vw;
		height: 5.23vw;
		display: block;
		text-indent: -9999px;
		margin-left: 1.767vw;
	}
	#globalnav > ul > li:nth-of-type(6) > a{
		background: url(../img/btn_06.png) center top no-repeat;
		background-size: auto 100%;
		width: 11.37vw;
		height: 5.263vw;
		display: block;
		text-indent: -9999px;
		margin-left: -0.59vw;
	}
	#globalnav > ul > li:nth-of-type(7) > a{
		background: url(../img/btn_07.png) center top no-repeat;
		background-size: auto 100%;
		width: 11.37vw;
		height: 5.263vw;
		display: block;
		text-indent: -9999px;
		margin-left: -1.9vw;
	}
	#globalnav > ul > li:nth-of-type(8) a{
		height: 5.245vw;
		display: block;
		width: 1vw;
		margin-left: 0.07vw;
	}
	#globalnav > ul > li:nth-of-type(8) a img{
		width: auto;
		height: 100%;
		pointer-events: none;
	}

	/* ドロップメニュー
	----------------------------------------------- */
	#dropmenu > li > ul{
		list-style: none;
		position: absolute;
		z-index: 99999;
		top: 100%;
		left: 0px;
		margin-left: 1.5vw;
		padding: 0;
	}
	#dropmenu > li > ul > li{
		overflow: hidden;
		width: 12.19vw;
		height: 0;
		color: #7149b4;
		transition: .2s;
	}

	#dropmenu > li:hover > ul > li{
		overflow: visible;
		height: 100%;
		padding-bottom:1px;
	}
	#dropmenu > li > ul > li:first-child{
		padding-top:1px;
	}
	#dropmenu > li > ul > li:last-child{
		padding-bottom:0;
	}

	#dropmenu > li > ul > li > a{
		padding: 13px 15px;
		background: #513e38;
		text-align: left;
		font-size: 0.833vw;
		font-weight: 700;
		color:#ffffff;
		display:block;
		border-bottom:none;
	}
	#dropmenu > li > ul > li > a:hover{
		background-color:#6b554e;
		text-decoration:none;
	}
	#dropmenu > li > ul > li:first-child > a{
		border-top:0;
	}
	#dropmenu > li > ul > li:last-child > a{
		border-bottom: 0;
	}







}





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

	SPヘッダー

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

	header{
		position:relative;
	}

	#globalnav{
		display: none;
	}


	/* H1
	----------------------------------------------- */
	.pc_h1 {
		display:none;
	}

	.sp_h1 {
		position: relative;
		max-width: 767px;
		width: 100%;
		background-image: url(../img/sp_bg_tel.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: 4.2vw;
	}

	.sp_h1 h1 {
		font-size: 3vw;
		color: #fff;
		text-align: center;
		padding: 4vw;
	}

	.sp_tel img{
		width: auto;
		height: 15.26vw;
		display: block;
		text-indent: -9999px;
		margin: 0 auto;
		z-index: 1;
	}




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




}





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

	フッター

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

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	footer {
		position:relative;
		background: url(../img/bg_footer.jpg) center top repeat-x;
		background-size: auto 100%;
		max-width: none;
		width: 100%;
		padding-bottom: 3vw;
		z-index: 10000;
	}

	.f_logo{
		background: url(../img/f_logo.png) center top no-repeat;
		background-size: auto 100%;
		width: 100%;
		height: 6.059vw;
		display: block;
		text-indent: -9999px;
		margin-left: 6.25vw;
		margin-top: 3.85vw;
	}

	.f_box{
		overflow: hidden;
	}

	.f_01{
		float: left;
	}

	.f_about p{
		color: #fff;
		font-size: 1.1vw;
		letter-spacing: 0.092vw;
		margin-top: 2.1vw;
		margin-left: 12.5vw;
		text-align: center;
		font-weight: 400;
	}

	.f_02{
		float: left;
	}

	.f_map img{
		width: 24.95vw;
		height: auto;
		margin-left: 2.41vw;
		margin-top: 4.19vw;
	}

	.f_03{
		float: left;
	}

	.f_list ul{
		border-left: 0.16vw #892d2d solid;
		margin-left: 3.8vw;
		margin-top: 3.35vw;
	}

	.f_list ul li{
		margin-left: 0.95vw;
		margin-bottom: 0.15vw;
	}

	.f_list a{
		color: #fff;
		font-size: 1.05vw;
	}

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


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

	footer .f_phone a{
		color: #fff;
	}

	footer .f_fax a{
		pointer-events: none;
		color: #fff;
	}


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


	/* コピーライト */
	.f_copy{
		margin-left: -50vw;
		margin-top: -0.75vw;
	}
	.f_copy p{
		font-size: 0.74vw;
		text-align: center;
		color: #fff;
	}

}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	footer {
		position: relative;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #510A0F), color-stop(0.00, #72181F));
		background: -webkit-linear-gradient(#72181F, #510A0F);
		background: -moz-linear-gradient(#72181F, #510A0F);
		background: -o-linear-gradient(#72181F, #510A0F);
		background: -ms-linear-gradient(#72181F, #510A0F);
		background: linear-gradient(#72181F, #510A0F);
		max-width: 767px;
		width: 100%;
	}

	footer .panel-grid{
		margin:0 auto !important;
	}
	footer .panel-grid-cell{
		margin:0 auto !important;
	}
	footer .so-panel{
		margin:0 auto !important;
	}

	footer .f_map img{
		max-width: 100%;
		margin: 0 auto;
		display: block;
		height: 46vw;
		margin-top: 7vw;
		margin-bottom: 7vw;
	}

	footer .f_logo{
		text-indent: -9999px;
		position: relative;
		max-width: 767px;
		width: 100%;
		background-image: url(../img/f_logo.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center top;
		margin: 4vw auto;
		height: 19vw;
	}

	footer .f_about p{
		font-size: 4vw;
		text-align: center;
		color: #fff;
	}

	footer .f_phone a{
		color: #fff;
	}

	footer .f_fax a{
		pointer-events: none;
		color: #fff;
	}



	/* SP用フッターリンク type01 ※ボーダー下線のタイプ
	------------------------------------------- */
	.f_navi_sp ul{
		margin:0 auto;
		overflow:auto;
		padding:20px 3% 24px;
	}
	.f_navi_sp ul li{
		float:left;
		width:48%;
		padding:6px 8px;
		border-bottom:1px solid #922e2e;
	}
	.f_navi_sp ul li:nth-of-type(2n-1){
		margin-right:2%;
	}
	.f_navi_sp ul li:nth-of-type(2n){
		margin-left:2%;
	}
	.f_navi_sp ul li a{
		display: block;
		font-size: 3.1vw;
		text-decoration: none;
		color: #fff;
	}
	/* ボタンが奇数の場合
	.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{
		font-size:11px;
		text-align:center;
		color: #fff;
	}

	/* 下部のフッター */
	.f_list{
		display: none;
	}
}





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

	ページトップボタン

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

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	#page-top {
		position: fixed;
		z-index: 9999;
		right: 10px;
	}
	#page-top a {
		background: url(../img/pagetop.png) center top no-repeat;
		background-size:contain;
		width: 70px;
		height: 70px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		opacity:1;
	}
}

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





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

	パンくずリスト

================================================================================ */
	#breadcrumb{
		padding:16px 0;
		background-color:transparent;
	}

	#breadcrumb > ul > li {
		font-size: 14px;
		display:inline-block;
		color: #fff;
	}

	#breadcrumb > ul > li + li:before {
		padding: 0 5px;
		content: '>';
	}

	#breadcrumb > ul > li > a {
	}

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

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


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

	#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;
		overflow: hidden;
	}
	.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;
}





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

	Addtoanyボタン

================================================================================ */
.addtoany_shortcode{
	padding-top:8px;
}
.grecaptcha-badge { visibility: hidden; }