@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:16px;
	color:#333;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height:2.1;
	background:#fff;
}


/*  background:#fff url(../images/bg.png);  */


.inner {
	position:relative;
	width:1000px;
	margin:0 auto;
}




h1 img {
	
	width:30%;
	
}

@media screen and (max-width:767px) {
h1 img {
	
	width:80%;
	
}

}






header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#fcfcfc;
	border-top: solid 6px #8c0000;
}

nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	⁄zoom:1;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}

#contents {
	overflow:hidden;
	width:1000px;
	margin:20px auto;
	background:#fff;
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:68%;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:28%;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}

h2 {
	margin-bottom:0.5em;
	padding:10px 0;
	font-size:20px;
	font-weight:600;
	
	color:#333;
	border-top:3px solid #710000;
	border-bottom:1px dotted #710000;
	line-height:2.1em;
}


@media screen and (max-width:767px) {
h2 {
	
	font-size:15px;
	
}

}














h3 {
	margin-bottom:0.25em;
	padding:10px 5px 3px 16px;
	color:#fff;
	font-size:18px;
	font-weight:600;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f46055+1,be4242+100 */
background: #f46055; /* Old browsers */
background: -moz-linear-gradient(top,  #f46055 1%, #be4242 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f46055 1%,#be4242 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f46055 1%,#be4242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46055', endColorstr='#be4242',GradientType=0 ); /* IE6-9 */

	
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	font-weight:600;
	color:#710000;
	border-bottom:1px solid #710000;
}

h5 {
	position:relative;
	margin-bottom:0.25em;
	padding-left:0px;
	color:#666;
	font-size:16px;
	font-weight:bold;
}
h5:before {
    
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	
	line-height:2.1em;
}






ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-top:0.8em;
	margin-left:1.4em;
	margin-bottom:0.5em;
	
}

dt {
	margin-top:1.0em;
	margin-bottom:1.0em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"・";
}
dd {
	margin-bottom:1em;
}










table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}















/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding:30px 10px;
}

.summary {
	position:absolute;
	top:0;
	right:10px;
	margin:0;
}














/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media screen and (min-width:768px) {
	nav {
		background:#9b0f0f;
		border-bottom:2px solid #710000;
		box-shadow:0 1px 3px #999;
		z-index:3;
	}
	nav ul {
		margin:0;
		padding:5px 0 2px 0;
	}
	nav li {
		position:relative;
		width:16%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
	}
	nav li:first-child {
		width:20%;
	}
	nav li:before {
		content:"";
		margin-top:-7px;
		position:absolute;
		top:50%;
		left:0;
		width:1px;
		height:14px;
		background:#8c0e0e;
	}
	nav li:last-child:after {
		content:"";
		margin-top:-7px;
		position:absolute;
		top:50%;
		right:0;
		width:1px;
		height:14px;
		background:#8c0e0e;
	}
	nav li:hover:before,
	nav li:hover + li:before, 
	nav li:last-child:hover:after,
	nav li li:before,
	nav li li:after {
		display:none;
	}
	nav li:last-child li {
		left:-50%;
	}
	nav li a {
		display:block;
		padding:10px 0;
		color:#fff;
		font-weight:none;
		text-decoration:none;
	}
	nav li ul {
		position:absolute;
		top:100%;
		left:0;
		margin:0;
		padding:0;
		border-radius:0 0 3px 3px;
		z-index:3;
	}
	nav li ul li {
		overflow:hidden;
		width:150%;
		height:0;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		-o-transition:.2s;
		-ms-transition:.2s;
		transition:.2s;
	}
	nav li li:first-child {
		width:150%;
	}
	nav li ul li a {
		padding:10px 15px;
		background:#7c0c0c;
		text-align:left;
		font-weight:normal;
	}
	nav li:hover > a {
		background:#9b0f0f;
		color:#ccc;
	}
	nav li:hover > a:hover {
		
	}

	.showNav {
		background:#7c0c0c !important;
	}

	.showSub {
		overflow:visible;
		height:42px;
		border-bottom:2px solid #8c0e0e;
	}
	.showSub:last-child {
		border-bottom:0;
	}
	.showSub:last-child a {
		border-radius:0 0 3px 3px;
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}
}

















/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:14px;
	margin-bottom:20px;
	padding:2px;
	
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu li a {
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}




.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;line-height:2.1em;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}





/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
	line-height:2.1em;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:14px;
	text-align:center;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu a:hover {
	color:#333;
	text-decoration:none;
}

.ftext {
	clear:both;
	padding:20px 20px 0px 20px;
	font-size:14px;
	text-align:center;
	color:#efede9;
	background:#2e2e2e;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:12px;
	text-align:center;
	color:#efede9;
	background:#2e2e2e;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	
	
}
.totop a {
	display:block;
	text-decoration:none;
	
	
}
.totop img {
	background:none;
}
.totop img:hover {
	background:none;
	
	
	
}

/*================================================
 *  クラス
 ================================================*/
.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0px 8px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}


@media screen and (max-width:767px) {

}















.col_two_one {
	overflow:hidden;
}

.col_two_one ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_two_one li {
	list-style:none;
	float:left;
	width:48%;
	margin:0 2% 2% 0;
}
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
.col_two_one li img {
	width:100%;
	margin-bottom:2.5%;
}
















/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	position:relative;
	overflow:hidden;
	margin:20px 0;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#900000;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
		
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.lock {
		overflow:hidden;
		height:100%;
	}

	header {
		z-index:2;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:15px 10px;
	}

	.summary {
		position:relative;
		top:auto;
		right:auto;
		margin-top:15px;
		padding: 15px 0px 15px 5px;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}
	
	
	
	/*-----------------------------------------------------------------------------------------------*/
	
	
	nav {
		background:#710000;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:53px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #8c0e0e;
		background:#9b0f0f;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#fff;
		text-decoration:none;
		background:#9b0f0f;
	}
	nav li a:hover {
		color:#fff;
		background:#710000;
	}
	
	
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}













	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#9b0f0f;
	}
	.subnav a:hover:after {
	  background:#710000;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	#spMenu {
		z-index:2;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}





/*ナビボタン色*/

	#navBtn {
		display:inline-block;
		position:relative;
		width:50px;
		height:50px;
		border-radius:5%;
		background:none;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#000;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#000;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}







	/*-----------------------------------------------------------------------------------------------*/
	






























	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear:both;
	}
}










.look {
	background: #000;	/*テキストの背景が黒<span class="look"></span>*/
	border-radius: 4px;
	color: #fff;
	padding: 5px 8px 0 8px;
}

.lookpink {
	background: #ffd5d5;	/*テキストの背景がピンク<span class="lookpink"></span>*/
	border-radius: 0px;
	color: none;
	padding: 5px 8px 0 8px;
}


.lookred {
	background: #ea9595;	/*テキストの背景がピンク<span class="lookpink"></span>*/
	border-radius: 0px;
	color: #fff;
	padding: 5px 8px 0 8px;
}



.red22b {/*topのh2で使用*/
	color:#A83436;
	font-weight:600;
	font-size:22px;
}




.red18b {/*subで使用*/
	color:#A83436;
	font-weight:600;
	font-size:18px;
}

.red16b {/*subで使用*/
	color:#A83436;
	font-weight:600;
	font-size:16px;
}


.red16 {/*subで使用*/
	color:#A83436;
	font-weight:500;
	font-size:16px;
}




























.yoko3 {
	overflow:hidden;
}

.yoko3 ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
.yoko3 li {
	list-style:none;
	float:left;
	width:31.840%;
	margin:0 1.492% 1.492% 0;
}
.yoko3 li:nth-child(3n+1) {
	clear:both;
}
.yoko3 li img {
	width:100%;
	margin-bottom:2.5%;
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

.yoko3 li {
		width:48.507%;
	}
	.yoko3 li:nth-child(2n+1) {
		clear:both;
	}
	.yoko3 li:nth-child(3n+1) {
		clear:none;
		float:left;
	}
}

















/*横3-3　
---------------------------------------------------------------------------------------------------------------------------------------------*/

.col_thr_one3 {
	overflow:hidden;
	padding: 5px;			/*ボックス内の余白*/
}

.col_thr_one3 ul {
	overflow:hidden;
	margin:1.492% -1.492% 20px 0;
	text-align:center;
}
.col_thr_one3 li {
	list-style:none;
	float:left;
	width:31.840%;
	margin:0 1.492% 6.492% 0;
}
.col_thr_one3 li:nth-child(3n+1) {
	clear:both;
}
.col_thr_one3 li img {
	width:90%;
	margin-bottom:2.5%;

	background:#f9f9f9;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;		/*余白。ここに上の行で設定した背景色が出ます。*/
	
	height: auto;		/*写真の高さ*/
	border: none;	/*線の幅、線種、色*/
}


/*ボックス内のh4タグ設定*/
.col_thr_one3 li h4 {
	font-size: 100%;
	color: #666;		/*文字色*/
	
	text-align:center;
	
}


/*ボックス内のpタグ設定*/
.col_thr_one3 p {
	font-size: 120%;
	color: #fff;		/*文字色*/
	
	text-align:center;
	
	
}


/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width:767px) {

/*---------- 3横 見出しをセンターに---------k--*/
/*---------- 3カラム　フロー baseとspのみ設置 ----------*/
/*---------- タテに並ぶ（スマートフォンでは1カラム)　ここを外すと小さく横並び----------*/

.col_thr_one3 li {
		width:100%;
	}
.col_thr_one3 li:nth-child(2n+1) {
		clear:both;
	}
.col_thr_one3 li:nth-child(3n+1) {
		clear:none;
		float:left;
	}


}






/*横2　
---------------------------------------------------------------------------------------------------------------------------------------------*/


.col_two_one {
	overflow:hidden;
	padding: 10px;			/*ボックス内の余白*/
}

.col_two_one ul {
	overflow:hidden;
	margin:2% -2% 0 0;
	line-height: 2.1em;
}
.col_two_one li {
	list-style:none;
	float:left;
	width:48%;
	margin:0 2% 3% 0;
}
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
.col_two_one li img {
	width:96%;
	
	background:#f9f9f9;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;		/*余白。ここに上の行で設定した背景色が出ます。*/
	
	height: auto;		/*写真の高さ*/
	border: none;	/*線の幅、線種、色*/
	
	margin:0 2% 3% 0;
	
}

/*ボックス内のh4タグ設定*/
.col_two_one li h4 {
	font-size: 130%;
	color: #a8160a;		/*文字色*/
	
	border-bottom: 1px solid #ccc;	/*下側の線の幅、線種、色*/
	margin-bottom: 0.5em;
}

.col_two_one li h5 {
	font-size: 100%;
	color: #666;		/*文字色*/
	
	margin-bottom: 0.2em;
}


.col_two_one p {
	font-size: 100%;
	color: #666;		/*文字色*/
	
	margin-bottom: 0.2em;
	
	margin: 10px auto;
}





/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width:767px) {



/*---------- 2横 ---------k--*/
/*---------- 2カラム　フロー baseとspのみ設置 ----------*/
/*---------- タテに並ぶ（スマートフォンでは1カラム)　ここを外すと小さく横並び----------*/
.col_two_one ul {
		margin-right:0;
	}
.col_two_one li {
		width:100%;
	}
.col_two_one li:nth-child(2n+1) {
		clear:both;
	}



}





/*---------- 横2 -------------k---*/























/*お問い合わせフォームのテーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2.1;
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #ccc;	/*背景色*/
}
/*左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	background: #f0f0f0;	/*背景色*/
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 100px;
	height: 40px;
}
.ta1 td .specialbox img {
	vertical-align: middle;
}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width:767px) {


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}


}


